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