Silver Chan
77592648e3
repair wrong namespace problem
...
repair wrong namespace problem
2017-11-03 12:21:22 +00:00
Sumit Gupta
23348465a0
Removed unused functions.
2017-10-08 10:52:46 +01:00
Yi Wang
60784b53e3
Remove using ::fLS::clstring;
2017-09-01 11:12:50 +02: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
Siddhartha Bagaria
7d36353579
Fix typo in BUILD
2017-08-29 14:51:00 +02:00
Andreas Schuh
aa2d0f7b4e
fix: Remove obsolete and unused CleanFileName code
2017-07-13 16:28:54 +01:00
Jason Juang
4663c80d3a
cmake: Add convenience uninstall target ( #221 )
...
Note: Leaves behind empty directories, no real uninstaller. Just for convenience of some.
2017-07-11 22:22:41 +01:00
Andreas Schuh
46f73f88b1
Release v2.2.1
2017-07-11 18:30:34 +01:00
Andreas Schuh
66d4386d0e
enh: AppVeyor builds with different toolchains (copied from gtest project)
2017-07-11 17:47:32 +01:00
Andreas Schuh
6348ea9d7e
fix: Check HAVE_STDINT_H or HAVE_INTTYPES_H for older MSVC versions
2017-07-11 17:47:32 +01:00
Andreas Schuh
3d5bc48dc8
git: Ignore symbolic links created by Bazel build tool
2017-07-11 15:32:24 +01:00
Andreas Schuh
74603f5ed3
fix: Static code analyzer error regarding strncmp with empty kRootDir string
2017-07-11 14:47:40 +01:00
Ben Vanik
4a694e8736
Use inttypes.h on VC++ 2013 and up
...
Warnings will spit out on newer compilers due to PRI* being redefined.
Tested with VC++ 2015 and 2017. [Blog post](https://blogs.msdn.microsoft.com/vcblog/2013/07/19/c99-library-support-in-visual-studio-2013/ ) describing the defines being added in 2013.
2017-05-16 11:37:59 +01:00
randomguy3
21c7bcd895
Fix CMake macro special variable usage ( #216 )
...
The argument-related variables in a macro body are not real variables,
but special substitutions. They cannot be directly referred to by name,
only expanded.
2017-05-16 11:35:11 +01:00
Mmanu Chaturvedi
95ffb27c9c
Fix static initialization order fiasco caused by global registry lock ( #215 )
2017-05-12 22:11:28 +01:00
Arkady Shapkin
80ebb424a5
Install dll's to correct path ( #213 )
2017-05-11 13:02:21 +01:00
Arkady Shapkin
652651b421
Fix statically linked gflags library with MSVC
...
Fix #211
2017-05-06 01:47:54 +01:00
Dan Minor
9314597d4b
Mark single argument constructors in mutex.h as explicit.
2017-03-29 13:01:34 +01:00
Geoffrey Lalonde
30dbc81fb5
Changed include directory in bazel build
2017-01-06 11:46:43 +00:00
Andreas Schuh
8935ef4526
enh: Link to online documentation in README
2016-11-29 10:33:53 +00:00
Andreas Schuh
20858a49e0
fix: Enable language C for older CMake versions when needed ( #196 )
...
* fix: Enable language C for older CMake versions when needed
* fix: Don’t care about buggy Android toolchain
2016-11-26 21:55:33 +00:00
Andreas Schuh
ac6834e979
fix: Remove unused program_name variable
2016-11-26 21:25:02 +00:00
Andreas Schuh
22ed2ce6c8
fix: Include utils by file instead of CMAKE_MODULE_PATH search
2016-11-26 16:01:46 +00:00
Andreas Schuh
f8a0efe03a
Release v2.2.0
2016-11-25 18:54:37 +00:00
Andreas Schuh
2f336a2a87
doc: //external:gflags_nothreads Bazel target
2016-11-25 18:54:37 +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
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