Mon Jan 4 18:09:30 2010 Google Inc. <opensource@google.com>
authorCraig Silverstein <csilvers+gflags@google.com>
Tue, 5 Jan 2010 02:25:45 +0000 (02:25 +0000)
committerCraig Silverstein <csilvers+gflags@google.com>
Tue, 5 Jan 2010 02:25:45 +0000 (02:25 +0000)
commit31c8edc53e5438121d70598bfa6c291880a6a375
treeeaec0063ffee99f9bbea344e0f8ae2f4d60ca775
parentab3d7650dc1c0361db7cbf1080a86540cf0b9a44
Mon Jan  4 18:09:30 2010  Google Inc. <opensource@google.com>

* google-gflags: version 1.3
* PORTABILITY: can now build and run tests under MSVC (csilvers)
* Remove the python gflags code, which is now its own package (tansell)
* Clarify that "last flag wins" in the docs (csilvers)
* Comment danger of using GetAllFlags in validators (wojtekm)
* PORTABILITY: Some fixes necessary for c++0x (mboerger)
* Makefile fix: $(srcdir) -> $(top_srcdir) in one place (csilvres)
* INSTALL: autotools to autoconf v2.64 + automake v1.11 (csilvers)

git-svn-id: https://gflags.googlecode.com/svn/trunk@35 6586e3c6-dcc4-952a-343f-ff74eb82781d
23 files changed:
ChangeLog
Makefile.am
Makefile.in
README
autogen.sh
config.guess
config.sub
configure
configure.ac
doc/gflags.html
ltmain.sh
packages/deb/changelog
python/gflags.py [deleted file]
python/gflags2man.py [deleted file]
python/gflags_helpxml_test.py [deleted file]
python/gflags_unittest.py [deleted file]
python/setup.py [deleted file]
python/test_module_bar.py [deleted file]
python/test_module_foo.py [deleted file]
src/gflags.cc
src/gflags_completions.cc
src/gflags_reporting.cc
src/gflags_unittest.cc