summaryrefslogtreecommitdiff
path: root/Tests/TryCompile
Commit message (Expand)AuthorAgeFilesLines
* Tests: Bump CMake minimum required in tests to 3.5Brad King2023-03-012-2/+2
* Tests: Fix TryCompile bad source case for clang-cl 15 on WindowsBrad King2022-11-101-1/+1
* Tests: Move TryCompile check module cases to RunCMake.Check*Brad King2022-10-061-144/+0
* try_compile: Rename SOURCE_FROM_ARG -> SOURCE_FROM_CONTENTMatthew Woehlke2022-09-301-5/+5
* try_compile: Add NO_CACHE option (also try_run)Matthew Woehlke2022-09-281-0/+52
* try_compile: Add SOURCE_FROM_FILEMatthew Woehlke2022-09-221-0/+6
* Tests: Clean up and simplify TryCompile testsMatthew Woehlke2022-09-223-46/+29
* try_compile: Add SOURCE_FROM_{ARG,VAR}Matthew Woehlke2022-09-221-0/+42
* try_compile: Add PROJECT keyword-dispatched signatureMatthew Woehlke2022-09-141-1/+10
* try_compile: Add keyword-dispatched signatureMatthew Woehlke2022-09-052-240/+282
* try_compile: Clean up testsMatthew Woehlke2022-08-181-36/+10
* try_run: Add RUN_OUTPUT_STDOUT_VARIABLE and RUN_OUTPUT_STDERR_VARIABLE.Patrick Northon2022-07-082-1/+30
* messages: remove screamake from comments and errorsBen Boeckel2022-04-251-1/+1
* Tests: Use idiomatic try_compile calls in TryCompile testBrad King2022-02-162-18/+18
* LCC: Add policy CMP0129 regarding interpreting LCC as GNUmakise-homura2021-10-211-0/+3
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-1/+1
* Merge topic 'check_cxx_compiler_flag_no_normal_variable'Brad King2021-07-081-0/+10
|\
| * Check*CompilerFlag: Do not set result as a normal variable tooRobert Maynard2021-07-081-0/+10
* | Tests: bump cmake_minimum_required version to 2.8.12Rolf Eike Beer2021-04-052-2/+2
|/
* Add a test to verify '\' handling in CHECK_CXX_SOURCE_COMPILESRobert Maynard2020-09-231-0/+4
* Makefiles: Do not use '\#' escape sequence with Windows-style make toolsBrad King2020-04-151-1/+1
* ObjC: Add try_compile supportCristian Adam2019-11-093-0/+24
* Languages: Add support for Objective-C++Steve Wilson2019-09-281-20/+46
* Languages: Add support for Objective-CSteve Wilson2019-09-281-1/+29
* try_compile: Restore expansion of ;-list in COMPILE_DEFINITIONSBrad King2019-02-152-0/+39
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-1/+1
* Various typo fixesLuz Paz2018-01-041-2/+2
* Use string(APPEND) in TestsDaniel Pfeifer2016-07-281-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-168-19/+31
* Drop Visual Studio 6 generatorBrad King2016-03-091-3/+1
* Avoid if() quoted auto-dereferenceBen Boeckel2014-10-201-2/+2
* Merge topic 'try_compile-COPY_FILE_ERROR'Brad King2013-07-151-0/+17
|\
| * try_compile: Add COPY_FILE_ERROR option to capture failureBrad King2013-07-151-0/+17
* | try_compile: Escape CMAKE_<lang>_FLAGS in test projects (#14268)Brad King2013-07-152-0/+22
|/
* try_compile: Add signature to allow multiple SOURCESBrad King2013-06-065-0/+23
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-35/+35
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-128/+128
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-133-13/+13
* Tests: Added test for check_prototype_definition.Andreas Schneider2011-03-181-0/+13
* CheckCCompilerFlag: Strict signature of 'main' (#11615)Brad King2010-12-161-0/+6
* Avoid PathScale cmd-line bug in TryCompile testBrad King2010-01-251-2/+8
* Add more coverage and use the ARGS option of try_runBill Hoffman2009-10-282-0/+33
* Fix CHECK_(C|CXX)_COMPILER_FLAG macro testBrad King2009-09-181-2/+2
* Test CHECK_(C|CXX)_COMPILER_FLAG macrosBrad King2009-09-171-1/+9
* No /fast targets in try_compile project modeBrad King2009-08-044-3/+9
* Fix recursive try_compile callsBrad King2009-08-031-0/+9
* Test try_compile project modeBrad King2009-08-032-0/+11
* ENH: remove test that does not work on all compilersBill Hoffman2008-07-161-32/+0
* ENH: add a test for bug 7316Bill Hoffman2008-07-151-0/+33
* ENH: preclean some warningsKen Martin2008-03-251-0/+1