summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'revert-compiler-links-statically' into releaseBrad King2015-11-237-23/+0
|\
| * Revert "Disable shared library support when compiler links statically" (#15855)Brad King2015-11-237-23/+0
* | Merge branch 'fix-forced-toolchain-dialect' into releaseBrad King2015-11-197-0/+29
|\ \
| * | Project: Guess default standard dialect if compiler was forced (#15852)Brad King2015-11-197-0/+29
* | | Merge branch 'FindGTest-avoid-CMP0064' into releaseBrad King2015-11-181-3/+3
|\ \ \
| * | | FindGTest: Refactor test type checks to avoid cases triggering CMP0064Brad King2015-11-181-3/+3
* | | | Merge branch 'fix-compute-default-dialect-lto' into releaseBrad King2015-11-182-0/+2
|\ \ \ \
| * | | | Make C and C++ default dialect detection robust to advanced optimizationsBrad King2015-11-182-0/+2
| |/ / /
* | | | Merge branch 'cray-fortran-version' into releaseBrad King2015-11-121-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Cray: Implement Fortran compiler version detection (#15845)Brad King2015-11-121-0/+2
* | | | Merge branch 'intel-fortran-2016' into releaseBrad King2015-10-291-1/+3
|\ \ \ \
| * | | | Intel: Recognize MSVC version for Intel Fortran 2016 (#15809)Brad King2015-10-261-1/+3
| |/ / /
* | | | Merge branch 'ExternalProject-fix-git-version' into releaseBrad King2015-10-151-1/+2
|\ \ \ \
| * | | | ExternalProject: Always use CMake builtin FindGit (#15791)Brad King2015-10-151-0/+1
| * | | | ExternalProject: Fix Git version report in error message (#15791)Brad King2015-10-151-1/+1
| |/ / /
* | | | Merge branch 'xcode-adjust-deployment-to-host-version' into releaseBrad King2015-10-121-0/+4
|\ \ \ \
| * | | | Xcode: Adjust deployment target SDK version to host versionGregor Jasny2015-10-121-0/+4
| |/ / /
* | | | Merge branch 'FindPostgreSQL-v9.5' into releaseBrad King2015-10-121-1/+1
|\ \ \ \
| * | | | FindPostgreSQL: Search for version 9.5Tamar Kranenburg2015-10-121-1/+1
| |/ / /
* | | | Merge branch 'cpack-wix-typos' into releaseBrad King2015-10-121-2/+2
|\ \ \ \
| * | | | CPackWIX: fix typos in documentationKevin Wojniak2015-10-081-2/+2
| |/ / /
* | | | Merge branch 'revert-compiler-features-solaris' into releaseBrad King2015-10-121-19/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Revert topic 'compiler-features-solaris'Brad King2015-10-081-19/+13
* | | | Merge topic 'vs-win10-store'Brad King2015-10-051-1/+3
|\ \ \ \
| * | | | MSVC: Add system libs for WindowsStore on VS 2015Gilles Khouzam2015-10-021-1/+3
* | | | | FindMatlab: Add support for Matlab R2015bFrancesco Romano2015-10-051-0/+1
* | | | | Merge topic 'compiler-features-solaris'Brad King2015-10-021-13/+19
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Features: Fix C++98 flags on Oracle SolarisStudio 12.4 on LinuxBrad King2015-09-301-0/+2
| * | | | Features: Disable support for Oracle SolarisStudio on non-LinuxBrad King2015-09-291-13/+17
* | | | | Merge topic 'vs-win10-sdk'Brad King2015-10-022-0/+4
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | VS: Add support for selecting the Windows 10 SDK (#15670)Gilles Khouzam2015-10-022-0/+4
* | | | | Merge topic 'explicit-system-version'Brad King2015-10-021-1/+3
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Allow CMAKE_SYSTEM_VERSION to be set without CMAKE_SYSTEM_NAMEGilles Khouzam2015-10-021-1/+3
| |/ /
* | | Disable shared library support when compiler links staticallyBrad King2015-09-307-0/+23
|/ /
* | Merge topic 'ProcessorCount-SunOS-psrinfo'Brad King2015-09-291-8/+21
|\ \
| * | ProcessorCount: Implement with psrinfo tool on recent SunOS versionsMarc Chevrier2015-09-281-8/+21
| |/
* | Replace http://www.cmake.org URLs with https://cmake.orgBrad King2015-09-2510-16/+16
* | Merge topic 'Threads-CXX'Brad King2015-09-256-10/+59
|\ \ | |/ |/|
| * FindThreads: fix printing a pointer value in test codeRolf Eike Beer2015-09-251-1/+1
| * FindThreads: make the call to try_run() work also if only C++ is enabledRolf Eike Beer2015-09-251-1/+8
| * FindThreads: replace CheckIncludeFiles by CheckIncludeFileRolf Eike Beer2015-09-251-3/+15
| * Check(Function|Library|Symbol)Exists: make it work if only C++ is enabledRolf Eike Beer2015-09-254-5/+35
* | Project: Don't require computed default dialect if compiler was forced.Stephen Kelly2015-09-227-21/+35
* | Merge topic 'ctest-variable-docs'Brad King2015-09-221-1/+1
|\ \ | |/ |/|
| * CTEST_CUSTOM_*: treat variables as listsBen Boeckel2015-09-211-1/+1
* | Merge topic 'pkg-config-variable-function'Brad King2015-09-211-5/+25
|\ \ | |/ |/|
| * FindPkgConfig: add a command to query arbitrary variablesBen Boeckel2015-09-211-3/+23
| * FindPkgConfig: use execute_process to strip trailing whitespaceBen Boeckel2015-09-181-2/+2
* | Merge topic 'cpack-verbatim-variables'Brad King2015-09-211-8/+38
|\ \
| * | Introduction of CPACK_VERBATIM_VARIABLES variableRoman Donchenko2015-09-201-8/+38