summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
...
* | | COMPILE_DEFINITIONS property: ensure leading -D is removed in all casesMarc Chevrier2022-12-1311-0/+83
* | | Merge topic 'file-make-directory-descriptive-errors'Brad King2022-12-094-0/+14
|\ \ \
| * | | file(MAKE_DIRECTORY): Provide a more descriptive error messageTerence Noone2022-12-084-0/+14
* | | | Merge topic 'vs-version-var'Brad King2022-12-082-0/+3
|\ \ \ \
| * | | | VS: Add a variable to report the Visual Studio version build numberBrad King2022-12-072-0/+3
| |/ / /
* | | | Tests: Teach RunCMake.FindBoost to avoid finding an external BoostBrad King2022-12-071-0/+4
|/ / /
* | | Merge topic 'vs-dotnet-sdk-xaml-resx'Brad King2022-12-079-0/+351
|\ \ \
| * | | VS: Add Xaml and Resx files to .Net SDK style projectsQuentin Berthet2022-12-069-0/+351
* | | | Merge topic 'clang-tidy-export-fixes-dir'Brad King2022-12-0712-0/+191
|\ \ \ \
| * | | | clang-tidy: add <LANG>_CLANG_TIDY_EXPORT_FIXES_DIR propertyKyle Edwards2022-12-0612-0/+191
| |/ / /
* | | | cmake: Stop parsing after `--` when detecting script modeRobert Maynard2022-12-062-0/+11
* | | | Merge topic 'cxx-module-map-clang'Brad King2022-12-061-1/+1
|\ \ \ \
| * | | | cmCxxModuleMapper: support the `clang` module map formatBen Boeckel2022-12-021-1/+1
* | | | | Tests: Enable RunCMake.file-GET_RUNTIME_DEPENDENCIES linux cases on XLBrad King2022-12-022-2/+5
| |/ / / |/| | |
* | | | Merge topic 'file-GET_RUNTIME_DEPENDENCIES-transitive-rpath'Brad King2022-12-026-3/+84
|\ \ \ \
| * | | | file(GET_RUNTIME_DEPENDENCIES): propagate transitive parent's rpathAlex Lapenkou2022-12-026-0/+83
| * | | | Tests: Simplify RunCMake.file-GET_RUNTIME_DEPENDENCIES case cleaningBrad King2022-11-291-3/+1
* | | | | cmExperimental: recycle C++20 module support UUIDBen Boeckel2022-12-018-8/+8
* | | | | Tests/RunCMake/CXXModules: add support for Visual StudioBen Boeckel2022-12-012-0/+8
* | | | | Tests/RunCMake/CXXModules: split out collation-requiring testsBen Boeckel2022-12-011-1/+5
* | | | | Tests/RunCMake/CXXModules: factor out generator support detectionBen Boeckel2022-12-011-3/+8
* | | | | Tests/RunCMake/CXXModules: update `NoDyndepSupport` for VS2019 and olderBen Boeckel2022-12-011-0/+5
* | | | | Tests/RunCMake/CXXModules: catch VS circular error messageBen Boeckel2022-12-011-1/+1
* | | | | Tests/RunCMake/CXXModules: mask scanning checks without controlBen Boeckel2022-12-017-21/+38
| |/ / / |/| | |
* | | | cmTargetPropCommandBase: Restore ArgumentFlags enum value bool logicCraig Scott2022-11-274-0/+9
* | | | Merge topic 'cxxmodule-module-support-tweaks'Brad King2022-11-232-2/+2
|\ \ \ \
| * | | | Tests/RunCMake/CXXModules: mark IMPORTED targets as INTERFACEBen Boeckel2022-11-212-2/+2
* | | | | Merge topic 'try_compile-copy-config'Brad King2022-11-232-0/+9
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | try_compile: Restore COPY_FILE with CMAKE_TRY_COMPILE_CONFIGURATIONBrad King2022-11-222-0/+9
* | | | | Merge topic 'XCode-XCODE_LINK_BUILD_PHASE_MODE-and-LINK_LIBRARY-genex'Brad King2022-11-234-8/+74
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | XCode: ensure LINK_LIBRARY genex is usable with XCODE_LINK_BUILD_PHASE_MODEMarc Chevrier2022-11-224-8/+74
| |/ / /
* | | | Merge topic 'find_dependency-dedup'Brad King2022-11-228-0/+31
|\ \ \ \
| * | | | find_dependency: Avoid repeating identical dependency searchesBrad King2022-11-181-5/+0
| * | | | Tests: Add case covering transitive find_dependency callsBrad King2022-11-188-0/+36
* | | | | Merge topic 'custom-command-comment-genex'Brad King2022-11-226-0/+35
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | add_custom_{command,target}: add genex support for COMMENTPeter Würth2022-11-196-0/+35
| |/ / /
* | | | Merge topic 'xcode-ios-extensionkit'Brad King2022-11-217-0/+72
|\ \ \ \
| * | | | Xcode: Allow bundling extensionkit extensionsRussell Greene2022-11-187-0/+72
| |/ / /
* | | | Merge topic 'cxx-scanning-properties'Brad King2022-11-218-0/+125
|\ \ \ \
| * | | | cxxmodules: add properties to control scanningBen Boeckel2022-11-188-0/+125
| | |_|/ | |/| |
* | | | Merge topic 'test-file-download'Brad King2022-11-2153-57/+179
|\ \ \ \ | |_|/ / |/| | |
| * | | Tests: Honor CMake_TEST_NO_NETWORK in RunCMake.file-DOWNLOADBrad King2022-11-182-2/+5
| * | | Tests: Move CMake.FileDownload cases into RunCMake.file-DOWNLOADBrad King2022-11-1816-0/+106
| * | | Tests: Factor out common helper in RunCMake.file-DOWNLOAD casesBrad King2022-11-1810-27/+34
| * | | Tests: Factor out a RunCMake.file-DOWNLOAD testBrad King2022-11-1732-25/+31
| |/ /
* | | Merge topic 'file-COPY_FILE-retry'Brad King2022-11-182-0/+11
|\ \ \
| * | | file(COPY_FILE): Add option to retry on Windows if input access failsBrad King2022-11-172-0/+11
| |/ /
* | | Merge topic 'ninja-swiftmodule-no-exe'Brad King2022-11-184-0/+13
|\ \ \
| * | | Ninja: Avoid re-linking a Swift executable on every buildEvan Wilde2022-11-174-0/+13
* | | | Merge topic 'build-local-interface-genex'Brad King2022-11-186-0/+72
|\ \ \ \