summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_compile
Commit message (Expand)AuthorAgeFilesLines
* Tests/RunCMake: Match dots more precisely, part 3AJIOB2025-10-2023-46/+46
* Tests/RunCMake: Match CMakeLists.txt file name more preciselyAJIOB2025-10-161-2/+2
* Tests/RunCMake: Match xxx.cmake file name more preciselyAJIOB2025-10-1644-72/+72
* Tests/RunCMake: Match CMakeLists.txt file name more preciselyHanna Rusakovich2025-10-1544-61/+61
* FASTBuild: Add generatorEduard Voronkin2025-08-261-1/+1
* cmFindCommon: always track configure log informationBen Boeckel2025-06-094-107/+38
* Tests: Match RunCMake.try_{compile,run} configure log more preciselyBrad King2025-06-091-6/+6
* cmFindBase: Create `find-v1` configure log eventsBen Boeckel2025-04-284-7/+142
* Linker configuration: rely now on CMAKE_<LANG>_LINK_MODE variable.Marc Chevrier2025-01-263-6/+0
* CMP0056: Remove support for OLD behaviorBrad King2025-01-213-75/+0
* Clarify advice given by compatibility deprecation message for CMake < 3.10Brad King2024-11-141-2/+3
* Deprecate compatibility with CMake versions older than 3.10Brad King2024-10-031-0/+7
* Tests/RunCMake: Update cmake_minimum_required versions to 3.10Brad King2024-10-032-2/+7
* Tests/RunCMake: Match diagnostic line numbers more robustlyBrad King2024-10-0326-26/+26
* try_compile: Propagating top level includes into whole-project callsCraig Scott2024-05-307-1/+124
* try_compile(): Include languages with _ or - when passing linker varsCraig Scott2024-03-224-0/+40
* Merge topic 'ninja-dev'Brad King2023-12-091-1/+5
|\
| * Tests: Update for changes to upstream ninja development versionBrad King2023-12-081-1/+5
* | Tests: Fix clang -Wstrict-prototypes warningsBrad King2023-10-262-2/+2
* | Tests: Remove redundant policy setting from RunCMake.try_{compile,run} casesBrad King2023-10-161-3/+0
|/
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2023-02-112-2/+2
* try_compile: Record propagated CMake variables in configure logBrad King2023-02-013-0/+32
* Tests: Match configure log try_compile directories more preciselyBrad King2023-01-242-10/+10
* Merge topic 'try_compile-verbose'Brad King2023-01-234-1/+25
|\
| * try_compile: Run native build tool with verbose outputBrad King2023-01-204-1/+25
* | Merge topic 'print-configure-generate-time'Brad King2023-01-203-6/+6
|\ \ | |/ |/|
| * cmake: Print configure/generate timeKyle Edwards2023-01-193-6/+6
* | Modules: Record system inspection steps in the configure logBrad King2023-01-183-6/+51
* | Tests: Avoid using CMake{Output,Error}.log filesBrad King2023-01-181-7/+16
|/
* try_compile: Record stack of in-progess checks in configure logBrad King2023-01-164-0/+22
* try_compile: Add a NO_LOG option to skip recording in the configure logBrad King2023-01-161-0/+5
* try_compile: Add optional LOG_DESCRIPTION to record in configure logBrad King2023-01-168-0/+28
* Tests: Add explicit ConfigureLog case to RunCMake.try_compileBrad King2023-01-165-0/+60
* ConfigureLog: Version individual events instead of the whole logBrad King2022-12-161-5/+2
* ConfigureLog: Log try_compile and try_run checksMatthew Woehlke2022-12-162-0/+38
* Merge topic 'try_compile-copy-config'Brad King2022-11-232-0/+9
|\
| * try_compile: Restore COPY_FILE with CMAKE_TRY_COMPILE_CONFIGURATIONBrad King2022-11-222-0/+9
| * Merge topic 'try_compile-CMP0128' into release-3.25Brad King2022-10-251-4/+5
| |\
| * \ Merge topic 'try_compile-CMP0128' into release-3.25Brad King2022-10-195-0/+66
| |\ \
* | | | Tests: Simplify RunCMake.try_compile compiler inspectionBrad King2022-10-312-0/+13
* | | | Tests: Fix logic to enable RunCMake.try_compile OBJC/OBJCXX casesBrad King2022-10-312-9/+26
* | | | Merge topic 'try_compile-CMP0128'Brad King2022-10-251-4/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | Tests: Avoid running C++11 test on GNU < 4.7Brad King2022-10-241-4/+5
| | |/ | |/|
* | | Merge topic 'try_compile-CMP0128'Brad King2022-10-195-0/+66
|\ \ \ | |/ / | | / | |/ |/|
| * try_compile: Honor CMP0128 setting in test projectBrad King2022-10-185-0/+66
* | try_compile: Report build dir with --debug-trycompileMatthew Woehlke2022-10-062-0/+22
* | try_compile: Rename SOURCE_FROM_ARG -> SOURCE_FROM_CONTENTMatthew Woehlke2022-09-306-6/+6
* | 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