Commit graph

8 commits

Author SHA1 Message Date
Michael Chinen
9ca7e9ee7a
Android linking fix (#321) 2022-01-08 23:02:39 +00:00
Zachary
5d5a6c5501 Include string.h for strchr and strcmp.
This fixes a continuous build
(https://travis-ci.org/github/google/perf_data_converter/jobs/714589290)
running on Ubuntu 16.04 using gcc-4.8.
2020-10-11 01:37:59 +01:00
Tom Lundell
1137acc9e0 Remove msys dependency for Windows.
Bazel genrules require a msys shell to execute
shell commands. Replace the genrules with a
simple C++ regex replacement binary.

Fixes #303.
2020-06-13 03:44:00 +01:00
Rob Earhart
e292e0452f Use += for appends 2018-01-07 10:40:06 +00:00
Rob Earhart
6d1c363dde Add Bazel-on-Windows support 2018-01-07 10:40:06 +00:00
Andreas Schuh
57ceb0ecc8 enh: Move CMake defines to separate header, unused by Bazel
This change avoids having to configure a private .h.in file during the Bazel build such that these files are not available to dependent projects in the GENDIR of the external gflags project.
2017-09-01 11:10:03 +02:00
Geoffrey Lalonde
30dbc81fb5 Changed include directory in bazel build 2017-01-06 11:46:43 +00:00
Andreas Schuh
37e2867335 enh: Refactored Bazel BUILD rules 2016-11-25 17:18:01 +00:00