Use += for appends
[platform/upstream/gflags.git] / CMakeLists.txt
2017-09-01 Andreas Schuhenh: Move CMake defines to separate header, unused...
2017-07-11 Jason Juangcmake: Add convenience uninstall target (#221)
2017-07-11 Andreas SchuhRelease v2.2.1
2017-07-11 Andreas Schuhfix: Check HAVE_STDINT_H or HAVE_INTTYPES_H for older...
2017-05-11 Arkady ShapkinInstall dll's to correct path (#213)
2016-11-26 Andreas Schuhfix: Enable language C for older CMake versions when...
2016-11-26 Andreas Schuhfix: Include utils by file instead of CMAKE_MODULE_PATH...
2016-11-25 Andreas SchuhRevert "enh: Rename private sources, include public...
2016-11-25 Andreas Schuhenh: Rename private sources, include public headers...
2016-11-25 Andreas Schuhenh: Configure and install pkg-config .pc file
2016-11-25 Andreas Schuhenh: Set GFLAGS_IS_A_DLL in INTERFACE_COMPILE_DEFINITIONS
2016-11-24 Andreas Schuhfix: Ensure installation path uses forward slashes
2016-11-24 Andreas Schuhenh: Add option to add installation to CMake’s package...
2016-11-24 Andreas Schuhenh: Avoid use of install(EXPORTS) FILE option
2016-03-04 Andreas SchuhMerge PR #137 with change of SOVERSION to <major>....
2016-03-04 Andreas Schuhfix: Change SOVERSION to <major>.<minor> for 2.x releas...
2016-03-01 Andreas SchuhMerge branch 'master' of github.com:gflags/gflags
2016-03-01 Andreas SchuhMerge pull request #140 from schuhschuh/enh-#117-gflags...
2016-03-01 Andreas Schuhcmake: Rename targets to gflags[_nothreads]_(static...
2016-03-01 Andreas Schuhcmake: Add CMake variable to cache only when gflags...
2016-03-01 Andreas Schuhfix: Package URLs
2016-02-29 Andreas Schuhcmake: Clean up static library filename suffix code...
2016-02-29 Andreas SchuhMerge pull request #126 from hevy-CC4477/master
2016-02-27 Evan Klitzkeproperly export the .so minor version
2016-02-12 Andreas SchuhMerge pull request #131 from sbc100/no_threads
2016-01-30 Sam CleggDefine NO_THREADS in when building without threads
2015-11-05 Arnaud Farboshandle generation of dynamic and static library on...
2015-04-03 Andreas Schuh#113 Require CMake >= 2.8.12
2015-03-25 Andreas Schuh#106 Add test of gflags-config.cmake package configuration
2015-03-24 Andreas Schuh#104 Fix library include directories settings
2015-03-24 Andreas Schuhfixup: Package configuration
2015-03-24 Andreas Schuhfix: Extension of README file for PackageMaker
2015-03-24 Andreas Schuh#101 Enable C language again as long as FindThreads...
2015-03-24 Andreas SchuhMerge branch 'master' of github.com:schuhschuh/gflags
2015-03-24 Andreas Schuhcmake: Set version of master branch to next release...
2015-03-24 Andreas Schuh#104 Set INTERFACE_INCLUDE_DIRECTORIES of (imported...
2015-03-24 Andreas Schuhfix: File paths and package URLs
2015-03-24 Andreas Schuh#103 Silence CMake warning regarding CMP0042 (MACOS_RPATH)
2015-03-24 Andreas SchuhMerge branch 'master' of github.com:schuhschuh/gflags...
2015-03-24 Andreas SchuhMerge branch 'feature/#83-alternative-namespace'
2015-03-24 Andreas Schuhcmake: Add advanced cache entries for GFLAGS_NAMESPACE...
2014-07-17 Andreas Schuhcmake: Do not cache GFLAGS_NAMESPACE and GFLAGS_INCLUDE...
2014-07-17 Andreas SchuhChange default GFLAGS_NAMESPACE to "google;gflags"...
2014-05-02 Andreas SchuhSupport alternative namespaces in GFLAGS_NAMESPACE...
2014-05-02 Andreas SchuhMerge remote-tracking branch 'google/bugfix/#82-shared...
2014-05-02 Andreas SchuhUse major version number only as SOVERSION.
2014-05-01 Andreas SchuhMerge remote-tracking branch 'google/bugfix/#82-shared...
2014-05-01 Andreas SchuhSet VERSION property of library targets to <major>...
2014-05-01 Andreas SchuhMerge remote-tracking branch 'google/develop'
2014-05-01 Andreas SchuhMerge pull request #10 from ivaxer/doc-namespace-rename
2014-05-01 Andreas SchuhUse LIB_INSTALL_DIR to initialize LIBRARY_INSTALL_DIR.
2014-05-01 Andreas SchuhMerge remote-tracking branch 'google/master' into develop
2014-05-01 Andreas SchuhMake LIBRARY_INSTALL_DIR configurable by the user.
2014-05-01 Andreas SchuhMerge pull request #9 from ivaxer/lib-suffix
2014-05-01 John Khvatovcmake: append LIB_SUFFIX to LIBRARY_INSTALL_DIR
2014-03-30 Andreas SchuhMerge remote-tracking branch 'google/release' into...
2014-03-30 Andreas SchuhMerge remote-tracking branch 'google/release'
2014-03-30 Andreas SchuhSet CPACK_PACKAGE_ARCHITECTURE to darwin on Mac OS.
2014-03-30 Andreas SchuhBump version to 2.1.1.
2014-03-30 Andreas SchuhMerge remote-tracking branch 'google/develop' into...
2014-03-27 Andreas SchuhMerge branch 'develop' of github.com:schuhschuh/gflags...
2014-03-27 Andreas SchuhMerge branch 'refs/heads/bugfix/#77-@GFLAGS_IS_A_DLL...
2014-03-27 Andreas SchuhAdd GFLAGS_INCLUDE_DIR CMake variable (Fixes issue...
2014-03-27 Andreas SchuhUse GFLAGS_IS_A_DLL=1 in public headers if BUILD_SHARED...
2014-03-27 Andreas SchuhMerge remote-tracking branch 'google/feature/#80-config...
2014-03-27 Andreas SchuhAdd GFLAGS_INCLUDE_DIR CMake variable (Fixes issue...
2014-03-26 Andreas SchuhMerge remote-tracking branch 'google/bugfix/#77-@GFLAGS...
2014-03-25 Andreas SchuhUse GFLAGS_IS_A_DLL=1 in public headers if BUILD_SHARED...
2014-03-25 Andreas SchuhUse GFLAGS_IS_A_DLL=1 in public headers if BUILD_SHARED...
2014-03-20 Andreas SchuhResolve conflicts upon pull.
2014-03-20 Andreas SchuhSet package architecture to i386 when compiling with...
2014-03-20 Andreas SchuhMerge remote-tracking branch 'google/release' into...
2014-03-20 Andreas SchuhMerge remote-tracking branch 'google/hotfix/rpm-package...
2014-03-20 Andreas SchuhMerge remote-tracking branch 'google/hotfix/rpm-package...
2014-03-20 Andreas SchuhFix architecture used for RPM packages and DEB/RPM...
2014-03-20 Andreas SchuhMerge remote-tracking branch 'google/release' into...
2014-03-20 Andreas SchuhChange version to 2.1.0, i.e., use common semantic...
2014-03-20 Andreas SchuhMerge branch 'refs/heads/feature/cpack-package-generati...
2014-03-20 Andreas SchuhSet additional DEB CPack variables in package.cmake.in.
2014-03-20 Andreas SchuhChange package vendor to just a name.
2014-03-20 Andreas SchuhSet RPM CPack variables already in CMakeList.txt.
2014-03-20 Andreas SchuhSet RPM generator specific variables.
2014-03-20 Andreas SchuhCorrect CPack package description file.
2014-03-20 Andreas SchuhFix build of threaded library on Unix by adding the...
2014-03-20 Andreas SchuhChange mode of text file.
2014-03-20 Andreas SchuhEnable packaging of library using CPack.
2014-03-19 Andreas SchuhAdd link dependency on shlwapi.lib during build configu...
2014-03-19 Andreas SchuhLook for shlwapi.h also in case of MinGW.
2014-03-19 Andreas SchuhUse OS_WINDOWS #define instead of _WIN32 and WINDOWS.
2014-03-19 Andreas SchuhMerge remote-tracking branch 'github/cmake-migration'
2014-03-19 Andreas SchuhSimplify check for strtoll and strtoq.
2014-03-19 unknownConvert line endings to Unix format.
2014-03-19 Andreas SchuhReplace GFLAGS_HAVE_* #defines by HAVE_* again.
2014-03-18 Andreas SchuhFix check for pthreads library on Ubuntu.
2014-03-18 Andreas SchuhFix DLL build on Windows and use PathMatchSpec instead...
2014-03-18 Andreas SchuhModify CheckTypeSize.cmake module so it works with...
2014-03-17 Andreas SchuhRequire at least CMake 2.8.4 to avoid Cygwin legacy...
2014-03-17 Andreas SchuhRemove obsolete set(GFLAGS_INTTYPES_FORMAT) call.
2014-03-17 Andreas SchuhMinor style change to be consistent.
2014-03-17 Andreas SchuhAdd CheckCXXLibraryExists.cmake module and use it in...
next