1. 4c0bbc0 fix: Use 'default' visibility for GCC by Andreas Schuh · 6 years ago
  2. 0c7012d fix: Build with MinGW version after Nov 2016 by Andreas Schuh · 6 years ago
  3. b051bac fix: Build with _UNICODE support on Windows by Andreas Schuh · 6 years ago
  4. 7e70988 fix: PVS Studio warnings by Andreas Schuh · 6 years ago
  5. 754d332 fix: No extern template declaration for MSVC <12.0 by Andreas Schuh · 6 years ago
  6. 82456f2 fix: Declare FlagRegisterer c’tor explicit template instanations as extern in header by Andreas Schuh · 6 years ago
  7. 3e2e349 fix: Declare FALGS_no##name variables as static by Andreas Schuh · 6 years ago
  8. 04c8ce7 fix: Indentation, use spaces instead of real tabs by Andreas Schuh · 6 years ago
  9. 48677f9 fix missing-field-initializers warnings on gcc by wuchenghui · 6 years ago
  10. 6e53655 Fix V728 excessive check by drillsar · 7 years ago
  11. 2c49763 Fix build on some clang variants by Matt Hargett · 6 years ago
  12. 2334846 Removed unused functions. by Sumit Gupta · 7 years ago
  13. 60784b5 Remove using ::fLS::clstring; by Yi Wang · 7 years ago
  14. 57ceb0e enh: Move CMake defines to separate header, unused by Bazel by Andreas Schuh · 7 years ago
  15. aa2d0f7 fix: Remove obsolete and unused CleanFileName code by Andreas Schuh · 7 years ago
  16. 74603f5 fix: Static code analyzer error regarding strncmp with empty kRootDir string by Andreas Schuh · 7 years ago
  17. 4a694e8 Use inttypes.h on VC++ 2013 and up by Ben Vanik · 7 years ago
  18. 95ffb27 Fix static initialization order fiasco caused by global registry lock (#215) by Mmanu Chaturvedi · 7 years ago
  19. 652651b Fix statically linked gflags library with MSVC by Arkady Shapkin · 7 years ago
  20. 9314597 Mark single argument constructors in mutex.h as explicit. by Dan Minor · 7 years ago
  21. ac6834e fix: Remove unused program_name variable by Andreas Schuh · 8 years ago
  22. 37e2867 enh: Refactored Bazel BUILD rules by Andreas Schuh · 8 years ago
  23. 8f2c22a Revert "enh: Rename private sources, include public headers with rel path" by Andreas Schuh · 8 years ago
  24. ea6144e enh: Rename private sources, include public headers with rel path by Andreas Schuh · 8 years ago
  25. 3e7ef74 enh: Set GFLAGS_IS_A_DLL in INTERFACE_COMPILE_DEFINITIONS by Andreas Schuh · 8 years ago
  26. 14c0e93 Convert dashes to underscores for unknown flags (#177) by Todd Lipcon · 8 years ago
  27. cce68f0 Fix error messages to not truncate to 255 characters (#175) by David Lam · 8 years ago
  28. f4eace1 fix: Validate modified flags only once (#173) by Andreas Schuh · 8 years ago
  29. 408061b fix make error for lacking namespace (#170) by 田欧 · 8 years ago
  30. 7d31c02 Fix unsigned comparison error in gflags_reporting.cc (#168) by Aaryaman Sagar · 8 years ago
  31. a69b254 Fix Windows linker errors and warnings. (#166) by Dreamer · 8 years ago
  32. 7ba9921 Fix wrong type comparison and outdated OfType() usage. by dreamer.dead · 8 years ago
  33. 3051942 Fix indentation and remove outdated assert. by dreamer.dead · 8 years ago
  34. 3c0ad4f Extract common code from FlagRegisterer to reduce size. by dreamer.dead · 8 years ago
  35. a1e461d Change template FlagValue::OfType() to Type() getter. by dreamer.dead · 8 years ago
  36. 46ea10f Do not pass flag type as a char literal when registering a new flag. by dreamer.dead · 8 years ago
  37. fe57e5a Merge pull request #156 from dreamer-dead/fix-flag-value-typename by Andreas Schuh · 8 years ago
  38. 5ef4c3c Fix uint32 type name. by dreamer.dead · 8 years ago
  39. 3e946c9 Add missing reference symbol to a function parameter. by dreamer.dead · 8 years ago
  40. 0c17f1e fix bug about LRLF by liuchang0812 · 8 years ago
  41. 81d8a92 Correct FV_MAX_INDEX by Allan L. Bazinet · 8 years ago
  42. eaf0534 Support uint32 as flag type by Allan L. Bazinet · 8 years ago
  43. 545e9df fix: Add missing include guards to gflags/config.h by Andreas Schuh · 8 years ago
  44. 92865ce #51 #138 Use std::string instead const char * for global "constants" by Andreas Schuh · 8 years ago
  45. 7a69001 #51 Use static StringFlagDestructor to destruct string objects allocated by placement new by Andreas Schuh · 8 years ago
  46. 40b85b1 Add bazel support by Rob Earhart · 8 years ago
  47. 366e9d3 Fix some compilation warnings with MSVC 2015 by Sergey Sharybin · 8 years ago
  48. 4f100cb Resolve several missing declarations warnings by Sergey Sharybin · 8 years ago
  49. 9db8289 #125 Fix unused typedef/variable warning for static assertion by Andreas Schuh · 9 years ago
  50. 4e61c45 #124 Remove using namespace from mutex.h by Andreas Schuh · 9 years ago
  51. 4a56d61 support for msvs 2015 by Kjell Schubert · 9 years ago
  52. 2b81a76 fix: Include guard of alternative "gflags" namespace header. by Andreas Schuh · 10 years ago
  53. 659b440 Support alternative namespaces in GFLAGS_NAMESPACE CMake variable. by Andreas Schuh · 10 years ago
  54. a93de00 Define GFLAGS_NAMESPACE in public headers. by Andreas Schuh · 10 years ago
  55. 3821311 Replace GFLAGS_NAMESPACE by @GFLAGS_NAMESPACE@ in gflags_declare.h (Fixes issue #79). by Andreas Schuh · 10 years ago
  56. cb62c00 Change mode of text file. by Andreas Schuh · 10 years ago
  57. 9ecc4ca Enable packaging of library using CPack. by Andreas Schuh · 10 years ago
  58. ddc5357 Add link dependency on shlwapi.lib during build configuration instead of #pragma comment statement. Use this library also on MinGW. by Andreas Schuh · 10 years ago
  59. acb460a Use strtoll as defined by windows_port.h for strto64. by Andreas Schuh · 10 years ago
  60. 4118166 Use OS_WINDOWS #define instead of _WIN32 and WINDOWS. by Andreas Schuh · 10 years ago
  61. 13025b1 Remove GFLAGS_NAMESPACE and version macros from public headers again. by Andreas Schuh · 10 years ago
  62. 8566bcf Replace GFLAGS_HAVE_* #defines by HAVE_* again. by Andreas Schuh · 10 years ago
  63. 6e9f416 No need to export CommandLineFlagInfo data only structure from DLL. by Andreas Schuh · 10 years ago
  64. d8c6a55 Fix bug in SafeFOpen showing up in Cygwin. Errno only guaranteed to be set on failure. by Andreas Schuh · 10 years ago
  65. 492ac15 Fix DLL build on Windows and use PathMatchSpec instead of fnmatch. by Andreas Schuh · 10 years ago
  66. e491f01 Add missing errno.h include statement and use int instead of errno_t. by Andreas Schuh · 10 years ago
  67. e31f179 Fix up use of SafeFOpen. by Andreas Schuh · 10 years ago
  68. a0dca4d Create temporary directory for unit tests in specified --test_tmpdir if possible. by Andreas Schuh · 10 years ago
  69. eeb4db3 Use _strtoi64 and _strtoui64 on Windows. by Andreas Schuh · 10 years ago
  70. 1076812 Fix VS linker warning regarding locally defined FLAGS_tryfromenv symbol. by Andreas Schuh · 10 years ago
  71. 8d3797c Fix VS security warnings using SafeGetEnv and SafeFOpen utility functions. by Andreas Schuh · 10 years ago
  72. 7b63ae8 Fix preprocessor conditions to use new GFLAGS_* defines. by Andreas Schuh · 10 years ago
  73. a4c4a01 Check if pthread_rwlock_t is available and use it if so. by Andreas Schuh · 10 years ago
  74. 8477f31 Fix build with Xcode 5, system checks, set LANGUAGE to CXX. by Andreas Schuh · 10 years ago
  75. 15bc2d6 Issue #73 Merge gflags_config.h into gflags_declare.h. Configuration of gflags.h no longer needed. by Andreas Schuh · 10 years ago
  76. 70eac23 Issue #73 Fix missing STL DLL export warnings of Visual Studio according to KB168958. by Andreas Schuh · 10 years ago
  77. b2180eb Fix build on Windows using Visual Studio. Add gflags_config.h. by Andreas Schuh · 10 years ago
  78. 4eb2cb2 Add missing windows portability definitions. by Andreas Schuh · 11 years ago
  79. f7e89ba Move public header files to src/ subdirectory. Copy them to <prefix>/include/<ns>/ upon installation. by Andreas Schuh · 11 years ago
  80. 392eb67 Add CMakeLists.txt and adapt source files accordingly. by Andreas Schuh · 11 years ago
  81. 2eed08d Move public header files to separate subdirectory. by Andreas Schuh · 11 years ago
  82. 5ed8ae1 Remove build tool related files, operating system packages, and move unit tests to separate subdirectory. by Andreas Schuh · 11 years ago
  83. 45a53de Add DEFINE_validator macro for convenient registration of a flag validator. by Andreas Schuh · 11 years ago
  84. 8011f61 Use static_cast to avoid comparison of signed and unsigned integer warning in util.h. by Andreas Schuh · 11 years ago
  85. f098a54 Fix deprecation warnings of VC++ regarding strdup and unlink. Add solution files for VS 2010 and VS 2012. by Andreas Schuh · 12 years ago
  86. 6b215b0 Use project name (gflags) within include guards to avoid conflict with gperftools as reported by chen3feng (issue #62, http://code.google.com/p/gflags/issues/detail?id=62). by Andreas Schuh · 12 years ago
  87. e88280e Fix "invalid suffix on literal; C++11 requires a space between literal and identifier" errors as reported by http://code.google.com/p/gflags/issues/detail?id=54. by Andreas Schuh · 12 years ago
  88. f187729 Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com> by Craig Silverstein · 12 years ago
  89. 8091205 by Craig Silverstein · 13 years ago
  90. be2da58 by Craig Silverstein · 13 years ago
  91. 2535e43 by Craig Silverstein · 13 years ago
  92. c23c6c6 by Craig Silverstein · 13 years ago
  93. 17a627a by Craig Silverstein · 13 years ago
  94. 9bf7e65 by Craig Silverstein · 13 years ago
  95. 6b70a75 by Craig Silverstein · 13 years ago
  96. 29f02f9 by Craig Silverstein · 13 years ago
  97. 10caa99 by Craig Silverstein · 13 years ago
  98. 874aed5 by Craig Silverstein · 13 years ago
  99. 1b8e9ba by Craig Silverstein · 13 years ago
  100. beb69a8 by Craig Silverstein · 13 years ago