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-20 02:11:44 +00:00
cmake Enable packaging of library using CPack. 2014-03-20 02:11:44 +00:00
doc Document finding and linking to gflags using CMake. 2013-08-01 03:46:29 +01:00
src Enable packaging of library using CPack. 2014-03-20 02:11:44 +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 Fix build with Xcode 5, system checks, set LANGUAGE to CXX. 2014-03-15 14:15:33 +00:00
AUTHORS.txt Enable packaging of library using CPack. 2014-03-20 02:11:44 +00:00
ChangeLog.txt Enable packaging of library using CPack. 2014-03-20 02:11:44 +00:00
CMakeLists.txt Enable packaging of library using CPack. 2014-03-20 02:11:44 +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 Enable packaging of library using CPack. 2014-03-20 02:11:44 +00:00
README.txt Enable packaging of library using CPack. 2014-03-20 02:11:44 +00:00

A commandline flags library that allows for distributed flags.

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.