Correct CPack package description file.
[platform/upstream/gflags.git] / CMakeLists.txt
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.