summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ccmake: fix curses dialog broken by refactoringFelix Schwitzer2019-03-041-1/+1
* CMake Nightly Date StampKitware Robot2019-03-031-1/+1
* CMake Nightly Date StampKitware Robot2019-03-021-1/+1
* Merge branch 'release-3.14'Brad King2019-03-010-0/+0
|\
| * CMake 3.14.0-rc3v3.14.0-rc3Brad King2019-03-011-1/+1
* | Merge branch 'release-3.14'Brad King2019-03-010-0/+0
|\ \ | |/
| * Merge branch 'findjni-paths' into release-3.14Brad King2019-03-011-52/+47
| |\
| * \ Merge branch 'ExternalProject-fix-log-in-custom-stamp' into release-3.14Brad King2019-03-011-2/+14
| |\ \
| * \ \ Merge branch 'cuda_device_link_handle_frameworks' into release-3.14Brad King2019-03-011-0/+12
| |\ \ \
| * \ \ \ Merge branch 'vs2019' into release-3.14Brad King2019-02-282-9/+1
| |\ \ \ \
* | \ \ \ \ Merge topic 'cuda_device_link_handle_frameworks'Brad King2019-03-011-0/+12
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | CUDA: Filter out -framework arguments during device linkingRobert Maynard2019-02-281-0/+12
* | | | | | Merge topic 'ExternalProject-fix-log-in-custom-stamp'Brad King2019-03-011-2/+14
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | ExternalProject: Restore default log dir with custom stamp dirBrad King2019-03-011-2/+14
| |/ / / /
* | | | | Merge topic 'vs2019'Brad King2019-03-012-9/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Help: Update VS 2019 generator release note for preview 4Brad King2019-02-281-1/+1
| * | | | VS: Drop workaround needed only for VS 2019 preview 2 and 3Brad King2019-02-281-8/+0
| |/ / /
* | | | Merge topic 'findjni-paths'Brad King2019-03-011-52/+47
|\ \ \ \ | | |_|/ | |/| |
| * | | FindJNI: Unify path search, fix support for Java 9Christian Pfeiffer2019-03-011-52/+47
| |/ /
* | | Merge topic 'doc-install-internal-xref'Brad King2019-03-011-5/+12
|\ \ \
| * | | Help: inter-link install() commandsNeroBurner2019-02-281-5/+5
| * | | Help: add inter link anchors for install() commandsNeroBurner-tux2019-02-281-0/+7
* | | | Merge topic 'processor_count_linux_containers'Brad King2019-03-011-0/+14
|\ \ \ \
| * | | | ProcessorCount: Return the container CPU count instead of the host countSylvain Joubert2019-02-271-0/+14
* | | | | Merge topic 'drop-MIPSpro'Brad King2019-03-011-0/+2
|\ \ \ \ \
| * | | | | WCDH: Restore definition for <prefix>_COMPILER_IS_MIPSproBrad King2019-02-281-0/+2
* | | | | | CMake Nightly Date StampKitware Robot2019-03-011-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'ppc64-toc-overflow'Brad King2019-02-281-0/+9
|\ \ \ \ \
| * | | | | ppc64: Work around TOC overflow with platform specific linker flagsChuck Atkins2019-02-271-0/+9
* | | | | | Merge topic 'doc-xref-EXPORT_NAME'Brad King2019-02-281-0/+2
|\ \ \ \ \ \
| * | | | | | Help: Link from install(TARGET) to EXPORT_NAME to rename exported targetNeroBurner2019-02-271-0/+2
| |/ / / / /
* | | | | | Merge topic 'doc-EXPORT_NAME'Brad King2019-02-281-3/+3
|\ \ \ \ \ \
| * | | | | | Help: Link from EXPORT_NAME to relevant export commandsNeroBurner2019-02-271-3/+3
| |/ / / / /
* | | | | | Merge topic 'refactor-handle-path-command'Brad King2019-02-281-24/+23
|\ \ \ \ \ \
| * | | | | | cmFileCommand: Refactor HandleCMakePathCommandArtur Ryt2019-02-261-24/+23
* | | | | | | Merge topic 'optimize_ge_node_lookup'Brad King2019-02-281-68/+69
|\ \ \ \ \ \ \
| * | | | | | | cmGeneratorExpressionNode: Initialize node key map in class constructorSebastian Holtermann2019-02-271-68/+69
| |/ / / / / /
* | | | | | | Merge topic 'features-from-default-standard'Brad King2019-02-283-4/+18
|\ \ \ \ \ \ \
| * | | | | | | Features: Do not use a lower-than-default standard for requested featuresZsolt Parragi2019-02-263-4/+18
* | | | | | | | Merge branch 'release-3.14'Brad King2019-02-280-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'backport-check-std-size-cbegin-cend' into release-3.14Brad King2019-02-272-2/+18
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'check-std-size-cbegin-cend'Brad King2019-02-282-2/+18
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'backport-check-std-size-cbegin-cend'Brad King2019-02-270-0/+0
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Extend C++17/C++14 feature checks to cover more standard library APIsMathieu Garaud2019-02-272-2/+18
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Extend C++17/C++14 feature checks to cover more standard library APIsMathieu Garaud2019-02-272-2/+18
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'release-3.14'Brad King2019-02-280-0/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge branch 'FindThreads-revert-libc-check' into release-3.14Brad King2019-02-271-11/+3
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'FindThreads-revert-libc-check'Brad King2019-02-281-11/+3
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | FindThreads: Revert libc symbol check to pthread_createBrad King2019-02-271-13/+3
| * | | | | | | | FindThreads: Fix libc check to use proper header for pthread_killBrad King2019-02-261-2/+4
| | |_|/ / / / / | |/| | | | | |