summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge topic 'modules-depends-via-target-objects'Brad King2023-10-318-1/+68
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Fortran: Restore support for TARGET_OBJECTS providing modulesBen Boeckel2023-10-307-0/+67
| * | | | | Tests/ObjectLibrary: fix commentBen Boeckel2023-10-271-1/+1
* | | | | | 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 'debugger-function-name-in-stacktrace'Brad King2023-10-272-0/+34
|\ \ \ \ \ \
| * | | | | | Debugger: report function name in DAP stackframesDmitry.Neverov2023-10-262-0/+34
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'fix-Wstrict-prototypes'Brad King2023-10-27271-330/+330
|\ \ \ \ \ \
| * | | | | | Tests: Fix clang -Wstrict-prototypes warningsBrad King2023-10-26271-330/+330
| | |_|/ / / | |/| | | |
* | | | | | 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
| |\ \ \
| * \ \ \ Merge topic 'cxxmodules-export-fileset-info' into release-3.28Brad King2023-10-176-4/+29
| |\ \ \ \
| * \ \ \ \ Merge topic 'execute_process-output_file-directory' into release-3.28Brad King2023-10-176-0/+22
| |\ \ \ \ \
* | | | | | | CMAKE_PROJECT_INCLUDE: Allow to run module filesCristian Le2023-10-184-0/+49
* | | | | | | Merge topic 'project-include-multiple'Brad King2023-10-1820-22/+72
|\ \ \ \ \ \ \
| * | | | | | | CMAKE_PROJECT_INCLUDE: Add support for including multiple filesCristian Le2023-10-1820-22/+72
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge topic 'cxxmodules-vs-no-synthetic-targets'Brad King2023-10-186-1/+47
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Tests/CXXModules: test Visual Studio synthetic target errorBen Boeckel2023-10-176-1/+47
* | | | | | Merge topic 'try_compile-alias-targets'Brad King2023-10-171-1/+86
|\ \ \ \ \ \
| * | | | | | try_compile: Add support for using ALIAS targetsCristian Le2023-10-161-0/+85
| * | | | | | Add missing `OUTPUT` in ExportImport testCristian Le2023-10-161-1/+1
* | | | | | | Merge topic 'try_compile-linker-language'Brad King2023-10-177-7/+58
|\ \ \ \ \ \ \
| * | | | | | | try_{compile,run}: add LINKER_LANGUAGE optionscivision2023-10-165-1/+58
| * | | | | | | Tests: Remove redundant policy setting from RunCMake.try_{compile,run} casesBrad King2023-10-162-6/+0
* | | | | | | | Merge topic 'cxxmodules-export-fileset-info'Brad King2023-10-176-4/+29
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | cxxmodules: include `INCLUDES DESTINATION` directoriesBen Boeckel2023-10-166-4/+29
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'execute_process-output_file-directory'Brad King2023-10-176-0/+22
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | execute_process(): Restore opening files relative to WORKING_DIRECTORYKyle Edwards2023-10-166-0/+22
* | | | | | | Merge topic 'Tests-NinjaPrivateDeps-error-message'Brad King2023-10-171-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Tests/NinjaPrivateDeps: fix error message for Build-PrivateFileSet-checkBen Boeckel2023-10-161-1/+1
| | |/ / / | |/| | |
* | | | | Merge topic 'linker-user-selection'Brad King2023-10-1617-0/+170
|\ \ \ \ \
| * | | | | Add options to specify linker toolMarc Chevrier2023-10-1317-0/+170
| | |_|/ / | |/| | |
* | | | | Merge topic 'revert-autogen-exe-per-config'Brad King2023-10-1615-458/+29
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Autogen: Revert "AUTO*_EXECUTABLE: add support for per-config values"Orkun Tokdemir2023-10-1312-418/+7
| * | | Tests: Revert "NinjaMultiConfig: Update tests for the new dependency change"Orkun Tokdemir2023-10-133-40/+22
| |/ /
| * | Merge topic 'cxxmodules-try_compile' into release-3.28Brad King2023-10-113-0/+26
| |\ \
* | \ \ Merge topic 'cxxmodules-try_compile'Brad King2023-10-113-0/+26
|\ \ \ \ | | |/ / | |/| |