• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1* 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
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
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
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
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
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
85- Fixed issue 73: Warnings in Visual Studio 2010 and unable to compile unit test
86
87* Wed Jan 25 2012 - Google Inc. <google-gflags@googlegroups.com>
88
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
93
94* Tue Dec 20 2011 - Google Inc. <opensource@google.com>
95
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
102
103* Fri Jul 29 2011 - Google Inc. <opensource@google.com>
104
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)
114
115* Mon Jan 24 2011 - Google Inc. <opensource@google.com>
116
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
123
124* Wed Oct 13 2010 - Google Inc. <opensource@google.com>
125
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
134
135* Mon Jan  4 2010 - Google Inc. <opensource@google.com>
136
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)
145
146* Thu Sep 10 2009 - Google Inc. <opensource@google.com>
147
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)
154
155* Tue Apr 14 2009 - Google Inc. <opensource@google.com>
156
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)
172
173* Fri Oct  3 2008 - Google Inc. <opensource@google.com>
174
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)
178
179* Thu Sep 18 2008 - Google Inc. <opensource@google.com>
180
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)
188
189* Tue Aug 19 2008 - Google Inc. <opensource@google.com>
190
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)
200
201* Mon Jul 21 2008 - Google Inc. <opensource@google.com>
202
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)
214
215* Wed Mar 26 2008 - Google Inc. <opensource@google.com>
216
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
225
226* Thu Oct 18 2007 - Google Inc. <opensource@google.com>
227
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)
237
238* Wed Aug 15 2007 - Google Inc. <opensource@google.com>
239
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)
244
245* Tue Jun 12 2007 - Google Inc. <opensource@google.com>
246
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)
252
253* Thu Apr 19 2007 - Google Inc. <opensource@google.com>
254
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)
259
260* Wed Mar 28 2007 - Google Inc. <opensource@google.com>
261
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)
267
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
274* Wed Dec 13 2006 - Google Inc. <opensource@google.com>
275
276- google-gflags: version 0.1
277