summaryrefslogtreecommitdiff
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'iwyu_errors'Brad King2023-04-267-0/+18
|\
| * IWYU: Return error code if user enables error reportingAshish Sadanandan2023-04-257-0/+18
* | CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-1/+2
* | GenEx LIST: list operationsMarc Chevrier2023-04-16147-2/+1386
|/
* Merge topic 'python-file-encoding'Craig Scott2023-04-091-3/+3
|\
| * Tests: Always load presets schema as UTF-8Craig Scott2023-04-071-3/+3
* | list(): rely on cmList classMarc Chevrier2023-04-081-1/+1
|/
* Merge topic 'vs-sdk-selection'Brad King2023-04-0619-2/+176
|\
| * VS: Select Windows SDK matching WindowsSDKVersion env varBrad King2023-04-052-0/+9
| * VS: Select latest available Windows SDK version by defaultBrad King2023-04-052-0/+14
| * VS: Add support for setting WindowsTargetPlatformVersion to 10.0Brad King2023-04-051-0/+8
| * VS: Add CMAKE_GENERATOR_PLATFORM field to control Windows SDK selectionBrad King2023-04-0512-0/+106
| * VS: Parse comma-separated fields from CMAKE_GENERATOR_PLATFORMBrad King2023-04-057-0/+33
| * Tests: Teach RunCMake_TEST_FILTER to account for test variant descriptionBrad King2023-04-051-2/+6
* | Merge topic 'test-xcode-14.3'Brad King2023-04-041-0/+1
|\ \
| * | Tests: Teach RunCMake to ignore Xcode DVTCoreDeviceEnabledState warningsBrad King2023-04-041-0/+1
* | | Tests: Fix RunCMake infrastructure for LCC and CMP0129Brad King2023-04-035-12/+10
| |/ |/|
* | Merge topic 'automoc-cxx-standard'Brad King2023-03-316-0/+114
|\ \
| * | Autogen: Add target's C++ standard to moc_predef.hOrkun Tokdemir2023-03-306-0/+114
* | | Merge topic 'remove-FindPythonInterp-FindPythonLibs'Brad King2023-03-3130-0/+159
|\ \ \
| * | | FindPython{Interp,Libs}: Add policy to remove these modulesBrad King2023-03-3030-0/+159
* | | | presets: Add trace options to configure presetsArtin Alavi2023-03-3018-0/+118
|/ / /
* | | Merge topic 'presets-json-errors'Brad King2023-03-3087-104/+238
|\ \ \
| * | | presets: Improve JSON parser and error messagesMartin Duffy2023-03-2987-104/+238
* | | | install(TARGETS): Do not apply installation tweaks to NAMELINK filesBrad King2023-03-282-0/+24
* | | | Merge topic 'lint-genex'Brad King2023-03-285-8/+8
|\ \ \ \
| * | | | Add generator expression support to static code analysis hooksStefan Schober2023-03-275-8/+8
| | |/ / | |/| |
* | | | Merge topic 'crosscompiling-warn-reset'Brad King2023-03-274-0/+10
|\ \ \ \
| * | | | Warn if CMAKE_CROSSCOMPILING is true without CMAKE_SYSTEM_NAME setMartin Storsjö2023-03-244-0/+10
| |/ / /
* | | | file(GET_RUNTIME_DEPENDENCIES): Preserve casing for Windows PE binariesChristian Heimlich2023-03-235-3/+28
* | | | Tests: Add test for file(GET_RUNTIME_DEPENDENCIES) with MixedCase.dllChristian Heimlich2023-03-232-1/+5
|/ / /
* | | Merge topic 'file-REAL_PATH'Brad King2023-03-211-0/+16
|\ \ \
| * | | file(REAL_PATH): Ensure same behavior as get_filename_component(REALPATH)Marc Chevrier2023-03-201-0/+16
* | | | Merge topic 'clang-cl-showIncludes'Brad King2023-03-215-0/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Ninja: Restore detection of clang-cl showIncludes prefixYR Chen2023-03-205-0/+16
| * | | Tests: Comment RunCMake.Ninja ShowIncludes sample input languagesBrad King2023-03-201-0/+6
* | | | Merge topic 'vs-BuildInParallel'Brad King2023-03-161-6/+18
|\ \ \ \
| * | | | VS: Do not regenerate build system concurrently with CMP0147Brad King2023-03-151-6/+18
* | | | | macOS: Suppress default '-arch arm64' with CMAKE_<LANG>_COMPILER_TARGETBrad King2023-03-155-1/+27
|/ / / /
* | | | Merge topic 'recursion-limit'Brad King2023-03-1449-28/+371
|\ \ \ \
| * | | | find_package: Enforce maximum nesting depth below maximum recursion depthBrad King2023-03-136-18/+24
| * | | | Add CMAKE_MAXIMUM_RECURSION_DEPTH environment variableBrad King2023-03-1345-0/+347
| * | | | Tests: Simplify option passing to RunCMake.MaxRecursionDepth casesBrad King2023-03-091-16/+6
* | | | | Merge topic 'revert-CheckCompilerFlag-clang-argument-unused'Brad King2023-03-142-0/+18
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | CheckCompilerFlag: Revert 'Match the Clang "argument unused" output ...'Brad King2023-03-132-0/+18
| * | | | Merge topic 'GoogleTest-type-param-suite' into release-3.26Brad King2023-03-065-3/+67
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge topic 'ExternalProject-revert-install' into release-3.26Brad King2023-03-034-0/+14
| |\ \ \ \
* | | | | | FindCUDA: Disallow with CMP0147 under Visual StudioBrad King2023-03-127-0/+22
* | | | | | VS: Add policy to build custom commands concurrentlyBrad King2023-03-123-0/+48
* | | | | | Merge topic 'cxx-module-extensions'Brad King2023-03-1010-34/+29
|\ \ \ \ \ \