ChangeLog.txt 13 KB

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