aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2016-03-04fix: Change SOVERSION to <major>.<minor> for 2.x release versionsAndreas Schuh
2016-03-01cmake: Rename targets to gflags[_nothreads]_(static|shared), supportAndreas Schuh
2016-03-01cmake: Add CMake variable to cache only when gflags is not a subprojectAndreas Schuh
2016-03-01fix: Package URLsAndreas Schuh
2016-02-29cmake: Clean up static library filename suffix code from PR #126Andreas Schuh
2016-02-29Merge pull request #126 from hevy-CC4477/masterAndreas Schuh
2016-02-27properly export the .so minor versionEvan Klitzke
2016-01-29Define NO_THREADS in when building without threadsSam Clegg
2015-11-05handle generation of dynamic and static library on windows.Arnaud Farbos
2015-04-03#113 Require CMake >= 2.8.12Andreas Schuh
2015-03-25#106 Add test of gflags-config.cmake package configurationAndreas Schuh
2015-03-24#104 Fix library include directories settingsAndreas Schuh
2015-03-24fixup: Package configurationAndreas Schuh
2015-03-24fix: Extension of README file for PackageMakerAndreas Schuh
2015-03-24#101 Enable C language again as long as FindThreads requires itAndreas Schuh
2015-03-24cmake: Set version of master branch to next release versionAndreas Schuh
2015-03-24#104 Set INTERFACE_INCLUDE_DIRECTORIES of (imported) targetsAndreas Schuh
2015-03-24fix: File paths and package URLsAndreas Schuh
2015-03-24#103 Silence CMake warning regarding CMP0042 (MACOS_RPATH)Andreas Schuh
2015-03-24cmake: Add advanced cache entries for GFLAGS_NAMESPACE and GFLAGS_INCLUDE_DIRAndreas Schuh
2014-07-17cmake: Do not cache GFLAGS_NAMESPACE and GFLAGS_INCLUDE_DIR.Andreas Schuh
2014-07-17Change default GFLAGS_NAMESPACE to "google;gflags" and add GFLAGS_INCLUDE_DIR...Andreas Schuh
2014-05-02Support alternative namespaces in GFLAGS_NAMESPACE CMake variable.Andreas Schuh
2014-05-02Use major version number only as SOVERSION.Andreas Schuh
2014-05-01Set VERSION property of library targets to <major>.<minor>.Andreas Schuh
2014-05-01Use LIB_INSTALL_DIR to initialize LIBRARY_INSTALL_DIR.Andreas Schuh
2014-05-01Make LIBRARY_INSTALL_DIR configurable by the user.Andreas Schuh
2014-05-01cmake: append LIB_SUFFIX to LIBRARY_INSTALL_DIRJohn Khvatov
2014-03-30Set CPACK_PACKAGE_ARCHITECTURE to darwin on Mac OS.Andreas Schuh
2014-03-30Bump version to 2.1.1.Andreas Schuh
2014-03-27Add GFLAGS_INCLUDE_DIR CMake variable (Fixes issue #80).Andreas Schuh
2014-03-25Use GFLAGS_IS_A_DLL=1 in public headers if BUILD_SHARED_LIBS is enabled (Fixe...Andreas Schuh
2014-03-20Resolve conflicts upon pull.Andreas Schuh
2014-03-20Set package architecture to i386 when compiling with -m32.Andreas Schuh
2014-03-20Fix architecture used for RPM packages and DEB/RPM package file names.Andreas Schuh
2014-03-20Change version to 2.1.0, i.e., use common semantic versioning system includin...Andreas Schuh
2014-03-20Set additional DEB CPack variables in package.cmake.in.Andreas Schuh
2014-03-20Change package vendor to just a name.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-20Correct CPack package description file.Andreas Schuh
2014-03-20Fix build of threaded library on Unix by adding the appropriate link library.Andreas Schuh
2014-03-20Change mode of text file.Andreas Schuh
2014-03-20Enable packaging of library using CPack.Andreas Schuh
2014-03-19Add link dependency on shlwapi.lib during build configuration instead of #pra...Andreas Schuh
2014-03-19Look for shlwapi.h also in case of MinGW.Andreas Schuh
2014-03-19Use OS_WINDOWS #define instead of _WIN32 and WINDOWS.Andreas Schuh
2014-03-19Simplify check for strtoll and strtoq.Andreas Schuh
2014-03-19Convert line endings to Unix format.unknown
2014-03-19Replace GFLAGS_HAVE_* #defines by HAVE_* again.Andreas Schuh