summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler
Commit message (Expand)AuthorAgeFilesLines
* Compiler/IAR: search for both IAR's binaries * and *.exeLorenzo Cappelletti2021-07-201-8/+24
* ARMClang: Fix regression in check for working compilerLingkai Dong2021-07-141-11/+6
* IAR: Use placeholders in linker and archiver rulesJean-Marc Hengen2021-07-081-7/+7
* IntelLLVM: Fix C/C++ standard level flags on WindowsBrad King2021-07-072-10/+2
* FujitsuClang: Change LTO option from -flto=thin to -fltoYuichiro Utsumi2021-06-291-0/+3
* FujitsuClang: Set CMAKE_<LANG>_COMPILER_AR and CMAKE_<LANG>_COMPILER_RANLIBYuichiro Utsumi2021-06-291-0/+6
* Fujitsu: Add IPO support for FortranPaul Zehner2021-06-241-0/+10
* AppleClang: Add flags for C17 and C23Brad King2021-06-161-1/+11
* ObjectiveC: Add C17 and C23 supportGregor Jasny2021-06-112-1/+27
* HIP: Automatically inject the `hip::device` runtime targetRobert Maynard2021-06-072-0/+8
* HIP: Add language to CMakeRobert Maynard2021-06-073-0/+77
* ROCMClang: Add the ROCm toolkit derived clang compiler to CMakeRobert Maynard2021-06-078-0/+85
* Merge topic 'msvc_cxx20_23'Brad King2021-06-022-4/+20
|\
| * Clang/MSVC: C++20 final flag, C++23 supportRaul Tambre2021-05-291-3/+12
| * MSVC: C++20 final flag, C++23 supportRaul Tambre2021-05-291-1/+8
| * Merge topic 'nvhpc-ninja-depfile' into release-3.20Brad King2021-05-192-0/+18
| |\
* | | OpenWatcom: Add infrastructure to link to object filesBrad King2021-05-291-0/+1
* | | BinUtils: Find linker and librarian for OpenWatcomBrad King2021-05-271-5/+5
* | | Compiler/TI: Restore response file usage for linkerJosef Angstenberger2021-05-251-5/+4
* | | Merge topic 'nvhpc-ninja-depfile'Brad King2021-05-192-0/+18
|\ \ \ | | |/ | |/|
| * | NVHPC: Support Ninja dependency scanningRobert Maynard2021-05-182-0/+10
| * | NVHPC: Support explicit language flagsRobert Maynard2021-05-182-0/+8
* | | Merge topic 'cpp23_gcc'Brad King2021-05-111-2/+7
|\ \ \ | | |/ | |/|
| * | GNU: C++23 supportRaul Tambre2021-05-101-0/+2
| * | GNU: Final C++20 flagsRaul Tambre2021-05-101-1/+4
| * | GNU: C++17 default versionRaul Tambre2021-05-101-1/+1
| |/
* | Modules: Fix typos and spelling in comments of generated codeJosef Angstenberger2021-05-071-1/+1
* | Fujitsu: Make explicit Fortran preprocessing under Ninja more robustEisuke Kawashima2021-05-061-1/+1
* | Merge topic 'intel-2021'Brad King2021-04-291-7/+16
|\ \ | |/
| * Intel: Update Classic compiler version detection for 2021Brad King2021-04-281-7/+16
* | Merge topic 'ARMClang-cpu-arch-flags'Brad King2021-04-281-26/+46
|\ \
| * | ARMClang: Do not automatically add cpu/arch compile or link optionsLingkai Dong2021-04-271-26/+46
| * | ARMClang: Separate cpu/arch flags from preceding flagsBrad King2021-04-271-3/+3
* | | CUDA: Add CMAKE_CUDA_HOST_COMPILER support on Windows non-VS generatorsunknown2021-04-221-9/+5
|/ /
* | Fujitsu: Fix C90 standard flagsPaul Zehner2021-04-141-3/+3
* | Merge topic 'cuda-depfile-ccbin'Brad King2021-04-081-1/+9
|\ \ | |/
| * Makefiles: Fix dependency extraction with CUDA < 10.2 and host compilerBrad King2021-04-071-1/+9
* | FujitsuClang: Add support for the Fujitsu compiler in Clang modeChuck Atkins2021-03-315-1/+33
* | Fujitsu: Add support for the Fujitsu compiler in Trad modeChuck Atkins2021-03-305-1/+132
* | Merge topic 'cray-fortran'Brad King2021-03-081-0/+4
|\ \ | |/
| * Cray: Enable explicit Fortran preprocessing for Ninja generatorBrad King2021-03-051-0/+4
* | Merge topic 'android-r22'Brad King2021-03-031-1/+1
|\ \ | |/
| * Android: Do not use gold for ndk >= r22Haibo Huang2021-03-031-1/+1
* | IntelLLVM: C17 supportRaul Tambre2021-02-251-3/+7
* | GNU: C23 supportRaul Tambre2021-02-251-0/+5
* | GNU: C17 supportRaul Tambre2021-02-251-1/+6
* | Clang: Default C standard doesn't depend on compatibility modeRaul Tambre2021-02-251-5/+1
* | Clang: Set standard flags according to frontend variantRaul Tambre2021-02-251-1/+1
* | Clang: MSVC-style C flagsRaul Tambre2021-02-251-4/+14
* | Clang: C23 supportRaul Tambre2021-02-251-0/+5