blob: c26d0ab11fb5fb0ff8e507ff1d09aa19e02f164c [file] [log] [blame]
Andreas Schuh46f73f82017-07-11 18:30:34 +01001* Tue Jul 11 2017 - Andreas Schuh <andreas.schuh.84@gmail.com>
2
3- gflags: version 2.2.1
4- Link to online documentation in README
5- Merged 194: Include utils by file instead of CMAKE_MODULE_PATH search
6- Merged 195: Remove unused program_name variable
7- Merged 196: Enable language C for older CMake versions when needed
8- Merged 202: Changed include directory in bazel build
9- Merged 207: Mark single argument constructors in mutex.h as explicit
10- Merged 209: Use inttypes.h on VC++ 2013 and later
11- Merged 212: Fix statically linked gflags library with MSVC
12- Meregd 213: Modify installation paths on Windows for vcpkg
13- Merged 215: Fix static initialization order fiasco caused by global registry lock
14- Merged 216: Fix use of ARGC in CMake macros
15- Merged 222: Static code analyzer error regarding strncmp with empty kRootDir
16- Merged 224: Check HAVE_STDINT_H or HAVE_INTTYPES_H for older MSVC versions
17
Andreas Schuhf8a0efe2016-11-25 18:32:19 +000018* Fri Nov 25 2016 - Andreas Schuh <andreas.schuh.84@gmail.com>
19
20- gflags: version 2.2.0
21- Merged 178: Implicitly convert dashes in option names to underscores
22- Merged 159: CI builds and automatic tests with Travis CI and AppVeyor
23- Merged 158: Use enum for flag value types
24- Merged 126: File name postfix for static libraries on Windows
25- Closed issue 120: Configure and install gflags.pc file for pkg-config users
26- Fixed issue 127: snprintf already defined when building with MSVC 2015
27- Fixed issue 51/138: Memory leaks reported by valgrind
28- Fixed issue 173: Validate flags only once
29- Fixed issue 168: Unsigned and signed comparison in gflags_reporting.cc
30- Fixed issues 176/153: Add -lpthread link argument to Bazel build, refactor BUILD rules
31- Fixed issue 89: Add GFLAGS_IS_A_DLL to imported CMake target INTERFACE_COMPILE_DEFINITIONS
32- Fixed issue 104: Set INTERFACE_INCLUDE_DIRECTORIES of exported CMake targets
33- Fixed issue 174: Missing gflags-targets.cmake file after installation
34- Fixed issue 186: Error linking to gflags IMPLIB with MSVC using CMake
35- Closed issue 106: Add example project to test use of gflags library
36
Andreas Schuh2861b1c2015-03-24 16:36:13 +000037* Tue Mar 24 2014 - Andreas Schuh <andreas.schuh.84@gmail.com>
38
39- gflags: version 2.1.2
40- Moved project to GitHub
41- Added GFLAGS_NAMESPACE definition to gflags_declare.h
42- Fixed issue 94: Keep "google" as primary namespace and import symbols into "gflags" namespace
43- Fixed issue 96: Fix binary ABI compatibility with gflags 2.0 using "google" as primary namespace
44- Fixed issue 97/101: Removed (patched) CMake modules and enabled C language instead
45- Fixed issue 103: Set CMake policy CMP0042 to silence warning regarding MACOS_RPATH setting
46
Andreas Schuh40031032014-03-30 15:41:02 +010047* Sun Mar 20 2014 - Andreas Schuh <google-gflags@googlegroups.com>
48
49- gflags: version 2.1.1
50- Fixed issue 77: GFLAGS_IS_A_DLL expands to empty string in gflags_declare.h
51- Fixed issue 79: GFLAGS_NAMESPACE not expanded to actual namespace in gflags_declare.h
52- Fixed issue 80: Allow include path to differ from GFLAGS_NAMESPACE
53
Andreas Schuh76f2ffa2014-03-20 16:02:15 +000054* Thu Mar 20 2014 - Andreas Schuh <google-gflags@googlegroups.com>
55
56- gflags: version 2.1.0
57- Build system configuration using CMake instead of autotools
58- CPack packaging support for Debian/Ubuntu, Red Hat, and Mac OS X
59- Fixed issue 54: Fix "invalid suffix on literal" (C++11)
60- Fixed issue 57: Use _strdup instead of strdup on Windows
61- Fixed issue 62: Change all preprocessor include guards to start with GFLAGS_
62- Fixed issue 64: Add DEFINE_validator macro
Andreas Schuh0100be52014-03-20 16:15:10 +000063- Fixed issue 73: Warnings in Visual Studio 2010 and unable to compile unit test
Andreas Schuh76f2ffa2014-03-20 16:02:15 +000064
Andreas Schuh313e39e2014-03-20 03:49:21 +000065* Wed Jan 25 2012 - Google Inc. <google-gflags@googlegroups.com>
Craig Silversteinf1877292012-01-25 23:59:40 +000066
Andreas Schuh313e39e2014-03-20 03:49:21 +000067- gflags: version 2.0
68- Changed the 'official' gflags email in setup.py/etc
69- Renamed google-gflags.sln to gflags.sln
70- Changed copyright text to reflect Google's relinquished ownership
Craig Silversteinf1877292012-01-25 23:59:40 +000071
Andreas Schuh313e39e2014-03-20 03:49:21 +000072* Tue Dec 20 2011 - Google Inc. <opensource@google.com>
Craig Silversteinec7c7a22011-12-21 04:28:52 +000073
Andreas Schuh313e39e2014-03-20 03:49:21 +000074- google-gflags: version 1.7
75- Add CommandLineFlagInfo::flag_ptr pointing to current storage (musji)
76- PORTING: flush after writing to stderr, needed on cygwin
77- PORTING: Clean up the GFLAGS_DLL_DECL stuff better
78- Fix a bug in StringPrintf() that affected large strings (csilvers)
79- Die at configure-time when g++ isn't installed
Craig Silversteinec7c7a22011-12-21 04:28:52 +000080
Andreas Schuh313e39e2014-03-20 03:49:21 +000081* Fri Jul 29 2011 - Google Inc. <opensource@google.com>
Craig Silverstein404970d2011-07-30 02:57:58 +000082
Andreas Schuh313e39e2014-03-20 03:49:21 +000083- google-gflags: version 1.6
84- BUGFIX: Fix a bug where we were leaving out a required $(top_srcdir)
85- Fix definition of clstring (jyrki)
86- Split up flag declares into its own file (jyrki)
87- Add --version support (csilvers)
88- Update the README for gflags with static libs
89- Update acx_pthread.m4 for nostdlib
90- Change ReparseCommandLineFlags to return void (csilvers)
91- Some doc typofixes and example augmentation (various)
Craig Silverstein404970d2011-07-30 02:57:58 +000092
Andreas Schuh313e39e2014-03-20 03:49:21 +000093* Mon Jan 24 2011 - Google Inc. <opensource@google.com>
Craig Silverstein24b4c592011-01-25 00:36:41 +000094
Andreas Schuh313e39e2014-03-20 03:49:21 +000095- google-gflags: version 1.5
96- Better reporting of current vs default value (handler)
97- Add API for cleaning up of memory at program-exit (jmarantz)
98- Fix macros to work inside namespaces (csilvers)
99- Use our own string typedef in case string is redefined (csilvers)
100- Updated to autoconf 2.65
Craig Silverstein24b4c592011-01-25 00:36:41 +0000101
Andreas Schuh313e39e2014-03-20 03:49:21 +0000102* Wed Oct 13 2010 - Google Inc. <opensource@google.com>
Craig Silverstein3c624b72010-10-14 01:17:43 +0000103
Andreas Schuh313e39e2014-03-20 03:49:21 +0000104- google-gflags: version 1.4
105- Add a check to prevent passing 0 to DEFINE_string (jorg)
106- Reduce compile (.o) size (jyrki)
107- Some small changes to quiet debug compiles (alexk)
108- PORTING: better support static linking on windows (csilvers)
109- DOCUMENTATION: change default values, use validators, etc.
110- Update the NEWS file to be non-empty
111- Add pkg-config (.pc) files for libgflags and libgflags_nothreads
Craig Silverstein3c624b72010-10-14 01:17:43 +0000112
Andreas Schuh313e39e2014-03-20 03:49:21 +0000113* Mon Jan 4 2010 - Google Inc. <opensource@google.com>
Craig Silverstein31c8edc2010-01-05 02:25:45 +0000114
Andreas Schuh313e39e2014-03-20 03:49:21 +0000115- google-gflags: version 1.3
116- PORTABILITY: can now build and run tests under MSVC (csilvers)
117- Remove the python gflags code, which is now its own package (tansell)
118- Clarify that "last flag wins" in the docs (csilvers)
119- Comment danger of using GetAllFlags in validators (wojtekm)
120- PORTABILITY: Some fixes necessary for c++0x (mboerger)
121- Makefile fix: $(srcdir) -> $(top_srcdir) in one place (csilvres)
122- INSTALL: autotools to autoconf v2.64 + automake v1.11 (csilvers)
Craig Silverstein31c8edc2010-01-05 02:25:45 +0000123
Andreas Schuh313e39e2014-03-20 03:49:21 +0000124* Thu Sep 10 2009 - Google Inc. <opensource@google.com>
Craig Silverstein688ea022009-09-11 00:15:50 +0000125
Andreas Schuh313e39e2014-03-20 03:49:21 +0000126- google-gflags: version 1.2
127- PORTABILITY: can now build and run tests under mingw (csilvers)
128- Using a string arg for a bool flag is a compile-time error (rbayardo)
129- Add --helpxml to gflags.py (salcianu)
130- Protect against a hypothetical global d'tor mutex problem (csilvers)
131- BUGFIX: can now define a flag after 'using namespace google' (hamaji)
Craig Silverstein688ea022009-09-11 00:15:50 +0000132
Andreas Schuh313e39e2014-03-20 03:49:21 +0000133* Tue Apr 14 2009 - Google Inc. <opensource@google.com>
Craig Silverstein5a3c7f82009-04-15 21:57:04 +0000134
Andreas Schuh313e39e2014-03-20 03:49:21 +0000135- google-gflags: version 1.1
136- Add both foo and nofoo for boolean flags, with --undefok (andychu)
137- Better document how validators work (wojtekm)
138- Improve binary-detection for bash-completion (mtamsky)
139- Python: Add a concept of "key flags", used with --help (salcianu)
140- Python: Robustify flag_values (salcianu)
141- Python: Add a new DEFINE_bool alias (keir, andrewliu)
142- Python: Do module introspection based on module name (dsturtevant)
143- Fix autoconf a bit better, especially on windows and solaris (ajenjo)
144- BUG FIX: gflags_nothreads was linking against the wrong lib (ajenjo)
145- BUG FIX: threads-detection failed on FreeBSD; replace it (ajenjo)
146- PORTABILITY: Quiet an internal compiler error with SUSE 10 (csilvers)
147- PORTABILITY: Update deb.sh for more recenty debuilds (csilvers)
148- PORTABILITY: #include more headers to satify new gcc's (csilvers)
149- INSTALL: Updated to autoconf 2.61 and libtool 1.5.26 (csilvers)
Craig Silverstein5a3c7f82009-04-15 21:57:04 +0000150
Andreas Schuh313e39e2014-03-20 03:49:21 +0000151* Fri Oct 3 2008 - Google Inc. <opensource@google.com>
Craig Silverstein5a3c7f82009-04-15 21:57:04 +0000152
Andreas Schuh313e39e2014-03-20 03:49:21 +0000153- google-gflags: version 1.0
154- Add a missing newline to an error string (bcmills)
155- (otherwise exactly the same as gflags 1.0rc2)
Craig Silverstein5a3c7f82009-04-15 21:57:04 +0000156
Andreas Schuh313e39e2014-03-20 03:49:21 +0000157* Thu Sep 18 2008 - Google Inc. <opensource@google.com>
Craig Silversteine0b71e52008-09-19 19:32:05 +0000158
Andreas Schuh313e39e2014-03-20 03:49:21 +0000159- google-gflags: version 1.0rc2
160- Report current flag values in --helpxml (hdn)
161- Fix compilation troubles with gcc 4.3.3 (simonb)
162- BUG FIX: I was missing a std:: in DECLARE_string (csilvers)
163- BUG FIX: Clarify in docs how to specify --bool flags (csilvers)
164- BUG FIX: Fix --helpshort for source files not in a subdir (csilvers)
165- BUG FIX: Fix python unittest for 64-bit builds (bcmills)
Craig Silverstein67914682008-08-21 00:50:59 +0000166
Andreas Schuh313e39e2014-03-20 03:49:21 +0000167* Tue Aug 19 2008 - Google Inc. <opensource@google.com>
Craig Silverstein67914682008-08-21 00:50:59 +0000168
Andreas Schuh313e39e2014-03-20 03:49:21 +0000169- google-gflags: version 1.0rc1
170- Move #include files from google/ to gflags/ (csilvers)
171- Small optimizations to reduce binary (library) size (jyrki)
172- BUGFIX: forgot a std:: in one of the .h files (csilvers)
173- Speed up locking by making sure calls are inlined (ajenjo)
174- 64-BIT COMPATIBILITY: Use %PRId64 instead of %lld (csilvers)
175- PORTABILITY: fix Makefile to work with Cygwin (ajenjo)
176- PORTABILITY: fix code to compile under Visual Studio (ajenjo)
177- PORTABILITY: fix code to compile under Solaris 10 with CC (csilvers)
Craig Silversteinc79c32d2008-07-22 23:29:39 +0000178
Andreas Schuh313e39e2014-03-20 03:49:21 +0000179* Mon Jul 21 2008 - Google Inc. <opensource@google.com>
Craig Silversteinc79c32d2008-07-22 23:29:39 +0000180
Andreas Schuh313e39e2014-03-20 03:49:21 +0000181- google-gflags: version 0.9
182- Add the ability to validate a command-line flag (csilvers)
183- Add completion support for commandline flags in bash (daven)
184- Add -W compile flags to Makefile, when using gcc (csilvers)
185- Allow helpstring to be NULL (cristianoc)
186- Improved documentation of classes in the .cc file (csilvers)
187- Fix python bug with AppendFlagValues + shortnames (jjtswan)
188- Use bool instead of int for boolean flags in gflags.py (bcmills)
189- Simplify the way we declare flags, now more foolproof (csilvers)
190- Better error messages when bool flags collide (colohan)
191- Only evaluate DEFINE_foo macro args once (csilvers)
Craig Silverstein83911c12008-03-27 20:11:07 +0000192
Andreas Schuh4b1ca7d2014-03-20 03:53:50 +0000193* Wed Mar 26 2008 - Google Inc. <opensource@google.com>
Craig Silverstein585a44a2007-10-18 20:08:26 +0000194
Andreas Schuh313e39e2014-03-20 03:49:21 +0000195- google-gflags: version 0.8
196- Export DescribeOneFlag() in the API
197- Add support for automatic line wrapping at 80 cols for gflags.py
198- Bugfix: do not treat an isolated "-" the same as an isolated "--"
199- Update rpm spec to point to Google Code rather than sourceforge (!)
200- Improve documentation (including documenting thread-safety)
201- Improve #include hygiene
202- Improve testing
Craig Silverstein585a44a2007-10-18 20:08:26 +0000203
Andreas Schuh313e39e2014-03-20 03:49:21 +0000204* Thu Oct 18 2007 - Google Inc. <opensource@google.com>
Craig Silversteinb9f23482007-03-22 00:15:41 +0000205
Andreas Schuh313e39e2014-03-20 03:49:21 +0000206- google-gflags: version 0.7
207- Deal even more correctly with libpthread not linked in (csilvers)
208- Add STRIP_LOG, an improved DO_NOT_SHOW_COMMANDLINE_HELP (sioffe)
209- Be more accurate printing default flag values in --help (dsturtevant)
210- Reduce .o file size a bit by using shorter namespace names (jeff)
211- Use relative install path, so 'setup.py --home' works (csilvers)
212- Notice when a boolean flag has a non-boolean default (bnmouli)
213- Broaden --helpshort to match foo-main.cc and foo_main.cc (hendrie)
214- Fix "no modules match" message for --helpshort, etc (hendrie)
Craig Silverstein573580d2007-03-22 00:18:13 +0000215
Andreas Schuh313e39e2014-03-20 03:49:21 +0000216* Wed Aug 15 2007 - Google Inc. <opensource@google.com>
Craig Silverstein573580d2007-03-22 00:18:13 +0000217
Andreas Schuh313e39e2014-03-20 03:49:21 +0000218- google-gflags: version 0.6
219- Deal correctly with case that libpthread is not linked in (csilvers)
220- Update Makefile/tests so we pass "make distcheck" (csilvers)
221- Document and test that last assignment to a flag wins (wan)
Craig Silversteineb208392007-08-15 19:44:54 +0000222
Andreas Schuh313e39e2014-03-20 03:49:21 +0000223* Tue Jun 12 2007 - Google Inc. <opensource@google.com>
Craig Silverstein290da382007-03-28 21:54:07 +0000224
Andreas Schuh313e39e2014-03-20 03:49:21 +0000225- google-gflags: version 0.5
226- Include all m4 macros in the distribution (csilvers)
227- Python: Fix broken data_files field in setup.py (sidlon)
228- Python: better string serliaizing and unparsing (abo, csimmons)
229- Fix checks for NaN and inf to work with Mac OS X (csilvers)
Craig Silverstein290da382007-03-28 21:54:07 +0000230
Andreas Schuh313e39e2014-03-20 03:49:21 +0000231* Thu Apr 19 2007 - Google Inc. <opensource@google.com>
Craig Silverstein690172b2007-04-20 21:16:33 +0000232
Andreas Schuh313e39e2014-03-20 03:49:21 +0000233- google-gflags: version 0.4
234- Remove is_default from GetCommandLineFlagInfo (csilvers)
235- Portability fixes: includes, strtoll, gcc4.3 errors (csilvers)
236- A few doc typo cleanups (csilvers)
Craig Silverstein690172b2007-04-20 21:16:33 +0000237
Andreas Schuh313e39e2014-03-20 03:49:21 +0000238* Wed Mar 28 2007 - Google Inc. <opensource@google.com>
Craig Silverstein2b66a842007-06-12 23:59:42 +0000239
Andreas Schuh313e39e2014-03-20 03:49:21 +0000240- google-gflags: version 0.3
241- python portability fix: use popen instead of subprocess (csilvers)
242- Add is_default to CommandLineFlagInfo (pchien)
243- Make docs a bit prettier (csilvers)
244- Actually include the python files in the distribution! :-/ (csilvers)
Craig Silverstein2b66a842007-06-12 23:59:42 +0000245
Andreas Schuh313e39e2014-03-20 03:49:21 +0000246* Mon Jan 22 2007 - Google Inc. <opensource@google.com>
247
248- google-gflags: version 0.2
249- added support for python commandlineflags, as well as c++
250- gflags2man, a script to turn flags into a man page (dchristian)
251
Andreas Schuh313e39e2014-03-20 03:49:21 +0000252* Wed Dec 13 2006 - Google Inc. <opensource@google.com>
253
254- google-gflags: version 0.1