1. 04a30c8 Merge remote-tracking branch 'google/release' into 'master'. by Andreas Schuh · 10 years ago v2.1.0
  2. 882db5d Mention Git branching model in NEWS. by Andreas Schuh · 10 years ago
  3. 33e2cbe Add release notes. by Andreas Schuh · 10 years ago
  4. 3e96a19 Change version to 2.1.0, i.e., use common semantic versioning system including patch number for bug fix releases. by Andreas Schuh · 10 years ago
  5. 0100be5 Add missing entry to ChangeLog for v2.1 release. by Andreas Schuh · 10 years ago
  6. 76f2ffa Add ChangeLog entries for v2.1 release. by Andreas Schuh · 10 years ago
  7. 978c567 Ignore packages subdirectory (if it exists). by Andreas Schuh · 10 years ago
  8. 06ad502 Merge branch 'refs/heads/feature/cpack-package-generation' into develop by Andreas Schuh · 10 years ago
  9. a49a656 Use dpkg --print-architecture also for RPM generator. by Andreas Schuh · 10 years ago
  10. e8890f2 Set additional DEB CPack variables in package.cmake.in. by Andreas Schuh · 10 years ago
  11. fc6e079 Change package vendor to just a name. by Andreas Schuh · 10 years ago
  12. 52bf642 Remove brief description from README to avoid duplicate appearance in RPM and other packages. by Andreas Schuh · 10 years ago
  13. 4b1ca7d Add missing year to ChangeLog entry. RPM is now generated successfully. by Andreas Schuh · 10 years ago
  14. 4258af1 Remove separating lines from ChangeLog again. by Andreas Schuh · 10 years ago
  15. 313e39e Add missing name to ChangeLog entry and further format changes. by Andreas Schuh · 10 years ago
  16. dc9674e Remove time fields from ChangeLog entries which are not compatible with RPM spec. by Andreas Schuh · 10 years ago
  17. b6f61ab Fix bugs in package configuration file. by Andreas Schuh · 10 years ago
  18. 26a35dd Convert ChangeLog to format allowed in RPM spec. by Andreas Schuh · 10 years ago
  19. 37a9a90 Set RPM CPack variables already in CMakeList.txt. by Andreas Schuh · 10 years ago
  20. 516e028 Set RPM generator specific variables. by Andreas Schuh · 10 years ago
  21. 13fe86b Correct CPack package description file. by Andreas Schuh · 10 years ago
  22. bf139ea Fix build of threaded library on Unix by adding the appropriate link library. by Andreas Schuh · 10 years ago
  23. cb62c00 Change mode of text file. by Andreas Schuh · 10 years ago
  24. 9ecc4ca Enable packaging of library using CPack. by Andreas Schuh · 10 years ago
  25. ec4ddb4 Revert "Added Git ignore file to prevent build files being seen as changed files" by Andreas Schuh · 10 years ago
  26. 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
  27. 9242578 Look for shlwapi.h also in case of MinGW. by Andreas Schuh · 10 years ago
  28. acb460a Use strtoll as defined by windows_port.h for strto64. by Andreas Schuh · 10 years ago
  29. 4118166 Use OS_WINDOWS #define instead of _WIN32 and WINDOWS. by Andreas Schuh · 10 years ago
  30. dbc09f1 Merge remote-tracking branch 'github/cmake-migration' by Andreas Schuh · 10 years ago
  31. 13025b1 Remove GFLAGS_NAMESPACE and version macros from public headers again. by Andreas Schuh · 10 years ago
  32. 0b116eb Simplify check for strtoll and strtoq. by Andreas Schuh · 10 years ago
  33. 5250372 Fix conditional compilation of tests using glob expressions. by Andreas Schuh · 10 years ago
  34. 9d686e7 Add .gitattributes file to normalize all files to LF. by Andreas Schuh · 10 years ago
  35. 3d142b8 Convert line endings to Unix format. by unknown · 10 years ago
  36. 8566bcf Replace GFLAGS_HAVE_* #defines by HAVE_* again. by Andreas Schuh · 10 years ago
  37. 6e9f416 No need to export CommandLineFlagInfo data only structure from DLL. by Andreas Schuh · 10 years ago
  38. d8c6a55 Fix bug in SafeFOpen showing up in Cygwin. Errno only guaranteed to be set on failure. by Andreas Schuh · 10 years ago
  39. b18fe77 Fix check for pthreads library on Ubuntu. by Andreas Schuh · 10 years ago
  40. b8f5717 Add missing CheckTypeSizeMap.cmake.in file. by Andreas Schuh · 10 years ago
  41. 492ac15 Fix DLL build on Windows and use PathMatchSpec instead of fnmatch. by Andreas Schuh · 10 years ago
  42. cf92ec3 Modify CheckTypeSize.cmake module so it works with older CMake versions. by Andreas Schuh · 10 years ago
  43. 1e0b54c Fix unit tests for Windows and CygWin. by Andreas Schuh · 10 years ago
  44. e491f01 Add missing errno.h include statement and use int instead of errno_t. by Andreas Schuh · 10 years ago
  45. e31f179 Fix up use of SafeFOpen. by Andreas Schuh · 10 years ago
  46. 6b7be9a Enable test case which tests invalid negative value for uint64 flag. by Andreas Schuh · 10 years ago
  47. a0dca4d Create temporary directory for unit tests in specified --test_tmpdir if possible. by Andreas Schuh · 10 years ago
  48. eeb4db3 Use _strtoi64 and _strtoui64 on Windows. by Andreas Schuh · 10 years ago
  49. 1076812 Fix VS linker warning regarding locally defined FLAGS_tryfromenv symbol. by Andreas Schuh · 10 years ago
  50. 8d3797c Fix VS security warnings using SafeGetEnv and SafeFOpen utility functions. by Andreas Schuh · 10 years ago
  51. 8d93bca Minor CMake coding style change of version_numbers function. by Andreas Schuh · 10 years ago
  52. 0d9486f Pass --test_tmpdir and --srcdir to unittests. by Andreas Schuh · 10 years ago
  53. 505686b Require at least CMake 2.8.4 to avoid Cygwin legacy warning. by Andreas Schuh · 10 years ago
  54. c94e9be Add missing execute_test.cmake script. by Andreas Schuh · 10 years ago
  55. bf918e6 Rename FindThreadsCXX module. by Andreas Schuh · 10 years ago
  56. 33ee7ad Fix typo in documentation and path of execute_test.cmake script. by Andreas Schuh · 10 years ago
  57. cb00fb9 Remove obsolete set(GFLAGS_INTTYPES_FORMAT) call. by Andreas Schuh · 10 years ago
  58. c6a9986 Minor style change to be consistent. by Andreas Schuh · 10 years ago
  59. 7b63ae8 Fix preprocessor conditions to use new GFLAGS_* defines. by Andreas Schuh · 10 years ago
  60. 9b3c4a8 Modify CheckCXXLibraryExists to use CMakeFiles directory. by Andreas Schuh · 10 years ago
  61. f1e7b37 Add CheckCXXLibraryExists.cmake module and use it in FindTreadsCXX.cmake. by Andreas Schuh · 10 years ago
  62. 1b1b61d Fix previous change of FindThreadsCxx.cmake by copying needed source file from CMake installation, changing the file name extension only. by Andreas Schuh · 10 years ago
  63. c5627a7 Use CheckForPthreads.cxx to find pthreads library on Ubuntu. by Andreas Schuh · 10 years ago
  64. 6e4c22e Merge pull request #7 from andy-held/cmake-migration by Andreas Schuh · 10 years ago
  65. f479174 * fixed letter case of included file names by Andreas Franek · 10 years ago
  66. a4c4a01 Check if pthread_rwlock_t is available and use it if so. by Andreas Schuh · 10 years ago
  67. 8477f31 Fix build with Xcode 5, system checks, set LANGUAGE to CXX. by Andreas Schuh · 10 years ago
  68. f0f565f Remove obsolete gflags_unittest.sh script. by Andreas Schuh · 10 years ago
  69. 8a563cf Migrate unit tests to CMake/CTest. Fix preprocessor directive in gflags_unittest.cc. by Andreas Schuh · 10 years ago
  70. 15bc2d6 Issue #73 Merge gflags_config.h into gflags_declare.h. Configuration of gflags.h no longer needed. by Andreas Schuh · 10 years ago
  71. 70eac23 Issue #73 Fix missing STL DLL export warnings of Visual Studio according to KB168958. by Andreas Schuh · 10 years ago
  72. b2180eb Fix build on Windows using Visual Studio. Add gflags_config.h. by Andreas Schuh · 10 years ago
  73. efc6908 Add header files to add_library targets so they show up in IDEs. by Andreas Schuh · 10 years ago
  74. eb92d6e Merge pull request #5 from Photonios/master by Andreas Schuh · 10 years ago
  75. 38b662a Renamed projects in VS2003 solution file to match the filename by Swen Kooij · 10 years ago
  76. 2bd1aee Renamed projects in VS2012 solution file to match the filename by Swen Kooij · 10 years ago
  77. d088207 Added configuration options for x64 to vs2010 solution/project file by Photonios · 10 years ago
  78. fb21f3c Added Git ignore file to prevent build files being seen as changed files by Photonios · 10 years ago
  79. 0c65228 Minor update of README. by Andreas Schuh · 11 years ago
  80. 3900860 Ignore .DS_Store files of OS X. by Andreas Schuh · 11 years ago
  81. 01d810e Be more specific about what to ignore. by Andreas Schuh · 11 years ago
  82. 48316bd Merge pull request #3 from dominichamon/cmake-migration by Andreas Schuh · 11 years ago
  83. 27c0c9e Merge pull request #4 from daniperez/cmake-migration by Andreas Schuh · 11 years ago
  84. 459e529 exporting binary tree to CMake registry by Dani Perez · 11 years ago
  85. 99f52df Adding gitignore for generated files by Dominic Hamon · 11 years ago
  86. 667c52b Remove reference to README_windows. by Andreas Schuh · 11 years ago
  87. 3c0cd06 Document finding and linking to gflags using CMake. by Andreas Schuh · 11 years ago
  88. 1c9f065 Add negative compilation tests. by Andreas Schuh · 11 years ago
  89. 7abcbdc Add gflags library which is built with NO_THREADS definition. by Andreas Schuh · 11 years ago
  90. ac3cb02 Add missing unittest2 and unittest3 executables. by Andreas Schuh · 11 years ago
  91. 126f36b Enable build and execution of tests again using CTest. by Andreas Schuh · 11 years ago
  92. 620557c Install Bash completion script. by Andreas Schuh · 11 years ago
  93. 5564469 Give basic CMake based build instructions in INSTALL file. by Andreas Schuh · 11 years ago
  94. 7a07439 Set PACKAGE_VERSION_EXACT to FALSE if major.minor version is not equal to the requested version. by Andreas Schuh · 11 years ago
  95. 2ec91bf Move definition of configure_sources CMake function to utils module. by Andreas Schuh · 11 years ago
  96. ffbc1ce Use gflags as target name instead of PACKAGE_NAME to not make things unnecessarily generic. by Andreas Schuh · 11 years ago
  97. 6ec7d7f Fix relative path to installation prefix in CMake config file. by Andreas Schuh · 11 years ago
  98. 43a33dc Install CMake config file inside lib/ directory on Unix. by Andreas Schuh · 11 years ago
  99. 42a0018 Configure and install CMake package configuration file to help find_package locate the gflags package. by Andreas Schuh · 11 years ago
  100. 6f2a78a Fix configuration on Windows and add src directory to include path. by Andreas Schuh · 11 years ago