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:
Find a file
2013-11-05 12:09:52 +00:00
cmake Set PACKAGE_VERSION_EXACT to FALSE if major.minor version is not equal to the requested version. 2013-08-01 00:27:40 +01:00
doc Document finding and linking to gflags using CMake. 2013-08-01 03:46:29 +01:00
src Add missing windows portability definitions. 2013-05-22 00:06:08 +01:00
test Add negative compilation tests. 2013-08-01 03:31:47 +01:00
.gitignore Ignore .DS_Store files of OS X. 2013-11-05 12:09:52 +00:00
AUTHORS Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com> 2012-01-25 23:59:40 +00:00
ChangeLog Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com> 2012-01-25 23:59:40 +00:00
CMakeLists.txt exporting binary tree to CMake registry 2013-10-22 23:03:27 +02:00
COPYING gflags 0.1 2007-03-22 00:15:41 +00:00
INSTALL Give basic CMake based build instructions in INSTALL file. 2013-08-01 00:52:46 +01:00
NEWS Update NEWS: Git repository hosted on GitHub. 2013-04-20 22:49:37 +00:00
README Remove reference to README_windows. 2013-08-01 03:53:59 +01:00

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++.