summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'mingw-archive-no-replace'Brad King2014-04-151-2/+2
|\
| * Windows-GNU: Support duplicate object names in large archives (#14874)Brad King2014-04-141-2/+2
| * Merge branch 'rc-windres-with-dot' into releaseBrad King2014-04-111-5/+6
| |\
| * \ Merge branch 'Fortran-pgi-intel-arch' into releaseBrad King2014-04-101-0/+4
| |\ \
| * \ \ Merge branch 'CMakeDetermineVSServicePack-vs-11-update-4' into releaseBrad King2014-04-101-41/+17
| |\ \ \
* | \ \ \ Merge topic 'matches-cleanup'Brad King2014-04-1563-201/+169
|\ \ \ \ \
| * | | | | Replace MATCHES test on numbers with EQUAL testRolf Eike Beer2014-04-141-2/+2
| * | | | | Replace MATCHES ".+" tests with NOT STREQUAL ""Rolf Eike Beer2014-04-1414-18/+17
| * | | | | Use CMAKE_SYSTEM_NAME instead of CMAKE_SYSTEM where sufficientRolf Eike Beer2014-04-142-5/+5
| * | | | | Remove .* expressions from beginning and end of MATCHES regexsRolf Eike Beer2014-04-1426-46/+46
| * | | | | Replace string(REGEX REPLACE) with string(REPLACE) where possibleRolf Eike Beer2014-04-1415-27/+25
| * | | | | Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex)Rolf Eike Beer2014-04-1424-105/+76
* | | | | | Merge topic 'ninja-link-with-compile-flags'Brad King2014-04-151-2/+2
|\ \ \ \ \ \
| * | | | | | MinGW: link like on Unix and use compile flags when linkingPeter Kümmel2014-04-151-2/+2
| |/ / / / /
* | | | | | Merge topic 'CMakeDetermineVSServicePack-warn-deprecated'Brad King2014-04-151-0/+7
|\ \ \ \ \ \
| * | | | | | CMakeDetermineVSServicePack: Add deprecation diagnosticBrad King2014-04-141-0/+7
| |/ / / / /
* | | | | | FindMPI: Use compiler implicit link dirs for matching language (#14870)Melven Roehrig-Zoellner2014-04-111-9/+4
|/ / / / /
* | | | | Merge topic 'CMakeDetermineVSServicePack-vs-11-update-4'Brad King2014-04-111-41/+17
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | CMakeDetermineVSServicePack: Add VS 11 update 4Brad King2014-04-101-1/+3
| * | | | CMakeDetermineVSServicePack: Match versions more robustlyBrad King2014-04-101-31/+7
| * | | | CMakeDetermineVSServicePack: Format documentationBrad King2014-04-101-10/+8
* | | | | Merge topic 'Fortran-pgi-intel-arch'Brad King2014-04-111-0/+4
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fortran: Detect pointer size on Intel archs with PGI (#14870)Brad King2014-04-101-0/+4
| |/ / /
* | | | Merge topic 'revert-Android-platform'Brad King2014-04-111-5/+0
|\ \ \ \
| * | | | Revert "Modules: Add an Andriod platform file"Stephen Kelly2014-04-101-5/+0
* | | | | Merge topic 'rc-windres-with-dot'Brad King2014-04-111-5/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | CMakeRCInformation: Recognize 'windres' tools with '.' in name (#14865)Brad King2014-04-111-3/+4
| * | | | CMakeRCInformation: Do not mention 'Fortran' in documentationBrad King2014-04-111-2/+2
| | |/ / | |/| |
* | | | Merge topic 'watcom-link-quoting'Brad King2014-04-111-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Watcom: Use single quote for all file/path items in wlink commandJiri Malak2014-04-081-2/+2
* | | | Merge topic 'ExternalProject_VCS-quiet'Brad King2014-04-101-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | ExternalProject: Find VCS packages quietlyDaniele E. Domenichelli2014-04-041-4/+4
* | | | Merge topic 'Qt4Macros-moc-performance'Brad King2014-04-041-2/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Qt4Macros: Make QT4_CREATE_MOC_COMMAND a functionRobert Maynard2014-04-031-2/+2
| |/
| * Merge branch 'intel-14-version' into releaseBrad King2014-03-142-2/+10
| |\
* | \ Merge topic 'watcom-platform-module-cleanup'Brad King2014-04-031-23/+27
|\ \ \
| * | | Watcom: Cleanup Windows-wcl386 configurationJiri Malak2014-04-021-23/+27
* | | | Merge topic 'ExternalProject_exclude-from-all'Brad King2014-04-031-5/+19
|\ \ \ \
| * | | | ExternalProject: Add EXCLUDE_FROM_ALL option to ExternalProject_AddDaniele E. Domenichelli2014-04-011-0/+10
| * | | | ExternalProject: Add EXCLUDE_FROM_MAIN option to ExternalProject_Add_StepDaniele E. Domenichelli2014-04-011-5/+9
| |/ / /
* | | | Merge topic 'FindGTest-TEST_P'Brad King2014-04-031-2/+10
|\ \ \ \ | |/ / / |/| | |
| * | | FindGTest: Teach GTEST_ADD_TESTS about TEST_PJack Morrison2014-04-011-2/+10
* | | | Merge topic 'find_package-check-quiet'Brad King2014-04-0129-49/+186
|\ \ \ \
| * | | | Find*: Make find_package(.. QUIET) affect Check* modules.Clinton Stimpson2014-03-3013-11/+54
| * | | | Check*.cmake : Add CMAKE_REQUIRED_QUIET flag.Clinton Stimpson2014-03-3016-38/+132
| |/ / /
* | | | Merge topic 'hpux-processorcount'Brad King2014-04-011-0/+12
|\ \ \ \
| * | | | ProcessorCount: use mpsched on HPUX if machinfo is not presentRolf Eike Beer2014-03-281-0/+12
| |/ / /
* | | | Merge topic 'ExternalProject_GitUpdate'Brad King2014-04-011-7/+101
|\ \ \ \
| * | | | ExternalProject: Improve handling of git remote branchesDaniele E. Domenichelli2014-04-011-7/+99
| * | | | ExternalProject: Strip trailing space from git hashDaniele E. Domenichelli2014-04-011-0/+2