summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'file-set-build-export'Brad King2022-04-212-13/+47
|\
| * cmExportBuildFileGenerator: handle genex-wrapped source pathsBen Boeckel2022-04-181-11/+45
| * cmInstallCommand: tweak error messageBen Boeckel2022-04-161-2/+2
* | Merge topic 'cpack-dmg-sla'Brad King2022-04-208-1/+29
|\ \
| * | CPack/DMG: Do not use CPACK_RESOURCE_FILE_LICENSE for SLA by defaultBrad King2022-04-148-1/+29
* | | Merge topic 'vs-dotnet-startup-object'Brad King2022-04-206-0/+67
|\ \ \
| * | | VS: Add StartupObject property for managed .NET projectsFlorian Schweiger2022-04-126-0/+67
* | | | Merge topic 'file-set-generated-dependency'Brad King2022-04-154-0/+28
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | FILE_SET: Make INTERFACE libraries with HEADER_SETS participate in buildsystemKyle Edwards2022-04-144-0/+28
| * | Merge topic 'file-set-repr-improvements' into release-3.23Brad King2022-04-1215-36/+20
| |\ \
| * \ \ Merge topic 'correct_list-presets_parsing' into release-3.23Brad King2022-04-122-1/+16
| |\ \ \
| * \ \ \ Merge topic 'xcode-pch' into release-3.23Brad King2022-04-123-1/+19
| |\ \ \ \
* | \ \ \ \ Merge topic 'xcode-universal'Brad King2022-04-146-0/+24
|\ \ \ \ \ \
| * | | | | | Xcode: Add tests for OBJECT library per target `OSX_ARCHITECTURES`Hyper Nova Sun2022-04-126-0/+24
* | | | | | | Merge topic 'cmake_host_system_information-query-windows-registry'Brad King2022-04-1427-0/+312
|\ \ \ \ \ \ \
| * | | | | | | cmake_host_system_information: query windows registryMarc Chevrier2022-04-1327-0/+312
* | | | | | | | Merge topic 'file-set-repr-improvements'Brad King2022-04-1215-36/+20
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | cmTarget: make HEADER_SETS and INTERFACE_HEADER_SETS read-onlyBen Boeckel2022-04-1115-36/+20
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'correct_list-presets_parsing'Brad King2022-04-122-1/+16
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | cmake: --list=presets=[type] doesn't generate incorrect warningsRobert Maynard2022-04-112-1/+16
* | | | | | Merge topic 'xcode-pch'Brad King2022-04-122-0/+18
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | PCH: Fix Xcode non-pch language exclusionCristian Adam2022-04-112-0/+18
| * | | | Tests: Ignore all classes in Xcode internal objc warningsGregor Jasny2022-04-111-1/+1
* | | | | Merge topic 'check-flag-fembed-bitcode-conflict'Brad King2022-04-112-0/+22
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | CheckSourceCompiles: Avoid linker warning with -fembed-bitcodeCraig Scott2022-04-092-0/+22
* | | | Merge topic 'CheckCompilerFlag-restore-env'Brad King2022-04-082-0/+18
|\ \ \ \ | |/ / /
| * | | CheckCompilerFlag: Fix regression in locale environment preservationBrad King2022-04-072-0/+18
* | | | Merge topic 'header-sets-no-framework'Brad King2022-04-074-0/+15
|\ \ \ \ | |/ / /
| * | | FILE_SET: Forbid adding header sets to Apple FRAMEWORK librariesKyle Edwards2022-04-074-0/+15
* | | | Merge topic 'xcode-xcconfig'Brad King2022-04-058-1/+46
|\ \ \ \
| * | | | xcode: add support for xcconfig filesGregor Jasny2022-04-037-0/+45
| * | | | Tests: Ignore all classes in Xcode internal objc warningsGregor Jasny2022-04-031-1/+1
* | | | | VS: Add compiler flag table entry for -FI followed by separate argumentBrad King2022-04-013-0/+24
|/ / / /
* | | | Merge topic 'string-JSON-error-modes'Brad King2022-03-311-1/+1
|\ \ \ \
| * | | | string(JSON): fix error message on invalid modeCarlo Teubner2022-03-301-1/+1
* | | | | Merge topic 'GNUInstallDirs-revert-multiarch-prefixes'Brad King2022-03-312-4/+4
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | GNUInstallDirs: Revert "Apply Debian multiarch LIBDIR to more prefixes"Brad King2022-03-302-4/+4
| | |/ | |/|
* | | Merge topic 'verify-header-sets'Brad King2022-03-3037-0/+221
|\ \ \
| * | | FILE_SET: Add VERIFY_HEADER_SETS target propertyKyle Edwards2022-03-2937-0/+221
* | | | Merge topic 'preserve-compiler-arg1'Brad King2022-03-305-11/+20
|\ \ \ \
| * | | | Preserve CMAKE_${lang}_COMPILER_ARG1 from existing CMakeCache.txtKlein, Thorsten (BSH)2022-03-295-0/+14
| * | | | Tests: Simplify RunCMake.CompilerArgs no-clean casesBrad King2022-03-291-12/+7
* | | | | Merge topic 'framework-consumption-during-compilation'Brad King2022-03-305-0/+43
|\ \ \ \ \
| * | | | | Ensure targets which are frameworks can be used freelyMarc Chevrier2022-03-295-0/+43
| |/ / / /
* | | | | Merge topic 'set-env-var-first-run'Brad King2022-03-2910-4/+42
|\ \ \ \ \
| * | | | | CMP0132: Don't set compiler environment variables on first runCraig Scott2022-03-2910-0/+36
| * | | | | Tests: Reorder CMP0129 testCraig Scott2022-03-261-4/+6
* | | | | | Merge topic 'fix-23191'Brad King2022-03-293-1/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Trace: process else and elseif commands correctlyBraulio Valdivielso Martinez2022-03-253-1/+15
| |/ / / /
* | | | | Merge topic 'variable-link-feature-supported'Brad King2022-03-2813-1/+51
|\ \ \ \ \ | |_|/ / / |/| | | |