- 10 May, 2016 1 commit
-
-
Ming Zhao authored
complain config.h can't be found.
-
- 26 Apr, 2016 2 commits
-
-
Andreas Schuh authored
Add GFLAGS_IS_A_DLL compile option for unit test which includes private config.h.
-
FARBOS Arnaud authored
-
- 06 Apr, 2016 1 commit
-
-
Andreas Schuh authored
Support uint32 as flag type
-
- 05 Apr, 2016 2 commits
-
-
Allan L. Bazinet authored
-
Allan L. Bazinet authored
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.”
-
- 04 Mar, 2016 2 commits
-
-
Andreas Schuh authored
-
Andreas Schuh authored
-
- 02 Mar, 2016 2 commits
-
-
Andreas Schuh authored
fix #133: Use awk instead of sed which would require different options on OS X
-
Andreas Schuh authored
-
- 01 Mar, 2016 15 commits
-
-
Andreas Schuh authored
mod: Update doc with new find_package COMPONENTS or subproject use
-
Andreas Schuh authored
-
Andreas Schuh authored
Fix build of unit test on Ubuntu/Windows by changing include order
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
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_".
-
Andreas Schuh authored
find_package COMPONENTS
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
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.
-
Andreas Schuh authored
-
Andreas Schuh authored
Fix compilation of unittest on Ubuntu
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
-
- 29 Feb, 2016 9 commits
-
-
Andreas Schuh authored
This reverts commit 02f31897.
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
Use ```_static``` suffix in filename of static library on Windows to distinguish it from the import library.
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
-
- 27 Feb, 2016 1 commit
-
-
Evan Klitzke authored
-
- 19 Feb, 2016 5 commits
-
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
Add Bazel build support
-
Rob Earhart authored
-