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 Fixed a typo in the email address.
src Use static_cast to avoid comparison of signed and unsigned integer warning in util.h.
vsprojects Fix deprecation warnings of VC++ regarding strdup and unlink. Add solution files for VS 2010 and VS 2012.
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-vs2003.sln Fix deprecation warnings of VC++ regarding strdup and unlink. Add solution files for VS 2010 and VS 2012.
gflags-vs2010.sln Fix deprecation warnings of VC++ regarding strdup and unlink. Add solution files for VS 2010 and VS 2012.
gflags-vs2012.sln Fix deprecation warnings of VC++ regarding strdup and unlink. Add solution files for VS 2010 and VS 2012.
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.