1. b051bac fix: Build with _UNICODE support on Windows by Andreas Schuh · 6 years ago
  2. 7e70988 fix: PVS Studio warnings by Andreas Schuh · 6 years ago
  3. 754d332 fix: No extern template declaration for MSVC <12.0 by Andreas Schuh · 6 years ago
  4. 82456f2 fix: Declare FlagRegisterer c’tor explicit template instanations as extern in header by Andreas Schuh · 6 years ago
  5. 3e2e349 fix: Declare FALGS_no##name variables as static by Andreas Schuh · 6 years ago
  6. c0b1add fix: Import with GFLAGS_USE_TARGET_NAMESPACE=ON by Andreas Schuh · 6 years ago
  7. f1ea012 fix: Import with or without gflags:: namespace by Andreas Schuh · 6 years ago
  8. b0c4cd2 fix: Define both 'gflags' and 'gflags::gflags' alias targets by Andreas Schuh · 6 years ago
  9. 04c8ce7 fix: Indentation, use spaces instead of real tabs by Andreas Schuh · 6 years ago
  10. d4a050d Merge pull request #247 from Mizux/master by Andreas Schuh · 6 years ago
  11. 48677f9 fix missing-field-initializers warnings on gcc by wuchenghui · 6 years ago
  12. 6e53655 Fix V728 excessive check by drillsar · 7 years ago
  13. cad38c9 Set postfixes for generated libraries based on buildtype by kokerf · 6 years ago
  14. 2c49763 Fix build on some clang variants by Matt Hargett · 6 years ago
  15. 660603a doc: Update documentation on how to use Bazel by Andreas Schuh · 6 years ago
  16. 518267d Remove installation guide's recommendation to use Bazel's bind(). by Sam Liu · 6 years ago
  17. f7228d7 Use CMake namespace gflags:: for export and alias target by Corentin Le Molgat · 6 years ago
  18. 8b39845 Remove uneeded enable_test() by Corentin Le Molgat · 6 years ago
  19. 9ab4d11 Add VERSION to project by Corentin Le Molgat · 6 years ago
  20. e292e04 Use += for appends by Rob Earhart · 6 years ago
  21. 6d1c363 Add Bazel-on-Windows support by Rob Earhart · 6 years ago
  22. 7759264 repair wrong namespace problem by Silver Chan · 7 years ago
  23. 2334846 Removed unused functions. by Sumit Gupta · 7 years ago
  24. 60784b5 Remove using ::fLS::clstring; by Yi Wang · 7 years ago
  25. 57ceb0e enh: Move CMake defines to separate header, unused by Bazel by Andreas Schuh · 7 years ago
  26. 7d36353 Fix typo in BUILD by Siddhartha Bagaria · 7 years ago
  27. aa2d0f7 fix: Remove obsolete and unused CleanFileName code by Andreas Schuh · 7 years ago
  28. 4663c80 cmake: Add convenience uninstall target (#221) by Jason Juang · 7 years ago
  29. 46f73f8 Release v2.2.1 by Andreas Schuh · 7 years ago
  30. 66d4386 enh: AppVeyor builds with different toolchains (copied from gtest project) by Andreas Schuh · 7 years ago
  31. 6348ea9 fix: Check HAVE_STDINT_H or HAVE_INTTYPES_H for older MSVC versions by Andreas Schuh · 7 years ago
  32. 3d5bc48 git: Ignore symbolic links created by Bazel build tool by Andreas Schuh · 7 years ago
  33. 74603f5 fix: Static code analyzer error regarding strncmp with empty kRootDir string by Andreas Schuh · 7 years ago
  34. 4a694e8 Use inttypes.h on VC++ 2013 and up by Ben Vanik · 7 years ago
  35. 21c7bcd Fix CMake macro special variable usage (#216) by randomguy3 · 7 years ago
  36. 95ffb27 Fix static initialization order fiasco caused by global registry lock (#215) by Mmanu Chaturvedi · 7 years ago
  37. 80ebb42 Install dll's to correct path (#213) by Arkady Shapkin · 7 years ago
  38. 652651b Fix statically linked gflags library with MSVC by Arkady Shapkin · 7 years ago
  39. 9314597 Mark single argument constructors in mutex.h as explicit. by Dan Minor · 7 years ago
  40. 30dbc81 Changed include directory in bazel build by Geoffrey Lalonde · 7 years ago
  41. 8935ef4 enh: Link to online documentation in README by Andreas Schuh · 8 years ago
  42. 20858a4 fix: Enable language C for older CMake versions when needed (#196) by Andreas Schuh · 8 years ago
  43. ac6834e fix: Remove unused program_name variable by Andreas Schuh · 8 years ago
  44. 22ed2ce fix: Include utils by file instead of CMAKE_MODULE_PATH search by Andreas Schuh · 8 years ago
  45. f8a0efe Release v2.2.0 by Andreas Schuh · 8 years ago
  46. 2f336a2 doc: //external:gflags_nothreads Bazel target by Andreas Schuh · 8 years ago
  47. c6b9377 git: Ignore builds/ subdirectory by Andreas Schuh · 8 years ago
  48. 84ab952 doc: Update use of gflags with Bazel documentation by Andreas Schuh · 8 years ago
  49. b872d6b enh: Bazel BUILD, add WORKSPACE file (#192) by Andreas Schuh · 8 years ago
  50. 37c4c58 add: Bazel WORKSPACE file by Andreas Schuh · 8 years ago
  51. 37e2867 enh: Refactored Bazel BUILD rules by Andreas Schuh · 8 years ago
  52. 8f2c22a Revert "enh: Rename private sources, include public headers with rel path" by Andreas Schuh · 8 years ago
  53. ea6144e enh: Rename private sources, include public headers with rel path by Andreas Schuh · 8 years ago
  54. 86d67a3 fix: Add -lpthread to link Bazel BUILD options (#189) by Andreas Schuh · 8 years ago
  55. c94a60e enh: Configure and install pkg-config .pc file by Andreas Schuh · 8 years ago
  56. 3e7ef74 enh: Set GFLAGS_IS_A_DLL in INTERFACE_COMPILE_DEFINITIONS by Andreas Schuh · 8 years ago
  57. 1846983 fix: Ensure installation path uses forward slashes by Andreas Schuh · 8 years ago
  58. 3886da5 enh: Add option to add installation to CMake’s package registry by Andreas Schuh · 8 years ago
  59. 6c0ee00 fix: Copy missing IMPORTED_IMPLIB_<CONFIG> gflags target property by Andreas Schuh · 8 years ago
  60. 3064f63 enh: Avoid use of install(EXPORTS) FILE option by Andreas Schuh · 8 years ago
  61. 14c0e93 Convert dashes to underscores for unknown flags (#177) by Todd Lipcon · 8 years ago
  62. cce68f0 Fix error messages to not truncate to 255 characters (#175) by David Lam · 8 years ago
  63. f4eace1 fix: Validate modified flags only once (#173) by Andreas Schuh · 8 years ago
  64. 408061b fix make error for lacking namespace (#170) by 田欧 · 8 years ago
  65. 7d31c02 Fix unsigned comparison error in gflags_reporting.cc (#168) by Aaryaman Sagar · 8 years ago
  66. a69b254 Fix Windows linker errors and warnings. (#166) by Dreamer · 8 years ago
  67. 15394d3 Add shared library build to the AppVeyor CI config. (#167) by Dreamer · 8 years ago
  68. e58e530 Remove filter for excluded tests from AppVeyor config. (#165) by Dreamer · 8 years ago
  69. 435f949 test: Travis CI build static+shared in Release+Debug (#164) by Andreas Schuh · 8 years ago
  70. 22e4a53 fix: Run strip_flags_binary test only for release configurations (#163) by Andreas Schuh · 8 years ago
  71. c713d2e test: Run AppVeyor build via cmake --build and run tests. (#162) by Dreamer · 8 years ago
  72. b16653e fix: Typo in gflags_strip_flags_test.cmake script by Andreas Schuh · 8 years ago
  73. ec4b5da doc: Add AppVeyor status badge to README by Andreas Schuh · 8 years ago
  74. f0be9c8 Add initial AppVeyor config. (#161) by Dreamer · 8 years ago
  75. 78cab6c doc: Add Travis CI status badge to README by Andreas Schuh · 8 years ago
  76. 4667f41 Enable Travis CI for Linux and OSX builds (#160) by Dreamer · 8 years ago
  77. a5a1b28 Merge pull request #158 from dreamer-dead/use-type-name-enum by Andreas Schuh · 8 years ago
  78. 7ba9921 Fix wrong type comparison and outdated OfType() usage. by dreamer.dead · 8 years ago
  79. 3051942 Fix indentation and remove outdated assert. by dreamer.dead · 8 years ago
  80. 3c0ad4f Extract common code from FlagRegisterer to reduce size. by dreamer.dead · 8 years ago
  81. a1e461d Change template FlagValue::OfType() to Type() getter. by dreamer.dead · 8 years ago
  82. 46ea10f Do not pass flag type as a char literal when registering a new flag. by dreamer.dead · 8 years ago
  83. fe57e5a Merge pull request #156 from dreamer-dead/fix-flag-value-typename by Andreas Schuh · 8 years ago
  84. fa26638 Fix unittests expectations related to uint32. by dreamer.dead · 8 years ago
  85. 5ef4c3c Fix uint32 type name. by dreamer.dead · 8 years ago
  86. 2e4159f Merge pull request #155 from dreamer-dead/add-missing-reference by Andreas Schuh · 8 years ago
  87. 3e946c9 Add missing reference symbol to a function parameter. by dreamer.dead · 8 years ago
  88. 546819b Merge pull request #152 from Liuchang0812/master by Andreas Schuh · 8 years ago
  89. 0c17f1e fix bug about LRLF by liuchang0812 · 8 years ago
  90. ac1a925 fix #151: Ubuntu package name in INSTALL instructions by Andreas Schuh · 8 years ago
  91. d701cea Merge pull request #150 from LuminateWireless/fix-bazel-build by Andreas Schuh · 8 years ago
  92. 7ae23fd Add gendir to the include path so that building with bazel doesn't by Ming Zhao · 8 years ago
  93. 8de80b9 Merge pull request #149 from hevy-CC4477/master by Andreas Schuh · 8 years ago
  94. eff38cb fix test compilation by FARBOS Arnaud · 8 years ago
  95. 9353bca Merge pull request #147 from bazineta/master by Andreas Schuh · 8 years ago
  96. 81d8a92 Correct FV_MAX_INDEX by Allan L. Bazinet · 8 years ago
  97. eaf0534 Support uint32 as flag type by Allan L. Bazinet · 8 years ago
  98. 74bcd20 Merge PR #137 with change of SOVERSION to <major>.<minor> by Andreas Schuh · 8 years ago
  99. 4534195 fix: Change SOVERSION to <major>.<minor> for 2.x release versions by Andreas Schuh · 8 years ago
  100. 5e30706 Merge pull request #143 from schuhschuh/fix-bazel-bulid-osx by Andreas Schuh · 8 years ago