summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
| * C: Compile when possible with explicit `C` language flag setRobert Maynard2020-06-096-0/+12
* | CUDA: Teach CMake that NVCC 11 supports cuda_std_17Robert Maynard2020-06-101-0/+11
|/
* CUDA: Fix Clang depfile flags when simulating MSVCRaul Tambre2020-06-081-0/+3
* ARMClang: allow fallback to -march and correct setting of --cpu flagsOsama Moharam2020-06-031-10/+57
* Merge topic 'armclang-armlink'Brad King2020-06-031-2/+14
|\
| * ARMClang: Add support for armlinkOsama Moharam2020-06-021-2/+14
* | Merge branch 'backport-3.17-pch-no-Fortran' into pch-no-FortranBrad King2020-06-022-13/+17
|\ \ | |/ |/|
| * PCH: Do not enable GNU or Intel PCH settings for FortranBrad King2020-06-022-11/+15
* | ASM: Fix preprocessor definition flags for GNU 'as' toolKyle Edwards2020-06-011-0/+1
* | Update links to gitlab.kitware.com repos to add `-/`Brad King2020-05-261-1/+1
* | Merge topic 'fortran-preprocess-property'Brad King2020-05-2212-0/+37
|\ \
| * | Fortran: Add Fortran_PREPROCESS propertyPeter Hill2020-05-2112-0/+37
* | | Merge branch 'backport-cuda-default-runtime' into cuda-default-runtimeBrad King2020-05-221-1/+0
|\ \ \ | | |/ | |/|
| * | CUDA: Compute CMAKE_CUDA_RUNTIME_LIBRARY default from toolchainRobert Maynard2020-05-211-1/+0
* | | CUDA: Add support for Clang compilerRaul Tambre2020-05-152-0/+29
| |/ |/|
* | OpenWatcom: Organize and update C/C++ toolchain command linesJiri Malak2020-04-281-20/+22
* | OpenWatcom: Move non-Windows settings to Modules/CompilerJiri Malak2020-04-283-0/+118
* | Merge topic 'ti-compilers-fix-cxx'Brad King2020-04-211-2/+5
|\ \
| * | Compiler/TI: Fix C++ toolchain command-linesAlekseev Alexey2020-04-181-2/+5
| * | Compiler/TI: Fix linker command line for C++Alekseev Alexey2020-04-181-1/+1
* | | CUDA: Device linking use now link optionsMarc Chevrier2020-04-191-0/+5
* | | CUDA: Add information for LINKER: pattern translationMarc Chevrier2020-04-192-0/+18
|/ /
* | GNU: Disable depfiles in try-compile mode only for GCCRaul Tambre2020-04-071-1/+2
* | CUDA: Refactor PTX compilation flag into compiler modulesRaul Tambre2020-04-071-0/+1
* | Clang: Refactor CXX standard flags into __compiler_clang_cxx_standards()Raul Tambre2020-04-073-186/+122
* | Merge topic 'xl-cxx14'Brad King2020-04-011-1/+7
|\ \ | |/
| * XL: Add comment clarifying why we pretend it has full C++11/14 supportBrad King2020-03-311-0/+6
| * XL: C++14 language level flags are only available on LinuxBrad King2020-03-311-1/+1
* | Merge topic 'pch-warn-invalid'Brad King2020-03-272-4/+6
|\ \
| * | PCH: add an option to disable `-Winvalid-pch`Cristian Adam2020-03-262-4/+6