summaryrefslogtreecommitdiffstats
path: root/src/Detect.cxx
Commit message (Expand)AuthorAgeFilesLines
* Detect: Add MSVC target triple componentBrad King2020-04-271-0/+3
* Update documentation and comments to use https links where possibleBrad King2020-02-131-1/+1
* Port to LLVM/Clang Git master as of 2020-02-13 (6c73246179)Brad King2020-02-131-1/+1
* Detect: Drop detected predefined macros conflicting with Clang'sBrad King2019-07-151-4/+12
* Detect: Fix GNU builtin include directory detection on ppc64Brad King2019-07-151-1/+5
* Revise C++ coding style using clang-format-6.0Kitware Robot2019-04-081-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-11-101-51/+41
* Remove `//------...` horizontal separator commentsBrad King2016-11-101-7/+0
* RunClang: Adopt logic to add fake __float128 builtinBrad King2016-01-251-16/+0
* castxml: Allow --castxml-cc-<id> to detect C language settingsBrad King2015-09-181-10/+18
* Detect: Avoid use of KWSys SystemTools::FileExistsBrad King2015-08-201-3/+2
* Detect: Avoid use of KWSys SystemTools::SplitBrad King2015-08-201-6/+8
* Detect: Avoid use of KWSys SystemTools::GetEnvBrad King2015-08-201-1/+2
* Detect: Avoid use of KWSys SystemTools::ConvertToUnixSlashesBrad King2015-08-201-2/+3
* Output: Further hide our __float128 struct from generated xmlBrad King2015-06-241-1/+1
* Detect: Improve target triple selectionBrad King2015-04-161-15/+13
* Detect: Provide __float128 when simulating GNU compilersBrad King2015-02-251-0/+16
* Detect: Use local variable to simplify fixPredefines logicBrad King2015-02-251-4/+5
* Detect: Do not use Clang builtin include dir with --castxml-cc-msvcBrad King2015-02-111-2/+0
* Detect: Drop detected predefined macros starting in '__has'Brad King2015-02-041-0/+18
* Detect: Use Clang builtin include dir even with --castxml-cc-<id>Brad King2015-02-041-0/+12
* Detect: Recognize framework include directories on OS XBrad King2014-04-161-1/+13
* Detect settings from MSVC-like compilersBrad King2014-02-261-3/+46
* Detect settings from GNU-like compilersBrad King2014-02-141-5/+101
* Add --castxml-cc-<id> option to specify compiler commandBrad King2014-02-141-0/+34