1. c0b1add fix: Import with GFLAGS_USE_TARGET_NAMESPACE=ON by Andreas Schuh · 6 years ago
  2. f1ea012 fix: Import with or without gflags:: namespace by Andreas Schuh · 6 years ago
  3. f7228d7 Use CMake namespace gflags:: for export and alias target by Corentin Le Molgat · 7 years ago
  4. 4663c80 cmake: Add convenience uninstall target (#221) by Jason Juang · 7 years ago
  5. 21c7bcd Fix CMake macro special variable usage (#216) by randomguy3 · 7 years ago
  6. c94a60e enh: Configure and install pkg-config .pc file by Andreas Schuh · 8 years ago
  7. 3886da5 enh: Add option to add installation to CMake’s package registry by Andreas Schuh · 8 years ago
  8. 6c0ee00 fix: Copy missing IMPORTED_IMPLIB_<CONFIG> gflags target property by Andreas Schuh · 8 years ago
  9. 3064f63 enh: Avoid use of install(EXPORTS) FILE option by Andreas Schuh · 8 years ago
  10. 7a21c16 cmake: Rename targets to gflags[_nothreads]_(static|shared), support by Andreas Schuh · 9 years ago
  11. 2de6bf3 cmake: Change CMake package configuration variable name prefix to GFLAGS_ by Andreas Schuh · 9 years ago
  12. 91e16ee cmake: Add CMake variable to cache only when gflags is not a subproject by Andreas Schuh · 9 years ago
  13. f4f524d #110 Set gflags_LIBRARIES to value of gflags_TARGET instead of "gflags" by Andreas Schuh · 10 years ago
  14. ed1d91f #110 Add "gflags" import target and gflags_TARGET by Andreas Schuh · 10 years ago
  15. 9e937e8 #105 Add gflags_SHARED and gflags_NOTHREADED gflags-config.cmake options by Andreas Schuh · 10 years ago
  16. 51f1db7 #101 Enable C language again as long as FindThreads requires it by Andreas Schuh · 10 years ago
  17. 76c53b7 #104 Set INTERFACE_INCLUDE_DIRECTORIES of (imported) targets by Andreas Schuh · 10 years ago
  18. 659b440 Support alternative namespaces in GFLAGS_NAMESPACE CMake variable. by Andreas Schuh · 10 years ago
  19. cac974e Fix compatibility with older versions of CMake by shawke · 10 years ago
  20. aff8ef8 Add GFLAGS_INCLUDE_DIR CMake variable (Fixes issue #80). by Andreas Schuh · 10 years ago
  21. d699559 Fix architecture used for RPM packages and DEB/RPM package file names. by Andreas Schuh · 11 years ago
  22. a49a656 Use dpkg --print-architecture also for RPM generator. by Andreas Schuh · 11 years ago
  23. e8890f2 Set additional DEB CPack variables in package.cmake.in. by Andreas Schuh · 11 years ago
  24. b6f61ab Fix bugs in package configuration file. by Andreas Schuh · 11 years ago
  25. 37a9a90 Set RPM CPack variables already in CMakeList.txt. by Andreas Schuh · 11 years ago
  26. 516e028 Set RPM generator specific variables. by Andreas Schuh · 11 years ago
  27. 9ecc4ca Enable packaging of library using CPack. by Andreas Schuh · 11 years ago
  28. 3d142b8 Convert line endings to Unix format. by unknown · 11 years ago
  29. b18fe77 Fix check for pthreads library on Ubuntu. by Andreas Schuh · 11 years ago
  30. b8f5717 Add missing CheckTypeSizeMap.cmake.in file. by Andreas Schuh · 11 years ago
  31. 492ac15 Fix DLL build on Windows and use PathMatchSpec instead of fnmatch. by Andreas Schuh · 11 years ago
  32. cf92ec3 Modify CheckTypeSize.cmake module so it works with older CMake versions. 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. c94e9be Add missing execute_test.cmake script. by Andreas Schuh · 11 years ago
  36. bf918e6 Rename FindThreadsCXX module. by Andreas Schuh · 11 years ago
  37. 33ee7ad Fix typo in documentation and path of execute_test.cmake script. by Andreas Schuh · 11 years ago
  38. 9b3c4a8 Modify CheckCXXLibraryExists to use CMakeFiles directory. by Andreas Schuh · 11 years ago
  39. f1e7b37 Add CheckCXXLibraryExists.cmake module and use it in FindTreadsCXX.cmake. by Andreas Schuh · 11 years ago
  40. 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
  41. c5627a7 Use CheckForPthreads.cxx to find pthreads library on Ubuntu. by Andreas Schuh · 11 years ago
  42. f479174 * fixed letter case of included file names by Andreas Franek · 11 years ago
  43. 8477f31 Fix build with Xcode 5, system checks, set LANGUAGE to CXX. by Andreas Schuh · 11 years ago
  44. 8a563cf Migrate unit tests to CMake/CTest. Fix preprocessor directive in gflags_unittest.cc. by Andreas Schuh · 11 years ago
  45. 7a07439 Set PACKAGE_VERSION_EXACT to FALSE if major.minor version is not equal to the requested version. by Andreas Schuh · 11 years ago
  46. 2ec91bf Move definition of configure_sources CMake function to utils module. by Andreas Schuh · 11 years ago
  47. 42a0018 Configure and install CMake package configuration file to help find_package locate the gflags package. by Andreas Schuh · 11 years ago