Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'findpython-docs-fixes' | Kyle Edwards | 2020-09-14 | 3 | -3/+3 |
|\ | |||||
| * | FindPython: fix typo in Python_LIBRARY_DIRS | Philipp Storz | 2020-09-11 | 3 | -3/+3 |
* | | Merge topic 'add_COMPILER_TARGET_for_all_clang_variants_on_windows' | Brad King | 2020-09-14 | 4 | -10/+14 |
|\ \ | |||||
| * | | Clang: Implement CMAKE_${LANG}_COMPILER_TARGET for all variants on windows | Thomas Bernard | 2020-09-11 | 4 | -10/+14 |
* | | | Merge topic 'test-pch-instantiate-templates' | Brad King | 2020-09-14 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Tests: Fix PchInstantiateTemplates case on macOS with CMAKE_OSX_ARCHITECTURES | Brad King | 2020-09-11 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge topic 'import-export-doc' | Brad King | 2020-09-14 | 24 | -1/+1181 |
|\ \ \ | |||||
| * | | | Help: Add Importing and Exporting Guide | Betsy McPhail | 2020-09-11 | 24 | -1/+1181 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-14 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-13 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-12 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge topic 'ispc_window_failures' | Brad King | 2020-09-11 | 7 | -13/+54 |
|\ \ \ | |||||
| * | | | ISPC: CompilerLauncher tests work properly with x86 builds | Robert Maynard | 2020-09-10 | 1 | -0/+4 |
| * | | | ISPC: DynamicLibrary test now passes on windows. | Robert Maynard | 2020-09-10 | 5 | -12/+45 |
| * | | | ISPC: Use the `obj` file extension for objects on windows | Robert Maynard | 2020-09-10 | 1 | -1/+5 |
| |/ / | |||||
* | | | Merge branch 'release-3.18' | Brad King | 2020-09-11 | 0 | -0/+0 |
|\ \ \ | |||||
| * \ \ | Merge topic 'armclang-fixes' into release-3.18 | Brad King | 2020-09-11 | 1 | -2/+3 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'armclang-fixes' | Brad King | 2020-09-11 | 1 | -2/+3 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | ARMClang: Fix link line generation after addition of armlink support | Marc Chevrier | 2020-09-10 | 1 | -2/+3 |
* | | | | | Merge branch 'release-3.18' | Brad King | 2020-09-11 | 0 | -0/+0 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge topic 'file-GENERATE-earlier' into release-3.18 | Brad King | 2020-09-11 | 1 | -0/+2 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'file-GENERATE-earlier' | Brad King | 2020-09-11 | 1 | -0/+2 |
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | | | |||||
| * | | | file(GENERATE): Create output file structures for all directories first | Josef Angstenberger | 2020-09-10 | 1 | -0/+2 |
| |/ / | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-11 | 1 | -1/+1 |
* | | | Merge topic 'pch-instantiate-templates' | Brad King | 2020-09-10 | 12 | -1/+84 |
|\ \ \ | |||||
| * | | | PCH: Template instantiation support | Tobias Hieta | 2020-09-02 | 12 | -1/+84 |
* | | | | Merge topic 'fix_add_library_documentation' | Brad King | 2020-09-10 | 1 | -2/+2 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Help: add_library(<name> OBJECT) can omit the source files | Deniz Bahadir | 2020-09-10 | 1 | -2/+2 |
* | | | | Merge branch 'release-3.18' | Brad King | 2020-09-10 | 0 | -0/+0 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Merge topic 'gitlab-ci-prefer-mr' into release-3.18 | Brad King | 2020-09-10 | 1 | -4/+4 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'gitlab-ci-prefer-mr' | Brad King | 2020-09-10 | 1 | -4/+4 |
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | | | |||||
| * | | | gitlab-ci: Prefer MR rules for any pipeline associated with a MR | Brad King | 2020-09-10 | 1 | -4/+4 |
* | | | | Merge topic 'custom-command-dedup' | Brad King | 2020-09-10 | 20 | -11/+174 |
|\ \ \ \ | |||||
| * | | | | Makefile: Add policy CMP0113 to avoid duplication of custom commands | Brad King | 2020-09-08 | 20 | -1/+168 |
| * | | | | cmMakefileTargetGenerator: Simplify custom command output collection | Brad King | 2020-09-08 | 2 | -10/+6 |
* | | | | | Merge topic 'json-helpers' | Brad King | 2020-09-10 | 6 | -91/+931 |
|\ \ \ \ \ | |||||
| * | | | | | Refactor: Use JSON helpers in CTest resource spec | Kyle Edwards | 2020-09-09 | 2 | -91/+132 |
| * | | | | | JSON: Add helpers | Kyle Edwards | 2020-09-09 | 4 | -0/+799 |
* | | | | | | Merge topic 'optimize-old-expand' | Brad King | 2020-09-10 | 20 | -61/+49 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmCommandArgumentParserHelper: rework input handling | Oleksandr Koval | 2020-09-09 | 20 | -61/+49 |
* | | | | | | | Merge branch 'release-3.18' | Brad King | 2020-09-10 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | Merge topic 'automoc-rerun-missing-dependency' into release-3.18 | Brad King | 2020-09-10 | 9 | -7/+132 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'automoc-rerun-missing-dependency' | Brad King | 2020-09-10 | 9 | -7/+132 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | AutoMoc: Re-run moc if a dependency is missing | Joerg Bornemann | 2020-09-09 | 9 | -7/+132 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-10 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'vs9-custom-command-dedup' | Brad King | 2020-09-09 | 4 | -17/+24 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | VS: Avoid unnecessary duplication of custom commands across targets in VS 9 | Brad King | 2020-09-08 | 1 | -1/+6 |
| * | | | | | | | | cmLocalVisualStudio7Generator: Adopt SourcesVisited lookup table | Brad King | 2020-09-08 | 4 | -16/+18 |
* | | | | | | | | | Merge topic 'use-cmprop' | Brad King | 2020-09-09 | 4 | -45/+40 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | cmConditionEvaluator: More use of cmProp | vvs31415 | 2020-09-08 | 4 | -45/+40 |