Tue Apr 14 12:35:25 2009 Google Inc. <opensource@google.com>
authorCraig Silverstein <csilvers+gflags@google.com>
Wed, 15 Apr 2009 21:57:04 +0000 (21:57 +0000)
committerCraig Silverstein <csilvers+gflags@google.com>
Wed, 15 Apr 2009 21:57:04 +0000 (21:57 +0000)
commit5a3c7f8598d98b9554d3ddb1eb1069c22bb47caa
tree2c41e9759770e8fdd35e9166b74cdee6a3cc8442
parente0b71e5758a240a52cbdfe8690ed31bf72f27906
Tue Apr 14 12:35:25 2009  Google Inc. <opensource@google.com>

* google-gflags: version 1.1
* Add both foo and nofoo for boolean flags, with --undefok (andychu)
* Better document how validators work (wojtekm)
* Improve binary-detection for bash-completion (mtamsky)
* Python: Add a concept of "key flags", used with --help (salcianu)
* Python: Robustify flag_values (salcianu)
* Python: Add a new DEFINE_bool alias (keir, andrewliu)
* Python: Do module introspection based on module name (dsturtevant)
* Fix autoconf a bit better, especially on windows and solaris (ajenjo)
* BUG FIX: gflags_nothreads was linking against the wrong lib (ajenjo)
* BUG FIX: threads-detection failed on FreeBSD; replace it (ajenjo)
* PORTABILITY: Quiet an internal compiler error with SUSE 10 (csilvers)
* PORTABILITY: Update deb.sh for more recenty debuilds (csilvers)
* PORTABILITY: #include more headers to satify new gcc's (csilvers)
* INSTALL: Updated to autoconf 2.61 and libtool 1.5.26 (csilvers)

git-svn-id: https://gflags.googlecode.com/svn/trunk@29 6586e3c6-dcc4-952a-343f-ff74eb82781d
28 files changed:
ChangeLog
INSTALL
Makefile.am
Makefile.in
aclocal.m4
configure
configure.ac
doc/gflags.html
packages/deb.sh
packages/deb/changelog
packages/deb/control
packages/deb/libgflags-dev.dirs [moved from packages/deb/libgoogle-gflags-dev.dirs with 100% similarity]
packages/deb/libgflags-dev.install [moved from packages/deb/libgoogle-gflags-dev.install with 100% similarity]
packages/deb/libgflags0.dirs [moved from packages/deb/libgoogle-gflags0.dirs with 100% similarity]
packages/deb/libgflags0.install [moved from packages/deb/libgoogle-gflags0.install with 100% similarity]
packages/rpm/rpm.spec
python/gflags.py
python/gflags_unittest.py
python/test_module_bar.py [new file with mode: 0755]
python/test_module_foo.py [new file with mode: 0755]
src/config.h.in
src/gflags.cc
src/gflags/gflags.h.in
src/gflags_completions.cc
src/gflags_completions.sh
src/gflags_reporting.cc
src/gflags_unittest.sh
src/mutex.h [new file with mode: 0644]