summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler
Commit message (Expand)AuthorAgeFilesLines
* Modules: Collapse consecutive whitespace in stringsDaan De Meyer2020-03-232-2/+2
* Merge topic 'gnu-as'Brad King2020-03-161-0/+6
|\
| * ASM: Fix executable link lines with GNU 'as' tool as CMAKE_ASM_COMPILERBrad King2020-03-131-0/+2
| * ASM: Fix depfile flags for GNU 'as' toolBrad King2020-03-131-0/+4
* | Merge topic 'cuda_language'Brad King2020-03-131-0/+2
|\ \
| * | CUDA: Abstract language flag to compiler modulesRaul Tambre2020-03-111-0/+2
| |/
* | Merge topic 'apple-clang-flags-c++17'Brad King2020-03-122-2/+8
|\ \ | |/ |/|
| * Apple Clang: add flags for C++17 standardMarc Chevrier2020-03-122-2/+8
| * Merge topic 'cuda-non-device-link' into release-3.17Brad King2020-02-251-1/+1
| |\
* | | TI: Fix C toolchain command-linesOliver Blasius2020-03-091-2/+6
* | | XL: Fix using Fortran modules from their output directoryBrad King2020-02-281-0/+1
* | | Merge topic 'cuda-non-device-link'Brad King2020-02-251-1/+1
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'backport-cuda-non-device-link'Brad King2020-02-241-1/+1
| |\
| | * Ninja: Do not use nvcc response files with non-nvcc toolsFrancisco Facioni2020-02-241-1/+1
* | | PCH: Clang: Update PCH usage flags to include original headerSergey Larin2020-02-241-1/+1
|/ /
* | Merge topic 'clang-tidy-driver-mode'Brad King2020-01-286-0/+15
|\ \
| * | clang-tidy: Add driver mode argumentHanjiang Yu2020-01-276-0/+15
* | | Merge topic 'QNX_CMAKE_SYSROOT'Brad King2020-01-281-0/+3
|\ \ \
| * | | QNX: Add support for CMAKE_SYSROOTStephen Kelly2020-01-271-0/+3
| |/ /
* | | CUDA: Add abstraction for cuda runtime selectionRobert Maynard2020-01-271-0/+5
|/ /
* | Merge topic 'nag-submodule'Brad King2020-01-161-0/+2
|\ \
| * | Fortran: Add support for NAG Fortran submodulesNeil Carlson2020-01-151-0/+2
* | | Merge topic 'objc-visibility-inlines'Brad King2020-01-133-7/+5
|\ \ \
| * | | ObjC: Add VISIBLITY_INLINES_HIDDEN supportCristian Adam2020-01-103-7/+5
| |/ /
* | | CUDA: Fix compiler option version checks for nvcc 10.2.19Raul Tambre2020-01-031-2/+2
* | | CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) supportRobert Maynard2019-12-102-6/+63
* | | Merge topic 'cuda_updates_for_10.2'Brad King2019-12-091-0/+23
|\ \ \
| * | | CUDA: get header deps from compiler invocation when possibleRobert Maynard2019-11-291-0/+7
| * | | CUDA: forward unknown flags to host compiler when possible.Robert Maynard2019-11-291-0/+16
* | | | Merge topic 'pch-xcode-no-warning'Brad King2019-12-052-2/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | PCH: Do not add #pragma system_header for Xcode generatorCristian Adam2019-12-042-2/+6
| * | Merge topic 'revert-FindBinUtils-ask-compiler' into release-3.16Brad King2019-11-081-16/+10
| |\ \
* | | | XL: Add support for Ninja and XL FortranBrad King2019-11-212-0/+33
* | | | Merge topic 'revert-FindBinUtils-ask-compiler'Brad King2019-11-081-16/+10
|\ \ \ \ | | |/ / | |/| |
| * | | FindBinUtils: Revert "Use the compiler to get the path to compiler tools"Brad King2019-11-071-16/+10
* | | | Merge topic 'objc-pch'Brad King2019-11-051-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | PCH: Add support for OBJC/OBJCXX languagesCristian Adam2019-11-031-0/+2
| |/ /
* | | Refactor: Use added message types in various modulesAlex Turbov2019-11-021-3/+3
|/ /
* | IAR: Add 8051 supportMicael Borgefeldt2019-10-115-2/+19
* | IAR: Fix v850 assembler support file extensionsMicael Borgefeldt2019-10-111-1/+1
* | PCH: Use clang's own pch functionality instead of the GCC emulationCristian Adam2019-10-031-0/+3
* | Merge topic 'objective-c-cxx'Brad King2019-09-306-0/+158
|\ \
| * | Languages: Add support for Objective-C++Steve Wilson2019-09-283-0/+117
| * | Languages: Add support for Objective-CSteve Wilson2019-09-283-0/+41
* | | Merge topic 'FindBinUtils-ask-compiler'Brad King2019-09-271-10/+16
|\ \ \ | |/ / |/| |
| * | FindBinUtils: Use the compiler to get the path to compiler toolsIsuru Fernando2019-09-271-10/+16
* | | IAR: Add v850 assembler supportNico Mueller2019-09-231-0/+5
|/ /
* | IAR: Add v850 supportNico Mueller2019-09-164-2/+12
* | Ninja: Pass preprocessor definitions when compiling with Intel FortranBrad King2019-09-031-0/+2
* | Precompile headers: Add methods to generate PCH sourcesCristian Adam2019-08-283-0/+17