1. 0133710 add: Common build directory names to ignore list by Andreas Schuh · 10 years ago
  2. d8d218a doc: Add gh-pages branch as submodule in doc directory by Andreas Schuh · 10 years ago
  3. 6e39092 Merge branch 'feature/#83-alternative-namespace' by Andreas Schuh · 10 years ago
  4. 2614f12 doc: Convert INSTALL instructions to Markdown by Andreas Schuh · 10 years ago
  5. eb89101 doc: Replace README by previous NEWS in Markdown format by Andreas Schuh · 10 years ago
  6. 2a40e19 cmake: Add advanced cache entries for GFLAGS_NAMESPACE and GFLAGS_INCLUDE_DIR by Andreas Schuh · 10 years ago
  7. 376ef82 cmake: Do not cache GFLAGS_NAMESPACE and GFLAGS_INCLUDE_DIR. by Andreas Schuh · 10 years ago
  8. 76cbe0d Change default GFLAGS_NAMESPACE to "google;gflags" and add GFLAGS_INCLUDE_DIR with default "gflags" to cache. by Andreas Schuh · 10 years ago
  9. 2b81a76 fix: Include guard of alternative "gflags" namespace header. by Andreas Schuh · 10 years ago
  10. 659b440 Support alternative namespaces in GFLAGS_NAMESPACE CMake variable. by Andreas Schuh · 10 years ago
  11. a93de00 Define GFLAGS_NAMESPACE in public headers. by Andreas Schuh · 10 years ago
  12. 05b155f Merge remote-tracking branch 'google/bugfix/#82-shared-library-versioning' by Andreas Schuh · 10 years ago
  13. cd7aece Use major version number only as SOVERSION. by Andreas Schuh · 10 years ago
  14. b8c6fef Merge remote-tracking branch 'google/bugfix/#82-shared-library-versioning' by Andreas Schuh · 10 years ago
  15. bf88978 Set VERSION property of library targets to <major>.<minor>. by Andreas Schuh · 10 years ago
  16. e160474 Merge remote-tracking branch 'google/develop' by Andreas Schuh · 10 years ago
  17. 6828323 Merge pull request #10 from ivaxer/doc-namespace-rename by Andreas Schuh · 10 years ago
  18. 31f0e29 Use LIB_INSTALL_DIR to initialize LIBRARY_INSTALL_DIR. by Andreas Schuh · 10 years ago
  19. 3c30390 Merge remote-tracking branch 'google/master' into develop by Andreas Schuh · 10 years ago
  20. e9144aa Make LIBRARY_INSTALL_DIR configurable by the user. by Andreas Schuh · 10 years ago
  21. 44d1d16 Merge pull request #9 from ivaxer/lib-suffix by Andreas Schuh · 10 years ago
  22. d9d06b9 doc: rename namespace from google (deprecated) to gflags (default) by John Khvatov · 10 years ago
  23. 5549043 cmake: append LIB_SUFFIX to LIBRARY_INSTALL_DIR by John Khvatov · 10 years ago
  24. e65f49a Merge remote-tracking branch 'google/master' into develop by Andreas Schuh · 10 years ago
  25. dc2b2c7 Merge pull request #8 from shawke/patch-1 by Andreas Schuh · 10 years ago
  26. cac974e Fix compatibility with older versions of CMake by shawke · 10 years ago
  27. 44a5814 Merge remote-tracking branch 'google/release' into develop by Andreas Schuh · 11 years ago
  28. 07031f9 Merge remote-tracking branch 'google/release' by Andreas Schuh · 11 years ago
  29. 4003103 Add ChangeLog entries for release 2.1.1. by Andreas Schuh · 11 years ago
  30. cf0619e Merge remote-tracking branch 'google/release' into develop by Andreas Schuh · 11 years ago
  31. eb3b78a Merge remote-tracking branch 'google/release' by Andreas Schuh · 11 years ago
  32. ef5c547 Set CPACK_PACKAGE_ARCHITECTURE to darwin on Mac OS. by Andreas Schuh · 11 years ago
  33. 0890b69 Add NEWS of release version 2.1.1. by Andreas Schuh · 11 years ago
  34. eb5e1f7 Bump version to 2.1.1. by Andreas Schuh · 11 years ago
  35. 7bc160b Merge remote-tracking branch 'google/develop' into release by Andreas Schuh · 11 years ago
  36. dc8543a Add test which uses gflags_declare.h. by Andreas Schuh · 11 years ago
  37. 9a257c0 Merge remote-tracking branch 'google/develop' into release by Andreas Schuh · 11 years ago
  38. 94c2357 Update NEWS. by Andreas Schuh · 11 years ago
  39. 0f2751e Merge branch 'develop' of github.com:schuhschuh/gflags into develop by Andreas Schuh · 11 years ago
  40. 020dc48 Merge branch 'refs/heads/bugfix/#77-@GFLAGS_IS_A_DLL@-expands-to-empty' into develop by Andreas Schuh · 11 years ago
  41. 0c6e5fd Add GFLAGS_INCLUDE_DIR CMake variable (Fixes issue #80). by Andreas Schuh · 11 years ago
  42. 38c4402 Use GFLAGS_IS_A_DLL=1 in public headers if BUILD_SHARED_LIBS is enabled (Fixes issue #77). by Andreas Schuh · 11 years ago
  43. 7c80cfd Remove devel package content summary from README by Andreas Schuh · 11 years ago
  44. 30d045d Merge remote-tracking branch 'google/feature/#80-configurable-include-path' into develop by Andreas Schuh · 11 years ago
  45. aff8ef8 Add GFLAGS_INCLUDE_DIR CMake variable (Fixes issue #80). by Andreas Schuh · 11 years ago
  46. 3821311 Replace GFLAGS_NAMESPACE by @GFLAGS_NAMESPACE@ in gflags_declare.h (Fixes issue #79). by Andreas Schuh · 11 years ago
  47. 4aa1984 Merge remote-tracking branch 'google/bugfix/#77-@GFLAGS_IS_A_DLL@-expands-to-empty' into develop by Andreas Schuh · 11 years ago
  48. 6040eac Use GFLAGS_IS_A_DLL=1 in public headers if BUILD_SHARED_LIBS is enabled (Fixes issue #77). by Andreas Schuh · 11 years ago
  49. 09f7800 Use GFLAGS_IS_A_DLL=1 in public headers if BUILD_SHARED_LIBS is enabled (Fixes issue #77). by Andreas Schuh · 11 years ago
  50. bbe1895 Remove devel package content summary from README by Andreas Schuh · 11 years ago
  51. 3fd9fa7 Resolve conflicts upon pull. by Andreas Schuh · 11 years ago
  52. cf40f73 Set package architecture to i386 when compiling with -m32. by Andreas Schuh · 11 years ago
  53. 0e1c5ce Merge remote-tracking branch 'google/release' into develop by Andreas Schuh · 11 years ago
  54. 2a9ef08 Merge remote-tracking branch 'google/hotfix/rpm-package-architecture' into release by Andreas Schuh · 11 years ago
  55. 0c15028 Merge remote-tracking branch 'google/hotfix/rpm-package-architecture' by Andreas Schuh · 11 years ago
  56. d699559 Fix architecture used for RPM packages and DEB/RPM package file names. by Andreas Schuh · 11 years ago
  57. 04a30c8 Merge remote-tracking branch 'google/release' into 'master'. by Andreas Schuh · 11 years ago
  58. 882db5d Mention Git branching model in NEWS. by Andreas Schuh · 11 years ago
  59. 33e2cbe Add release notes. by Andreas Schuh · 11 years ago
  60. 3e96a19 Change version to 2.1.0, i.e., use common semantic versioning system including patch number for bug fix releases. by Andreas Schuh · 11 years ago
  61. 0100be5 Add missing entry to ChangeLog for v2.1 release. by Andreas Schuh · 11 years ago
  62. 76f2ffa Add ChangeLog entries for v2.1 release. by Andreas Schuh · 11 years ago
  63. 978c567 Ignore packages subdirectory (if it exists). by Andreas Schuh · 11 years ago
  64. 06ad502 Merge branch 'refs/heads/feature/cpack-package-generation' into develop by Andreas Schuh · 11 years ago
  65. a49a656 Use dpkg --print-architecture also for RPM generator. by Andreas Schuh · 11 years ago
  66. e8890f2 Set additional DEB CPack variables in package.cmake.in. by Andreas Schuh · 11 years ago
  67. fc6e079 Change package vendor to just a name. by Andreas Schuh · 11 years ago
  68. 52bf642 Remove brief description from README to avoid duplicate appearance in RPM and other packages. by Andreas Schuh · 11 years ago
  69. 4b1ca7d Add missing year to ChangeLog entry. RPM is now generated successfully. by Andreas Schuh · 11 years ago
  70. 4258af1 Remove separating lines from ChangeLog again. by Andreas Schuh · 11 years ago
  71. 313e39e Add missing name to ChangeLog entry and further format changes. by Andreas Schuh · 11 years ago
  72. dc9674e Remove time fields from ChangeLog entries which are not compatible with RPM spec. by Andreas Schuh · 11 years ago
  73. b6f61ab Fix bugs in package configuration file. by Andreas Schuh · 11 years ago
  74. 26a35dd Convert ChangeLog to format allowed in RPM spec. by Andreas Schuh · 11 years ago
  75. 37a9a90 Set RPM CPack variables already in CMakeList.txt. by Andreas Schuh · 11 years ago
  76. 516e028 Set RPM generator specific variables. by Andreas Schuh · 11 years ago
  77. 13fe86b Correct CPack package description file. by Andreas Schuh · 11 years ago
  78. bf139ea Fix build of threaded library on Unix by adding the appropriate link library. by Andreas Schuh · 11 years ago
  79. cb62c00 Change mode of text file. by Andreas Schuh · 11 years ago
  80. 9ecc4ca Enable packaging of library using CPack. by Andreas Schuh · 11 years ago
  81. ec4ddb4 Revert "Added Git ignore file to prevent build files being seen as changed files" by Andreas Schuh · 11 years ago
  82. 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
  83. 9242578 Look for shlwapi.h also in case of MinGW. by Andreas Schuh · 11 years ago
  84. acb460a Use strtoll as defined by windows_port.h for strto64. by Andreas Schuh · 11 years ago
  85. 4118166 Use OS_WINDOWS #define instead of _WIN32 and WINDOWS. by Andreas Schuh · 11 years ago
  86. dbc09f1 Merge remote-tracking branch 'github/cmake-migration' by Andreas Schuh · 11 years ago
  87. 13025b1 Remove GFLAGS_NAMESPACE and version macros from public headers again. by Andreas Schuh · 11 years ago
  88. 0b116eb Simplify check for strtoll and strtoq. by Andreas Schuh · 11 years ago
  89. 5250372 Fix conditional compilation of tests using glob expressions. by Andreas Schuh · 11 years ago
  90. 9d686e7 Add .gitattributes file to normalize all files to LF. by Andreas Schuh · 11 years ago
  91. 3d142b8 Convert line endings to Unix format. by unknown · 11 years ago
  92. 8566bcf Replace GFLAGS_HAVE_* #defines by HAVE_* again. by Andreas Schuh · 11 years ago
  93. 6e9f416 No need to export CommandLineFlagInfo data only structure from DLL. by Andreas Schuh · 11 years ago
  94. d8c6a55 Fix bug in SafeFOpen showing up in Cygwin. Errno only guaranteed to be set on failure. by Andreas Schuh · 11 years ago
  95. b18fe77 Fix check for pthreads library on Ubuntu. by Andreas Schuh · 11 years ago
  96. b8f5717 Add missing CheckTypeSizeMap.cmake.in file. by Andreas Schuh · 11 years ago
  97. 492ac15 Fix DLL build on Windows and use PathMatchSpec instead of fnmatch. by Andreas Schuh · 11 years ago
  98. cf92ec3 Modify CheckTypeSize.cmake module so it works with older CMake versions. by Andreas Schuh · 11 years ago
  99. 1e0b54c Fix unit tests for Windows and CygWin. by Andreas Schuh · 11 years ago
  100. e491f01 Add missing errno.h include statement and use int instead of errno_t. by Andreas Schuh · 11 years ago