index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
Compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compiler/IAR: search for both IAR's binaries * and *.exe
Lorenzo Cappelletti
2021-07-20
1
-8/+24
*
ARMClang: Fix regression in check for working compiler
Lingkai Dong
2021-07-14
1
-11/+6
*
IAR: Use placeholders in linker and archiver rules
Jean-Marc Hengen
2021-07-08
1
-7/+7
*
IntelLLVM: Fix C/C++ standard level flags on Windows
Brad King
2021-07-07
2
-10/+2
*
FujitsuClang: Change LTO option from -flto=thin to -flto
Yuichiro Utsumi
2021-06-29
1
-0/+3
*
FujitsuClang: Set CMAKE_<LANG>_COMPILER_AR and CMAKE_<LANG>_COMPILER_RANLIB
Yuichiro Utsumi
2021-06-29
1
-0/+6
*
Fujitsu: Add IPO support for Fortran
Paul Zehner
2021-06-24
1
-0/+10
*
AppleClang: Add flags for C17 and C23
Brad King
2021-06-16
1
-1/+11
*
ObjectiveC: Add C17 and C23 support
Gregor Jasny
2021-06-11
2
-1/+27
*
HIP: Automatically inject the `hip::device` runtime target
Robert Maynard
2021-06-07
2
-0/+8
*
HIP: Add language to CMake
Robert Maynard
2021-06-07
3
-0/+77
*
ROCMClang: Add the ROCm toolkit derived clang compiler to CMake
Robert Maynard
2021-06-07
8
-0/+85
*
Merge topic 'msvc_cxx20_23'
Brad King
2021-06-02
2
-4/+20
|
\
|
*
Clang/MSVC: C++20 final flag, C++23 support
Raul Tambre
2021-05-29
1
-3/+12
|
*
MSVC: C++20 final flag, C++23 support
Raul Tambre
2021-05-29
1
-1/+8
|
*
Merge topic 'nvhpc-ninja-depfile' into release-3.20
Brad King
2021-05-19
2
-0/+18
|
|
\
*
|
|
OpenWatcom: Add infrastructure to link to object files
Brad King
2021-05-29
1
-0/+1
*
|
|
BinUtils: Find linker and librarian for OpenWatcom
Brad King
2021-05-27
1
-5/+5
*
|
|
Compiler/TI: Restore response file usage for linker
Josef Angstenberger
2021-05-25
1
-5/+4
*
|
|
Merge topic 'nvhpc-ninja-depfile'
Brad King
2021-05-19
2
-0/+18
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
NVHPC: Support Ninja dependency scanning
Robert Maynard
2021-05-18
2
-0/+10
|
*
|
NVHPC: Support explicit language flags
Robert Maynard
2021-05-18
2
-0/+8
*
|
|
Merge topic 'cpp23_gcc'
Brad King
2021-05-11
1
-2/+7
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
GNU: C++23 support
Raul Tambre
2021-05-10
1
-0/+2
|
*
|
GNU: Final C++20 flags
Raul Tambre
2021-05-10
1
-1/+4
|
*
|
GNU: C++17 default version
Raul Tambre
2021-05-10
1
-1/+1
|
|
/
*
|
Modules: Fix typos and spelling in comments of generated code
Josef Angstenberger
2021-05-07
1
-1/+1
*
|
Fujitsu: Make explicit Fortran preprocessing under Ninja more robust
Eisuke Kawashima
2021-05-06
1
-1/+1
*
|
Merge topic 'intel-2021'
Brad King
2021-04-29
1
-7/+16
|
\
\
|
|
/
|
*
Intel: Update Classic compiler version detection for 2021
Brad King
2021-04-28
1
-7/+16
*
|
Merge topic 'ARMClang-cpu-arch-flags'
Brad King
2021-04-28
1
-26/+46
|
\
\
|
*
|
ARMClang: Do not automatically add cpu/arch compile or link options
Lingkai Dong
2021-04-27
1
-26/+46
|
*
|
ARMClang: Separate cpu/arch flags from preceding flags
Brad King
2021-04-27
1
-3/+3
*
|
|
CUDA: Add CMAKE_CUDA_HOST_COMPILER support on Windows non-VS generators
unknown
2021-04-22
1
-9/+5
|
/
/
*
|
Fujitsu: Fix C90 standard flags
Paul Zehner
2021-04-14
1
-3/+3
*
|
Merge topic 'cuda-depfile-ccbin'
Brad King
2021-04-08
1
-1/+9
|
\
\
|
|
/
|
*
Makefiles: Fix dependency extraction with CUDA < 10.2 and host compiler
Brad King
2021-04-07
1
-1/+9
*
|
FujitsuClang: Add support for the Fujitsu compiler in Clang mode
Chuck Atkins
2021-03-31
5
-1/+33
*
|
Fujitsu: Add support for the Fujitsu compiler in Trad mode
Chuck Atkins
2021-03-30
5
-1/+132
*
|
Merge topic 'cray-fortran'
Brad King
2021-03-08
1
-0/+4
|
\
\
|
|
/
|
*
Cray: Enable explicit Fortran preprocessing for Ninja generator
Brad King
2021-03-05
1
-0/+4
*
|
Merge topic 'android-r22'
Brad King
2021-03-03
1
-1/+1
|
\
\
|
|
/
|
*
Android: Do not use gold for ndk >= r22
Haibo Huang
2021-03-03
1
-1/+1
*
|
IntelLLVM: C17 support
Raul Tambre
2021-02-25
1
-3/+7
*
|
GNU: C23 support
Raul Tambre
2021-02-25
1
-0/+5
*
|
GNU: C17 support
Raul Tambre
2021-02-25
1
-1/+6
*
|
Clang: Default C standard doesn't depend on compatibility mode
Raul Tambre
2021-02-25
1
-5/+1
*
|
Clang: Set standard flags according to frontend variant
Raul Tambre
2021-02-25
1
-1/+1
*
|
Clang: MSVC-style C flags
Raul Tambre
2021-02-25
1
-4/+14
*
|
Clang: C23 support
Raul Tambre
2021-02-25
1
-0/+5
[next]