mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at:
These CMake variables are now set to a default which both maintains binary backwards compatibility with previous versions of the library, but at the same time allows already the use of the new "gflags" namespace instead of "google". Users may still override the default using the -D option of cmake, for example, when they use the library directly as submodule in their own project and prefer a different namespace/installation directory. |
||
---|---|---|
cmake | ||
doc | ||
src | ||
test | ||
.gitattributes | ||
.gitignore | ||
AUTHORS.txt | ||
ChangeLog.txt | ||
CMakeLists.txt | ||
COPYING.txt | ||
INSTALL.txt | ||
NEWS.txt | ||
README.txt |
This package contains a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for C++ types like string, and the ability to define flags in the source file in which they're used.