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-08-01 00:01:21 +01:00
cmake Configure and install CMake package configuration file to help find_package locate the gflags package. 2013-07-31 23:55:50 +01:00
doc Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com> 2012-01-25 23:59:40 +00:00
src Add missing windows portability definitions. 2013-05-22 00:06:08 +01:00
test Remove build tool related files, operating system packages, and move unit tests to separate subdirectory. 2013-04-21 00:06:37 +01: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 Install CMake config file inside lib/ directory on Unix. 2013-08-01 00:01:21 +01:00
COPYING gflags 0.1 2007-03-22 00:15:41 +00:00
INSTALL Update to automake 1.10.1 (from 1.9), and downdate to autoconf 2.62 2011-07-29 03:48:59 +00:00
NEWS Update NEWS: Git repository hosted on GitHub. 2013-04-20 22:49:37 +00:00
README * Reduce .o size by decomposing switches (jyrki) 2010-09-16 18:53:42 +00: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++: basically
   ./configure && make && make install

See README_windows.txt for instructions on using under windows.