Andreas Schuh
9353bca5e9
Merge pull request #147 from bazineta/master
...
Support uint32 as flag type
2016-04-06 11:55:47 +01:00
Allan L. Bazinet
81d8a9234b
Correct FV_MAX_INDEX
2016-04-05 10:56:57 -07:00
Allan L. Bazinet
eaf05340dc
Support uint32 as flag type
...
From #99 , “Given that there is an unsigned flag type for 64-bit
integers, it is probably reasonable to request/expect the same for
32-bit integers.”
2016-04-05 10:50:21 -07:00
Andreas Schuh
74bcd20c0e
Merge PR #137 with change of SOVERSION to <major>.<minor>
2016-03-04 10:12:01 +00:00
Andreas Schuh
45341954bc
fix: Change SOVERSION to <major>.<minor> for 2.x release versions
2016-03-04 10:11:39 +00:00
Andreas Schuh
5e3070670f
Merge pull request #143 from schuhschuh/fix-bazel-bulid-osx
...
fix #133 : Use awk instead of sed which would require different options on OS X
2016-03-02 17:53:32 +00:00
Andreas Schuh
687b2c56d2
fix #133 : Use awk instead of sed which would require different options on OS X
2016-03-02 17:52:19 +00:00
Andreas Schuh
58441994df
Merge pull request #142 from schuhschuh/master
...
mod: Update doc with new find_package COMPONENTS or subproject use
2016-03-01 22:01:54 +00:00
Andreas Schuh
1c8285fd63
mod: Update doc with new find_package COMPONENTS or subproject use
2016-03-01 22:01:29 +00:00
Andreas Schuh
ea1cc83b50
doc: Use of find_package COMPONENTS or inclusion as subproject
2016-03-01 22:00:58 +00:00
Andreas Schuh
12d810d8e6
Merge pull request #141 from schuhschuh/master
...
Fix build of unit test on Ubuntu/Windows by changing include order
2016-03-01 21:35:48 +00:00
Andreas Schuh
389ef3f737
Merge branch 'master' of github.com:gflags/gflags
2016-03-01 21:34:32 +00:00
Andreas Schuh
752c63249b
fix: Include order of config.h and gflags.h in unit test
2016-03-01 21:34:24 +00:00
Andreas Schuh
f9e69b3531
Merge pull request #140 from schuhschuh/enh-#117-gflags-subproject-support
...
These changes improve the CMakeLists.txt of the gflags project to make CMake variables configurable via command-line option -D or super-project settings. Moreover, gflags related variables are only added to the CMake cache when the gflags project is configured as a standalone project. When it is a subproject (cf. #117 ), the super-project is responsible for setting the configuration variables.
This change set also changes the names of the (exported) target names to gflags[_nothreads]_(static|shared) and the CMake (package) configuration variable names to start with an uppercase prefix "GFLAGS_".
2016-03-01 21:33:41 +00:00
Andreas Schuh
7a21c16f00
cmake: Rename targets to gflags[_nothreads]_(static|shared), support
...
find_package COMPONENTS
2016-03-01 21:04:10 +00:00
Andreas Schuh
a4382e5f37
cmake: Require CMake 2.8.12 in NC tests
2016-03-01 21:03:05 +00:00
Andreas Schuh
2de6bf3904
cmake: Change CMake package configuration variable name prefix to GFLAGS_
2016-03-01 20:12:34 +00:00
Andreas Schuh
91e16eeff1
cmake: Add CMake variable to cache only when gflags is not a subproject
...
This change allows the user to include the gflags project as subtree/
submodule in their own project. In this case, no CMake variables used
to configure the build and installation of the gflags library should be
added to the CMake cache.
2016-03-01 20:12:34 +00:00
Andreas Schuh
b686469597
git: Add CMakeLists.txt.user Qt Creator configuration to ignore list
2016-03-01 20:10:22 +00:00
Andreas Schuh
e50698c200
Merge pull request #139 from schuhschuh/master
...
Fix compilation of unittest on Ubuntu
2016-03-01 19:59:53 +00:00
Andreas Schuh
18cb422451
fix: Require CMake version 2.8.12 in test project
2016-03-01 19:56:54 +00:00
Andreas Schuh
799e910c74
fix: Include private config.h in gflags_unittest.cc
2016-03-01 19:56:02 +00:00
Andreas Schuh
abe4b10c33
fix: Package URLs
2016-03-01 16:01:45 +00:00
Andreas Schuh
221f327749
Revert " #136 Move test binaries to Testing/bin"
...
This reverts commit 02f3189788
.
2016-02-29 19:30:58 +00:00
Andreas Schuh
2a3454c104
fix: DLL import/export defines for unit tests, remove obsolete config_for_unittests.h
2016-02-29 19:18:21 +00:00
Andreas Schuh
545e9df567
fix: Add missing include guards to gflags/config.h
2016-02-29 19:17:00 +00:00
Andreas Schuh
6bd636c964
cmake: Clean up static library filename suffix code from PR #126
2016-02-29 17:58:46 +00:00
Andreas Schuh
dd48d704c5
Merge pull request #126 from hevy-CC4477/master
...
Use ```_static``` suffix in filename of static library on Windows to distinguish it from the import library.
2016-02-29 17:54:40 +00:00
Andreas Schuh
9ef0d5220e
enh: Add usage of DEFINE_validator to test project
2016-02-29 17:12:15 +00:00
Andreas Schuh
02f3189788
#136 Move test binaries to Testing/bin
2016-02-29 17:03:08 +00:00
Andreas Schuh
92865cee87
#51 #138 Use std::string instead const char * for global "constants"
2016-02-29 16:15:11 +00:00
Andreas Schuh
8ac4bc41aa
fix: Pass std::string directly, no need for c_str() call
2016-02-29 16:12:33 +00:00
Evan Klitzke
b90a325ef3
properly export the .so minor version
2016-02-27 12:36:14 -08:00
Andreas Schuh
3ae911f3e7
mod: Update doc
2016-02-19 13:43:45 +00:00
Andreas Schuh
16651b7870
#115 Use HTTPS as default Git clone protocol
2016-02-19 13:43:27 +00:00
Andreas Schuh
762f9cbb65
#51 Call ShutDownCommandLineFlags for (manual) valgrind test
2016-02-19 13:20:40 +00:00
Andreas Schuh
7a69001868
#51 Use static StringFlagDestructor to destruct string objects allocated by placement new
2016-02-19 12:59:05 +00:00
Andreas Schuh
3f968fc16b
Merge pull request #133 from earhart/master
...
Add Bazel build support
2016-02-19 09:50:17 +00:00
Rob Earhart
40b85b18de
Add bazel support
2016-02-18 18:28:31 -08:00
Andreas Schuh
f9fa30506c
Merge pull request #131 from sbc100/no_threads
...
Define NO_THREADS when building without threads
2016-02-12 17:44:56 +00:00
Sam Clegg
b572a72daa
Define NO_THREADS in when building without threads
...
Previously NOTHREADS was being defined but the code
in mutex.h checks for NO_THREADS.
2016-01-29 16:09:43 -08:00
Andreas Schuh
03bebcb065
Merge pull request #129 from Nazg-Gul/master
...
Resolve some compiler warnings
2016-01-12 13:30:13 +00:00
Sergey Sharybin
366e9d335c
Fix some compilation warnings with MSVC 2015
...
MSVC 2015 already defines vsnprintf() and va_copy().
2015-12-31 17:16:26 +05:00
Sergey Sharybin
4f100cb6a0
Resolve several missing declarations warnings
2015-12-31 17:09:59 +05:00
Arnaud Farbos
d78b00d2de
handle generation of dynamic and static library on windows.
2015-11-05 12:03:37 -08:00
Andreas Schuh
9db828953a
#125 Fix unused typedef/variable warning for static assertion
2015-10-28 00:19:33 +00:00
Andreas Schuh
4e61c45ef9
#124 Remove using namespace from mutex.h
2015-10-27 23:00:58 +00:00
Andreas Schuh
f0523f14a9
Merge pull request #116 from KjellSchubert/vs2015
...
Fix build with MS VS 2015 RC
2015-05-20 00:37:42 +01:00
Kjell Schubert
4a56d614cf
support for msvs 2015
2015-05-19 16:01:38 -07:00
Andreas Schuh
58345b18d9
#113 Require CMake >= 2.8.12
...
Earlier version, such as CMake 2.8.11.2 in particular, have incomplete or faulty support of target_include_directories generator expressions. Moreover, this allows us to assume that the command target_include_directories is available.
2015-04-03 16:12:38 +01:00