- 16 May, 2017 1 commit
-
-
randomguy3 authored
The argument-related variables in a macro body are not real variables, but special substitutions. They cannot be directly referred to by name, only expanded.
-
- 24 Nov, 2016 1 commit
-
-
Andreas Schuh authored
-
- 01 Mar, 2016 1 commit
-
-
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.
-
- 02 May, 2014 1 commit
-
-
Andreas Schuh authored
The first element in the GFLAGS_NAMESPACE list is used as primary/default namespace. The symbols are then imported from this primary namespace into each of the other alternative namespaces with the using keyword. This is in particular used to maintain backwards compatibility with previous gflags library versions that used the "google" namespace instead of the new default "gflags" namespace.
-
- 27 Mar, 2014 2 commits
-
-
Andreas Schuh authored
Both GFLAGS_NAMESPACE and GFLAGS_INCLUDE_DIR can be used to customize the installation of the gflags library. One specifies the C++ namespace name of the gflags symbols, the other the include subdirectory path of the public header files. By default, both are set to "gflags", but other Google libraries still expect "google" as C++ namespace name, but not necessarily also include path.
-
Andreas Schuh authored
Both GFLAGS_NAMESPACE and GFLAGS_INCLUDE_DIR can be used to customize the installation of the gflags library. One specifies the C++ namespace name of the gflags symbols, the other the include subdirectory path of the public header files. By default, both are set to "gflags", but other Google libraries still expect "google" as C++ namespace name, but not necessarily also include path.
-
- 18 Mar, 2014 1 commit
-
-
Andreas Schuh authored
Expose as few system variables as possible through public interface. Perform STRIP_FLAGS_HELP test using CMake instead of Bash. Change file path separator used by gflags_reporting.cc to backslash on Windwos.
-
- 17 Mar, 2014 4 commits
-
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
-
- 14 Mar, 2014 1 commit
-
-
Andreas Schuh authored
-
- 31 Jul, 2013 2 commits
-
-
Andreas Schuh authored
-
Andreas Schuh authored
Configure and install CMake package configuration file to help find_package locate the gflags package.
-