blob: ecdd4658dc1fc7f860677d192a21a0af0a23cda7 [file] [log] [blame]
Andreas Schuhaf502c82018-11-11 21:09:58 +00001* Sun Nov 11 2018 - Andreas Schuh <andreas.schuh.84@gmail.com>
2
3- gflags: version 2.2.2
4Fixed 267: Support build with GCC option "-fvisibility=hidden".
5Fixed 262: Declare FALGS_no##name variables as static to avoid "previous extern" warning.
6Fixed 261: Declare FlagRegisterer c’tor explicit template instanations as extern in header
7Fixed 257: Build with _UNICODE support on Windows.
8Fixed 233/234/235: Move CMake defines that are unused by Bazel to separate header; makes config.h private again
9Fixed 228: Build with recent MinGW versions that define setenv.
10Fixed 226: Remove obsolete and unused CleanFileName code
11Merged 266: Various PVS Studio and GCC warnings.
12Merged 258: Fix build with some Clang variants that define "restrict" macro.
13Merged 252: Update documentation on how to use Bazel.
14Merged 249: Use "_debug" postfix for debug libraries.
15Merged 247: CMake "project" VERSION; no enable_testing(); "gflags::" import target prefix.
16Merged 246: Add Bazel-on-Windows support.
17Merged 239: Use GFLAGS_NAMESPACE instead of "gflags" in test executable.
18Merged 237: Removed unused functions; fixes compilation with -Werror compiler option.
19Merged 232: Fix typo in Bazel's BUILD definition
20Merged 230: Remove using ::fLS::clstring.
21Merged 221: Add convenience 'uninstall' target
22
Andreas Schuh46f73f82017-07-11 18:30:34 +010023* 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 Schuhf8a0efe2016-11-25 18:32:19 +000040* 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 Schuh2861b1c2015-03-24 16:36:13 +000059* 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 Schuh40031032014-03-30 15:41:02 +010069* 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 Schuh76f2ffa2014-03-20 16:02:15 +000076* 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 Schuh0100be52014-03-20 16:15:10 +000085- Fixed issue 73: Warnings in Visual Studio 2010 and unable to compile unit test
Andreas Schuh76f2ffa2014-03-20 16:02:15 +000086
Andreas Schuh313e39e2014-03-20 03:49:21 +000087* Wed Jan 25 2012 - Google Inc. <google-gflags@googlegroups.com>
Craig Silversteinf1877292012-01-25 23:59:40 +000088
Andreas Schuh313e39e2014-03-20 03:49:21 +000089- 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 Silversteinf1877292012-01-25 23:59:40 +000093
Andreas Schuh313e39e2014-03-20 03:49:21 +000094* Tue Dec 20 2011 - Google Inc. <opensource@google.com>
Craig Silversteinec7c7a22011-12-21 04:28:52 +000095
Andreas Schuh313e39e2014-03-20 03:49:21 +000096- 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 Silversteinec7c7a22011-12-21 04:28:52 +0000102
Andreas Schuh313e39e2014-03-20 03:49:21 +0000103* Fri Jul 29 2011 - Google Inc. <opensource@google.com>
Craig Silverstein404970d2011-07-30 02:57:58 +0000104
Andreas Schuh313e39e2014-03-20 03:49:21 +0000105- 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 Silverstein404970d2011-07-30 02:57:58 +0000114
Andreas Schuh313e39e2014-03-20 03:49:21 +0000115* Mon Jan 24 2011 - Google Inc. <opensource@google.com>
Craig Silverstein24b4c592011-01-25 00:36:41 +0000116
Andreas Schuh313e39e2014-03-20 03:49:21 +0000117- 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 Silverstein24b4c592011-01-25 00:36:41 +0000123
Andreas Schuh313e39e2014-03-20 03:49:21 +0000124* Wed Oct 13 2010 - Google Inc. <opensource@google.com>
Craig Silverstein3c624b72010-10-14 01:17:43 +0000125
Andreas Schuh313e39e2014-03-20 03:49:21 +0000126- 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 Silverstein3c624b72010-10-14 01:17:43 +0000134
Andreas Schuh313e39e2014-03-20 03:49:21 +0000135* Mon Jan 4 2010 - Google Inc. <opensource@google.com>
Craig Silverstein31c8edc2010-01-05 02:25:45 +0000136
Andreas Schuh313e39e2014-03-20 03:49:21 +0000137- 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 Silverstein31c8edc2010-01-05 02:25:45 +0000145
Andreas Schuh313e39e2014-03-20 03:49:21 +0000146* Thu Sep 10 2009 - Google Inc. <opensource@google.com>
Craig Silverstein688ea022009-09-11 00:15:50 +0000147
Andreas Schuh313e39e2014-03-20 03:49:21 +0000148- 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 Silverstein688ea022009-09-11 00:15:50 +0000154
Andreas Schuh313e39e2014-03-20 03:49:21 +0000155* Tue Apr 14 2009 - Google Inc. <opensource@google.com>
Craig Silverstein5a3c7f82009-04-15 21:57:04 +0000156
Andreas Schuh313e39e2014-03-20 03:49:21 +0000157- 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 Silverstein5a3c7f82009-04-15 21:57:04 +0000172
Andreas Schuh313e39e2014-03-20 03:49:21 +0000173* Fri Oct 3 2008 - Google Inc. <opensource@google.com>
Craig Silverstein5a3c7f82009-04-15 21:57:04 +0000174
Andreas Schuh313e39e2014-03-20 03:49:21 +0000175- 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 Silverstein5a3c7f82009-04-15 21:57:04 +0000178
Andreas Schuh313e39e2014-03-20 03:49:21 +0000179* Thu Sep 18 2008 - Google Inc. <opensource@google.com>
Craig Silversteine0b71e52008-09-19 19:32:05 +0000180
Andreas Schuh313e39e2014-03-20 03:49:21 +0000181- 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 Silverstein67914682008-08-21 00:50:59 +0000188
Andreas Schuh313e39e2014-03-20 03:49:21 +0000189* Tue Aug 19 2008 - Google Inc. <opensource@google.com>
Craig Silverstein67914682008-08-21 00:50:59 +0000190
Andreas Schuh313e39e2014-03-20 03:49:21 +0000191- 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 Silversteinc79c32d2008-07-22 23:29:39 +0000200
Andreas Schuh313e39e2014-03-20 03:49:21 +0000201* Mon Jul 21 2008 - Google Inc. <opensource@google.com>
Craig Silversteinc79c32d2008-07-22 23:29:39 +0000202
Andreas Schuh313e39e2014-03-20 03:49:21 +0000203- 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 Silverstein83911c12008-03-27 20:11:07 +0000214
Andreas Schuh4b1ca7d2014-03-20 03:53:50 +0000215* Wed Mar 26 2008 - Google Inc. <opensource@google.com>
Craig Silverstein585a44a2007-10-18 20:08:26 +0000216
Andreas Schuh313e39e2014-03-20 03:49:21 +0000217- 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 Silverstein585a44a2007-10-18 20:08:26 +0000225
Andreas Schuh313e39e2014-03-20 03:49:21 +0000226* Thu Oct 18 2007 - Google Inc. <opensource@google.com>
Craig Silversteinb9f23482007-03-22 00:15:41 +0000227
Andreas Schuh313e39e2014-03-20 03:49:21 +0000228- 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 Silverstein573580d2007-03-22 00:18:13 +0000237
Andreas Schuh313e39e2014-03-20 03:49:21 +0000238* Wed Aug 15 2007 - Google Inc. <opensource@google.com>
Craig Silverstein573580d2007-03-22 00:18:13 +0000239
Andreas Schuh313e39e2014-03-20 03:49:21 +0000240- 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 Silversteineb208392007-08-15 19:44:54 +0000244
Andreas Schuh313e39e2014-03-20 03:49:21 +0000245* Tue Jun 12 2007 - Google Inc. <opensource@google.com>
Craig Silverstein290da382007-03-28 21:54:07 +0000246
Andreas Schuh313e39e2014-03-20 03:49:21 +0000247- 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 Silverstein290da382007-03-28 21:54:07 +0000252
Andreas Schuh313e39e2014-03-20 03:49:21 +0000253* Thu Apr 19 2007 - Google Inc. <opensource@google.com>
Craig Silverstein690172b2007-04-20 21:16:33 +0000254
Andreas Schuh313e39e2014-03-20 03:49:21 +0000255- 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 Silverstein690172b2007-04-20 21:16:33 +0000259
Andreas Schuh313e39e2014-03-20 03:49:21 +0000260* Wed Mar 28 2007 - Google Inc. <opensource@google.com>
Craig Silverstein2b66a842007-06-12 23:59:42 +0000261
Andreas Schuh313e39e2014-03-20 03:49:21 +0000262- 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 Silverstein2b66a842007-06-12 23:59:42 +0000267
Andreas Schuh313e39e2014-03-20 03:49:21 +0000268* 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 Schuh313e39e2014-03-20 03:49:21 +0000274* Wed Dec 13 2006 - Google Inc. <opensource@google.com>
275
276- google-gflags: version 0.1