aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2018-09-28fix: Import with GFLAGS_USE_TARGET_NAMESPACE=ONAndreas Schuh
2018-09-28fix: Import with or without gflags:: namespaceAndreas Schuh
2018-01-31Use CMake namespace gflags:: for export and alias targetCorentin Le Molgat
2017-07-11cmake: Add convenience uninstall target (#221)Jason Juang
2017-05-16Fix CMake macro special variable usage (#216)randomguy3
2016-11-25enh: Configure and install pkg-config .pc fileAndreas Schuh
2016-11-24enh: Add option to add installation to CMake’s package registryAndreas Schuh
2016-11-24fix: Copy missing IMPORTED_IMPLIB_<CONFIG> gflags target propertyAndreas Schuh
2016-11-24enh: Avoid use of install(EXPORTS) FILE optionAndreas Schuh
2016-03-01cmake: Rename targets to gflags[_nothreads]_(static|shared), supportAndreas Schuh
2016-03-01cmake: Change CMake package configuration variable name prefix to GFLAGS_Andreas Schuh
2016-03-01cmake: Add CMake variable to cache only when gflags is not a subprojectAndreas Schuh
2015-03-25#110 Set gflags_LIBRARIES to value of gflags_TARGET instead of "gflags"Andreas Schuh
2015-03-25#110 Add "gflags" import target and gflags_TARGETAndreas Schuh
2015-03-24#105 Add gflags_SHARED and gflags_NOTHREADED gflags-config.cmake optionsAndreas Schuh
2015-03-24#101 Enable C language again as long as FindThreads requires itAndreas Schuh
2015-03-24#104 Set INTERFACE_INCLUDE_DIRECTORIES of (imported) targetsAndreas Schuh
2014-05-02Support alternative namespaces in GFLAGS_NAMESPACE CMake variable.Andreas Schuh
2014-04-07Fix compatibility with older versions of CMakeshawke
2014-03-27Add GFLAGS_INCLUDE_DIR CMake variable (Fixes issue #80).Andreas Schuh
2014-03-20Fix architecture used for RPM packages and DEB/RPM package file names.Andreas Schuh
2014-03-20Use dpkg --print-architecture also for RPM generator.Andreas Schuh
2014-03-20Set additional DEB CPack variables in package.cmake.in.Andreas Schuh
2014-03-20Fix bugs in package configuration file.Andreas Schuh
2014-03-20Set RPM CPack variables already in CMakeList.txt.Andreas Schuh
2014-03-20Set RPM generator specific variables.Andreas Schuh
2014-03-20Enable packaging of library using CPack.Andreas Schuh
2014-03-19Convert line endings to Unix format.unknown
2014-03-18Fix check for pthreads library on Ubuntu.Andreas Schuh
2014-03-18Add missing CheckTypeSizeMap.cmake.in file.Andreas Schuh
2014-03-18Fix DLL build on Windows and use PathMatchSpec instead of fnmatch.Andreas Schuh
2014-03-18Modify CheckTypeSize.cmake module so it works with older CMake versions.Andreas Schuh
2014-03-17Minor CMake coding style change of version_numbers function.Andreas Schuh
2014-03-17Pass --test_tmpdir and --srcdir to unittests.Andreas Schuh
2014-03-17Add missing execute_test.cmake script.Andreas Schuh
2014-03-17Rename FindThreadsCXX module.Andreas Schuh
2014-03-17Fix typo in documentation and path of execute_test.cmake script.Andreas Schuh
2014-03-17Modify CheckCXXLibraryExists to use CMakeFiles directory.Andreas Schuh
2014-03-17Add CheckCXXLibraryExists.cmake module and use it in FindTreadsCXX.cmake.Andreas Schuh
2014-03-17Fix previous change of FindThreadsCxx.cmake by copying needed source file fro...Andreas Schuh
2014-03-17Use CheckForPthreads.cxx to find pthreads library on Ubuntu.Andreas Schuh
2014-03-17* fixed letter case of included file namesAndreas Franek
2014-03-15Fix build with Xcode 5, system checks, set LANGUAGE to CXX.Andreas Schuh
2014-03-14Migrate unit tests to CMake/CTest. Fix preprocessor directive in gflags_unitt...Andreas Schuh
2013-08-01Set PACKAGE_VERSION_EXACT to FALSE if major.minor version is not equal to the...Andreas Schuh
2013-08-01Move definition of configure_sources CMake function to utils module.Andreas Schuh
2013-07-31Configure and install CMake package configuration file to help find_package l...Andreas Schuh