summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2014-03-20Set additional DEB CPack variables in package.cmake.in.Andreas Schuh1-1/+1
2014-03-20Change package vendor to just a name.Andreas Schuh1-1/+1
2014-03-20Set RPM CPack variables already in CMakeList.txt.Andreas Schuh1-1/+6
2014-03-20Set RPM generator specific variables.Andreas Schuh1-0/+1
2014-03-20Correct CPack package description file.Andreas Schuh1-1/+1
2014-03-20Fix build of threaded library on Unix by adding the appropriate link library.Andreas Schuh1-0/+3
2014-03-20Change mode of text file.Andreas Schuh1-0/+0
2014-03-20Enable packaging of library using CPack.Andreas Schuh1-83/+193
2014-03-19Add link dependency on shlwapi.lib during build configuration instead of #pra...Andreas Schuh1-1/+7
2014-03-19Look for shlwapi.h also in case of MinGW.Andreas Schuh1-2/+5
2014-03-19Use OS_WINDOWS #define instead of _WIN32 and WINDOWS.Andreas Schuh1-5/+5
2014-03-19Simplify check for strtoll and strtoq.Andreas Schuh1-4/+4
2014-03-19Convert line endings to Unix format.unknown1-278/+278
2014-03-19Replace GFLAGS_HAVE_* #defines by HAVE_* again.Andreas Schuh1-34/+34
2014-03-18Fix check for pthreads library on Ubuntu.Andreas Schuh1-268/+278
2014-03-18Fix DLL build on Windows and use PathMatchSpec instead of fnmatch.Andreas Schuh1-16/+46
2014-03-18Modify CheckTypeSize.cmake module so it works with older CMake versions.Andreas Schuh1-6/+9
2014-03-17Require at least CMake 2.8.4 to avoid Cygwin legacy warning.Andreas Schuh1-1/+1
2014-03-17Remove obsolete set(GFLAGS_INTTYPES_FORMAT) call.Andreas Schuh1-1/+0
2014-03-17Minor style change to be consistent.Andreas Schuh1-3/+3
2014-03-17Add CheckCXXLibraryExists.cmake module and use it in FindTreadsCXX.cmake.Andreas Schuh1-1/+1
2014-03-17Use CheckForPthreads.cxx to find pthreads library on Ubuntu.Andreas Schuh1-1/+1
2014-03-17* fixed letter case of included file namesAndreas Franek1-2/+2
2014-03-15Check if pthread_rwlock_t is available and use it if so.Andreas Schuh1-5/+5
2014-03-15Fix build with Xcode 5, system checks, set LANGUAGE to CXX.Andreas Schuh1-47/+77
2014-03-14Migrate unit tests to CMake/CTest. Fix preprocessor directive in gflags_unitt...Andreas Schuh1-16/+18
2014-03-14Issue #73 Merge gflags_config.h into gflags_declare.h. Configuration of gflag...Andreas Schuh1-1/+0
2014-03-14Fix build on Windows using Visual Studio. Add gflags_config.h.Andreas Schuh1-1/+9
2014-03-14Add header files to add_library targets so they show up in IDEs.Andreas Schuh1-2/+2
2013-10-22exporting binary tree to CMake registryDani Perez1-0/+1
2013-08-01Add negative compilation tests.Andreas Schuh1-17/+17
2013-08-01Add gflags library which is built with NO_THREADS definition.Andreas Schuh1-1/+4
2013-08-01Enable build and execution of tests again using CTest.Andreas Schuh1-0/+14
2013-08-01Install Bash completion script.Andreas Schuh1-0/+6
2013-08-01Move definition of configure_sources CMake function to utils module.Andreas Schuh1-13/+0
2013-08-01Use gflags as target name instead of PACKAGE_NAME to not make things unnecess...Andreas Schuh1-2/+2
2013-08-01Fix relative path to installation prefix in CMake config file.Andreas Schuh1-1/+1
2013-08-01Install CMake config file inside lib/ directory on Unix.Andreas Schuh1-1/+1
2013-07-31Configure and install CMake package configuration file to help find_package l...Andreas Schuh1-2/+48
2013-05-22Fix configuration on Windows and add src directory to include path.Andreas Schuh1-2/+3
2013-05-22Add missing windows portability definitions.Andreas Schuh1-0/+5
2013-04-21Move public header files to src/ subdirectory. Copy them to <prefix>/include/...Andreas Schuh1-21/+14
2013-04-21Set CMAKE_BUILD_TYPE to Release by default. Require CMake >=2.8.Andreas Schuh1-19/+26
2013-04-21Add CMakeLists.txt and adapt source files accordingly.Andreas Schuh1-0/+134