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
2014-03-14 15:28:34 +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 Fix build on Windows using Visual Studio. Add gflags_config.h. 2014-03-14 15:28:34 +00: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 Fix build on Windows using Visual Studio. Add gflags_config.h. 2014-03-14 15:28:34 +00: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 Minor update of README. 2013-11-06 20:56:03 +00:00

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.