Mon Jul 21 23:01:38 2008 Google Inc. <opensource@google.com>
authorCraig Silverstein <csilvers+gflags@google.com>
Tue, 22 Jul 2008 23:29:39 +0000 (23:29 +0000)
committerCraig Silverstein <csilvers+gflags@google.com>
Tue, 22 Jul 2008 23:29:39 +0000 (23:29 +0000)
commitc79c32d98c4dc705ecc2fea2d7e8712afb6938fb
tree1972e016e139b225cf71ea8b2f4c34ba0af82932
parent83911c12f3a570c86c6d2c957ddd49be3bcb07ac
Mon Jul 21 23:01:38 2008  Google Inc. <opensource@google.com>

* google-gflags: version 0.9
* Add the ability to validate a command-line flag (csilvers)
* Add completion support for commandline flags in bash (daven)
* Add -W compile flags to Makefile, when using gcc (csilvers)
* Allow helpstring to be NULL (cristianoc)
* Improved documentation of classes in the .cc file (csilvers)
* Fix python bug with AppendFlagValues + shortnames (jjtswan)
* Use bool instead of int for boolean flags in gflags.py (bcmills)
* Simplify the way we declare flags, now more foolproof (csilvers)
* Better error messages when bool flags collide (colohan)
* Only evaluate DEFINE_foo macro args once (csilvers)

git-svn-id: https://gflags.googlecode.com/svn/trunk@23 6586e3c6-dcc4-952a-343f-ff74eb82781d
22 files changed:
ChangeLog
Makefile.am
Makefile.in
configure
configure.ac
doc/gflags.html
m4/acx_pthread.m4
m4/google_namespace.m4
packages/deb/changelog
packages/deb/libgoogle-gflags0.dirs
packages/deb/libgoogle-gflags0.install
packages/rpm/rpm.spec
python/gflags.py
python/gflags_unittest.py
src/gflags.cc
src/gflags_completions.cc [new file with mode: 0644]
src/gflags_completions.sh [new file with mode: 0755]
src/gflags_reporting.cc
src/gflags_unittest.cc
src/gflags_unittest.sh
src/google/gflags.h.in
src/google/gflags_completions.h.in [new file with mode: 0644]