mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 21:45: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:
Conflicts: README_windows.txt gflags-vs2012.sln src/gflags.cc src/gflags.h.in src/windows_port.cc src/windows_port.h vsprojects/gflags_unittest/gflags_unittest-vs2012.vcxproj vsprojects/libgflags/libgflags-vs2012.vcxproj |
||
---|---|---|
cmake | ||
doc | ||
src | ||
test | ||
.gitattributes | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
CMakeLists.txt | ||
COPYING | ||
INSTALL | ||
NEWS | ||
README |
This repository contains the C++ implementation of the commandline flags module originally developed at Google. Documentation for this module is in doc/. The python version of gflags is now a separate project. See INSTALL for (generic) installation instructions.