summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fileapi-file-sets-base-dirs-relative'Brad King2023-11-202-5/+5
|\
| * fileapi: Fix file sets' base directories relative to top sourceKyle Edwards2023-11-172-5/+5
| * Tests: Always load presets schema as UTF-8Craig Scott2023-05-301-3/+3
* | Merge topic 'ctest-cleanup'Brad King2023-11-208-15/+76
|\ \
| * | cmCTestMultiProcessHandler: Stop searching for tests when limit is reachedBrad King2023-11-175-0/+55
| * | Tests: Cover ctest waiting on insufficient non-zero spare test-loadBrad King2023-11-175-15/+21
* | | Merge topic 'ci-fedora-39'Brad King2023-11-204-4/+4
|\ \ \
| * \ \ Merge branch 'backport-ci-fedora-39' into ci-fedora-39Brad King2023-11-174-4/+4
| |\ \ \ | | |/ / | |/| |
| | * | codespell: Fix typosBrad King2023-11-174-4/+4
* | | | Merge topic 'swift-compilation-mode'Brad King2023-11-1913-8/+57
|\ \ \ \ | |/ / / |/| | |
| * | | Tests: Update Swift tests to use CMP0157 NEW behaviorEvan Wilde2023-11-175-0/+5
| * | | Swift: Add abstraction for compilation modeEvan Wilde2023-11-177-0/+46
| * | | Tests: Simplify RunCMake.Swift conditions to enable use of SwiftBrad King2023-11-172-8/+6
* | | | CMakePackageConfigHelpers: Add generate_apple_platform_selection_file()Kyle Edwards2023-11-156-0/+39
* | | | install(EXPORT): Add ability to point to .xcframework fileKyle Edwards2023-11-1515-0/+164
* | | | Merge topic 'export-find_dependency-calls'Brad King2023-11-1427-0/+331
|\ \ \ \
| * | | | FetchContent: Set CMAKE_EXPORT_FIND_PACKAGE_NAMEKyle Edwards2023-11-136-0/+110
| * | | | install(EXPORT): Export find_dependency() callsKyle Edwards2023-11-1321-0/+221
| |/ / /
* | | | Merge topic 'genex-fix-short-circuit'Brad King2023-11-142-0/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | cmGeneratorExpressionNode: Fix short-circuit logicMartin Duffy2023-11-132-0/+5
* | | Merge topic 'make-test-depend-on-all'Brad King2023-11-1310-0/+38
|\ \ \
| * | | Optionally make `test` target depend on `all`William Sciaroni2023-11-104-0/+9
| * | | Tests: Add case to verify that 'make test' does not 'make all'Brad King2023-11-107-0/+29
* | | | Merge topic 'link-deduplicate-libs'Brad King2023-11-13115-24/+480
|\ \ \ \
| * | | | Link step: Enable to configure deduplication of librariesMarc Chevrier2023-11-09115-24/+480
| |/ / /
* | | | ctest_empty_binary_directory: Report more detail in failure messageBrad King2023-11-096-0/+24
|/ / /
* | | Merge topic 'static-library-link-xcframework'Brad King2023-11-073-0/+12
|\ \ \ | |/ /
| * | Xcode: Fix linking against .xcframework from static librariesKyle Edwards2023-11-063-0/+12
* | | Merge topic 'vs-CharacterSet'Brad King2023-11-073-0/+69
|\ \ \
| * | | VS: Consider macros with values when determining CharacterSetDeniz Bahadir2023-11-063-0/+69
* | | | Merge topic 'Ninja-use-depslog'Brad King2023-11-0714-1/+359
|\ \ \ \ | |/ / / |/| | |
| * | | cmTransformDepfile: warn when a depfile is not written toBen Boeckel2023-11-011-0/+4
| * | | Tests/Ninja*/CustomCommandDepfile: check that deps are in the databaseBen Boeckel2023-11-0112-0/+354
| * | | Tests/RunCMake/Ninja: fix subdir prefix checkBen Boeckel2023-10-231-1/+1
* | | | Merge topic 'cmake-E-cat-stdin'Brad King2023-11-063-0/+13
|\ \ \ \
| * | | | cmake -E cat: Add ability to print standard inputKyle Edwards2023-11-033-0/+13
* | | | | Merge topic 'cmsystemtools-runsinglecommand-stdin'Kyle Edwards2023-11-034-1/+8
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | cmSystemTools::RunSingleCommand(): Pass stdin to child processKyle Edwards2023-11-024-1/+8
| * | | Merge topic 'cxxmodules-cmp0155-graceful-fallback-without-scanner' into relea...Brad King2023-11-015-13/+14
| |\ \ \
| * \ \ \ Merge topic 'cxxmodules-ninja-forced-rsp-files' into release-3.28Brad King2023-10-303-0/+51
| |\ \ \ \
* | \ \ \ \ Merge topic 'if-check-file-permissions'Brad King2023-11-023-1/+171
|\ \ \ \ \ \
| * | | | | | if(): add operators IS_READABLE, IS_WRITABLE and IS_EXECUTABLE.Marc Chevrier2023-11-013-1/+171
* | | | | | | Merge topic 'cxxmodules-cmp0155-graceful-fallback-without-scanner'Brad King2023-11-015-13/+14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | CMP0155: ignore scanning for sources if no scanner is availableBen Boeckel2023-11-015-13/+14
* | | | | | Merge topic 'cxxmodules-ninja-forced-rsp-files'Brad King2023-10-303-0/+51
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Tests/CXXModules: test forced rsp files with ninjaBen Boeckel2023-10-283-0/+51
| |/ / / /
* | | | | Merge topic 'cmp0153-suggestion'Brad King2023-10-302-1/+4
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | CMP0153: Add suggestion to use execute_process()Kyle Edwards2023-10-272-1/+4
| |/ / /
* | | | Merge topic 'cpack-archive-dedup'Brad King2023-10-275-0/+93
|\ \ \ \
| * | | | CPack: Avoid adding duplicate files to archive when combining componentsAtılhan Emre Dursunoğlu2023-10-265-0/+93