Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Xcode: Switch to the "new build system" for Xcode 12 and above | Brad King | 2020-09-18 | 26 | -31/+423 |
* | Xcode: Add option to specify build system variant | Brad King | 2020-09-18 | 15 | -19/+187 |
* | Xcode: Factor out build phase variable declarations | Brad King | 2020-09-18 | 1 | -7/+12 |
* | Xcode: Clarify name of legacy run script build phase helper | Brad King | 2020-09-18 | 2 | -8/+8 |
* | Tests: Avoid duplicate custom commands in QtAutogen.AutogenOriginDependsOff | Brad King | 2020-09-18 | 3 | -6/+11 |
* | Tests: Remove RunCMake.ExternalProject unnecessary CMake version check | Brad King | 2020-09-15 | 1 | -2/+0 |
* | Tests: Simplify RunCMake.ExternalProject Add_StepDependencies stderr | Brad King | 2020-09-15 | 4 | -24/+2 |
* | Help: Move CMAKE_XCODE_GENERATE_SCHEME to proper manual section | Brad King | 2020-09-14 | 1 | -1/+1 |
* | ExternalProject: Add policy CMP0114 to refine step target dependencies | Brad King | 2020-09-14 | 36 | -50/+655 |
* | Tests: Match RunCMake.ExternalProject NO_DEPENDS output more strictly | Brad King | 2020-09-10 | 1 | -18/+38 |
* | ExternalProject: Factor out an internal helper to add a step target | Brad King | 2020-09-10 | 2 | -22/+31 |
* | 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 |
* | | | | | | | | | | Merge topic 'file-real_path' | Brad King | 2020-09-09 | 12 | -2/+95 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | file(): Add REAL_PATH sub-command | Marc Chevrier | 2020-09-08 | 12 | -2/+95 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge topic 'fix-crash-21165' | Brad King | 2020-09-09 | 1 | -22/+12 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | cmGeneratorTarget: Avoid missing nullptr check | vvs31415 | 2020-09-08 | 1 | -22/+12 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'release-3.18' | Brad King | 2020-09-09 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Merge topic 'pch-tv90' into release-3.18 | Brad King | 2020-09-09 | 1 | -8/+20 |
| |\ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ | Merge topic 'pch-tv90' | Brad King | 2020-09-09 | 1 | -8/+20 |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | PCH: Fix 30s wait for VS2008 when used via -Tv90 | Cristian Adam | 2020-09-07 | 1 | -8/+20 |
| | |_|_|/ / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'release-3.18' | Brad King | 2020-09-09 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Merge topic 'ios-pch-x-lang-header' into release-3.18 | Brad King | 2020-09-09 | 4 | -4/+19 |
| |\ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ | Merge topic 'ios-pch-x-lang-header' | Brad King | 2020-09-09 | 4 | -4/+19 |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | / / / / | |_|_|_|_|_|/ / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | PCH: Mark CMake PCH source files as -x <lang>-header | Cristian Adam | 2020-09-04 | 4 | -4/+19 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'cmstrlen' | Kyle Edwards | 2020-09-09 | 2 | -0/+17 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | |