#101 Enable C language again as long as FindThreads requires it
[platform/upstream/gflags.git] / CMakeLists.txt
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...
2014-03-17 Andreas SchuhUse CheckForPthreads.cxx to find pthreads library on...
2014-03-17 Andreas SchuhMerge pull request #7 from andy-held/cmake-migration
2014-03-17 Andreas Franek* fixed letter case of included file names
2014-03-15 Andreas SchuhCheck if pthread_rwlock_t is available and use it if so.
2014-03-15 Andreas SchuhFix build with Xcode 5, system checks, set LANGUAGE...
2014-03-14 Andreas SchuhMigrate unit tests to CMake/CTest. Fix preprocessor...
2014-03-14 Andreas SchuhIssue #73 Merge gflags_config.h into gflags_declare...
2014-03-14 Andreas SchuhFix build on Windows using Visual Studio. Add gflags_co...
2014-03-14 Andreas SchuhAdd header files to add_library targets so they show...
2013-11-05 Andreas SchuhMerge pull request #3 from dominichamon/cmake-migration
2013-11-05 Andreas SchuhMerge pull request #4 from daniperez/cmake-migration
2013-10-22 Dani Perezexporting binary tree to CMake registry
2013-08-01 Andreas SchuhAdd negative compilation tests.
2013-08-01 Andreas SchuhAdd gflags library which is built with NO_THREADS defin...
2013-08-01 Andreas SchuhEnable build and execution of tests again using CTest.
2013-08-01 Andreas SchuhInstall Bash completion script.
2013-07-31 Andreas SchuhMove definition of configure_sources CMake function...
2013-07-31 Andreas SchuhUse gflags as target name instead of PACKAGE_NAME to...
2013-07-31 Andreas SchuhFix relative path to installation prefix in CMake confi...
2013-07-31 Andreas SchuhInstall CMake config file inside lib/ directory on...
2013-07-31 Andreas SchuhConfigure and install CMake package configuration file...
2013-05-22 Andreas SchuhFix configuration on Windows and add src directory...
2013-05-21 Andreas SchuhAdd missing windows portability definitions.
2013-04-21 Andreas SchuhMove public header files to src/ subdirectory. Copy...
2013-04-21 Andreas SchuhSet CMAKE_BUILD_TYPE to Release by default. Require...
2013-04-21 Andreas SchuhAdd CMakeLists.txt and adapt source files accordingly.