summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'correct_msvc_cuda_flag_warning'Brad King2020-10-271-4/+11
|\
| * CUDA: Use MSVC version to determine supported C++ standard levelsRobert Maynard2020-10-261-4/+11
* | IAR: Use .o object file extension with IAR-Ilink toolchainsFelipe Torrezan2020-10-151-0/+1
|/
* Intel: Add Intel Clang compiler identificationHarini Chilamantula2020-09-291-0/+7
* CUDA: Clang separable compilationRaul Tambre2020-09-242-0/+2
* Intel: Add Intel DPC++ compiler identificationHarini Chilamantula2020-09-221-0/+7
* Compiler/TI: Add std options for C++14Josef Angstenberger2020-09-201-4/+22
* Compiler/TI: Add std options for C++98Josef Angstenberger2020-09-201-0/+51
* Compiler/TI: Add std options for C11Josef Angstenberger2020-09-201-0/+11
* Compiler/TI: Check default C standardJosef Angstenberger2020-09-202-0/+19
* Compiler/TI: Check compiler version for C99 supportJosef Angstenberger2020-09-201-4/+35
* Compiler/TI: Fix definition of std optionsJosef Angstenberger2020-09-201-4/+4
* Compiler/TI: Avoid generic variable name in macroJosef Angstenberger2020-09-201-8/+7
* Clang: use -imsvc for system include dirs when running on WindowsAndrew Fuller2020-09-161-0/+1
* Merge topic 'armclang-fixes'Brad King2020-09-111-2/+3
|\
| * ARMClang: Fix link line generation after addition of armlink supportMarc Chevrier2020-09-101-2/+3
* | Merge topic 'pch-instantiate-templates'Brad King2020-09-101-0/+3
|\ \
| * | PCH: Template instantiation supportTobias Hieta2020-09-021-0/+3
* | | Merge topic 'ios-pch-x-lang-header'Brad King2020-09-091-1/+6
|\ \ \ | | |/ | |/|
| * | PCH: Mark CMake PCH source files as -x <lang>-headerCristian Adam2020-09-041-1/+6
| * | Merge topic 'cuda-std-for-msvc' into release-3.18Brad King2020-08-261-4/+6
| |\ \
* | | | ARMClang: Pass defines to assemblerHugues Kamba2020-09-011-1/+1
* | | | Merge topic 'ispc_lang_support'Brad King2020-09-011-0/+22
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add ISPC compiler support to CMakeRobert Maynard2020-08-281-0/+22
* | | | Merge topic 'cuda-std-for-msvc'Brad King2020-08-261-4/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | CUDA: Support setting CUDA14/17 when using MSVCRobert Maynard2020-08-241-4/+6
* | | | Merge topic 'msvc_static_assert'Brad King2020-08-252-3/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | MSVC: Record support for c_static_assertRaul Tambre2020-08-202-3/+5
| |/ /
* | | Merge topic 'msvc_c11'Brad King2020-08-122-12/+33
|\ \ \ | |/ / | | / | |/ |/|
| * MSVC: Record support for C11 and c_restrictRaul Tambre2020-08-112-12/+33
* | Merge topic 'clang-msvc-cxx-std'Brad King2020-07-301-5/+5
|\ \ | |/
| * Clang: Fix fallback compile features when simulating old MSVC versionsBrad King2020-07-291-5/+5
| * Merge topic 'intel-c++20' into release-3.18Brad King2020-06-291-0/+10
| |\
* | \ Merge topic 'pgi-no-A'Brad King2020-07-231-4/+4
|\ \ \
| * | | PGI: Remove -A from the C++ flags we use when CXX_EXTENSIONS is OFFTin Huynh2020-07-221-4/+4
* | | | Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-222-2/+2
|/ / /
* | | Compiler/TI: Avoid response file usage for linkerJosef Angstenberger2020-07-141-1/+5
* | | Compiler/TI: Add compiler flags to linkerJosef Angstenberger2020-07-141-1/+1
* | | Compiler/TI: Avoid usage of ranlibJosef Angstenberger2020-07-141-0/+1
* | | Compiler/TI: Sync ASM settings to C/CXXJosef Angstenberger2020-07-141-6/+2
* | | Compiler/TI: Refactor C/CXX to use a common fileJosef Angstenberger2020-07-143-31/+39
* | | Merge branch 'backport-intel-c++20' into intel-c++20Brad King2020-06-261-0/+10
|\ \ \ | | |/ | |/|
| * | Intel: Add flags for C++20Brad King2020-06-261-0/+10
* | | Merge topic 'armclang-typo'Brad King2020-06-181-1/+1
|\ \ \ | | |/ | |/|
| * | ARMClang: Fix typo in -Xlinker flagOsama Moharam2020-06-181-1/+1
| |/
* | Merge topic 'clang_cxx20'Brad King2020-06-151-1/+8
|\ \ | |/
| * Clang: Record Clang 6.0+ as fully supporting C++17Raul Tambre2020-06-131-0/+4
| * Clang: Add final C++20 flag for Clang 11.0+Raul Tambre2020-06-131-1/+4
* | Merge topic 'add_explicit_lang_flag_to_compile_object_rule'Brad King2020-06-1112-3/+24
|\ \ | |/ |/|
| * CXX: Compile when possible with explicit `Cxx` language flag setRobert Maynard2020-06-096-3/+12