summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'feature/cleanup-ctest'Kyle Edwards2019-03-073-21/+18
|\
| * ctest: refactor some codeGregor Jasny2019-03-053-21/+18
* | Merge topic 'vs-explicit-newline'Brad King2019-03-071-0/+1
|\ \
| * | VS: Encode newlines in XML attributesLuca Cappa2019-03-061-0/+1
* | | CMake Nightly Date StampKitware Robot2019-03-071-1/+1
* | | Merge topic 'vs-no-stamp-messages'Brad King2019-03-061-15/+7
|\ \ \
| * | | VS: Do not print message when generate.stamp is up-to-date.Olli Kallioinen2019-03-051-15/+7
* | | | Merge topic 'fix-override'Brad King2019-03-062-4/+4
|\ \ \ \
| * | | | Fix missing `override`Vitaly Stakhovsky2019-03-052-4/+4
* | | | | Merge topic 'issue-18883-support-for-multiple-targets'Brad King2019-03-0626-376/+412
|\ \ \ \ \
| * | | | | cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-0526-322/+383
| * | | | | cmGlobalGenerator: Optimize Printable() method from GeneratedMakeCommandBartosz Kosiorek2019-03-041-14/+1
| * | | | | cmGlobalGenerator: Change case of methods from GeneratedMakeCommand structBartosz Kosiorek2019-03-048-58/+58
| * | | | | cmakemain: Remove ignored --use-stderr option from command line helpBartosz Kosiorek2019-03-041-1/+0
| * | | | | cmGlobalGenerator: Remove unused codeBartosz Kosiorek2019-03-041-11/+0
* | | | | | CMake Nightly Date StampKitware Robot2019-03-061-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'restore_broken_curses_gui'Brad King2019-03-051-1/+1
|\ \ \ \ \
| * | | | | ccmake: fix curses dialog broken by refactoringFelix Schwitzer2019-03-041-1/+1
* | | | | | Merge topic 'fix_autorcc_for_qt6'Brad King2019-03-052-2/+8
|\ \ \ \ \ \
| * | | | | | Autogen: Fallback on internal qrc parser when RCC isn't built yetAlexandru Croitor2019-03-042-2/+8
* | | | | | | CMake Nightly Date StampKitware Robot2019-03-051-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge topic 'llvm-rc'Brad King2019-03-043-16/+8
|\ \ \ \ \ \
| * | | | | | RC: Pass output file in a way that llvm-rc 7 and below understandZsolt Parragi2019-02-272-2/+3
| * | | | | | CMakeVersion.rc: Avoid preprocessor definitions to support llvm-rcZsolt Parragi2019-02-271-14/+5
* | | | | | | Merge topic 'vs-fortran-rc'Brad King2019-03-041-0/+4
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | VS: Fix Fortran target type selection with RC sourcesBrad King2019-03-011-0/+4
| | |_|_|_|/ | |/| | | |
| * | | | | CMake 3.14.0-rc3v3.14.0-rc3Brad King2019-03-011-1/+1
| * | | | | 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-281-8/+0
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'backport-check-std-size-cbegin-cend' into release-3.14Brad King2019-02-272-2/+18
| |\ \ \ \ \ \ \
| | * | | | | | | Extend C++17/C++14 feature checks to cover more standard library APIsMathieu Garaud2019-02-272-2/+18
| * | | | | | | | Merge branch 'cmake_role-vs-fix' into release-3.14Brad King2019-02-271-1/+1
| |\ \ \ \ \ \ \ \
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-03-041-1/+1
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-03-031-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2019-03-021-1/+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 'vs2019'Brad King2019-03-011-8/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | VS: Drop workaround needed only for VS 2019 preview 2 and 3Brad King2019-02-281-8/+0
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2019-03-011-1/+1
* | | | | 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-281-0/+14
|\ \ \ \ \ \
| * | | | | | Features: Do not use a lower-than-default standard for requested featuresZsolt Parragi2019-02-261-0/+14
* | | | | | | Merge topic 'check-std-size-cbegin-cend'Brad King2019-02-282-2/+18
|\ \ \ \ \ \ \
| * | | | | | | Extend C++17/C++14 feature checks to cover more standard library APIsMathieu Garaud2019-02-272-2/+18
* | | | | | | | CMake Nightly Date StampKitware Robot2019-02-281-1/+1
* | | | | | | | Merge topic 'ninja-dyndep-lang-aware'Brad King2019-02-274-94/+181
|\ \ \ \ \ \ \ \