- 01 Aug, 2016 9 commits
-
-
Andreas Schuh authored
[ci skip]
-
Dreamer authored
-
Andreas Schuh authored
-
Dreamer authored
-
Andreas Schuh authored
Use enum to specify flag value type.
-
dreamer.dead authored
-
dreamer.dead authored
-
dreamer.dead authored
-
dreamer.dead authored
-
- 29 Jul, 2016 1 commit
-
-
dreamer.dead authored
It is possible to create a type-safe version of FlagRegisterer ctor (as well as some internal gflags classes), that will deduce type of the new flag automatically. This results in removing quite a few calls to strcmp() when new flag is created. No existing behavior change.
-
- 20 Jul, 2016 3 commits
-
-
Andreas Schuh authored
Fix incorrect flag value typename for uint32.
-
dreamer.dead authored
-
dreamer.dead authored
-
- 18 Jul, 2016 2 commits
-
-
Andreas Schuh authored
Add missing reference symbol to a function parameter.
-
dreamer.dead authored
-
- 28 Jun, 2016 2 commits
-
-
Andreas Schuh authored
fix: Consider Windows-style LRLF in flag parsing
-
liuchang0812 authored
-
- 01 Jun, 2016 1 commit
-
-
Andreas Schuh authored
-
- 10 May, 2016 2 commits
-
-
Andreas Schuh authored
Fix bazel build
-
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 11 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
-