Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UseSWIG: Add OUTPUT_DIR and OUTFILE_DIR source file properties | Marc Chevrier | 2020-09-30 | 11 | -10/+213 |
* | Merge topic 'cmake_language-DEFER' | Brad King | 2020-09-30 | 153 | -129/+1153 |
|\ | |||||
| * | cmake_language: Add signature to DEFER calls to later times | Brad King | 2020-09-29 | 143 | -25/+1038 |
| * | cmake_language: Make all errors fatal | Brad King | 2020-09-29 | 1 | -17/+19 |
| * | cmake_language(CALL): Accept empty ${var} expansions | Brad King | 2020-09-29 | 7 | -69/+71 |
| * | cmake_language(EVAL): Factor out internal helper | Brad King | 2020-09-29 | 1 | -24/+32 |
| * | Help: Use singular placeholder name in cmake_language signature | Brad King | 2020-09-29 | 1 | -2/+2 |
| * | Tests: Simplify RunCMake.cmake_language invalid command cases | Brad King | 2020-09-29 | 5 | -17/+16 |
| * | cmMakefile: Clarify name of internal list file run method | Brad King | 2020-09-29 | 2 | -8/+8 |
* | | Merge topic 'find-package-check-empty-version-range' | Craig Scott | 2020-09-30 | 17 | -36/+97 |
|\ \ | |||||
| * | | find_package: raise error on empty version range | Marc Chevrier | 2020-09-29 | 17 | -36/+97 |
* | | | Merge topic 'vs-mixed-lang-std' | Brad King | 2020-09-30 | 4 | -0/+49 |
|\ \ \ | |||||
| * | | | VS: Fix C language standard in target with C++ sources | Brad King | 2020-09-29 | 4 | -0/+49 |
| | |/ | |/| | |||||
* | | | Merge topic 'update-kwsys' | Brad King | 2020-09-30 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2020-09-29 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | KWSys 2020-09-29 (4a19ed43) | KWSys Upstream | 2020-09-29 | 1 | -1/+1 |
* | | | | | Merge topic 'ci-src-package' | Brad King | 2020-09-30 | 6 | -15/+73 |
|\ \ \ \ \ | |||||
| * | | | | | gitlab-ci: add a job to upload source packages | Brad King | 2020-09-29 | 1 | -0/+11 |
| * | | | | | gitlab-ci: add a job to make source packages | Brad King | 2020-09-29 | 5 | -0/+35 |
| * | | | | | gitlab-ci: re-organize packaging pipeline | Brad King | 2020-09-29 | 3 | -15/+27 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'release-3.18' | Brad King | 2020-09-30 | 0 | -0/+0 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge topic 'cxx-as-objcxx' into release-3.18 | Brad King | 2020-09-30 | 5 | -2/+14 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'cxx-as-objcxx' | Brad King | 2020-09-30 | 5 | -2/+14 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | OBJCXX: Fix regression for compiling cpp files as objcxx | Cristian Adam | 2020-09-29 | 5 | -2/+14 |
* | | | | | | | Merge branch 'release-3.18' | Brad King | 2020-09-30 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge topic 'cuda-11.1-sm86' into release-3.18 | Brad King | 2020-09-30 | 1 | -3/+13 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'cuda-11.1-sm86' | Brad King | 2020-09-30 | 1 | -3/+13 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | FindCUDA/select_compute_arch: Add CUDA 11.1 and SM86 support | zasdfg bnm | 2020-09-29 | 1 | -3/+13 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-30 | 1 | -1/+1 |
* | | | | | | | Merge topic 'cmake-gui-environment' | Kyle Edwards | 2020-09-29 | 23 | -39/+1002 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | CMake GUI: Add environment editor | Kyle Edwards | 2020-09-28 | 17 | -37/+761 |
| * | | | | | | Tests: Add some basic configure tests for the CMake GUI | Kyle Edwards | 2020-09-28 | 6 | -0/+92 |
| * | | | | | | Tests: Add CatchShow helper for CMake GUI tests | Kyle Edwards | 2020-09-28 | 5 | -2/+149 |
* | | | | | | | Merge topic 'simplify-execution-context' | Brad King | 2020-09-29 | 11 | -91/+45 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | cmMakefile: Replace GetExecutionFilePath with the top of the Backtrace | Brad King | 2020-09-28 | 2 | -13/+5 |
| * | | | | | | cmMakefile: Simplify ExpandArguments signature | Brad King | 2020-09-28 | 4 | -24/+12 |
| * | | | | | | cmConditionEvaluator: Remove extra copy of execution context | Brad King | 2020-09-28 | 4 | -19/+6 |
| * | | | | | | cmMakefile: Remove now-unused overload of GetBacktrace | Brad King | 2020-09-28 | 2 | -10/+0 |
| * | | | | | | if,while: Clarify condition backtrace construction | Brad King | 2020-09-28 | 2 | -15/+14 |
| * | | | | | | cmMakefile: Inline GetExecutionContext at call sites | Brad King | 2020-09-28 | 5 | -10/+5 |
| * | | | | | | cmMakefile: Simplify GetExecutionContext implementation | Brad King | 2020-09-28 | 1 | -6/+1 |
| * | | | | | | cmListFileCache: Add explicit constructors | Brad King | 2020-09-28 | 1 | -0/+8 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'ctest_launch_report_make_errors' | Brad King | 2020-09-29 | 14 | -378/+504 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ctest: improve Unicode support for launchers | Zack Galbreath | 2020-09-28 | 1 | -4/+2 |
| * | | | | | | ctest: report make-level errors to CDash when using launchers | Zack Galbreath | 2020-09-28 | 9 | -11/+57 |
| * | | | | | | ctest: split launcher XML writer into separate class | Zack Galbreath | 2020-09-28 | 5 | -367/+449 |
* | | | | | | | Merge topic 'refactor-cmprop' | Brad King | 2020-09-29 | 2 | -29/+27 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmGeneratorTarget: internal refactoring | vvs31415 | 2020-09-28 | 2 | -29/+27 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'return-cmprop' | Brad King | 2020-09-29 | 8 | -38/+35 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmake::GetCacheDefinition: Return cmProp | vvs31415 | 2020-09-28 | 8 | -38/+35 |
| |/ / / / / / |