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
*
Merge topic 'intel-c++20' into release-3.18
Brad King
2020-06-29
1
-0/+10
|
\
|
*
Intel: Add flags for C++20
Brad King
2020-06-26
1
-0/+10
*
|
ARMClang: Fix typo in -Xlinker flag
Osama Moharam
2020-06-18
1
-1/+1
|
/
*
Clang: Record Clang 6.0+ as fully supporting C++17
Raul Tambre
2020-06-13
1
-0/+4
*
Clang: Add final C++20 flag for Clang 11.0+
Raul Tambre
2020-06-13
1
-1/+4
*
CUDA: Teach CMake that NVCC 11 supports cuda_std_17
Robert Maynard
2020-06-10
1
-0/+11
*
CUDA: Fix Clang depfile flags when simulating MSVC
Raul Tambre
2020-06-08
1
-0/+3
*
ARMClang: allow fallback to -march and correct setting of --cpu flags
Osama Moharam
2020-06-03
1
-10/+57
*
Merge topic 'armclang-armlink'
Brad King
2020-06-03
1
-2/+14
|
\
|
*
ARMClang: Add support for armlink
Osama Moharam
2020-06-02
1
-2/+14
*
|
Merge branch 'backport-3.17-pch-no-Fortran' into pch-no-Fortran
Brad King
2020-06-02
2
-13/+17
|
\
\
|
|
/
|
/
|
|
*
PCH: Do not enable GNU or Intel PCH settings for Fortran
Brad King
2020-06-02
2
-11/+15
*
|
ASM: Fix preprocessor definition flags for GNU 'as' tool
Kyle Edwards
2020-06-01
1
-0/+1
*
|
Update links to gitlab.kitware.com repos to add `-/`
Brad King
2020-05-26
1
-1/+1
*
|
Merge topic 'fortran-preprocess-property'
Brad King
2020-05-22
12
-0/+37
|
\
\
|
*
|
Fortran: Add Fortran_PREPROCESS property
Peter Hill
2020-05-21
12
-0/+37
*
|
|
Merge branch 'backport-cuda-default-runtime' into cuda-default-runtime
Brad King
2020-05-22
1
-1/+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
CUDA: Compute CMAKE_CUDA_RUNTIME_LIBRARY default from toolchain
Robert Maynard
2020-05-21
1
-1/+0
*
|
|
CUDA: Add support for Clang compiler
Raul Tambre
2020-05-15
2
-0/+29
|
|
/
|
/
|
*
|
OpenWatcom: Organize and update C/C++ toolchain command lines
Jiri Malak
2020-04-28
1
-20/+22
*
|
OpenWatcom: Move non-Windows settings to Modules/Compiler
Jiri Malak
2020-04-28
3
-0/+118
*
|
Merge topic 'ti-compilers-fix-cxx'
Brad King
2020-04-21
1
-2/+5
|
\
\
|
*
|
Compiler/TI: Fix C++ toolchain command-lines
Alekseev Alexey
2020-04-18
1
-2/+5
|
*
|
Compiler/TI: Fix linker command line for C++
Alekseev Alexey
2020-04-18
1
-1/+1
*
|
|
CUDA: Device linking use now link options
Marc Chevrier
2020-04-19
1
-0/+5
*
|
|
CUDA: Add information for LINKER: pattern translation
Marc Chevrier
2020-04-19
2
-0/+18
|
/
/
*
|
GNU: Disable depfiles in try-compile mode only for GCC
Raul Tambre
2020-04-07
1
-1/+2
*
|
CUDA: Refactor PTX compilation flag into compiler modules
Raul Tambre
2020-04-07
1
-0/+1
*
|
Clang: Refactor CXX standard flags into __compiler_clang_cxx_standards()
Raul Tambre
2020-04-07
3
-186/+122
*
|
Merge topic 'xl-cxx14'
Brad King
2020-04-01
1
-1/+7
|
\
\
|
|
/
|
*
XL: Add comment clarifying why we pretend it has full C++11/14 support
Brad King
2020-03-31
1
-0/+6
|
*
XL: C++14 language level flags are only available on Linux
Brad King
2020-03-31
1
-1/+1
*
|
Merge topic 'pch-warn-invalid'
Brad King
2020-03-27
2
-4/+6
|
\
\
|
*
|
PCH: add an option to disable `-Winvalid-pch`
Cristian Adam
2020-03-26
2
-4/+6
*
|
|
Modules: Collapse consecutive whitespace in strings
Daan De Meyer
2020-03-23
2
-2/+2
|
/
/
*
|
Merge topic 'gnu-as'
Brad King
2020-03-16
1
-0/+6
|
\
\
|
*
|
ASM: Fix executable link lines with GNU 'as' tool as CMAKE_ASM_COMPILER
Brad King
2020-03-13
1
-0/+2
|
*
|
ASM: Fix depfile flags for GNU 'as' tool
Brad King
2020-03-13
1
-0/+4
*
|
|
Merge topic 'cuda_language'
Brad King
2020-03-13
1
-0/+2
|
\
\
\
|
*
|
|
CUDA: Abstract language flag to compiler modules
Raul Tambre
2020-03-11
1
-0/+2
|
|
/
/
*
|
|
Merge topic 'apple-clang-flags-c++17'
Brad King
2020-03-12
2
-2/+8
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Apple Clang: add flags for C++17 standard
Marc Chevrier
2020-03-12
2
-2/+8
|
*
Merge topic 'cuda-non-device-link' into release-3.17
Brad King
2020-02-25
1
-1/+1
|
|
\
*
|
|
TI: Fix C toolchain command-lines
Oliver Blasius
2020-03-09
1
-2/+6
*
|
|
XL: Fix using Fortran modules from their output directory
Brad King
2020-02-28
1
-0/+1
*
|
|
Merge topic 'cuda-non-device-link'
Brad King
2020-02-25
1
-1/+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Merge branch 'backport-cuda-non-device-link'
Brad King
2020-02-24
1
-1/+1
|
|
\
|
|
*
Ninja: Do not use nvcc response files with non-nvcc tools
Francisco Facioni
2020-02-24
1
-1/+1
*
|
|
PCH: Clang: Update PCH usage flags to include original header
Sergey Larin
2020-02-24
1
-1/+1
|
/
/
*
|
Merge topic 'clang-tidy-driver-mode'
Brad King
2020-01-28
6
-0/+15
|
\
\
[next]