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
Craig Silverstein 31c8edc53e Mon Jan 4 18:09:30 2010 Google Inc. <opensource@google.com>
* google-gflags: version 1.3
	* PORTABILITY: can now build and run tests under MSVC (csilvers)
	* Remove the python gflags code, which is now its own package (tansell)
	* Clarify that "last flag wins" in the docs (csilvers)
	* Comment danger of using GetAllFlags in validators (wojtekm)
	* PORTABILITY: Some fixes necessary for c++0x (mboerger)
	* Makefile fix: $(srcdir) -> $(top_srcdir) in one place (csilvres)
	* INSTALL: autotools to autoconf v2.64 + automake v1.11 (csilvers)


git-svn-id: https://gflags.googlecode.com/svn/trunk@35 6586e3c6-dcc4-952a-343f-ff74eb82781d
2010-01-05 02:25:45 +00:00
doc Mon Jan 4 18:09:30 2010 Google Inc. <opensource@google.com> 2010-01-05 02:25:45 +00:00
m4 Mon Jul 21 23:01:38 2008 Google Inc. <opensource@google.com> 2008-07-22 23:29:39 +00:00
packages Mon Jan 4 18:09:30 2010 Google Inc. <opensource@google.com> 2010-01-05 02:25:45 +00:00
src Mon Jan 4 18:09:30 2010 Google Inc. <opensource@google.com> 2010-01-05 02:25:45 +00:00
vsprojects * PORTING: Add windows (MSVC) support (csilvers) 2009-11-10 16:33:51 +00:00
aclocal.m4 Tue Apr 14 12:35:25 2009 Google Inc. <opensource@google.com> 2009-04-15 21:57:04 +00:00
AUTHORS gflags 0.1 2007-03-22 00:15:41 +00:00
autogen.sh Mon Jan 4 18:09:30 2010 Google Inc. <opensource@google.com> 2010-01-05 02:25:45 +00:00
ChangeLog Mon Jan 4 18:09:30 2010 Google Inc. <opensource@google.com> 2010-01-05 02:25:45 +00:00
compile gflags 0.1 2007-03-22 00:15:41 +00:00
config.guess Mon Jan 4 18:09:30 2010 Google Inc. <opensource@google.com> 2010-01-05 02:25:45 +00:00
config.sub Mon Jan 4 18:09:30 2010 Google Inc. <opensource@google.com> 2010-01-05 02:25:45 +00:00
configure Mon Jan 4 18:09:30 2010 Google Inc. <opensource@google.com> 2010-01-05 02:25:45 +00:00
configure.ac Mon Jan 4 18:09:30 2010 Google Inc. <opensource@google.com> 2010-01-05 02:25:45 +00:00
COPYING gflags 0.1 2007-03-22 00:15:41 +00:00
depcomp Tue Jun 12 15:23:42 2007 Google Inc. <opensource@google.com> 2007-06-12 23:59:42 +00:00
google-gflags.sln * PORTING: Add windows (MSVC) support (csilvers) 2009-11-10 16:33:51 +00:00
INSTALL Tue Apr 14 12:35:25 2009 Google Inc. <opensource@google.com> 2009-04-15 21:57:04 +00:00
install-sh Tue Jun 12 15:23:42 2007 Google Inc. <opensource@google.com> 2007-06-12 23:59:42 +00:00
ltmain.sh Mon Jan 4 18:09:30 2010 Google Inc. <opensource@google.com> 2010-01-05 02:25:45 +00:00
Makefile.am Mon Jan 4 18:09:30 2010 Google Inc. <opensource@google.com> 2010-01-05 02:25:45 +00:00
Makefile.in Mon Jan 4 18:09:30 2010 Google Inc. <opensource@google.com> 2010-01-05 02:25:45 +00:00
missing Tue Jun 12 15:23:42 2007 Google Inc. <opensource@google.com> 2007-06-12 23:59:42 +00:00
mkinstalldirs Tue Jun 12 15:23:42 2007 Google Inc. <opensource@google.com> 2007-06-12 23:59:42 +00:00
NEWS gflags 0.1 2007-03-22 00:15:41 +00:00
README Mon Jan 4 18:09:30 2010 Google Inc. <opensource@google.com> 2010-01-05 02:25:45 +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

You can also compile this under Windows, if you want.  The solution
file (for VC 7.1 and later) is in this directory.