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 04a30c86de Merge remote-tracking branch 'google/release' into 'master'.
Conflicts:
	gflags-vs2003.sln
	gflags-vs2010.sln
	gflags-vs2012.sln
	vsprojects/gflags_unittest/gflags_unittest-vs2010.vcxproj
	vsprojects/libgflags/libgflags-vs2010.vcxproj
2014-03-20 16:37:14 +00:00
cmake Use dpkg --print-architecture also for RPM generator. 2014-03-20 04:24:57 +00:00
doc Document finding and linking to gflags using CMake. 2013-08-01 03:46:29 +01:00
src Change mode of text file. 2014-03-20 02:14:30 +00:00
test Enable packaging of library using CPack. 2014-03-20 02:11:44 +00:00
.gitattributes Add .gitattributes file to normalize all files to LF. 2014-03-19 14:48:03 +00:00
.gitignore Ignore packages subdirectory (if it exists). 2014-03-20 04:43:01 +00:00
AUTHORS.txt Enable packaging of library using CPack. 2014-03-20 02:11:44 +00:00
ChangeLog.txt Add missing entry to ChangeLog for v2.1 release. 2014-03-20 16:15:10 +00:00
CMakeLists.txt Change version to 2.1.0, i.e., use common semantic versioning system including patch number for bug fix releases. 2014-03-20 16:19:00 +00:00
COPYING.txt Enable packaging of library using CPack. 2014-03-20 02:11:44 +00:00
INSTALL.txt Enable packaging of library using CPack. 2014-03-20 02:11:44 +00:00
NEWS.txt Mention Git branching model in NEWS. 2014-03-20 16:35:30 +00:00
README.txt Remove brief description from README to avoid duplicate appearance in RPM and other packages. 2014-03-20 04:06:27 +00:00

This package contains a library that implements commandline flags
processing.  As such it's a replacement for getopt().  It has increased
flexibility, including built-in support for C++ types like string, and
the ability to define flags in the source file in which they're used.
The devel package contains static and debug libraries and header files
for developing applications that use the gflags package.