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 b7ea065962 Update to automake 1.10.1 (from 1.9), and downdate to autoconf 2.62
(from 2.65).  I'm moving to a new system for maintaining the
opensource version, which involves using a 'hermetic' version of
autotools, and those are the versions installed in the hermetic
system.  There shouldn't be a user-noticeable change here.


git-svn-id: https://gflags.googlecode.com/svn/trunk@51 6586e3c6-dcc4-952a-343f-ff74eb82781d
2011-07-29 03:48:59 +00:00
doc * Minor correction for doc of shorthelp (soerenme, mecarson) 2011-07-28 06:19:07 +00:00
m4 * Update acx_pthread.m4 for nostdlib (liujisi) 2011-03-02 08:05:17 +00:00
packages Mon Jan 24 16:11:35 2011 Google Inc. <opensource@google.com> 2011-01-25 00:36:41 +00:00
src Update the windows version of the .h's to match the unix version. 2011-05-19 21:32:31 +00:00
vsprojects * Split up flag declares into its own file (jyrki) 2011-04-21 19:22:43 +00:00
aclocal.m4 Update to automake 1.10.1 (from 1.9), and downdate to autoconf 2.62 2011-07-29 03:48:59 +00:00
AUTHORS gflags 0.1 2007-03-22 00:15:41 +00:00
autogen.sh Update to automake 1.10.1 (from 1.9), and downdate to autoconf 2.62 2011-07-29 03:48:59 +00:00
ChangeLog Mon Jan 24 16:11:35 2011 Google Inc. <opensource@google.com> 2011-01-25 00:36:41 +00:00
compile gflags 0.1 2007-03-22 00:15:41 +00:00
config.guess Update to automake 1.10.1 (from 1.9), and downdate to autoconf 2.62 2011-07-29 03:48:59 +00:00
config.sub Update to automake 1.10.1 (from 1.9), and downdate to autoconf 2.62 2011-07-29 03:48:59 +00:00
configure * Split up flag declares into its own file (jyrki) 2011-04-21 19:22:43 +00:00
configure.ac * Split up flag declares into its own file (jyrki) 2011-04-21 19:22:43 +00:00
COPYING gflags 0.1 2007-03-22 00:15:41 +00:00
depcomp Update to automake 1.10.1 (from 1.9), and downdate to autoconf 2.62 2011-07-29 03:48:59 +00:00
google-gflags.sln * PORTING: Add windows (MSVC) support (csilvers) 2009-11-10 16:33:51 +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
install-sh Update to automake 1.10.1 (from 1.9), and downdate to autoconf 2.62 2011-07-29 03:48:59 +00:00
ltmain.sh * Use our own string typedef so macro is never confused (csilvers) 2010-11-16 23:21:00 +00:00
Makefile.am * Minor correction for doc of shorthelp (soerenme, mecarson) 2011-07-28 06:19:07 +00:00
Makefile.in * Minor correction for doc of shorthelp (soerenme, mecarson) 2011-07-28 06:19:07 +00:00
missing Update to automake 1.10.1 (from 1.9), and downdate to autoconf 2.62 2011-07-29 03:48:59 +00:00
mkinstalldirs Tue Jun 12 15:23:42 2007 Google Inc. <opensource@google.com> 2007-06-12 23:59:42 +00:00
NEWS Mon Jan 24 16:11:35 2011 Google Inc. <opensource@google.com> 2011-01-25 00:36:41 +00:00
README * Reduce .o size by decomposing switches (jyrki) 2010-09-16 18:53:42 +00:00
README_windows.txt * Split up flag declares into its own file (jyrki) 2011-04-21 19:22:43 +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.