summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | file(GENERATE): Restore INPUT|CONTENT parse checkingEvan Wilde2023-08-074-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactoring in commit bff468c988 (cmFileCommand: Use cm::optional for keyword argument presence, 2022-06-30, v3.25.0-rc1~512^2) accidentally broke the check that the input argument is either `INPUT` or `CONTENT`. The check is supposed to fail when arguments are passed in the wrong order. For example: file(GENERATE OUTPUT ... TARGET <target> CONTENT <content>) Prior to this fix, the input method would be CONTENT, but because the first parsed keyword is not `CONTENT`, `inputIsContent` would be false. The first parsed keyword isn't INPUT either, so we would not continue into the error condition. CMake would then try to handle this as an input file, when there isn't one, resulting in uninitialized memory usage and segfaults or corruption later on. Fixes: #25169
* | | | | Merge topic 'cxxmodules-try-compile'Brad King2023-08-0719-10/+86
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be53c75852 cmExperimental: recycle the C++ modules API UUID deb1c3cbd5 cmCoreTryCompile: forward module-related binutils variables b768d293c5 cmCoreTryCompile: use the source type context for source files 93993c7ad4 cmArgumentParser: support storing a context value with parsing c9ca5f6326 cmCoreTryCompile: parse `SOURCES_TYPE` argument 07551f35de cmCoreTryCompile: use `target_sources` for `try_compile` targets aad9033b56 cmExperimental: support forwarding associated variables to `try_compile` f6cf433256 cmExperimental: only forward C++ module support to non-ABI checks ... Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8639
| * | | | | cmExperimental: recycle the C++ modules API UUIDBen Boeckel2023-07-3110-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | `try_compile` and `try_run` now support C++ modules.
| * | | | | cmCoreTryCompile: use the source type context for source filesBen Boeckel2023-07-319-0/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add a test to `RunCMake/CXXModules` to test `try_compile` with C++ modules. Fixes: #25097
* | | | | | Merge topic 'set-CACHE-diagnostics'Brad King2023-08-074-0/+25
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 20c23518d9 set: Improve diagnostics for CACHE mode Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8679
| * | | | | | set: Improve diagnostics for CACHE modeJeremy2023-08-024-0/+25
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve `set()` diagnostics to be more specific than given invalid arguments for CACHE mode
* | | | | | Merge branch 'backport-revert-vs-show-cmake-files'Brad King2023-08-027-255/+11
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | VS: Revert "Add CMake input files to ZERO_CHECK"Brad King2023-08-027-255/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit df58dbb0e9 (VS: Add CMake input files to ZERO_CHECK, 2023-03-19, v3.27.0-rc1~157^2), projects that specify the same file both as input to `configure_file` and as the `MAIN_DEPENDENCY` of a custom command fail to configure. Revert the change pending further investigation. Add a test case demonstrating the problem. Issue: #24557 Fixes: #25149
* | | | | Merge topic 'xcode-embed-resources'Brad King2023-08-018-2/+49
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e40d2cb3af Xcode: Add embed resources support Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Acked-by: Deal <halx99@live.com> Merge-request: !8632
| * | | | Xcode: Add embed resources supporthalx992023-07-318-2/+49
| | | | |
* | | | | Tests/RunCMake/property_init: test 'with_exports' propertiesBen Boeckel2023-07-292-0/+52
| | | | |
* | | | | Tests/RunCMake/property_init: test 'with_commands' propertiesBen Boeckel2023-07-292-0/+14
| | | | |
* | | | | Tests/RunCMake/property_init: test 'with_artifact' propertiesBen Boeckel2023-07-292-0/+20
| | | | |
* | | | | Tests/RunCMake/property_init: test 'shared_library' propertiesBen Boeckel2023-07-292-0/+13
| | | | |
* | | | | Tests/RunCMake/property_init: test 'pic_targets' propertiesBen Boeckel2023-07-292-0/+22
| | | | |
* | | | | Tests/RunCMake/property_init: test 'normal' propertiesBen Boeckel2023-07-292-0/+11
| | | | |
* | | | | Tests/RunCMake/property_init: test 'non_imported' propertiesBen Boeckel2023-07-292-0/+12
| | | | |
* | | | | Tests/RunCMake/property_init: test 'normal_non_imported' propertiesBen Boeckel2023-07-292-0/+10
| | | | |
* | | | | Tests/RunCMake/property_init: test 'linkable' propertiesBen Boeckel2023-07-292-0/+13
| | | | |
* | | | | Tests/RunCMake/property_init: test 'library_with_artifact' propertiesBen Boeckel2023-07-292-0/+11
| | | | |
* | | | | Tests/RunCMake/property_init: add `per_config` table builder helperBen Boeckel2023-07-291-0/+35
| | | | |
* | | | | Tests/RunCMake/property_init: test 'imported' propertiesBen Boeckel2023-07-292-0/+10
| | | | |
* | | | | Tests/RunCMake/property_init: test 'executable' propertiesBen Boeckel2023-07-292-0/+26
| | | | |
* | | | | Tests/RunCMake/property_init: test 'can_compile' propertiesBen Boeckel2023-07-292-0/+275
| | | | |
* | | | | Tests/RunCMake/property_init: test 'always' propertiesBen Boeckel2023-07-292-0/+17
| | | | | | | | | | | | | | | | | | | | All targets get these targets initialized.
* | | | | Tests/RunCMake/property_init: add a function to test propertiesBen Boeckel2023-07-291-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This function consumes a property table and tests against every kind of target: those for which the initialization happens and those that should ignore them. Also add a function that can build the pairs of target type lists required.
* | | | | Tests/RunCMake/property_init: add functions to make example targetsBen Boeckel2023-07-294-1/+58
| | | | |
* | | | | Tests/RunCMake/property_init: add a function to parse property tablesBen Boeckel2023-07-291-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tables will be triples of property / value / alias value. Parsing is a bit tricky, but is easier when `foreach (IN ZIP_LISTS)` with the values in their distinct list.
* | | | | Tests/RunCMake/property_init: add a function to check a propertyBen Boeckel2023-07-291-0/+24
| | | | |
* | | | | Tests/RunCMake/property_init: add skeleton for testingBen Boeckel2023-07-293-0/+8
| |_|/ / |/| | |
* | | | find_library(): Add support for .xcframeworkKyle Edwards2023-07-282-0/+15
| | | | | | | | | | | | | | | | Issue: #21752
* | | | Merge topic 'xcframework-target-link-libraries'Kyle Edwards2023-07-2775-0/+275
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7050ac56a1 macOS: Add support for linking against .xcframework folders 93ed53790c bootstrap: Unconditionally build libjsoncpp Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8619
| * | | | macOS: Add support for linking against .xcframework foldersKyle Edwards2023-07-2675-0/+275
| | | | | | | | | | | | | | | | | | | | Issue: #21752
* | | | | Merge topic 'jobserver-fix'Brad King2023-07-263-13/+50
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3825d6ec98 add_custom_{command,target}: Teach JOB_SERVER_AWARE about WORKING_DIRECTORY Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8644
| * | | | add_custom_{command,target}: Teach JOB_SERVER_AWARE about WORKING_DIRECTORYChris Mahoney2023-07-253-13/+50
| | | | | | | | | | | | | | | | | | | | Issue: #16273
* | | | | exec_program(): Remove by policy CMP0153Kyle Edwards2023-07-2512-0/+32
| | | | |
* | | | | Merge topic 'fix-ctest-timeout-regression'Brad King2023-07-252-0/+13
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 0e8584c89c CTest: Fix regression in calculating test timeout Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8647
| * | | | CTest: Fix regression in calculating test timeoutKyle Edwards2023-07-242-0/+13
| | | | | | | | | | | | | | | | | | | | Fixes: #25120
* | | | | Merge topic 'file-REAL_PATH-relative'Brad King2023-07-2411-0/+89
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6b5f2dbbfe file(REAL_PATH): resolve symlinks before '..' components Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8605
| * | | | | file(REAL_PATH): resolve symlinks before '..' componentsRobert Maynard2023-07-2011-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously REAL_PATH would collapse paths before resolving any symlinks so if `..` crossed a symlink the output from `REAL_PATH` would be wrong. It looked like REAL_PATH did this by mistake since it was a side-effect of ensuring we had an absolute path before resolving symlinks.
* | | | | | Merge topic 'dyndep-module-info-objlib-dependency'Brad King2023-07-245-0/+39
|\ \ \ \ \ \ | | |/ / / / | |/| / / / | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | b665966933 cmComputeLinkInformation: track OBJECT library dependencies a99b87a628 Tests/RunCMake/CXXModules: add a test for issue #25112 2870a67540 Tests/FortranOnly: add a test case for issue #25112 Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8645
| * | | | Tests/RunCMake/CXXModules: add a test for issue #25112Ben Boeckel2023-07-225-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | Add a test case for C++ `OBJECT` libraries providing modules to consumers.
* | | | | Merge topic 'command-job-server-aware'Brad King2023-07-208-1/+297
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 95941fd990 add_custom_{target,command}: Add argument JOB_SERVER_AWARE Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8547
| * | | | add_custom_{target,command}: Add argument JOB_SERVER_AWAREChris Mahoney2023-07-198-1/+297
| | | | | | | | | | | | | | | | | | | | Issue: #16273
* | | | | Merge topic 'imported-implib-only'Brad King2023-07-196-8/+17
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7351d590ee cmTarget: Add a way to represent imported shared library stubs 83574a4772 GeneratorExpression: Expand testing of imported location resolution b75ff51947 Testing: Map RelWithDebInfo config in GeneratorExpression test Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Jason Juang <jasjuang@gmail.com> Merge-request: !8582
| * | | | | cmTarget: Add a way to represent imported shared library stubsRobert Maynard2023-07-186-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shared library stubs can be used for linking, but not at runtime. Their role is similar to import libraries on Windows, so represent their location with the `IMPORTED_IMPLIB` target property. Fixes: #24940
* | | | | | LINK_OPTIONS: ensure correct dollar escapingMarc Chevrier2023-07-174-1/+10
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Ensure correct escaping for Ninja and Makefile generators. Fixes: #25049
* | | | | Merge topic 'find_library-simplify-regex'Brad King2023-07-142-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f60e921262 find_library: Improve regex readability in --debug-find output Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8618
| * | | | | find_library: Improve regex readability in --debug-find outputThomas Schenker2023-07-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If there is only one possible library prefix/suffix, omit the capture group around it in the debug output.
* | | | | | cmExperimental: refresh the C++ modules UUIDBen Boeckel2023-07-1310-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The transitive support for Clang is a change in support for the ecosystem.