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