mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 13:35: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:
|
||
---|---|---|
cmake | ||
doc | ||
src | ||
test | ||
AUTHORS | ||
ChangeLog | ||
CMakeLists.txt | ||
COPYING | ||
INSTALL | ||
NEWS | ||
README |
This repository contains a C++ of the Google commandline flags module. Documentation for the C++ implementation is in doc/. The python version of gflags is now shipped seperately as it is completely independent of this module. See INSTALL for (generic) installation instructions for C++.