summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge topic 'unity-build-objc'Brad King2023-10-277-1/+111
|\ \ \ \
| * | | | Unity: Enable UNITY_BUILD for OBJC and OBJCXX filesRob Raguet-Schofield2023-10-267-1/+111
* | | | | Merge topic 'fix-Wstrict-prototypes'Brad King2023-10-2762-77/+77
|\ \ \ \ \
| * | | | | Tests: Fix clang -Wstrict-prototypes warningsBrad King2023-10-2662-77/+77
| | |/ / / | |/| | |
* | | | | Merge topic 'hint-about-missing-extension-on-windows'Brad King2023-10-269-12/+24
|\ \ \ \ \
| * | | | | cmGlobalGenerator: hint about missing extensions on WindowsBen Boeckel2023-10-249-12/+24
| | |_|_|/ | |/| | |
* | | | | Merge topic 'iar-nightly'Brad King2023-10-2612-0/+177
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | IAR: Add tests covering IAR toolchainsFelipe Torrezan2023-10-2312-0/+177
| | |/ / | |/| |
* | | | Merge topic 'misc-warnings'Brad King2023-10-241-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix clang -Wstrict-prototypes by making main take void instead of nothingSean McBride2023-10-201-1/+1
* | | | Merge topic 'ninja-better-order-depends'Brad King2023-10-236-1/+72
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | cmNinjaTargetGenerator: do not order-depend on C++ module sourcesBen Boeckel2023-10-206-1/+72
| * | Merge topic 'cxxmodules-vs-no-synthetic-targets' into release-3.28Brad King2023-10-186-1/+47
| |\ \