summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Tests: Remove stray debugging flag from RunCMake.CheckCompilerFlag caseBrad King2022-10-051-1/+1
|/ / /
* | | Merge topic 'ci-intel-compiler'Brad King2022-10-041-0/+1
|\ \ \
| * | | Tests: Teach RunCMake to ignore Intel Classic compiler deprecation warningsBrad King2022-10-031-0/+1
* | | | Merge topic 'xcode-ios-objects'Brad King2022-10-042-0/+30
|\ \ \ \
| * | | | Tests: Add case covering XCODE_EMIT_EFFECTIVE_PLATFORM_NAME=OFF for iOSBrad King2022-10-032-0/+30
| |/ / /
* | | | Merge topic 'try_compile-rename-source_from_arg'Brad King2022-10-046-6/+6
|\ \ \ \ | |/ / / |/| | |
| * | | try_compile: Rename SOURCE_FROM_ARG -> SOURCE_FROM_CONTENTMatthew Woehlke2022-09-306-6/+6
* | | | Merge topic 'ci-xcode-14.0'Brad King2022-10-035-29/+53
|\ \ \ \ | | |/ / | |/| |
| * | | Tests: Update RunCMake.XcodeProject iOS cases for Xcode 14.0Brad King2022-09-305-29/+53
* | | | Merge topic 'xcode-build-layout'Brad King2022-09-304-0/+11
|\ \ \ \
| * | | | Xcode: Fix "clean" operation under the "new build system"Brad King2022-09-294-0/+11
* | | | | Tests: Test more CMakeTest*Compiler.cmake fallbacksBrad King2022-09-2910-0/+46
| |_|/ / |/| | |
* | | | Merge topic 'compiler-tests'Brad King2022-09-2911-0/+36
|\ \ \ \ | |/ / / |/| | |
| * | | Tests: Test CMakeTest*Compiler.cmake fallbacksMatthew Woehlke2022-09-2811-0/+36
* | | | Merge topic 'vs11-deprecate'Brad King2022-09-284-0/+12
|\ \ \ \
| * | | | Deprecate Visual Studio 11 2012 generatorBrad King2022-09-274-0/+12
| * | | | Tests: Drop unused files from RunCMake.CommandLineBrad King2022-09-272-0/+0
| |/ / /
* | | | Merge topic 'cmake-presets-workflow'Brad King2022-09-2850-0/+514
|\ \ \ \ | |/ / / |/| | |
| * | | cmake: Add --workflow modeKyle Edwards2022-09-2750-0/+514
* | | | Merge topic 'remove-vs10-generator'Brad King2022-09-273-14/+1
|\ \ \ \
| * | | | Drop Visual Studio 10 2010 generatorBrad King2022-09-263-14/+1
| |/ / /
* | | | Merge topic 'add_subdirectory_system'Brad King2022-09-2731-0/+118
|\ \ \ \
| * | | | add_subdirectory: Add SYSTEM optionDa Quexian2022-09-2631-0/+118
* | | | | Merge topic 'ctest_ninja_full_output'Brad King2022-09-276-1/+43
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | ctest: only report make-level errors when no others are foundZack Galbreath2022-09-266-1/+43
* | | | Merge topic 'cmake-presets-package-more-doc-fixes'Brad King2022-09-266-0/+44
|\ \ \ \
| * | | | Tests: Add test for --list-presets=allKyle Edwards2022-09-232-0/+19
| * | | | Tests: Add test for cpack --list-presetsKyle Edwards2022-09-234-0/+25
* | | | | Merge topic 'try_compile-source-from'Brad King2022-09-2313-0/+29
|\ \ \ \ \
| * | | | | try_compile: Add SOURCE_FROM_FILEMatthew Woehlke2022-09-224-0/+7
| * | | | | try_compile: Add SOURCE_FROM_{ARG,VAR}Matthew Woehlke2022-09-2210-0/+22
* | | | | | Merge topic 'modernize-build-self'Brad King2022-09-232-7/+11
|\ \ \ \ \ \
| * | | | | | Build: Modernize some `foreach` calls to use `IN LISTS`/`IN ITEMS`Alex Turbov2022-09-222-7/+11
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'cdo-consider-dots'Brad King2022-09-233-0/+6
|\ \ \ \ \ \
| * | | | | | CMakeDependentOption: allow in depends the use of .Vicente Adolfo Bolea Sanchez2022-09-213-0/+6
| |/ / / / /
* | | | | | Genex LINK_LIBRARY: Add support for framework with postfixMarc Chevrier2022-09-213-0/+42
|/ / / / /
* | | | | Merge topic 'try_compile-more-consistent-errors'Brad King2022-09-202-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | try_compile: Improve error message consistencyMatthew Woehlke2022-09-162-2/+2
* | | | | Merge topic 'add-try_compile-test-documentation'Brad King2022-09-192-0/+18
|\ \ \ \ \
| * | | | | Tests: document try_{compile,run} old/new signature testingMatthew Woehlke2022-09-152-0/+18
* | | | | | Merge topic 'improve-try_compile-arg-error'Brad King2022-09-193-3/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | try_compile: More useful error if insufficient argumentsMatthew Woehlke2022-09-153-3/+3
| |/ / / /
* | | | | Merge topic 'try_compile-new-project-signature'Brad King2022-09-1619-0/+51
|\ \ \ \ \
| * | | | | try_compile: Add PROJECT keyword-dispatched signatureMatthew Woehlke2022-09-1419-0/+51
* | | | | | Merge topic 'xcode-lib-dirs'Brad King2022-09-163-0/+25
|\ \ \ \ \ \
| * | | | | | Xcode: Do not append per-config suffixes to library search pathsMikko Sivulainen2022-09-153-0/+25
| |/ / / / /
* | | | | | Merge topic 'fphsa-no-version-var'Brad King2022-09-163-0/+5
|\ \ \ \ \ \
| * | | | | | FPHSA: Fix regression when VERSION_VAR is missingBrad King2022-09-153-0/+5
| | |/ / / / | |/| | | |
* | | | | | cmake --list-presets: List package as a valid optionKyle Edwards2022-09-153-0/+5
|/ / / / /
* | | | | Merge topic 'fix-try_compile-tests'Brad King2022-09-153-3/+9
|\ \ \ \ \