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