Andreas Schuh | af502c8 | 2018-11-11 21:09:58 +0000 | [diff] [blame] | 1 | * Sun Nov 11 2018 - Andreas Schuh <andreas.schuh.84@gmail.com> |
| 2 | |
| 3 | - gflags: version 2.2.2 |
| 4 | Fixed 267: Support build with GCC option "-fvisibility=hidden". |
| 5 | Fixed 262: Declare FALGS_no##name variables as static to avoid "previous extern" warning. |
| 6 | Fixed 261: Declare FlagRegisterer c’tor explicit template instanations as extern in header |
| 7 | Fixed 257: Build with _UNICODE support on Windows. |
| 8 | Fixed 233/234/235: Move CMake defines that are unused by Bazel to separate header; makes config.h private again |
| 9 | Fixed 228: Build with recent MinGW versions that define setenv. |
| 10 | Fixed 226: Remove obsolete and unused CleanFileName code |
| 11 | Merged 266: Various PVS Studio and GCC warnings. |
| 12 | Merged 258: Fix build with some Clang variants that define "restrict" macro. |
| 13 | Merged 252: Update documentation on how to use Bazel. |
| 14 | Merged 249: Use "_debug" postfix for debug libraries. |
| 15 | Merged 247: CMake "project" VERSION; no enable_testing(); "gflags::" import target prefix. |
| 16 | Merged 246: Add Bazel-on-Windows support. |
| 17 | Merged 239: Use GFLAGS_NAMESPACE instead of "gflags" in test executable. |
| 18 | Merged 237: Removed unused functions; fixes compilation with -Werror compiler option. |
| 19 | Merged 232: Fix typo in Bazel's BUILD definition |
| 20 | Merged 230: Remove using ::fLS::clstring. |
| 21 | Merged 221: Add convenience 'uninstall' target |
| 22 | |
Andreas Schuh | 46f73f8 | 2017-07-11 18:30:34 +0100 | [diff] [blame] | 23 | * Tue Jul 11 2017 - Andreas Schuh <andreas.schuh.84@gmail.com> |
| 24 | |
| 25 | - gflags: version 2.2.1 |
| 26 | - Link to online documentation in README |
| 27 | - Merged 194: Include utils by file instead of CMAKE_MODULE_PATH search |
| 28 | - Merged 195: Remove unused program_name variable |
| 29 | - Merged 196: Enable language C for older CMake versions when needed |
| 30 | - Merged 202: Changed include directory in bazel build |
| 31 | - Merged 207: Mark single argument constructors in mutex.h as explicit |
| 32 | - Merged 209: Use inttypes.h on VC++ 2013 and later |
| 33 | - Merged 212: Fix statically linked gflags library with MSVC |
| 34 | - Meregd 213: Modify installation paths on Windows for vcpkg |
| 35 | - Merged 215: Fix static initialization order fiasco caused by global registry lock |
| 36 | - Merged 216: Fix use of ARGC in CMake macros |
| 37 | - Merged 222: Static code analyzer error regarding strncmp with empty kRootDir |
| 38 | - Merged 224: Check HAVE_STDINT_H or HAVE_INTTYPES_H for older MSVC versions |
| 39 | |
Andreas Schuh | f8a0efe | 2016-11-25 18:32:19 +0000 | [diff] [blame] | 40 | * Fri Nov 25 2016 - Andreas Schuh <andreas.schuh.84@gmail.com> |
| 41 | |
| 42 | - gflags: version 2.2.0 |
| 43 | - Merged 178: Implicitly convert dashes in option names to underscores |
| 44 | - Merged 159: CI builds and automatic tests with Travis CI and AppVeyor |
| 45 | - Merged 158: Use enum for flag value types |
| 46 | - Merged 126: File name postfix for static libraries on Windows |
| 47 | - Closed issue 120: Configure and install gflags.pc file for pkg-config users |
| 48 | - Fixed issue 127: snprintf already defined when building with MSVC 2015 |
| 49 | - Fixed issue 51/138: Memory leaks reported by valgrind |
| 50 | - Fixed issue 173: Validate flags only once |
| 51 | - Fixed issue 168: Unsigned and signed comparison in gflags_reporting.cc |
| 52 | - Fixed issues 176/153: Add -lpthread link argument to Bazel build, refactor BUILD rules |
| 53 | - Fixed issue 89: Add GFLAGS_IS_A_DLL to imported CMake target INTERFACE_COMPILE_DEFINITIONS |
| 54 | - Fixed issue 104: Set INTERFACE_INCLUDE_DIRECTORIES of exported CMake targets |
| 55 | - Fixed issue 174: Missing gflags-targets.cmake file after installation |
| 56 | - Fixed issue 186: Error linking to gflags IMPLIB with MSVC using CMake |
| 57 | - Closed issue 106: Add example project to test use of gflags library |
| 58 | |
Andreas Schuh | 2861b1c | 2015-03-24 16:36:13 +0000 | [diff] [blame] | 59 | * Tue Mar 24 2014 - Andreas Schuh <andreas.schuh.84@gmail.com> |
| 60 | |
| 61 | - gflags: version 2.1.2 |
| 62 | - Moved project to GitHub |
| 63 | - Added GFLAGS_NAMESPACE definition to gflags_declare.h |
| 64 | - Fixed issue 94: Keep "google" as primary namespace and import symbols into "gflags" namespace |
| 65 | - Fixed issue 96: Fix binary ABI compatibility with gflags 2.0 using "google" as primary namespace |
| 66 | - Fixed issue 97/101: Removed (patched) CMake modules and enabled C language instead |
| 67 | - Fixed issue 103: Set CMake policy CMP0042 to silence warning regarding MACOS_RPATH setting |
| 68 | |
Andreas Schuh | 4003103 | 2014-03-30 15:41:02 +0100 | [diff] [blame] | 69 | * Sun Mar 20 2014 - Andreas Schuh <google-gflags@googlegroups.com> |
| 70 | |
| 71 | - gflags: version 2.1.1 |
| 72 | - Fixed issue 77: GFLAGS_IS_A_DLL expands to empty string in gflags_declare.h |
| 73 | - Fixed issue 79: GFLAGS_NAMESPACE not expanded to actual namespace in gflags_declare.h |
| 74 | - Fixed issue 80: Allow include path to differ from GFLAGS_NAMESPACE |
| 75 | |
Andreas Schuh | 76f2ffa | 2014-03-20 16:02:15 +0000 | [diff] [blame] | 76 | * Thu Mar 20 2014 - Andreas Schuh <google-gflags@googlegroups.com> |
| 77 | |
| 78 | - gflags: version 2.1.0 |
| 79 | - Build system configuration using CMake instead of autotools |
| 80 | - CPack packaging support for Debian/Ubuntu, Red Hat, and Mac OS X |
| 81 | - Fixed issue 54: Fix "invalid suffix on literal" (C++11) |
| 82 | - Fixed issue 57: Use _strdup instead of strdup on Windows |
| 83 | - Fixed issue 62: Change all preprocessor include guards to start with GFLAGS_ |
| 84 | - Fixed issue 64: Add DEFINE_validator macro |
Andreas Schuh | 0100be5 | 2014-03-20 16:15:10 +0000 | [diff] [blame] | 85 | - Fixed issue 73: Warnings in Visual Studio 2010 and unable to compile unit test |
Andreas Schuh | 76f2ffa | 2014-03-20 16:02:15 +0000 | [diff] [blame] | 86 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 87 | * Wed Jan 25 2012 - Google Inc. <google-gflags@googlegroups.com> |
Craig Silverstein | f187729 | 2012-01-25 23:59:40 +0000 | [diff] [blame] | 88 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 89 | - gflags: version 2.0 |
| 90 | - Changed the 'official' gflags email in setup.py/etc |
| 91 | - Renamed google-gflags.sln to gflags.sln |
| 92 | - Changed copyright text to reflect Google's relinquished ownership |
Craig Silverstein | f187729 | 2012-01-25 23:59:40 +0000 | [diff] [blame] | 93 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 94 | * Tue Dec 20 2011 - Google Inc. <opensource@google.com> |
Craig Silverstein | ec7c7a2 | 2011-12-21 04:28:52 +0000 | [diff] [blame] | 95 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 96 | - google-gflags: version 1.7 |
| 97 | - Add CommandLineFlagInfo::flag_ptr pointing to current storage (musji) |
| 98 | - PORTING: flush after writing to stderr, needed on cygwin |
| 99 | - PORTING: Clean up the GFLAGS_DLL_DECL stuff better |
| 100 | - Fix a bug in StringPrintf() that affected large strings (csilvers) |
| 101 | - Die at configure-time when g++ isn't installed |
Craig Silverstein | ec7c7a2 | 2011-12-21 04:28:52 +0000 | [diff] [blame] | 102 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 103 | * Fri Jul 29 2011 - Google Inc. <opensource@google.com> |
Craig Silverstein | 404970d | 2011-07-30 02:57:58 +0000 | [diff] [blame] | 104 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 105 | - google-gflags: version 1.6 |
| 106 | - BUGFIX: Fix a bug where we were leaving out a required $(top_srcdir) |
| 107 | - Fix definition of clstring (jyrki) |
| 108 | - Split up flag declares into its own file (jyrki) |
| 109 | - Add --version support (csilvers) |
| 110 | - Update the README for gflags with static libs |
| 111 | - Update acx_pthread.m4 for nostdlib |
| 112 | - Change ReparseCommandLineFlags to return void (csilvers) |
| 113 | - Some doc typofixes and example augmentation (various) |
Craig Silverstein | 404970d | 2011-07-30 02:57:58 +0000 | [diff] [blame] | 114 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 115 | * Mon Jan 24 2011 - Google Inc. <opensource@google.com> |
Craig Silverstein | 24b4c59 | 2011-01-25 00:36:41 +0000 | [diff] [blame] | 116 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 117 | - google-gflags: version 1.5 |
| 118 | - Better reporting of current vs default value (handler) |
| 119 | - Add API for cleaning up of memory at program-exit (jmarantz) |
| 120 | - Fix macros to work inside namespaces (csilvers) |
| 121 | - Use our own string typedef in case string is redefined (csilvers) |
| 122 | - Updated to autoconf 2.65 |
Craig Silverstein | 24b4c59 | 2011-01-25 00:36:41 +0000 | [diff] [blame] | 123 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 124 | * Wed Oct 13 2010 - Google Inc. <opensource@google.com> |
Craig Silverstein | 3c624b7 | 2010-10-14 01:17:43 +0000 | [diff] [blame] | 125 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 126 | - google-gflags: version 1.4 |
| 127 | - Add a check to prevent passing 0 to DEFINE_string (jorg) |
| 128 | - Reduce compile (.o) size (jyrki) |
| 129 | - Some small changes to quiet debug compiles (alexk) |
| 130 | - PORTING: better support static linking on windows (csilvers) |
| 131 | - DOCUMENTATION: change default values, use validators, etc. |
| 132 | - Update the NEWS file to be non-empty |
| 133 | - Add pkg-config (.pc) files for libgflags and libgflags_nothreads |
Craig Silverstein | 3c624b7 | 2010-10-14 01:17:43 +0000 | [diff] [blame] | 134 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 135 | * Mon Jan 4 2010 - Google Inc. <opensource@google.com> |
Craig Silverstein | 31c8edc | 2010-01-05 02:25:45 +0000 | [diff] [blame] | 136 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 137 | - google-gflags: version 1.3 |
| 138 | - PORTABILITY: can now build and run tests under MSVC (csilvers) |
| 139 | - Remove the python gflags code, which is now its own package (tansell) |
| 140 | - Clarify that "last flag wins" in the docs (csilvers) |
| 141 | - Comment danger of using GetAllFlags in validators (wojtekm) |
| 142 | - PORTABILITY: Some fixes necessary for c++0x (mboerger) |
| 143 | - Makefile fix: $(srcdir) -> $(top_srcdir) in one place (csilvres) |
| 144 | - INSTALL: autotools to autoconf v2.64 + automake v1.11 (csilvers) |
Craig Silverstein | 31c8edc | 2010-01-05 02:25:45 +0000 | [diff] [blame] | 145 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 146 | * Thu Sep 10 2009 - Google Inc. <opensource@google.com> |
Craig Silverstein | 688ea02 | 2009-09-11 00:15:50 +0000 | [diff] [blame] | 147 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 148 | - google-gflags: version 1.2 |
| 149 | - PORTABILITY: can now build and run tests under mingw (csilvers) |
| 150 | - Using a string arg for a bool flag is a compile-time error (rbayardo) |
| 151 | - Add --helpxml to gflags.py (salcianu) |
| 152 | - Protect against a hypothetical global d'tor mutex problem (csilvers) |
| 153 | - BUGFIX: can now define a flag after 'using namespace google' (hamaji) |
Craig Silverstein | 688ea02 | 2009-09-11 00:15:50 +0000 | [diff] [blame] | 154 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 155 | * Tue Apr 14 2009 - Google Inc. <opensource@google.com> |
Craig Silverstein | 5a3c7f8 | 2009-04-15 21:57:04 +0000 | [diff] [blame] | 156 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 157 | - google-gflags: version 1.1 |
| 158 | - Add both foo and nofoo for boolean flags, with --undefok (andychu) |
| 159 | - Better document how validators work (wojtekm) |
| 160 | - Improve binary-detection for bash-completion (mtamsky) |
| 161 | - Python: Add a concept of "key flags", used with --help (salcianu) |
| 162 | - Python: Robustify flag_values (salcianu) |
| 163 | - Python: Add a new DEFINE_bool alias (keir, andrewliu) |
| 164 | - Python: Do module introspection based on module name (dsturtevant) |
| 165 | - Fix autoconf a bit better, especially on windows and solaris (ajenjo) |
| 166 | - BUG FIX: gflags_nothreads was linking against the wrong lib (ajenjo) |
| 167 | - BUG FIX: threads-detection failed on FreeBSD; replace it (ajenjo) |
| 168 | - PORTABILITY: Quiet an internal compiler error with SUSE 10 (csilvers) |
| 169 | - PORTABILITY: Update deb.sh for more recenty debuilds (csilvers) |
| 170 | - PORTABILITY: #include more headers to satify new gcc's (csilvers) |
| 171 | - INSTALL: Updated to autoconf 2.61 and libtool 1.5.26 (csilvers) |
Craig Silverstein | 5a3c7f8 | 2009-04-15 21:57:04 +0000 | [diff] [blame] | 172 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 173 | * Fri Oct 3 2008 - Google Inc. <opensource@google.com> |
Craig Silverstein | 5a3c7f8 | 2009-04-15 21:57:04 +0000 | [diff] [blame] | 174 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 175 | - google-gflags: version 1.0 |
| 176 | - Add a missing newline to an error string (bcmills) |
| 177 | - (otherwise exactly the same as gflags 1.0rc2) |
Craig Silverstein | 5a3c7f8 | 2009-04-15 21:57:04 +0000 | [diff] [blame] | 178 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 179 | * Thu Sep 18 2008 - Google Inc. <opensource@google.com> |
Craig Silverstein | e0b71e5 | 2008-09-19 19:32:05 +0000 | [diff] [blame] | 180 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 181 | - google-gflags: version 1.0rc2 |
| 182 | - Report current flag values in --helpxml (hdn) |
| 183 | - Fix compilation troubles with gcc 4.3.3 (simonb) |
| 184 | - BUG FIX: I was missing a std:: in DECLARE_string (csilvers) |
| 185 | - BUG FIX: Clarify in docs how to specify --bool flags (csilvers) |
| 186 | - BUG FIX: Fix --helpshort for source files not in a subdir (csilvers) |
| 187 | - BUG FIX: Fix python unittest for 64-bit builds (bcmills) |
Craig Silverstein | 6791468 | 2008-08-21 00:50:59 +0000 | [diff] [blame] | 188 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 189 | * Tue Aug 19 2008 - Google Inc. <opensource@google.com> |
Craig Silverstein | 6791468 | 2008-08-21 00:50:59 +0000 | [diff] [blame] | 190 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 191 | - google-gflags: version 1.0rc1 |
| 192 | - Move #include files from google/ to gflags/ (csilvers) |
| 193 | - Small optimizations to reduce binary (library) size (jyrki) |
| 194 | - BUGFIX: forgot a std:: in one of the .h files (csilvers) |
| 195 | - Speed up locking by making sure calls are inlined (ajenjo) |
| 196 | - 64-BIT COMPATIBILITY: Use %PRId64 instead of %lld (csilvers) |
| 197 | - PORTABILITY: fix Makefile to work with Cygwin (ajenjo) |
| 198 | - PORTABILITY: fix code to compile under Visual Studio (ajenjo) |
| 199 | - PORTABILITY: fix code to compile under Solaris 10 with CC (csilvers) |
Craig Silverstein | c79c32d | 2008-07-22 23:29:39 +0000 | [diff] [blame] | 200 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 201 | * Mon Jul 21 2008 - Google Inc. <opensource@google.com> |
Craig Silverstein | c79c32d | 2008-07-22 23:29:39 +0000 | [diff] [blame] | 202 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 203 | - google-gflags: version 0.9 |
| 204 | - Add the ability to validate a command-line flag (csilvers) |
| 205 | - Add completion support for commandline flags in bash (daven) |
| 206 | - Add -W compile flags to Makefile, when using gcc (csilvers) |
| 207 | - Allow helpstring to be NULL (cristianoc) |
| 208 | - Improved documentation of classes in the .cc file (csilvers) |
| 209 | - Fix python bug with AppendFlagValues + shortnames (jjtswan) |
| 210 | - Use bool instead of int for boolean flags in gflags.py (bcmills) |
| 211 | - Simplify the way we declare flags, now more foolproof (csilvers) |
| 212 | - Better error messages when bool flags collide (colohan) |
| 213 | - Only evaluate DEFINE_foo macro args once (csilvers) |
Craig Silverstein | 83911c1 | 2008-03-27 20:11:07 +0000 | [diff] [blame] | 214 | |
Andreas Schuh | 4b1ca7d | 2014-03-20 03:53:50 +0000 | [diff] [blame] | 215 | * Wed Mar 26 2008 - Google Inc. <opensource@google.com> |
Craig Silverstein | 585a44a | 2007-10-18 20:08:26 +0000 | [diff] [blame] | 216 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 217 | - google-gflags: version 0.8 |
| 218 | - Export DescribeOneFlag() in the API |
| 219 | - Add support for automatic line wrapping at 80 cols for gflags.py |
| 220 | - Bugfix: do not treat an isolated "-" the same as an isolated "--" |
| 221 | - Update rpm spec to point to Google Code rather than sourceforge (!) |
| 222 | - Improve documentation (including documenting thread-safety) |
| 223 | - Improve #include hygiene |
| 224 | - Improve testing |
Craig Silverstein | 585a44a | 2007-10-18 20:08:26 +0000 | [diff] [blame] | 225 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 226 | * Thu Oct 18 2007 - Google Inc. <opensource@google.com> |
Craig Silverstein | b9f2348 | 2007-03-22 00:15:41 +0000 | [diff] [blame] | 227 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 228 | - google-gflags: version 0.7 |
| 229 | - Deal even more correctly with libpthread not linked in (csilvers) |
| 230 | - Add STRIP_LOG, an improved DO_NOT_SHOW_COMMANDLINE_HELP (sioffe) |
| 231 | - Be more accurate printing default flag values in --help (dsturtevant) |
| 232 | - Reduce .o file size a bit by using shorter namespace names (jeff) |
| 233 | - Use relative install path, so 'setup.py --home' works (csilvers) |
| 234 | - Notice when a boolean flag has a non-boolean default (bnmouli) |
| 235 | - Broaden --helpshort to match foo-main.cc and foo_main.cc (hendrie) |
| 236 | - Fix "no modules match" message for --helpshort, etc (hendrie) |
Craig Silverstein | 573580d | 2007-03-22 00:18:13 +0000 | [diff] [blame] | 237 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 238 | * Wed Aug 15 2007 - Google Inc. <opensource@google.com> |
Craig Silverstein | 573580d | 2007-03-22 00:18:13 +0000 | [diff] [blame] | 239 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 240 | - google-gflags: version 0.6 |
| 241 | - Deal correctly with case that libpthread is not linked in (csilvers) |
| 242 | - Update Makefile/tests so we pass "make distcheck" (csilvers) |
| 243 | - Document and test that last assignment to a flag wins (wan) |
Craig Silverstein | eb20839 | 2007-08-15 19:44:54 +0000 | [diff] [blame] | 244 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 245 | * Tue Jun 12 2007 - Google Inc. <opensource@google.com> |
Craig Silverstein | 290da38 | 2007-03-28 21:54:07 +0000 | [diff] [blame] | 246 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 247 | - google-gflags: version 0.5 |
| 248 | - Include all m4 macros in the distribution (csilvers) |
| 249 | - Python: Fix broken data_files field in setup.py (sidlon) |
| 250 | - Python: better string serliaizing and unparsing (abo, csimmons) |
| 251 | - Fix checks for NaN and inf to work with Mac OS X (csilvers) |
Craig Silverstein | 290da38 | 2007-03-28 21:54:07 +0000 | [diff] [blame] | 252 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 253 | * Thu Apr 19 2007 - Google Inc. <opensource@google.com> |
Craig Silverstein | 690172b | 2007-04-20 21:16:33 +0000 | [diff] [blame] | 254 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 255 | - google-gflags: version 0.4 |
| 256 | - Remove is_default from GetCommandLineFlagInfo (csilvers) |
| 257 | - Portability fixes: includes, strtoll, gcc4.3 errors (csilvers) |
| 258 | - A few doc typo cleanups (csilvers) |
Craig Silverstein | 690172b | 2007-04-20 21:16:33 +0000 | [diff] [blame] | 259 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 260 | * Wed Mar 28 2007 - Google Inc. <opensource@google.com> |
Craig Silverstein | 2b66a84 | 2007-06-12 23:59:42 +0000 | [diff] [blame] | 261 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 262 | - google-gflags: version 0.3 |
| 263 | - python portability fix: use popen instead of subprocess (csilvers) |
| 264 | - Add is_default to CommandLineFlagInfo (pchien) |
| 265 | - Make docs a bit prettier (csilvers) |
| 266 | - Actually include the python files in the distribution! :-/ (csilvers) |
Craig Silverstein | 2b66a84 | 2007-06-12 23:59:42 +0000 | [diff] [blame] | 267 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 268 | * Mon Jan 22 2007 - Google Inc. <opensource@google.com> |
| 269 | |
| 270 | - google-gflags: version 0.2 |
| 271 | - added support for python commandlineflags, as well as c++ |
| 272 | - gflags2man, a script to turn flags into a man page (dchristian) |
| 273 | |
Andreas Schuh | 313e39e | 2014-03-20 03:49:21 +0000 | [diff] [blame] | 274 | * Wed Dec 13 2006 - Google Inc. <opensource@google.com> |
| 275 | |
| 276 | - google-gflags: version 0.1 |