| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | file(GENERATE): Restore INPUT|CONTENT parse checking | Evan Wilde | 2023-08-07 | 4 | -0/+10 |
|
|
* | | | | | Merge topic 'cxxmodules-try-compile' | Brad King | 2023-08-07 | 19 | -10/+86 |
|\ \ \ \ \ |
|
| * | | | | | cmExperimental: recycle the C++ modules API UUID | Ben Boeckel | 2023-07-31 | 10 | -10/+10 |
|
|
| * | | | | | cmCoreTryCompile: use the source type context for source files | Ben Boeckel | 2023-07-31 | 9 | -0/+76 |
|
|
* | | | | | | Merge topic 'set-CACHE-diagnostics' | Brad King | 2023-08-07 | 4 | -0/+25 |
|\ \ \ \ \ \ |
|
| * | | | | | | set: Improve diagnostics for CACHE mode | Jeremy | 2023-08-02 | 4 | -0/+25 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge branch 'backport-revert-vs-show-cmake-files' | Brad King | 2023-08-02 | 7 | -255/+11 |
|\ \ \ \ \ \
| |/ / / / /
|/| | / / /
| | |/ / /
| |/| | | |
|
| * | | | | VS: Revert "Add CMake input files to ZERO_CHECK" | Brad King | 2023-08-02 | 7 | -255/+11 |
|
|
* | | | | | Merge topic 'xcode-embed-resources' | Brad King | 2023-08-01 | 8 | -2/+49 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Xcode: Add embed resources support | halx99 | 2023-07-31 | 8 | -2/+49 |
|
|
* | | | | | Tests/RunCMake/property_init: test 'with_exports' properties | Ben Boeckel | 2023-07-29 | 2 | -0/+52 |
|
|
* | | | | | Tests/RunCMake/property_init: test 'with_commands' properties | Ben Boeckel | 2023-07-29 | 2 | -0/+14 |
|
|
* | | | | | Tests/RunCMake/property_init: test 'with_artifact' properties | Ben Boeckel | 2023-07-29 | 2 | -0/+20 |
|
|
* | | | | | Tests/RunCMake/property_init: test 'shared_library' properties | Ben Boeckel | 2023-07-29 | 2 | -0/+13 |
|
|
* | | | | | Tests/RunCMake/property_init: test 'pic_targets' properties | Ben Boeckel | 2023-07-29 | 2 | -0/+22 |
|
|
* | | | | | Tests/RunCMake/property_init: test 'normal' properties | Ben Boeckel | 2023-07-29 | 2 | -0/+11 |
|
|
* | | | | | Tests/RunCMake/property_init: test 'non_imported' properties | Ben Boeckel | 2023-07-29 | 2 | -0/+12 |
|
|
* | | | | | Tests/RunCMake/property_init: test 'normal_non_imported' properties | Ben Boeckel | 2023-07-29 | 2 | -0/+10 |
|
|
* | | | | | Tests/RunCMake/property_init: test 'linkable' properties | Ben Boeckel | 2023-07-29 | 2 | -0/+13 |
|
|
* | | | | | Tests/RunCMake/property_init: test 'library_with_artifact' properties | Ben Boeckel | 2023-07-29 | 2 | -0/+11 |
|
|
* | | | | | Tests/RunCMake/property_init: add `per_config` table builder helper | Ben Boeckel | 2023-07-29 | 1 | -0/+35 |
|
|
* | | | | | Tests/RunCMake/property_init: test 'imported' properties | Ben Boeckel | 2023-07-29 | 2 | -0/+10 |
|
|
* | | | | | Tests/RunCMake/property_init: test 'executable' properties | Ben Boeckel | 2023-07-29 | 2 | -0/+26 |
|
|
* | | | | | Tests/RunCMake/property_init: test 'can_compile' properties | Ben Boeckel | 2023-07-29 | 2 | -0/+275 |
|
|
* | | | | | Tests/RunCMake/property_init: test 'always' properties | Ben Boeckel | 2023-07-29 | 2 | -0/+17 |
|
|
* | | | | | Tests/RunCMake/property_init: add a function to test properties | Ben Boeckel | 2023-07-29 | 1 | -0/+57 |
|
|
* | | | | | Tests/RunCMake/property_init: add functions to make example targets | Ben Boeckel | 2023-07-29 | 4 | -1/+58 |
|
|
* | | | | | Tests/RunCMake/property_init: add a function to parse property tables | Ben Boeckel | 2023-07-29 | 1 | -0/+29 |
|
|
* | | | | | Tests/RunCMake/property_init: add a function to check a property | Ben Boeckel | 2023-07-29 | 1 | -0/+24 |
|
|
* | | | | | Tests/RunCMake/property_init: add skeleton for testing | Ben Boeckel | 2023-07-29 | 3 | -0/+8 |
| |_|/ /
|/| | | |
|
* | | | | find_library(): Add support for .xcframework | Kyle Edwards | 2023-07-28 | 2 | -0/+15 |
|
|
* | | | | Merge topic 'xcframework-target-link-libraries' | Kyle Edwards | 2023-07-27 | 75 | -0/+275 |
|\ \ \ \ |
|
| * | | | | macOS: Add support for linking against .xcframework folders | Kyle Edwards | 2023-07-26 | 75 | -0/+275 |
|
|
* | | | | | Merge topic 'jobserver-fix' | Brad King | 2023-07-26 | 3 | -13/+50 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | add_custom_{command,target}: Teach JOB_SERVER_AWARE about WORKING_DIRECTORY | Chris Mahoney | 2023-07-25 | 3 | -13/+50 |
|
|
* | | | | | exec_program(): Remove by policy CMP0153 | Kyle Edwards | 2023-07-25 | 12 | -0/+32 |
|
|
* | | | | | Merge topic 'fix-ctest-timeout-regression' | Brad King | 2023-07-25 | 2 | -0/+13 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | CTest: Fix regression in calculating test timeout | Kyle Edwards | 2023-07-24 | 2 | -0/+13 |
|
|
* | | | | | Merge topic 'file-REAL_PATH-relative' | Brad King | 2023-07-24 | 11 | -0/+89 |
|\ \ \ \ \ |
|
| * | | | | | file(REAL_PATH): resolve symlinks before '..' components | Robert Maynard | 2023-07-20 | 11 | -0/+89 |
|
|
* | | | | | | Merge topic 'dyndep-module-info-objlib-dependency' | Brad King | 2023-07-24 | 5 | -0/+39 |
|\ \ \ \ \ \
| | |/ / / /
| |/| / / /
| |_|/ / /
|/| | | | |
|
| * | | | | Tests/RunCMake/CXXModules: add a test for issue #25112 | Ben Boeckel | 2023-07-22 | 5 | -0/+39 |
|
|
* | | | | | Merge topic 'command-job-server-aware' | Brad King | 2023-07-20 | 8 | -1/+297 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | add_custom_{target,command}: Add argument JOB_SERVER_AWARE | Chris Mahoney | 2023-07-19 | 8 | -1/+297 |
|
|
* | | | | | Merge topic 'imported-implib-only' | Brad King | 2023-07-19 | 6 | -8/+17 |
|\ \ \ \ \ |
|
| * | | | | | cmTarget: Add a way to represent imported shared library stubs | Robert Maynard | 2023-07-18 | 6 | -8/+17 |
|
|
* | | | | | | LINK_OPTIONS: ensure correct dollar escaping | Marc Chevrier | 2023-07-17 | 4 | -1/+10 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Merge topic 'find_library-simplify-regex' | Brad King | 2023-07-14 | 2 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | find_library: Improve regex readability in --debug-find output | Thomas Schenker | 2023-07-13 | 2 | -2/+2 |
|
|
* | | | | | | cmExperimental: refresh the C++ modules UUID | Ben Boeckel | 2023-07-13 | 10 | -10/+10 |
|
|