summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2014-03-20Fix bugs in package configuration file.Andreas Schuh1-2/+2
2014-03-20Set RPM CPack variables already in CMakeList.txt.Andreas Schuh1-5/+0
2014-03-20Set RPM generator specific variables.Andreas Schuh1-0/+5
2014-03-20Enable packaging of library using CPack.Andreas Schuh2-0/+58
2014-03-19Convert line endings to Unix format.unknown1-181/+181
2014-03-18Fix check for pthreads library on Ubuntu.Andreas Schuh2-179/+219
2014-03-18Add missing CheckTypeSizeMap.cmake.in file.Andreas Schuh1-0/+1
2014-03-18Fix DLL build on Windows and use PathMatchSpec instead of fnmatch.Andreas Schuh1-0/+10
2014-03-18Modify CheckTypeSize.cmake module so it works with older CMake versions.Andreas Schuh1-3/+4
2014-03-17Minor CMake coding style change of version_numbers function.Andreas Schuh1-16/+16
2014-03-17Pass --test_tmpdir and --srcdir to unittests.Andreas Schuh1-2/+4
2014-03-17Add missing execute_test.cmake script.Andreas Schuh2-1/+54
2014-03-17Rename FindThreadsCXX module.Andreas Schuh1-0/+0
2014-03-17Fix typo in documentation and path of execute_test.cmake script.Andreas Schuh1-2/+2
2014-03-17Modify CheckCXXLibraryExists to use CMakeFiles directory.Andreas Schuh1-2/+2
2014-03-17Add CheckCXXLibraryExists.cmake module and use it in FindTreadsCXX.cmake.Andreas Schuh2-5/+85
2014-03-17Fix previous change of FindThreadsCxx.cmake by copying needed source file fro...Andreas Schuh2-39/+2
2014-03-17Use CheckForPthreads.cxx to find pthreads library on Ubuntu.Andreas Schuh2-1/+39
2014-03-17* fixed letter case of included file namesAndreas Franek1-1/+1
2014-03-15Fix build with Xcode 5, system checks, set LANGUAGE to CXX.Andreas Schuh4-0/+782
2014-03-14Migrate unit tests to CMake/CTest. Fix preprocessor directive in gflags_unitt...Andreas Schuh1-0/+35
2013-08-01Set PACKAGE_VERSION_EXACT to FALSE if major.minor version is not equal to the...Andreas Schuh1-4/+5
2013-08-01Move definition of configure_sources CMake function to utils module.Andreas Schuh1-10/+17
2013-07-31Configure and install CMake package configuration file to help find_package l...Andreas Schuh3-0/+83