1. c0b2762 Remove the non-threaded version of libgflags am: ff733e6d22 am: 645025b30a am: b645080e73 by Greg Hartman · 7 years ago
  2. e9d15bd Add missing command line completions support am: 9950627b1b am: baa4175c5e am: e50a5be147 by Greg Hartman · 7 years ago
  3. 5c89d14 Remove the non-threaded version of libgflags am: ff733e6d22 am: 645025b30a by Greg Hartman · 7 years ago
  4. 632be96 Add missing command line completions support am: 9950627b1b am: baa4175c5e by Greg Hartman · 7 years ago
  5. b645080 Remove the non-threaded version of libgflags am: ff733e6d22 am: 645025b30a by Greg Hartman · 7 years ago
  6. e50a5be Add missing command line completions support am: 9950627b1b am: baa4175c5e by Greg Hartman · 7 years ago
  7. 645025b Remove the non-threaded version of libgflags am: ff733e6d22 by Greg Hartman · 7 years ago
  8. baa4175 Add missing command line completions support am: 9950627b1b by Greg Hartman · 7 years ago
  9. ff733e6 Remove the non-threaded version of libgflags by Greg Hartman · 7 years ago
  10. 9950627 Add missing command line completions support by Greg Hartman · 7 years ago
  11. 5f412b7 Initial port to Android am: b68ef53bfb am: 57b8e249ae am: 129ae7d9b6 by Greg Hartman · 7 years ago
  12. e3b55ca Add LICENSE and METADATA am: d5fffc7a36 am: 665a1655bc am: 4f1b193bec by Greg Hartman · 7 years ago
  13. c69afb8 Merge remote-tracking branch 'aosp/upstream-master' into bringup am: 49d1145293 am: 4a644bb22b am: 4d115f891f by Greg Hartman · 7 years ago
  14. c6634b2 Initial port to Android am: b68ef53bfb am: 57b8e249ae am: 129ae7d9b6 by Greg Hartman · 7 years ago
  15. b9eed59 Add LICENSE and METADATA am: d5fffc7a36 am: 665a1655bc am: 4f1b193bec by Greg Hartman · 7 years ago
  16. 60148aa Merge remote-tracking branch 'aosp/upstream-master' into bringup am: 49d1145293 am: 4a644bb22b by Greg Hartman · 7 years ago
  17. 129ae7d Initial port to Android am: b68ef53bfb am: 57b8e249ae by Greg Hartman · 7 years ago
  18. 4f1b193 Add LICENSE and METADATA am: d5fffc7a36 am: 665a1655bc by Greg Hartman · 7 years ago
  19. 4d115f8 Merge remote-tracking branch 'aosp/upstream-master' into bringup am: 49d1145293 by Greg Hartman · 7 years ago
  20. 57b8e24 Initial port to Android am: b68ef53bfb by Greg Hartman · 7 years ago
  21. 665a165 Add LICENSE and METADATA am: d5fffc7a36 by Greg Hartman · 7 years ago
  22. 4a644bb Merge remote-tracking branch 'aosp/upstream-master' into bringup am: 49d1145293 by Greg Hartman · 7 years ago
  23. b68ef53 Initial port to Android by Greg Hartman · 7 years ago
  24. d5fffc7 Add LICENSE and METADATA by Greg Hartman · 7 years ago
  25. 49d1145 Merge remote-tracking branch 'aosp/upstream-master' into bringup by Greg Hartman · 7 years ago
  26. a258572 Initial empty repository by (raulenrique) · 7 years ago
  27. 2334846 Removed unused functions. by Sumit Gupta · 7 years ago
  28. 60784b5 Remove using ::fLS::clstring; by Yi Wang · 7 years ago
  29. 57ceb0e enh: Move CMake defines to separate header, unused by Bazel by Andreas Schuh · 7 years ago
  30. 7d36353 Fix typo in BUILD by Siddhartha Bagaria · 7 years ago
  31. aa2d0f7 fix: Remove obsolete and unused CleanFileName code by Andreas Schuh · 7 years ago
  32. 4663c80 cmake: Add convenience uninstall target (#221) by Jason Juang · 7 years ago
  33. 46f73f8 Release v2.2.1 by Andreas Schuh · 7 years ago
  34. 66d4386 enh: AppVeyor builds with different toolchains (copied from gtest project) by Andreas Schuh · 7 years ago
  35. 6348ea9 fix: Check HAVE_STDINT_H or HAVE_INTTYPES_H for older MSVC versions by Andreas Schuh · 7 years ago
  36. 3d5bc48 git: Ignore symbolic links created by Bazel build tool by Andreas Schuh · 7 years ago
  37. 74603f5 fix: Static code analyzer error regarding strncmp with empty kRootDir string by Andreas Schuh · 7 years ago
  38. 4a694e8 Use inttypes.h on VC++ 2013 and up by Ben Vanik · 7 years ago
  39. 21c7bcd Fix CMake macro special variable usage (#216) by randomguy3 · 7 years ago
  40. 95ffb27 Fix static initialization order fiasco caused by global registry lock (#215) by Mmanu Chaturvedi · 7 years ago
  41. 80ebb42 Install dll's to correct path (#213) by Arkady Shapkin · 7 years ago
  42. 652651b Fix statically linked gflags library with MSVC by Arkady Shapkin · 7 years ago
  43. 9314597 Mark single argument constructors in mutex.h as explicit. by Dan Minor · 7 years ago
  44. 30dbc81 Changed include directory in bazel build by Geoffrey Lalonde · 8 years ago
  45. 8935ef4 enh: Link to online documentation in README by Andreas Schuh · 8 years ago
  46. 20858a4 fix: Enable language C for older CMake versions when needed (#196) by Andreas Schuh · 8 years ago
  47. ac6834e fix: Remove unused program_name variable by Andreas Schuh · 8 years ago
  48. 22ed2ce fix: Include utils by file instead of CMAKE_MODULE_PATH search by Andreas Schuh · 8 years ago
  49. f8a0efe Release v2.2.0 by Andreas Schuh · 8 years ago
  50. 2f336a2 doc: //external:gflags_nothreads Bazel target by Andreas Schuh · 8 years ago
  51. c6b9377 git: Ignore builds/ subdirectory by Andreas Schuh · 8 years ago
  52. 84ab952 doc: Update use of gflags with Bazel documentation by Andreas Schuh · 8 years ago
  53. b872d6b enh: Bazel BUILD, add WORKSPACE file (#192) by Andreas Schuh · 8 years ago
  54. 37c4c58 add: Bazel WORKSPACE file by Andreas Schuh · 8 years ago
  55. 37e2867 enh: Refactored Bazel BUILD rules by Andreas Schuh · 8 years ago
  56. 8f2c22a Revert "enh: Rename private sources, include public headers with rel path" by Andreas Schuh · 8 years ago
  57. ea6144e enh: Rename private sources, include public headers with rel path by Andreas Schuh · 8 years ago
  58. 86d67a3 fix: Add -lpthread to link Bazel BUILD options (#189) by Andreas Schuh · 8 years ago
  59. c94a60e enh: Configure and install pkg-config .pc file by Andreas Schuh · 8 years ago
  60. 3e7ef74 enh: Set GFLAGS_IS_A_DLL in INTERFACE_COMPILE_DEFINITIONS by Andreas Schuh · 8 years ago
  61. 1846983 fix: Ensure installation path uses forward slashes by Andreas Schuh · 8 years ago
  62. 3886da5 enh: Add option to add installation to CMake’s package registry by Andreas Schuh · 8 years ago
  63. 6c0ee00 fix: Copy missing IMPORTED_IMPLIB_<CONFIG> gflags target property by Andreas Schuh · 8 years ago
  64. 3064f63 enh: Avoid use of install(EXPORTS) FILE option by Andreas Schuh · 8 years ago
  65. 14c0e93 Convert dashes to underscores for unknown flags (#177) by Todd Lipcon · 8 years ago
  66. cce68f0 Fix error messages to not truncate to 255 characters (#175) by David Lam · 8 years ago
  67. f4eace1 fix: Validate modified flags only once (#173) by Andreas Schuh · 8 years ago
  68. 408061b fix make error for lacking namespace (#170) by 田欧 · 8 years ago
  69. 7d31c02 Fix unsigned comparison error in gflags_reporting.cc (#168) by Aaryaman Sagar · 8 years ago
  70. a69b254 Fix Windows linker errors and warnings. (#166) by Dreamer · 8 years ago
  71. 15394d3 Add shared library build to the AppVeyor CI config. (#167) by Dreamer · 8 years ago
  72. e58e530 Remove filter for excluded tests from AppVeyor config. (#165) by Dreamer · 8 years ago
  73. 435f949 test: Travis CI build static+shared in Release+Debug (#164) by Andreas Schuh · 8 years ago
  74. 22e4a53 fix: Run strip_flags_binary test only for release configurations (#163) by Andreas Schuh · 8 years ago
  75. c713d2e test: Run AppVeyor build via cmake --build and run tests. (#162) by Dreamer · 8 years ago
  76. b16653e fix: Typo in gflags_strip_flags_test.cmake script by Andreas Schuh · 8 years ago
  77. ec4b5da doc: Add AppVeyor status badge to README by Andreas Schuh · 8 years ago
  78. f0be9c8 Add initial AppVeyor config. (#161) by Dreamer · 8 years ago
  79. 78cab6c doc: Add Travis CI status badge to README by Andreas Schuh · 8 years ago
  80. 4667f41 Enable Travis CI for Linux and OSX builds (#160) by Dreamer · 8 years ago
  81. a5a1b28 Merge pull request #158 from dreamer-dead/use-type-name-enum by Andreas Schuh · 8 years ago
  82. 7ba9921 Fix wrong type comparison and outdated OfType() usage. by dreamer.dead · 8 years ago
  83. 3051942 Fix indentation and remove outdated assert. by dreamer.dead · 8 years ago
  84. 3c0ad4f Extract common code from FlagRegisterer to reduce size. by dreamer.dead · 8 years ago
  85. a1e461d Change template FlagValue::OfType() to Type() getter. by dreamer.dead · 8 years ago
  86. 46ea10f Do not pass flag type as a char literal when registering a new flag. by dreamer.dead · 8 years ago
  87. fe57e5a Merge pull request #156 from dreamer-dead/fix-flag-value-typename by Andreas Schuh · 8 years ago
  88. fa26638 Fix unittests expectations related to uint32. by dreamer.dead · 8 years ago
  89. 5ef4c3c Fix uint32 type name. by dreamer.dead · 8 years ago
  90. 2e4159f Merge pull request #155 from dreamer-dead/add-missing-reference by Andreas Schuh · 8 years ago
  91. 3e946c9 Add missing reference symbol to a function parameter. by dreamer.dead · 8 years ago
  92. 546819b Merge pull request #152 from Liuchang0812/master by Andreas Schuh · 8 years ago
  93. 0c17f1e fix bug about LRLF by liuchang0812 · 8 years ago
  94. ac1a925 fix #151: Ubuntu package name in INSTALL instructions by Andreas Schuh · 8 years ago
  95. d701cea Merge pull request #150 from LuminateWireless/fix-bazel-build by Andreas Schuh · 8 years ago
  96. 7ae23fd Add gendir to the include path so that building with bazel doesn't by Ming Zhao · 8 years ago
  97. 8de80b9 Merge pull request #149 from hevy-CC4477/master by Andreas Schuh · 8 years ago
  98. eff38cb fix test compilation by FARBOS Arnaud · 8 years ago
  99. 9353bca Merge pull request #147 from bazineta/master by Andreas Schuh · 8 years ago
  100. 81d8a92 Correct FV_MAX_INDEX by Allan L. Bazinet · 8 years ago