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-19 14:48:03 +00:00
cmake Convert line endings to Unix format. 2014-03-19 15:27:08 +01:00
doc Document finding and linking to gflags using CMake. 2013-08-01 03:46:29 +01:00
src Replace GFLAGS_HAVE_* #defines by HAVE_* again. 2014-03-19 14:24:52 +00:00
test Replace GFLAGS_HAVE_* #defines by HAVE_* again. 2014-03-19 14:24:52 +00:00
.gitattributes Add .gitattributes file to normalize all files to LF. 2014-03-19 14:48:03 +00:00
.gitignore Fix build with Xcode 5, system checks, set LANGUAGE to CXX. 2014-03-15 14:15:33 +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 Convert line endings to Unix format. 2014-03-19 15:27:08 +01: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.