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-17 21:21:59 +00:00
cmake Minor CMake coding style change of version_numbers function. 2014-03-17 21:16:31 +00:00
doc Document finding and linking to gflags using CMake. 2013-08-01 03:46:29 +01:00
src Create temporary directory for unit tests in specified --test_tmpdir if possible. 2014-03-17 21:21:59 +00:00
test Fix VS linker warning regarding locally defined FLAGS_tryfromenv symbol. 2014-03-17 21:20:24 +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 Require at least CMake 2.8.4 to avoid Cygwin legacy warning. 2014-03-17 20:54:48 +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.