wwieclaw
e2ebc7f4af
replace include_prefix with includes
2023-07-05 11:44:30 +02:00
wwieclaw
61d9e8416e
fix
2023-06-26 16:25:36 +02:00
wwieclaw
2972472d7c
update config name
2023-06-26 16:07:24 +02:00
wwieclaw
ecc757a62d
fix
2023-06-26 11:33:25 +02:00
wwieclaw
e66b79d05c
fix
2023-06-26 11:24:43 +02:00
wwieclaw
52aaad22bb
change how debug build is determined
2023-06-26 11:11:47 +02:00
wwieclaw
833b3b5fce
Revert "fix: remove debug build from --version output ( #2 )"
...
This reverts commit 40e90a1a4f
.
2023-06-26 11:11:04 +02:00
Isaac Torres
40e90a1a4f
fix: remove debug build from --version output ( #2 )
...
Fixes `Debug build` being printed when using --version.
We always compile with asserts enabled (-UNDEBUG), so checking
whether -NDEBUG is defined is not a reliable way of detecting
whether it is a release or debug build for us.
2023-06-05 15:57:50 -06:00
Rodrigo Reichert
39798a58c0
SV4-144 fix google flags default notation
2021-06-09 08:22:25 +10:00
Rodrigo Reichert
a028ebb818
SV4-144 fix google flags default notation
2021-06-08 15:55:21 +10:00
dzollo
d4a0451433
Remove extraneous line breaks in help string
2020-12-03 12:48:50 -08:00
Daniel Testa
b59cfca7a1
remove wrong define
2020-12-03 11:15:00 -08:00
Daniel Testa
d85289979b
add support for not showing internal gflags help
2020-12-03 11:14:50 -08:00
Andreas Schuh
e171aa2d15
Release v2.2.2
2018-11-11 21:21:00 +00:00
Andreas Schuh
3d2a101c9e
doc: Update README for release v2.2.2
2018-11-11 21:17:01 +00:00
Andreas Schuh
af502c8176
doc: Update ChangeLog for release v2.2.2
2018-11-11 21:09:58 +00:00
Andreas Schuh
0f439e8407
cmake: Increment project version to 2.2.2
2018-11-11 21:09:38 +00:00
Andreas Schuh
83fecd3ed0
doc: Updated CMake and Bazel examples
2018-11-11 20:45:00 +00:00
Andreas Schuh
4c0bbc0604
fix: Use 'default' visibility for GCC
2018-11-11 20:35:02 +00:00
Andreas Schuh
0c7012d647
fix: Build with MinGW version after Nov 2016
2018-11-09 16:38:57 +00:00
Andreas Schuh
b051bace27
fix: Build with _UNICODE support on Windows
2018-11-09 16:16:24 +00:00
Andreas Schuh
7e70988188
fix: PVS Studio warnings
2018-10-15 02:15:17 -07:00
Andreas Schuh
754d3329a6
fix: No extern template declaration for MSVC <12.0
2018-10-15 00:50:48 -07:00
Andreas Schuh
82456f220f
fix: Declare FlagRegisterer c’tor explicit template instanations as extern in header
2018-10-15 00:50:48 -07:00
Andreas Schuh
3e2e349307
fix: Declare FALGS_no##name variables as static
2018-10-14 00:16:13 -07:00
Andreas Schuh
c0b1add45f
fix: Import with GFLAGS_USE_TARGET_NAMESPACE=ON
2018-09-28 16:28:33 +01:00
Andreas Schuh
f1ea012a41
fix: Import with or without gflags:: namespace
2018-09-28 16:28:33 +01:00
Andreas Schuh
b0c4cd29e4
fix: Define both 'gflags' and 'gflags::gflags' alias targets
2018-09-28 16:28:33 +01:00
Andreas Schuh
04c8ce76e2
fix: Indentation, use spaces instead of real tabs
2018-09-28 16:00:51 +01:00
Andreas Schuh
d4a050d173
Merge pull request #247 from Mizux/master
2018-09-28 14:52:29 +01:00
wuchenghui
48677f930d
fix missing-field-initializers warnings on gcc
2018-09-28 14:50:39 +01:00
drillsar
6e536553ef
Fix V728 excessive check
2018-09-28 14:49:19 +01:00
kokerf
cad38c919c
Set postfixes for generated libraries based on buildtype
2018-09-28 13:23:32 +01:00
Matt Hargett
2c49763b73
Fix build on some clang variants
...
Some platforms' yval.h defines restrict as a macro when using clang, which causes this file to not compile.
2018-09-28 13:21:24 +01:00
Andreas Schuh
660603a3df
doc: Update documentation on how to use Bazel
2018-07-05 23:24:35 +01:00
Sam Liu
518267d34f
Remove installation guide's recommendation to use Bazel's bind().
2018-07-05 23:17:28 +01:00
Corentin Le Molgat
f7228d77b5
Use CMake namespace gflags:: for export and alias target
...
Now use gflags::gflags instead of gflags
note: seems already in use in gRPC
cf https://github.com/grpc/grpc/blob/master/cmake/gflags.cmake#L30
2018-01-31 13:46:59 +01:00
Corentin Le Molgat
8b39845d6f
Remove uneeded enable_test()
...
cf https://gitlab.kitware.com/cmake/cmake/blob/master/Modules/CTest.cmake#L88
2018-01-31 13:40:42 +01:00
Corentin Le Molgat
9ab4d115cb
Add VERSION to project
2018-01-29 14:00:35 +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
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