Wed Mar 28 12:15:56 2007 Google Inc. <opensource@google.com>
authorCraig Silverstein <csilvers+gflags@google.com>
Wed, 28 Mar 2007 21:54:07 +0000 (21:54 +0000)
committerCraig Silverstein <csilvers+gflags@google.com>
Wed, 28 Mar 2007 21:54:07 +0000 (21:54 +0000)
commit290da389e53da2dfc2f09fbbfac5fc61221ecfb7
tree391bfc307b05d4e6b1141eaa0bb0dd731c7320d3
parent573580dcd64b95a01cf5babec6031ef664c8248d
Wed Mar 28 12:15:56 2007  Google Inc. <opensource@google.com>

* google-gflags: version 0.3
* python portability fix: use popen instead of subprocess (csilvers)
* Add is_default to CommandLineFlagInfo (pchien)
* Make docs a bit prettier (csilvers)
* Actually include the python files in the distribution! :-/ (csilvers)

git-svn-id: https://gflags.googlecode.com/svn/trunk@11 6586e3c6-dcc4-952a-343f-ff74eb82781d
17 files changed:
ChangeLog
Makefile.am
Makefile.in
aclocal.m4
configure
configure.ac
doc/designstyle.css [new file with mode: 0644]
packages/deb/libgoogle-gflags-dev.dirs [new file with mode: 0644]
packages/deb/libgoogle-gflags-dev.install [new file with mode: 0644]
packages/deb/libgoogle-gflags0.dirs [new file with mode: 0644]
packages/deb/libgoogle-gflags0.install [new file with mode: 0644]
python/gflags2man.py
python/setup.py
src/config.h.in [new file with mode: 0644]
src/gflags.cc
src/gflags_unittest.cc
src/google/gflags.h.in