1. f7228d7 Use CMake namespace gflags:: for export and alias target by Corentin Le Molgat · 6 years ago
  2. 7759264 repair wrong namespace problem by Silver Chan · 7 years ago
  3. 14c0e93 Convert dashes to underscores for unknown flags (#177) by Todd Lipcon · 8 years ago
  4. 22e4a53 fix: Run strip_flags_binary test only for release configurations (#163) by Andreas Schuh · 8 years ago
  5. b16653e fix: Typo in gflags_strip_flags_test.cmake script by Andreas Schuh · 8 years ago
  6. 46ea10f Do not pass flag type as a char literal when registering a new flag. by dreamer.dead · 8 years ago
  7. fa26638 Fix unittests expectations related to uint32. by dreamer.dead · 8 years ago
  8. eff38cb fix test compilation by FARBOS Arnaud · 8 years ago
  9. eaf0534 Support uint32 as flag type by Allan L. Bazinet · 8 years ago
  10. 389ef3f Merge branch 'master' of github.com:gflags/gflags by Andreas Schuh · 8 years ago
  11. 752c632 fix: Include order of config.h and gflags.h in unit test by Andreas Schuh · 8 years ago
  12. 7a21c16 cmake: Rename targets to gflags[_nothreads]_(static|shared), support by Andreas Schuh · 8 years ago
  13. a4382e5 cmake: Require CMake 2.8.12 in NC tests by Andreas Schuh · 8 years ago
  14. 18cb422 fix: Require CMake version 2.8.12 in test project by Andreas Schuh · 8 years ago
  15. 799e910 fix: Include private config.h in gflags_unittest.cc by Andreas Schuh · 8 years ago
  16. 221f327 Revert "#136 Move test binaries to Testing/bin" by Andreas Schuh · 8 years ago
  17. 2a3454c fix: DLL import/export defines for unit tests, remove obsolete config_for_unittests.h by Andreas Schuh · 8 years ago
  18. 9ef0d52 enh: Add usage of DEFINE_validator to test project by Andreas Schuh · 8 years ago
  19. 02f3189 #136 Move test binaries to Testing/bin by Andreas Schuh · 8 years ago
  20. 8ac4bc4 fix: Pass std::string directly, no need for c_str() call by Andreas Schuh · 8 years ago
  21. 762f9cb #51 Call ShutDownCommandLineFlags for (manual) valgrind test by Andreas Schuh · 8 years ago
  22. 4f100cb Resolve several missing declarations warnings by Sergey Sharybin · 8 years ago
  23. 16a1687 #106 Add test of gflags-config.cmake package configuration by Andreas Schuh · 9 years ago
  24. 71c656e #108 Use PROJECT_BINARY_DIR in place of gflags_BINARY_DIR by Andreas Schuh · 9 years ago
  25. 7eb3d36 #105 Modify negative compilation tests to link against gflags_LIBRARIES by Andreas Schuh · 9 years ago
  26. ccff565 #108 Fix temporary directory configuration of negative compilation tests by Andreas Schuh · 9 years ago
  27. 33fc999 #104 Fix compilation of tests by Andreas Schuh · 9 years ago
  28. dc8543a Add test which uses gflags_declare.h. by Andreas Schuh · 10 years ago
  29. 9ecc4ca Enable packaging of library using CPack. by Andreas Schuh · 10 years ago
  30. 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
  31. 5250372 Fix conditional compilation of tests using glob expressions. by Andreas Schuh · 10 years ago
  32. 8566bcf Replace GFLAGS_HAVE_* #defines by HAVE_* again. by Andreas Schuh · 10 years ago
  33. 492ac15 Fix DLL build on Windows and use PathMatchSpec instead of fnmatch. by Andreas Schuh · 10 years ago
  34. 1e0b54c Fix unit tests for Windows and CygWin. by Andreas Schuh · 10 years ago
  35. 6b7be9a Enable test case which tests invalid negative value for uint64 flag. by Andreas Schuh · 10 years ago
  36. 1076812 Fix VS linker warning regarding locally defined FLAGS_tryfromenv symbol. by Andreas Schuh · 10 years ago
  37. 8d3797c Fix VS security warnings using SafeGetEnv and SafeFOpen utility functions. by Andreas Schuh · 10 years ago
  38. 0d9486f Pass --test_tmpdir and --srcdir to unittests. by Andreas Schuh · 10 years ago
  39. 8477f31 Fix build with Xcode 5, system checks, set LANGUAGE to CXX. by Andreas Schuh · 10 years ago
  40. f0f565f Remove obsolete gflags_unittest.sh script. by Andreas Schuh · 10 years ago
  41. 8a563cf Migrate unit tests to CMake/CTest. Fix preprocessor directive in gflags_unittest.cc. by Andreas Schuh · 10 years ago
  42. 1c9f065 Add negative compilation tests. by Andreas Schuh · 11 years ago
  43. 7abcbdc Add gflags library which is built with NO_THREADS definition. by Andreas Schuh · 11 years ago
  44. ac3cb02 Add missing unittest2 and unittest3 executables. by Andreas Schuh · 11 years ago
  45. 126f36b Enable build and execution of tests again using CTest. by Andreas Schuh · 11 years ago
  46. 5ed8ae1 Remove build tool related files, operating system packages, and move unit tests to separate subdirectory. by Andreas Schuh · 11 years ago