| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | CUDA: Support setting CUDA14/17 when using MSVC | Robert Maynard | 2020-08-24 | 1 | -4/+6 |
|
|
* | | | | Merge topic 'msvc_static_assert' | Brad King | 2020-08-25 | 2 | -3/+5 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | MSVC: Record support for c_static_assert | Raul Tambre | 2020-08-20 | 2 | -3/+5 |
| |/ / |
|
* | | | Merge topic 'msvc_c11' | Brad King | 2020-08-12 | 2 | -12/+33 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | MSVC: Record support for C11 and c_restrict | Raul Tambre | 2020-08-11 | 2 | -12/+33 |
|
|
* | | Merge topic 'clang-msvc-cxx-std' | Brad King | 2020-07-30 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Clang: Fix fallback compile features when simulating old MSVC versions | Brad King | 2020-07-29 | 1 | -5/+5 |
|
|
| * | Merge topic 'intel-c++20' into release-3.18 | Brad King | 2020-06-29 | 1 | -0/+10 |
| |\ |
|
* | \ | Merge topic 'pgi-no-A' | Brad King | 2020-07-23 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | PGI: Remove -A from the C++ flags we use when CXX_EXTENSIONS is OFF | Tin Huynh | 2020-07-22 | 1 | -4/+4 |
|
|
* | | | | Fix typos identified using codespell | Jean-Christophe Fillion-Robin | 2020-07-22 | 2 | -2/+2 |
|/ / / |
|
* | | | Compiler/TI: Avoid response file usage for linker | Josef Angstenberger | 2020-07-14 | 1 | -1/+5 |
|
|
* | | | Compiler/TI: Add compiler flags to linker | Josef Angstenberger | 2020-07-14 | 1 | -1/+1 |
|
|
* | | | Compiler/TI: Avoid usage of ranlib | Josef Angstenberger | 2020-07-14 | 1 | -0/+1 |
|
|
* | | | Compiler/TI: Sync ASM settings to C/CXX | Josef Angstenberger | 2020-07-14 | 1 | -6/+2 |
|
|
* | | | Compiler/TI: Refactor C/CXX to use a common file | Josef Angstenberger | 2020-07-14 | 3 | -31/+39 |
|
|
* | | | Merge branch 'backport-intel-c++20' into intel-c++20 | Brad King | 2020-06-26 | 1 | -0/+10 |
|\ \ \
| | |/
| |/| |
|
| * | | Intel: Add flags for C++20 | Brad King | 2020-06-26 | 1 | -0/+10 |
|
|
* | | | Merge topic 'armclang-typo' | Brad King | 2020-06-18 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | ARMClang: Fix typo in -Xlinker flag | Osama Moharam | 2020-06-18 | 1 | -1/+1 |
| |/ |
|
* | | Merge topic 'clang_cxx20' | Brad King | 2020-06-15 | 1 | -1/+8 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | Merge topic 'add_explicit_lang_flag_to_compile_object_rule' | Brad King | 2020-06-11 | 12 | -3/+24 |
|\ \
| |/
|/| |
|
| * | CXX: Compile when possible with explicit `Cxx` language flag set | Robert Maynard | 2020-06-09 | 6 | -3/+12 |
|
|
| * | C: Compile when possible with explicit `C` language flag set | Robert Maynard | 2020-06-09 | 6 | -0/+12 |
|
|
* | | 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 |
|
|