summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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-171-2/+2
* | Merge topic 'cpack-verbatim-variables'Brad King2015-09-211-8/+38
|\ \
| * | Introduction of CPACK_VERBATIM_VARIABLES variableRoman Donchenko2015-09-201-8/+38
* | | Ninja: Detect MSVC /showIncludes prefix with compiler flags (#15596)Brad King2015-09-186-38/+41
* | | Ninja: Refactor lookup of cmcldeps locationBrad King2015-09-183-4/+0
* | | CMakeDetermineCompilerId: Drop unused code pathBrad King2015-09-181-23/+11
|/ /
* | Merge topic 'compute-default-dialect'Brad King2015-09-1812-15/+62
|\ \
| * | Project: Determine default language dialect for the compiler.Stephen Kelly2015-09-1812-15/+62
* | | Merge topic 'FindPython-updates'Brad King2015-09-181-19/+60
|\ \ \
| * | | FindPythonLibs: unset temporary _PREFIX variableDavid Gobbi2015-09-171-11/+14
| * | | FindPythonLibs: Use python executable prefix as a hintDavid Gobbi2015-09-171-0/+21
| * | | FindPythonLibs: Match include dir to library versionDavid Gobbi2015-09-171-19/+36
* | | | Merge topic 'ms-manifest-files'Brad King2015-09-181-2/+2
|\ \ \ \