summaryrefslogtreecommitdiff
path: root/Tests/Module/WriteCompilerDetectionHeader
Commit message (Expand)AuthorAgeFilesLines
* Tests: Update for the FujitsuClang compilerYuichiro Utsumi2021-03-311-2/+2
* Tests: Update for the Fujitsu compilerChuck Atkins2021-03-311-2/+2
* Tests: Update Module.WriteCompilerDetectionHeader for IntelLLVMBrad King2021-01-281-2/+2
* Tests: Update tests for NVHPC compilerTin Huynh2021-01-271-2/+2
* Clang: For MSVC ABI do not use modes older than C++14Brad King2019-07-241-3/+1
* Tests: fix failures with gnu mode clang on windowsZsolt Parragi2019-05-241-1/+3
* CompileFeatures: Now able to presume full language level supportRobert Maynard2019-04-091-4/+8
* Tests: Fix Module.WriteCompilerDetectionHeader for Intel on WindowsBrad King2019-02-141-1/+2
* Tests: Teach tests when to treat clang-cl as MSVCZsolt Parragi2019-02-111-3/+3
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-015-25/+25
* WCDH: introduce BARE_FEATURESRolf Eike Beer2018-04-032-1/+37
* CompileFeatures: Makes tests work with meta-feature onlyChuck Atkins2017-05-291-1/+12
* WriteCompilerDetectionHeader: fix STATIC_ASSERTDaniel Pfeifer2017-03-062-0/+6
* Tests/Module/WCDH: only use -Werror=undef compiler flag if actually supportedRolf Eike Beer2017-02-021-1/+5
* Tests/Module/WCDH: write multi_file_compiler_detection.h before using itRolf Eike Beer2017-02-021-11/+11
* Tests/Module/WCDH: make it work with only C features definedRolf Eike Beer2017-01-301-51/+51
* WCDH: optionally omit error code for unknown compilers or compiler versionsRolf Eike Beer2017-01-301-1/+29
* Revise C++ coding style using clang-formatKitware Robot2016-05-163-20/+24
* WCDH: Add Intel to list of supported compilersRobert Maynard2016-04-281-5/+9
* Revert topic 'compiler-features-solaris'Brad King2015-10-081-2/+1
* Tests: Suppress WriteCompilerDetectionHeader failure on SunProBrad King2015-09-301-1/+2
* Features: Fix C90 feature detection.Stephen Kelly2015-02-043-0/+80
* Features: Record for MSVC 2010-2015Robert Maynard2015-01-301-2/+13
* WCDH: Test that no C compiler features are defined for CXX compiler.Stephen Kelly2015-01-192-0/+8
* WCDH: Fix the C_STANDARD property in the tests.Stephen Kelly2015-01-191-1/+1
* Merge topic 'GNU-4.4-compile-features'Brad King2015-01-191-6/+8
|\
| * Features: Wrap failure-test in UNIX condition.Stephen Kelly2015-01-181-6/+8
* | Features: Record for SolarisStudio 12.4.Stephen Kelly2015-01-171-3/+4
|/
* Revert topic 'feature_record_msvc'Brad King2015-01-141-14/+2
* Features: Enable writing of MSVC compiler feature header.Robert Maynard2015-01-111-2/+14
* Features: Quote all compiler names when comparing with COMPILER_IDRobert Maynard2015-01-111-7/+7
* Features: Record for AppleClang 5.1Stephen Kelly2014-12-221-4/+6
* Merge topic 'WCDH-multi-file'Brad King2014-11-264-23/+58
|\
| * WCDH: Make it possible to generate multiple files.Stephen Kelly2014-11-244-23/+58
* | WCDH: Make the header -Wundef safe for the C language.Stephen Kelly2014-11-252-0/+14
|/
* Features: Add compiler version support to WriteCompilerDetectionHeader.Stephen Kelly2014-06-092-0/+19
* Features: Record for Clang 3.4Stephen Kelly2014-05-201-2/+3
* Features: Extend concept to C language.Stephen Kelly2014-05-151-2/+3
* Add the WriteCompilerDetectionHeader module.Stephen Kelly2014-05-142-0/+98