Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'ExternalProject-configure-handled-by-build' | Brad King | 2021-01-13 | 3 | -0/+77 |
|\ | |||||
| * | ExternalProject: Add CONFIGURE_HANDLED_BY_BUILD option | Daan De Meyer | 2021-01-12 | 3 | -0/+77 |
* | | Merge topic 'issue-21663' | Brad King | 2021-01-13 | 3 | -2/+7 |
|\ \ | |||||
| * | | list(REMOVE_ITEM): Make removal of an empty item a no-op. | Asit Dhal | 2021-01-12 | 3 | -2/+7 |
* | | | Merge topic 'depend_make_refine' | Brad King | 2021-01-13 | 1 | -7/+1 |
|\ \ \ | |||||
| * | | | cmDepends: disable long line dependencies for nmake | Kai Wang | 2021-01-11 | 1 | -7/+1 |
| |/ / | |||||
* | | | Merge topic 'ninja-multi-config-post-build' | Brad King | 2021-01-12 | 4 | -0/+17 |
|\ \ \ | |||||
| * | | | Ninja Multi-Config: Run POST_BUILD when BYPRODUCTS don't overlap | Kyle Edwards | 2021-01-07 | 4 | -0/+17 |
* | | | | Merge topic 'trace_expand_bracket' | Brad King | 2021-01-12 | 1 | -0/+1 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | cmMakefile: Don't expand bracket arguments in --trace-expand | Raul Tambre | 2021-01-11 | 1 | -0/+1 |
* | | | | Merge topic 'xcode-object-ids' | Brad King | 2021-01-08 | 3 | -0/+26 |
|\ \ \ \ | |/ / / | |||||
| * | | | Xcode: Use deterministic object ids for script build phases | Brad King | 2021-01-06 | 3 | -0/+26 |
| * | | | Merge topic 'fc-relative-SOURCE_DIR' into release-3.19 | Craig Scott | 2020-12-22 | 3 | -0/+9 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'fix-21620' | Brad King | 2021-01-07 | 7 | -11/+120 |
|\ \ \ \ \ | |||||
| * | | | | | Add a failing test case for #21620 | Joerg Bornemann | 2021-01-06 | 6 | -2/+61 |
| * | | | | | Extend QtAutogen/RerunMoc | Joerg Bornemann | 2021-01-06 | 2 | -0/+32 |
| * | | | | | Do not use try_compile in RerunMocBasic test | Joerg Bornemann | 2021-01-06 | 1 | -10/+28 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'export-compile-commands-per-target' | Brad King | 2021-01-07 | 5 | -0/+69 |
|\ \ \ \ \ | |||||
| * | | | | | CMAKE_EXPORT_COMPILE_COMMANDS: allow configuration per target | Shannon Booth | 2021-01-05 | 5 | -0/+69 |
* | | | | | | Merge topic 'vs_shader_flags-generator-expressions' | Brad King | 2021-01-07 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | VS: Add genex support to VS_SHADER_FLAGS | Jeremiah van Oosten | 2021-01-05 | 1 | -2/+2 |
* | | | | | | | Tests: Fix ConfigSources test with Intel compiler on Windows | Brad King | 2021-01-06 | 1 | -0/+5 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge topic 'explicit-this-fix' | Brad King | 2021-01-06 | 2 | -27/+27 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 2 | -27/+27 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'depend_make_refine' | Brad King | 2021-01-06 | 6 | -3/+48 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | cmDepends: merge dependers of depend makefile | Kai Wang | 2021-01-05 | 6 | -3/+48 |
* | | | | | | Merge topic 'java-export-native_headers' | Brad King | 2021-01-05 | 3 | -1/+30 |
|\ \ \ \ \ \ | |||||
| * | | | | | | UseJava: enable exportation of native headers target | Marc Chevrier | 2020-12-29 | 3 | -1/+30 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'ninja-omit-empty-custom-command' | Brad King | 2021-01-05 | 2 | -0/+8 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Ninja: Omit custom commands with an empty COMMAND | Shannon Booth | 2020-12-23 | 2 | -0/+8 |
* | | | | | | Merge topic 'tests-bump-minver' | Brad King | 2021-01-04 | 76 | -76/+79 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Tests: Bump CMake minimum required in tests to 2.8.12 | Chuck Atkins | 2020-12-23 | 76 | -76/+79 |
* | | | | | | Merge topic 'makefiles-custom_command-depfile' | Marc Chevrier | 2020-12-26 | 17 | -14/+227 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Tests: Add case for DEPFILE in add_custom_command | Marc Chevrier | 2020-12-23 | 7 | -0/+123 |
| * | | | | | | Makefiles: Add support of DEPFILE for add_custom_command | Marc Chevrier | 2020-12-23 | 11 | -14/+104 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'xcode-inherit-paths' | Craig Scott | 2020-12-24 | 3 | -0/+98 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Xcode: Generalize inheritance of project-level search paths | Brad King | 2020-12-22 | 3 | -0/+98 |
* | | | | | | Merge topic 'fc-relative-SOURCE_DIR' | Craig Scott | 2020-12-22 | 3 | -0/+9 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | FetchContent: Relative SOURCE_DIR override cannot be a hard error | Craig Scott | 2020-12-22 | 3 | -0/+9 |
* | | | | | | Merge topic 'test-ConfigSources-config' | Brad King | 2020-12-22 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | | | |||||
| * | | | | Tests: Fix ConfigSources test with empty CMAKE_BUILD_TYPE | Brad King | 2020-12-22 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge topic 'ispc_control_header_suffixes' into release-3.19 | Brad King | 2020-12-15 | 16 | -9/+91 |
| |\ \ \ | |||||
| * | | | | CMakePackageConfigHelpers: Relax restrictions on version range | Marc Chevrier | 2020-12-14 | 1 | -18/+107 |
* | | | | | Merge topic 'issue-20134' | Brad King | 2020-12-22 | 4 | -0/+57 |
|\ \ \ \ \ | |||||
| * | | | | | target_include_directories: Support AFTER option | Asit Dhal | 2020-12-19 | 4 | -0/+57 |
* | | | | | | Merge topic 'issue-15653' | Brad King | 2020-12-22 | 22 | -0/+231 |
|\ \ \ \ \ \ | |||||
| * | | | | | | file(GENERATE): Support options to manipulate file permissions | Asit Dhal | 2020-12-21 | 22 | -0/+231 |
| |/ / / / / | |||||
* | | | | | | Apple: Fix linking to frameworks that do not exist until build time | Brad King | 2020-12-21 | 4 | -0/+31 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Merge topic 'ctest-test-dir' | Brad King | 2020-12-21 | 6 | -0/+22 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Ctest: Support build tree on command line | Asit Dhal | 2020-12-17 | 6 | -0/+22 |
| | |_|/ | |/| | |