1. 0f439e8 cmake: Increment project version to 2.2.2 by Andreas Schuh · 6 years ago
  2. c0b1add fix: Import with GFLAGS_USE_TARGET_NAMESPACE=ON by Andreas Schuh · 6 years ago
  3. f1ea012 fix: Import with or without gflags:: namespace by Andreas Schuh · 6 years ago
  4. b0c4cd2 fix: Define both 'gflags' and 'gflags::gflags' alias targets by Andreas Schuh · 6 years ago
  5. d4a050d Merge pull request #247 from Mizux/master by Andreas Schuh · 6 years ago
  6. cad38c9 Set postfixes for generated libraries based on buildtype by kokerf · 6 years ago
  7. f7228d7 Use CMake namespace gflags:: for export and alias target by Corentin Le Molgat · 6 years ago
  8. 8b39845 Remove uneeded enable_test() by Corentin Le Molgat · 6 years ago
  9. 9ab4d11 Add VERSION to project by Corentin Le Molgat · 6 years ago
  10. 57ceb0e enh: Move CMake defines to separate header, unused by Bazel by Andreas Schuh · 7 years ago
  11. 4663c80 cmake: Add convenience uninstall target (#221) by Jason Juang · 7 years ago
  12. 46f73f8 Release v2.2.1 by Andreas Schuh · 7 years ago
  13. 6348ea9 fix: Check HAVE_STDINT_H or HAVE_INTTYPES_H for older MSVC versions by Andreas Schuh · 7 years ago
  14. 80ebb42 Install dll's to correct path (#213) by Arkady Shapkin · 7 years ago
  15. 20858a4 fix: Enable language C for older CMake versions when needed (#196) by Andreas Schuh · 8 years ago
  16. 22ed2ce fix: Include utils by file instead of CMAKE_MODULE_PATH search by Andreas Schuh · 8 years ago
  17. 8f2c22a Revert "enh: Rename private sources, include public headers with rel path" by Andreas Schuh · 8 years ago
  18. ea6144e enh: Rename private sources, include public headers with rel path by Andreas Schuh · 8 years ago
  19. c94a60e enh: Configure and install pkg-config .pc file by Andreas Schuh · 8 years ago
  20. 3e7ef74 enh: Set GFLAGS_IS_A_DLL in INTERFACE_COMPILE_DEFINITIONS by Andreas Schuh · 8 years ago
  21. 1846983 fix: Ensure installation path uses forward slashes by Andreas Schuh · 8 years ago
  22. 3886da5 enh: Add option to add installation to CMake’s package registry by Andreas Schuh · 8 years ago
  23. 3064f63 enh: Avoid use of install(EXPORTS) FILE option by Andreas Schuh · 8 years ago
  24. 4534195 fix: Change SOVERSION to <major>.<minor> for 2.x release versions by Andreas Schuh · 8 years ago
  25. 7a21c16 cmake: Rename targets to gflags[_nothreads]_(static|shared), support by Andreas Schuh · 8 years ago
  26. 91e16ee cmake: Add CMake variable to cache only when gflags is not a subproject by Andreas Schuh · 8 years ago
  27. abe4b10 fix: Package URLs by Andreas Schuh · 8 years ago
  28. 6bd636c cmake: Clean up static library filename suffix code from PR #126 by Andreas Schuh · 8 years ago
  29. dd48d70 Merge pull request #126 from hevy-CC4477/master by Andreas Schuh · 8 years ago
  30. b90a325 properly export the .so minor version by Evan Klitzke · 8 years ago
  31. b572a72 Define NO_THREADS in when building without threads by Sam Clegg · 8 years ago
  32. d78b00d handle generation of dynamic and static library on windows. by Arnaud Farbos · 9 years ago
  33. 58345b1 #113 Require CMake >= 2.8.12 by Andreas Schuh · 9 years ago
  34. 16a1687 #106 Add test of gflags-config.cmake package configuration by Andreas Schuh · 9 years ago
  35. a9b983a #104 Fix library include directories settings by Andreas Schuh · 9 years ago
  36. a819f0f fixup: Package configuration by Andreas Schuh · 9 years ago
  37. 64ac2e3 fix: Extension of README file for PackageMaker by Andreas Schuh · 9 years ago
  38. 51f1db7 #101 Enable C language again as long as FindThreads requires it by Andreas Schuh · 9 years ago
  39. 4b77146 cmake: Set version of master branch to next release version by Andreas Schuh · 9 years ago
  40. 76c53b7 #104 Set INTERFACE_INCLUDE_DIRECTORIES of (imported) targets by Andreas Schuh · 9 years ago
  41. 2b8deaa fix: File paths and package URLs by Andreas Schuh · 9 years ago
  42. 7b5b080 #103 Silence CMake warning regarding CMP0042 (MACOS_RPATH) by Andreas Schuh · 9 years ago
  43. 2a40e19 cmake: Add advanced cache entries for GFLAGS_NAMESPACE and GFLAGS_INCLUDE_DIR by Andreas Schuh · 9 years ago
  44. 376ef82 cmake: Do not cache GFLAGS_NAMESPACE and GFLAGS_INCLUDE_DIR. by Andreas Schuh · 10 years ago
  45. 76cbe0d Change default GFLAGS_NAMESPACE to "google;gflags" and add GFLAGS_INCLUDE_DIR with default "gflags" to cache. by Andreas Schuh · 10 years ago
  46. 659b440 Support alternative namespaces in GFLAGS_NAMESPACE CMake variable. by Andreas Schuh · 10 years ago
  47. cd7aece Use major version number only as SOVERSION. by Andreas Schuh · 10 years ago
  48. bf88978 Set VERSION property of library targets to <major>.<minor>. by Andreas Schuh · 10 years ago
  49. 31f0e29 Use LIB_INSTALL_DIR to initialize LIBRARY_INSTALL_DIR. by Andreas Schuh · 10 years ago
  50. e9144aa Make LIBRARY_INSTALL_DIR configurable by the user. by Andreas Schuh · 10 years ago
  51. 5549043 cmake: append LIB_SUFFIX to LIBRARY_INSTALL_DIR by John Khvatov · 10 years ago
  52. ef5c547 Set CPACK_PACKAGE_ARCHITECTURE to darwin on Mac OS. by Andreas Schuh · 10 years ago
  53. eb5e1f7 Bump version to 2.1.1. by Andreas Schuh · 10 years ago
  54. aff8ef8 Add GFLAGS_INCLUDE_DIR CMake variable (Fixes issue #80). by Andreas Schuh · 10 years ago
  55. 6040eac Use GFLAGS_IS_A_DLL=1 in public headers if BUILD_SHARED_LIBS is enabled (Fixes issue #77). by Andreas Schuh · 10 years ago
  56. 3fd9fa7 Resolve conflicts upon pull. by Andreas Schuh · 10 years ago
  57. cf40f73 Set package architecture to i386 when compiling with -m32. by Andreas Schuh · 10 years ago
  58. d699559 Fix architecture used for RPM packages and DEB/RPM package file names. by Andreas Schuh · 10 years ago
  59. 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
  60. e8890f2 Set additional DEB CPack variables in package.cmake.in. by Andreas Schuh · 10 years ago
  61. fc6e079 Change package vendor to just a name. by Andreas Schuh · 10 years ago
  62. 37a9a90 Set RPM CPack variables already in CMakeList.txt. by Andreas Schuh · 10 years ago
  63. 516e028 Set RPM generator specific variables. by Andreas Schuh · 10 years ago
  64. 13fe86b Correct CPack package description file. by Andreas Schuh · 10 years ago
  65. bf139ea Fix build of threaded library on Unix by adding the appropriate link library. by Andreas Schuh · 10 years ago
  66. cb62c00 Change mode of text file. by Andreas Schuh · 10 years ago
  67. 9ecc4ca Enable packaging of library using CPack. by Andreas Schuh · 10 years ago
  68. 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
  69. 9242578 Look for shlwapi.h also in case of MinGW. by Andreas Schuh · 10 years ago
  70. 4118166 Use OS_WINDOWS #define instead of _WIN32 and WINDOWS. by Andreas Schuh · 10 years ago
  71. 0b116eb Simplify check for strtoll and strtoq. by Andreas Schuh · 10 years ago
  72. 3d142b8 Convert line endings to Unix format. by unknown · 10 years ago
  73. 8566bcf Replace GFLAGS_HAVE_* #defines by HAVE_* again. by Andreas Schuh · 10 years ago
  74. b18fe77 Fix check for pthreads library on Ubuntu. by Andreas Schuh · 10 years ago
  75. 492ac15 Fix DLL build on Windows and use PathMatchSpec instead of fnmatch. by Andreas Schuh · 10 years ago
  76. cf92ec3 Modify CheckTypeSize.cmake module so it works with older CMake versions. by Andreas Schuh · 10 years ago
  77. 505686b Require at least CMake 2.8.4 to avoid Cygwin legacy warning. by Andreas Schuh · 10 years ago
  78. cb00fb9 Remove obsolete set(GFLAGS_INTTYPES_FORMAT) call. by Andreas Schuh · 10 years ago
  79. c6a9986 Minor style change to be consistent. by Andreas Schuh · 10 years ago
  80. f1e7b37 Add CheckCXXLibraryExists.cmake module and use it in FindTreadsCXX.cmake. by Andreas Schuh · 10 years ago
  81. c5627a7 Use CheckForPthreads.cxx to find pthreads library on Ubuntu. by Andreas Schuh · 10 years ago
  82. f479174 * fixed letter case of included file names by Andreas Franek · 10 years ago
  83. a4c4a01 Check if pthread_rwlock_t is available and use it if so. by Andreas Schuh · 10 years ago
  84. 8477f31 Fix build with Xcode 5, system checks, set LANGUAGE to CXX. by Andreas Schuh · 10 years ago
  85. 8a563cf Migrate unit tests to CMake/CTest. Fix preprocessor directive in gflags_unittest.cc. by Andreas Schuh · 10 years ago
  86. 15bc2d6 Issue #73 Merge gflags_config.h into gflags_declare.h. Configuration of gflags.h no longer needed. by Andreas Schuh · 10 years ago
  87. b2180eb Fix build on Windows using Visual Studio. Add gflags_config.h. by Andreas Schuh · 10 years ago
  88. efc6908 Add header files to add_library targets so they show up in IDEs. by Andreas Schuh · 10 years ago
  89. 459e529 exporting binary tree to CMake registry by Dani Perez · 11 years ago
  90. 1c9f065 Add negative compilation tests. by Andreas Schuh · 11 years ago
  91. 7abcbdc Add gflags library which is built with NO_THREADS definition. by Andreas Schuh · 11 years ago
  92. 126f36b Enable build and execution of tests again using CTest. by Andreas Schuh · 11 years ago
  93. 620557c Install Bash completion script. by Andreas Schuh · 11 years ago
  94. 2ec91bf Move definition of configure_sources CMake function to utils module. by Andreas Schuh · 11 years ago
  95. ffbc1ce Use gflags as target name instead of PACKAGE_NAME to not make things unnecessarily generic. by Andreas Schuh · 11 years ago
  96. 6ec7d7f Fix relative path to installation prefix in CMake config file. by Andreas Schuh · 11 years ago
  97. 43a33dc Install CMake config file inside lib/ directory on Unix. by Andreas Schuh · 11 years ago
  98. 42a0018 Configure and install CMake package configuration file to help find_package locate the gflags package. by Andreas Schuh · 11 years ago
  99. 6f2a78a Fix configuration on Windows and add src directory to include path. by Andreas Schuh · 11 years ago
  100. 4eb2cb2 Add missing windows portability definitions. by Andreas Schuh · 11 years ago