diff options
author | Craig Silverstein <csilvers+gflags@google.com> | 2009-09-11 00:15:50 +0000 |
---|---|---|
committer | Craig Silverstein <csilvers+gflags@google.com> | 2009-09-11 00:15:50 +0000 |
commit | 688ea02a697dcecfb3bedd4f48bf8a658e7b5a33 (patch) | |
tree | f7762b70c0e0c3674acfae5974ca5d01b1e1bf96 /ChangeLog | |
parent | de718176a23067abdaa51e95723e9dc81c1c78fb (diff) | |
download | gflags-688ea02a697dcecfb3bedd4f48bf8a658e7b5a33.tar.gz gflags-688ea02a697dcecfb3bedd4f48bf8a658e7b5a33.tar.bz2 gflags-688ea02a697dcecfb3bedd4f48bf8a658e7b5a33.zip |
Thu Sep 10 12:53:04 2009 Google Inc. <opensource@google.com>
* google-gflags: version 1.2
* PORTABILITY: can now build and run tests under mingw (csilvers)
* Using a string arg for a bool flag is a compile-time error (rbayardo)
* Add --helpxml to gflags.py (salcianu)
* Protect against a hypothetical global d'tor mutex problem (csilvers)
* BUGFIX: can now define a flag after 'using namespace google' (hamaji)
git-svn-id: https://gflags.googlecode.com/svn/trunk@32 6586e3c6-dcc4-952a-343f-ff74eb82781d
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Thu Sep 10 12:53:04 2009 Google Inc. <opensource@google.com> + + * google-gflags: version 1.2 + * PORTABILITY: can now build and run tests under mingw (csilvers) + * Using a string arg for a bool flag is a compile-time error (rbayardo) + * Add --helpxml to gflags.py (salcianu) + * Protect against a hypothetical global d'tor mutex problem (csilvers) + * BUGFIX: can now define a flag after 'using namespace google' (hamaji) + Tue Apr 14 12:35:25 2009 Google Inc. <opensource@google.com> * google-gflags: version 1.1 |