Commit graph

468 commits

Author SHA1 Message Date
Andreas Schuh
971dd2a4fa doc: Bazel gflags_nothreads target 2016-11-25 18:48:27 +00:00
Andreas Schuh
c6b937797c git: Ignore builds/ subdirectory 2016-11-25 18:10:51 +00:00
Andreas Schuh
84ab952375 doc: Update use of gflags with Bazel documentation 2016-11-25 18:10:19 +00:00
Andreas Schuh
78c66b3726 doc: Add section on how to use gflags with Bazel 2016-11-25 18:09:44 +00:00
Andreas Schuh
b872d6b5d4 enh: Bazel BUILD, add WORKSPACE file (#192) 2016-11-25 17:37:38 +00:00
Andreas Schuh
37c4c58371 add: Bazel WORKSPACE file 2016-11-25 17:18:01 +00:00
Andreas Schuh
37e2867335 enh: Refactored Bazel BUILD rules 2016-11-25 17:18:01 +00:00
Andreas Schuh
8f2c22a03f Revert "enh: Rename private sources, include public headers with rel path" 2016-11-25 13:53:24 +00:00
Andreas Schuh
ea6144e243 enh: Rename private sources, include public headers with rel path 2016-11-25 12:38:54 +00:00
Andreas Schuh
86d67a3f49 fix: Add -lpthread to link Bazel BUILD options (#189)
* fix: Add -pthread link option to Bazel BUILD file
* fix: Use -lpthread instead of -pthread
2016-11-25 09:10:09 +00:00
Andreas Schuh
c94a60e2f6 enh: Configure and install pkg-config .pc file 2016-11-25 08:58:30 +00:00
Andreas Schuh
3e7ef74a07 enh: Set GFLAGS_IS_A_DLL in INTERFACE_COMPILE_DEFINITIONS 2016-11-25 08:30:21 +00:00
Andreas Schuh
18469830ae fix: Ensure installation path uses forward slashes 2016-11-24 23:30:55 +00:00
Andreas Schuh
3886da50e1 enh: Add option to add installation to CMake’s package registry 2016-11-24 23:30:55 +00:00
Andreas Schuh
6c0ee003e8 fix: Copy missing IMPORTED_IMPLIB_<CONFIG> gflags target property 2016-11-24 23:23:23 +00:00
Andreas Schuh
3064f63a6e enh: Avoid use of install(EXPORTS) FILE option 2016-11-24 22:42:59 +00:00
Todd Lipcon
14c0e93755 Convert dashes to underscores for unknown flags (#177) 2016-11-22 00:11:14 +00:00
David Lam
cce68f0c9c Fix error messages to not truncate to 255 characters (#175) 2016-10-05 08:25:50 +01:00
Andreas Schuh
f4eace1331 fix: Validate modified flags only once (#173) 2016-09-17 17:17:24 +01:00
田欧
408061b469 fix make error for lacking namespace (#170) 2016-08-31 06:39:41 +01:00
Aaryaman Sagar
7d31c02de8 Fix unsigned comparison error in gflags_reporting.cc (#168) 2016-08-24 18:03:08 +01:00
Dreamer
a69b2544d6 Fix Windows linker errors and warnings. (#166) 2016-08-03 08:25:38 +01:00
Dreamer
15394d356c Add shared library build to the AppVeyor CI config. (#167) 2016-08-03 08:24:55 +01:00
Dreamer
e58e5303d6 Remove filter for excluded tests from AppVeyor config. (#165) 2016-08-02 12:28:57 +01:00
Andreas Schuh
435f949dbb test: Travis CI build static+shared in Release+Debug (#164) 2016-08-02 12:24:34 +01:00
Andreas Schuh
22e4a534c1 fix: Run strip_flags_binary test only for release configurations (#163) 2016-08-02 12:15:44 +01:00
Dreamer
c713d2e789 test: Run AppVeyor build via cmake --build and run tests. (#162) 2016-08-02 12:00:16 +01:00
Andreas Schuh
b16653edf0 fix: Typo in gflags_strip_flags_test.cmake script 2016-08-02 09:51:47 +01:00
Andreas Schuh
ec4b5daadf doc: Add AppVeyor status badge to README
[ci skip]
2016-08-01 20:04:43 +01:00
Dreamer
f0be9c88ca Add initial AppVeyor config. (#161) 2016-08-01 19:57:54 +01:00
Andreas Schuh
78cab6c649 doc: Add Travis CI status badge to README 2016-08-01 17:05:26 +01:00
Dreamer
4667f41317 Enable Travis CI for Linux and OSX builds (#160) 2016-08-01 17:01:18 +01:00
Andreas Schuh
a5a1b28767 Merge pull request #158 from dreamer-dead/use-type-name-enum
Use enum to specify flag value type.
2016-08-01 15:10:29 +01:00
dreamer.dead
7ba9921866 Fix wrong type comparison and outdated OfType() usage. 2016-08-01 16:45:49 +03:00
dreamer.dead
30519426c3 Fix indentation and remove outdated assert. 2016-08-01 15:47:46 +03:00
dreamer.dead
3c0ad4fc9e Extract common code from FlagRegisterer to reduce size. 2016-08-01 14:52:26 +03:00
dreamer.dead
a1e461d61d Change template FlagValue::OfType() to Type() getter. 2016-08-01 14:51:11 +03:00
dreamer.dead
46ea10f071 Do not pass flag type as a char literal when registering a new flag.
It is possible to create a type-safe version of FlagRegisterer
ctor (as well as some internal gflags classes), that will deduce
type of the new flag automatically.

This results in removing quite a few calls to strcmp() when new
flag is created.

No existing behavior change.
2016-07-29 21:02:29 +03:00
Andreas Schuh
fe57e5af4d Merge pull request #156 from dreamer-dead/fix-flag-value-typename
Fix incorrect flag value typename for uint32.
2016-07-20 10:24:14 +01:00
dreamer.dead
fa2663839c Fix unittests expectations related to uint32. 2016-07-20 12:18:08 +03:00
dreamer.dead
5ef4c3c076 Fix uint32 type name. 2016-07-20 12:16:34 +03:00
Andreas Schuh
2e4159fbe5 Merge pull request #155 from dreamer-dead/add-missing-reference
Add missing reference symbol to a function parameter.
2016-07-18 17:09:53 +01:00
dreamer.dead
3e946c9ebc Add missing reference symbol to a function parameter. 2016-07-18 18:44:20 +03:00
Andreas Schuh
546819b1d9 Merge pull request #152 from Liuchang0812/master
fix: Consider Windows-style LRLF in flag parsing
2016-06-28 12:15:02 +01:00
liuchang0812
0c17f1ee02 fix bug about LRLF 2016-06-28 17:57:02 +08:00
Andreas Schuh
ac1a925c2b fix #151: Ubuntu package name in INSTALL instructions 2016-06-01 12:00:42 +01:00
Andreas Schuh
d701ceac73 Merge pull request #150 from LuminateWireless/fix-bazel-build
Fix bazel build
2016-05-10 22:45:26 +01:00
Ming Zhao
7ae23fd1e7 Add gendir to the include path so that building with bazel doesn't
complain config.h can't be found.
2016-05-10 14:42:11 -07:00
Andreas Schuh
8de80b9a2d Merge pull request #149 from hevy-CC4477/master
Add GFLAGS_IS_A_DLL compile option for unit test which includes private config.h.
2016-04-26 15:46:56 +01:00
FARBOS Arnaud
eff38cbc18 fix test compilation 2016-04-26 15:05:53 +02:00