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
*
Rename {_ => }CMAKE_INCLUDE_SYSTEM_FLAG_${lang}_WARNING
Patrick H
2024-07-29
2
-2/+2
*
Merge topic 'lfortran'
Brad King
2024-07-24
1
-0/+14
|
\
|
*
LFortran: Add support for this compiler
Christoph Junghans
2024-07-22
1
-0/+14
*
|
Linker configuration: introduce a new architecture
Marc Chevrier
2024-07-20
1
-54/+0
|
/
*
Merge topic 'IntelLLVM-layout-2024'
Brad King
2024-07-16
1
-1/+4
|
\
|
*
IntelLLVM: Update toolchain layout for 2024+ versions
Pavel Liavonau
2024-07-15
1
-1/+4
|
*
Merge topic 'clang-ansi-color' into release-3.30
Brad King
2024-06-11
1
-1/+1
|
|
\
*
|
|
visibility: add support for Oracle Developer Studio 12.6
Carlo Marcelo Arenas Belón
2024-06-12
2
-0/+8
*
|
|
Merge topic 'clang-ansi-color'
Brad King
2024-06-11
1
-1/+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Clang: Drop non-existent -fno-ansi-escape-codes flag
Brad King
2024-06-10
1
-1/+1
*
|
Merge topic 'qcc-ipo'
Brad King
2024-05-24
1
-8/+0
|
\
\
|
*
|
QCC: Enable IPO support, inheriting from GNU Compiler
Pablo Romero
2024-05-23
1
-8/+0
*
|
|
ADSP: Treat .s files as asm sources
Rupert Clarke
2024-05-21
1
-1/+1
*
|
|
ADSP: Preserve ASM output ext and flags as we do for C and CXX
Rupert Clarke
2024-05-21
1
-2/+0
|
/
/
*
|
importstd: clarify when the experimental UUID must be available
Ben Boeckel
2024-05-15
1
-1/+1
*
|
Merge topic 'intel-std'
Brad King
2024-05-14
1
-2/+23
|
\
\
|
*
|
IntelLLVM: Record C++26 support
scivision
2024-05-13
1
-2/+23
*
|
|
Modules/Compiler/Clang: add a reason for non-`libc++` compilations
Ben Boeckel
2024-05-09
1
-0/+3
|
/
/
*
|
cxxmodules: give a reason for unavailability of `import std`
Ben Boeckel
2024-05-02
3
-0/+42
*
|
Add CMAKE_<LANG>_STANDARD_LATEST variables
Tyler
2024-04-30
48
-50/+274
*
|
AppleClang: Fix Objective C 23 support detection
Tyler Nichols
2024-04-30
1
-1/+1
*
|
Modules: Fix ARMClang and TIClang language standard compile options
Tyler Nichols
2024-04-30
3
-0/+27
*
|
GNU: Do not use "fat-lto-objects" flags for IPO on Apple platforms
René Bertin
2024-04-24
1
-1/+1
*
|
cxxmodules: Support `import std` for msvc-wine
huangqinjin
2024-04-21
1
-0/+1
*
|
cxxmodules: provide a detection variable for `import std`
Ben Boeckel
2024-04-18
1
-0/+3
*
|
GNU: Add flags for C++26 modes
Raul Tambre
2024-04-16
1
-0/+5
*
|
Merge topic 'nag-fortran-ninja'
Brad King
2024-04-16
1
-0/+10
|
\
\
|
*
|
NAG-Fortran: Tell the Ninja generator how to preprocess Fortran sources
Simon Maertens
2024-04-15
1
-0/+3
|
*
|
NAG-Fortran: Added initial default compilation flags
Simon Maertens
2024-04-15
1
-0/+7
*
|
|
Clang: support creating a target for imported modules
Ben Boeckel
2024-04-12
1
-0/+153
*
|
|
MSVC: support `import std`
Ben Boeckel
2024-04-12
1
-0/+102
*
|
|
Experimental: add an experimental feature gate for `import std`
Ben Boeckel
2024-04-12
1
-0/+11
*
|
|
CMakeDetermineCompilerSupport: construct C++ modules targets
Ben Boeckel
2024-04-12
1
-0/+35
*
|
|
C++26: Fix C++/CUDA/HIP compile feature support
Raul Tambre
2024-04-09
1
-0/+9
*
|
|
IntelLLVM: Add C standard flags on Windows
Brad King
2024-04-03
1
-11/+10
*
|
|
IntelLLVM: Use C23 and C++23 flags only versions supporting them
Brad King
2024-04-03
2
-8/+16
*
|
|
Intel: Fix classic compiler version check for C++20 flag
Brad King
2024-04-03
1
-1/+1
*
|
|
Merge topic 'refactor-compile-features-and-flags'
Brad King
2024-04-02
3
-83/+89
|
\
\
\
|
*
|
|
Modules: Factor out helpers for GNU language standard flags
Tyler
2024-03-29
3
-83/+89
|
|
/
/
|
*
|
Merge topic 'cxxmodules-clang-resource-dir'
Brad King
2024-02-22
1
-0/+8
|
|
\
\
|
|
|
/
*
|
|
IntelLLVM: Revert accidental use of -external:I with Fortran compilers
Brad King
2024-03-24
1
-6/+6
*
|
|
Merge topic 'cxxmodules-clang-resource-dir' into release-3.29
Brad King
2024-02-22
1
-0/+8
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Clang: detect -resource-dir for clang-scan-deps
Ben Boeckel
2024-02-21
1
-0/+8
*
|
IPO: Support duplicate object names in large archives
Ruslan Baratov
2024-02-15
5
-10/+10
*
|
TIClang: Add support for TI Clang-based compilers, including tiarmclang
Alan Phipps
2024-02-09
7
-0/+99
*
|
IntelLLVM: support marking include paths as SYSTEM directories
Ben Boeckel
2024-01-24
1
-0/+6
*
|
CUDA/Clang: Add support for MSVC ABI on Windows using GNU-like frontend
Brad King
2024-01-22
1
-0/+1
*
|
LCC: Correct C compiler default C standards
makise-homura
2024-01-16
1
-1/+1
*
|
LCC: Add missing C/CXX compiler version checks for -std options
makise-homura
2024-01-08
2
-20/+39
*
|
ADSP: Use compiler-reported preprocessor dependencies
Josh Channings
2023-12-12
1
-0/+2
[next]