Name
Last commit
Last update
doc Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com>
m4 * Update acx_pthread.m4 for nostdlib (liujisi)
packages Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com>
src Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com>
vsprojects * Split up flag declares into its own file (jyrki)
AUTHORS Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com>
COPYING gflags 0.1
ChangeLog Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com>
INSTALL Update to automake 1.10.1 (from 1.9), and downdate to autoconf 2.62
Makefile.am Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com>
Makefile.in Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com>
NEWS Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com>
README * Reduce .o size by decomposing switches (jyrki)
README_windows.txt * Split up flag declares into its own file (jyrki)
aclocal.m4 Update to automake 1.10.1 (from 1.9), and downdate to autoconf 2.62
autogen.sh Update to automake 1.10.1 (from 1.9), and downdate to autoconf 2.62
config.guess Update to automake 1.10.1 (from 1.9), and downdate to autoconf 2.62
config.sub Update to automake 1.10.1 (from 1.9), and downdate to autoconf 2.62
configure Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com>
configure.ac Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com>
depcomp Update to automake 1.10.1 (from 1.9), and downdate to autoconf 2.62
gflags.sln Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com>
install-sh Update to automake 1.10.1 (from 1.9), and downdate to autoconf 2.62
ltmain.sh * Use our own string typedef so macro is never confused (csilvers)
missing Update to automake 1.10.1 (from 1.9), and downdate to autoconf 2.62
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.