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