Commit graph

288 commits

Author SHA1 Message Date
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
Andreas Schuh
3ae911f3e7 mod: Update doc 2016-02-19 13:43:45 +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
Andreas Schuh
d4e971c10b #112 Use HTTPS protocol for "doc" submodule to not require SSH authentication 2015-03-31 15:53:18 +01:00
Andreas Schuh
16a168763e #106 Add test of gflags-config.cmake package configuration 2015-03-25 13:54:49 +00:00
Andreas Schuh
f4f524df1f #110 Set gflags_LIBRARIES to value of gflags_TARGET instead of "gflags" 2015-03-25 03:17:36 +00:00
Andreas Schuh
73178f0051 #110 Update CMake example on how to link against gflags library 2015-03-25 03:13:56 +00:00
Andreas Schuh
ed1d91f912 #110 Add "gflags" import target and gflags_TARGET
The gflags_TARGET variable contains the name of the originally exported import target. The "gflags" import target contains a copy of the relevant properties of this import target created by CMake. The gflags_LIBRARIES variable can be used to be consistent with other packages, but is otherwise no longer needed. In most cases, "target_link_libraries(foo gflags)" should be used.
2015-03-25 03:07:04 +00:00
Andreas Schuh
71c656e0e9 #108 Use PROJECT_BINARY_DIR in place of gflags_BINARY_DIR 2015-03-25 00:14:46 +00:00
Andreas Schuh
73b67041d8 #107 Correct description of GFLAGS_INCLUDE_DIR 2015-03-25 00:02:22 +00:00
Andreas Schuh
2e5b884fce #107 Document remaining CMake cache entries 2015-03-25 00:00:50 +00:00
Andreas Schuh
7eb3d365e3 #105 Modify negative compilation tests to link against gflags_LIBRARIES 2015-03-24 23:45:21 +00:00
Andreas Schuh
ccff5658e0 #108 Fix temporary directory configuration of negative compilation tests 2015-03-24 23:44:34 +00:00
Andreas Schuh
33fc9997bd #104 Fix compilation of tests 2015-03-24 23:43:53 +00:00
Andreas Schuh
c3fd5432c3 mod: Update gh-pages with correct GitHub organization URLs and CMake example 2015-03-24 23:31:34 +00:00
Andreas Schuh
5f29c4b940 mod: Update gh-pages with documentation of config options 2015-03-24 19:13:46 +00:00
Andreas Schuh
9e937e80fb #105 Add gflags_SHARED and gflags_NOTHREADED gflags-config.cmake options 2015-03-24 18:55:17 +00:00
Andreas Schuh
a9b983a827 #104 Fix library include directories settings 2015-03-24 18:54:30 +00:00
Andreas Schuh
f9e1ffaa39 doc: Correct year in README 2015-03-24 17:48:29 +00:00
Andreas Schuh
a4bae965eb doc: Spelling correction 2015-03-24 17:07:00 +00:00
Andreas Schuh
14e1138441 mod: Change URL of gh-pages submodule to use GitHub gflags community repo 2015-03-24 17:04:08 +00:00
Andreas Schuh
2861b1c269 doc: Add ChangeLog entries for release 2.1.2 2015-03-24 16:36:13 +00:00
Andreas Schuh
06ccc16dec doc: Update README 2015-03-24 16:35:19 +00:00
Andreas Schuh
a819f0f019 fixup: Package configuration 2015-03-24 16:29:31 +00:00
Andreas Schuh
64ac2e30b6 fix: Extension of README file for PackageMaker 2015-03-24 16:21:44 +00:00
Andreas Schuh
51f1db7431 #101 Enable C language again as long as FindThreads requires it
This avoids having patched CMake modules in the source tree of the gflags library. Usually a C compiler is installed along a C++ compiler (or it is used for C as well). The only slight downside is the extra configuration time needed by CMake to check the C compiler.
2015-03-24 15:36:26 +00:00
Andreas Schuh
35fcdb3b2f mod: Update gh-pages 2015-03-24 15:05:08 +00:00