summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | | GNU: Correct C23 flagsRaul Tambre2021-07-211-2/+2
* | | | Merge topic 'iar-binutils'Brad King2021-07-232-86/+0
|\ \ \ \ | | |/ / | |/| |
| * | | IAR: Moved search logic to BinUtils.Jean-Marc Hengen2021-07-232-86/+0
| |/ /
| * | Merge topic 'iar-exe-suffix' into release-3.21Brad King2021-07-201-2/+2
| |\ \
* | \ \ Merge topic 'iar-exe-suffix'Brad King2021-07-201-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Compiler/IAR: Avoid clobbering CMAKE_EXECUTABLE_SUFFIXLorenzo Cappelletti2021-07-201-2/+2
* | | | Merge topic 'iar-host-exe'Brad King2021-07-201-8/+24
|\ \ \ \ | | |/ / | |/| |
| * | | Compiler/IAR: search for both IAR's binaries * and *.exeLorenzo Cappelletti2021-07-201-8/+24
| |/ /
* | | Merge topic 'armlink_armar_detection'Brad King2021-07-141-11/+6
|\ \ \ | |/ /
| * | ARMClang: Fix regression in check for working compilerLingkai Dong2021-07-141-11/+6
* | | Merge topic 'LWYU-externalization'Brad King2021-07-121-1/+1
|\ \ \
| * | | PGI: Fix "LINKER:" prefix generated separatorMarc Chevrier2021-07-091-1/+1
* | | | Merge topic 'iar-linker-placeholder'Brad King2021-07-081-7/+7
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | IAR: Use placeholders in linker and archiver rulesJean-Marc Hengen2021-07-081-7/+7
* | | Merge topic 'intel-oneapi-std-windows'Brad King2021-07-082-10/+2
|\ \ \ | |/ /
| * | IntelLLVM: Fix C/C++ standard level flags on WindowsBrad King2021-07-072-10/+2
* | | Merge topic 'fujitsu-clang-findbinutils'Brad King2021-06-302-0/+9
|\ \ \ | |/ /
| * | 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
* | | Merge topic 'fujitsu-ipo'Brad King2021-06-251-0/+10
|\ \ \ | |/ /
| * | Fujitsu: Add IPO support for FortranPaul Zehner2021-06-241-0/+10
* | | Compiler/MSVC: use the `-external:I` flag for system includesBen Boeckel2021-06-182-0/+12
|/ /
* | 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