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
Andreas Schuh 6e4c22e982 Merge pull request #7 from andy-held/cmake-migration
Fix case in CMake module includes.
2014-03-17 12:16:26 +00:00
cmake * fixed letter case of included file names 2014-03-17 09:38:15 +01:00
doc Document finding and linking to gflags using CMake. 2013-08-01 03:46:29 +01:00
src Check if pthread_rwlock_t is available and use it if so. 2014-03-15 14:31:21 +00:00
test Fix build with Xcode 5, system checks, set LANGUAGE to CXX. 2014-03-15 14:15:33 +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 * fixed letter case of included file names 2014-03-17 09:38:15 +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.