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