| Commit message (Expand) | Author | Age | Files | Lines |
* | file(): Add REAL_PATH sub-command | Marc Chevrier | 2020-09-08 | 12 | -2/+95 |
|
|
* | Merge topic 'generate-target-order' | Brad King | 2020-09-08 | 12 | -156/+90 |
|\ |
|
| * | cmLocalVisualStudio7Generator: Consolidate target iteration | Brad King | 2020-09-04 | 5 | -57/+14 |
|
|
| * | cmLocalVisualStudio10Generator: Simplify target ordering by dependencies | Brad King | 2020-09-04 | 2 | -26/+12 |
|
|
| * | cmLocalVisualStudio7Generator: Generate targets in dependency order | Brad King | 2020-09-04 | 1 | -2/+3 |
|
|
| * | cmLocalUnixMakefileGenerator3: Generate targets in dependency order | Brad King | 2020-09-04 | 1 | -3/+4 |
|
|
| * | cmLocalGhsMultiGenerator: Generate targets in dependency order | Brad King | 2020-09-04 | 2 | -33/+8 |
|
|
| * | cmGlobalGenerator: Compute a global target ordering respecting dependencies | Brad King | 2020-09-04 | 4 | -42/+56 |
|
|
* | | Merge topic 'ispc_improvements' | Brad King | 2020-09-08 | 62 | -13/+633 |
|\ \ |
|
| * | | ISPC: Support generation for multiple instruction sets | Robert Maynard | 2020-09-04 | 48 | -8/+595 |
|
|
| * | | ISPC: Add compiler launcher support | Robert Maynard | 2020-09-03 | 18 | -5/+38 |
|
|
* | | | Merge topic 'GetExecutionListFile-by-ref' | Brad King | 2020-09-08 | 4 | -6/+6 |
|\ \ \ |
|
| * | | | cmStateSnapshot: Return const reference from GetExecutionListFile() | Oleksandr Koval | 2020-09-03 | 4 | -6/+6 |
| |/ / |
|
* | | | Merge topic 'optimize-cmJoin' | Brad King | 2020-09-08 | 3 | -4/+69 |
|\ \ \ |
|
| * | | | cmStringAlgorithms: Add faster cmJoin overloads for strings | Oleksandr Koval | 2020-09-03 | 3 | -4/+69 |
| |/ / |
|
* | | | Merge branch 'release-3.18' | Brad King | 2020-09-08 | 0 | -0/+0 |
|\ \ \ |
|
| * \ \ | Merge topic 'FindPython-set-CMP0012-NEW' into release-3.18 | Brad King | 2020-09-08 | 1 | -1/+11 |
| |\ \ \ |
|
* | \ \ \ | Merge topic 'FindPython-set-CMP0012-NEW' | Brad King | 2020-09-08 | 1 | -1/+11 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | FindPython: CMP0012 must be set to NEW | Marc Chevrier | 2020-09-07 | 1 | -1/+11 |
| |/ / / |
|
* | | | | Merge topic 'doc-cmake_path' | Brad King | 2020-09-08 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Help: Fix typo in cmake_path(CMAKE_PATH) command signature | Brad King | 2020-09-08 | 1 | -1/+1 |
|
|
* | | | | | Merge topic 'cm-optional-comparison' | Kyle Edwards | 2020-09-08 | 2 | -118/+401 |
|\ \ \ \ \ |
|
| * | | | | | cm::optional: Add comparison operators | Kyle Edwards | 2020-09-07 | 2 | -0/+362 |
|
|
| * | | | | | Refactor: Add ASSERT_TRUE() macro to testOptional.cxx | Kyle Edwards | 2020-09-06 | 1 | -118/+39 |
|
|
* | | | | | | Merge topic 'cmake_path' | Marc Chevrier | 2020-09-08 | 195 | -11/+4158 |
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| * | | | | | cmake_path command: path management | Marc Chevrier | 2020-09-06 | 191 | -8/+3435 |
|
|
| * | | | | | cmCMakePath: Class for path handling | Marc Chevrier | 2020-09-06 | 6 | -3/+723 |
| |/ / / / |
|
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-08 | 1 | -1/+1 |
|
|
* | | | | | Merge topic 'fix-compare' | Kyle Edwards | 2020-09-07 | 1 | -3/+4 |
|\ \ \ \ \ |
|
| * | | | | | cmConditionEvaluator: Avoid comparing pointers | vvs31415 | 2020-09-04 | 1 | -3/+4 |
|
|
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-07 | 1 | -1/+1 |
| |/ / / /
|/| | | | |
|
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-06 | 1 | -1/+1 |
|
|
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-05 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge topic 'use-tocstr' | Kyle Edwards | 2020-09-04 | 11 | -35/+23 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Refactor: Use cmToCStr() | Vitaly Stakhovsky | 2020-09-03 | 11 | -35/+23 |
| | |/
| |/| |
|
* | | | Merge topic 'pragma-once' | Brad King | 2020-09-04 | 510 | -2014/+512 |
|\ \ \ |
|
| * | | | Help: Add note about #pragma once | Kyle Edwards | 2020-09-03 | 1 | -0/+3 |
|
|
| * | | | Bootstrap: Use #pragma once in cmThirdParty.h | Kyle Edwards | 2020-09-03 | 1 | -3/+1 |
|
|
| * | | | Utilities/Scripts: Remove temporary #pragma once conversion script | Kyle Edwards | 2020-09-03 | 2 | -94/+0 |
|
|
| * | | | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 508 | -2011/+508 |
|
|
| * | | | Utilities/Scripts: Add temporary #pragma once conversion script | Kyle Edwards | 2020-09-03 | 2 | -0/+94 |
| |/ / |
|
* | | | Merge topic 'external_project_download_stability' | Brad King | 2020-09-04 | 1 | -1/+5 |
|\ \ \ |
|
| * | | | Improve the stability of the ExternalProject download tests | Thomas Bernard | 2020-09-02 | 1 | -1/+5 |
|
|
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-04 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Merge topic 'getdef' | Brad King | 2020-09-03 | 83 | -702/+745 |
|\ \ \ |
|
| * | | | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 83 | -702/+745 |
|
|
* | | | | Merge topic 'Fortran-visibility-var' | Brad King | 2020-09-03 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | Fortran: Initialize Fortran_VISIBILITY_PRESET property from variable | Thomas G | 2020-09-02 | 1 | -0/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'release-3.18' | Brad King | 2020-09-03 | 0 | -0/+0 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Merge topic 'ninja-multi-automoc-regression' into release-3.18 | Brad King | 2020-09-03 | 9 | -5/+39 |
| |\ \ \ |
|