| Commit message (Expand) | Author | Age | Files | Lines |
* | MSVC: Fix MSVC_TOOLSET_VERSION for VS 2022 v143 toolset | Brad King | 2021-09-02 | 1 | -1/+4 |
|
|
* | Per-language Win32/Console flags | Raul Tambre | 2021-03-17 | 1 | -4/+8 |
|
|
* | MSVC: Add support for targeting ARM64EC | Moyo Okeremi 😊 | 2021-01-21 | 1 | -3/+15 |
|
|
* | Ninja Generators: Homogenize configuration with Makefiles | Marc Chevrier | 2020-12-01 | 1 | -2/+1 |
|
|
* | Makefiles Generators: use compiler for dependencies generation | Marc Chevrier | 2020-11-29 | 1 | -0/+7 |
|
|
* | MSVC: Do not add /GR to CMAKE_CXX_FLAGS by default | Brad King | 2020-11-13 | 1 | -1/+7 |
|
|
* | MSVC: Factor out initialization of /GR flag | Brad King | 2020-11-13 | 1 | -4/+8 |
|
|
* | Clang: Implement CMAKE_${LANG}_COMPILER_TARGET for all variants on windows | Thomas Bernard | 2020-09-11 | 1 | -5/+0 |
|
|
* | clang-cl: Restore rules to create preprocessed and assembly output | Brad King | 2020-08-19 | 1 | -2/+2 |
|
|
* | clang-cl: Add '--' before source file | Thomas Bernard | 2020-08-07 | 1 | -0/+8 |
|
|
* | Detect the correct target architecture for clang compilers. | Thomas Bernard | 2020-07-28 | 1 | -0/+5 |
|
|
* | Merge topic 'pch-msvc-pragma' | Brad King | 2020-05-12 | 1 | -7/+5 |
|\ |
|
| * | MSVC: Use 'pragma system_header' in PCH only on cl 19.13 and above | Brad King | 2020-05-11 | 1 | -7/+5 |
|
|
* | | MSVC: Use 'lib' instead of 'link /lib' to create static libraries | Francisco Facioni | 2020-03-03 | 1 | -1/+1 |
|
|
* | | MSVC: Fixed missing import library for Windows 10 ARM64 (Desktop) | shibayan | 2019-12-10 | 1 | -1/+1 |
|/ |
|
* | Precompile Headers: Add REUSE_FROM signature | Cristian Adam | 2019-09-17 | 1 | -3/+10 |
|
|
* | Precompile headers: Add methods to generate PCH sources | Cristian Adam | 2019-08-28 | 1 | -0/+9 |
|
|
* | Windows-MSVC.cmake: fix disabling of CMAKE_NINJA_CMCLDEPS_RC | Marc-André Moreau | 2019-05-30 | 1 | -1/+3 |
|
|
* | Modules: Consistently use 2 space indentation | Kitware Robot | 2019-05-14 | 1 | -1/+1 |
|
|
* | MSVC: Do not add /W3 to CMAKE_<LANG>_FLAGS by default | Brad King | 2019-04-19 | 1 | -2/+15 |
|
|
* | MSVC: Add abstraction for runtime library selection | Brad King | 2019-04-17 | 1 | -8/+30 |
|
|
* | Merge topic 'vs2019-redist' | Brad King | 2019-04-04 | 1 | -1/+4 |
|\ |
|
| * | MSVC: Fix MSVC_TOOLSET_VERSION for VS 2019 v142 toolset | Brad King | 2019-04-03 | 1 | -1/+4 |
|
|
* | | MSVC: Use -D instead of /D in RC_FLAGS | Zsolt Parragi | 2019-03-01 | 1 | -2/+4 |
|/ |
|
* | MSVC: Respect CMAKE_RC_COMPILER and CMAKE_MT in vs_link_{dll,exe} | Mateusz Zych | 2018-10-29 | 1 | -2/+2 |
|
|
* | MSVC: Factor out enable_language(RC) call into helper macro | Brad King | 2018-10-29 | 1 | -1/+4 |
|
|
* | MSVC: Add MSVC_TOOLSET_VERSION variable | Arkady Shapkin | 2018-04-04 | 1 | -0/+25 |
|
|
* | MSVC,Clang,Flang: Add IPO support | xoviat | 2018-02-23 | 1 | -0/+28 |
|
|
* | MSVC: Fix MSVC_VERSION when mixing MSVC C/C++ with Intel Fortran | Brad King | 2017-11-15 | 1 | -1/+5 |
|
|
* | Merge topic 'MsvcArm64' | Brad King | 2017-09-13 | 1 | -3/+9 |
|\ |
|
| * | MSVC: Add support for ARM64 architecture | Minmin Gong | 2017-09-12 | 1 | -3/+9 |
|
|
* | | VS: Update support for LLVM-vs* toolsets from LLVM 5.0 | Konstantin Ivlev | 2017-09-11 | 1 | -2/+2 |
|/ |
|
* | Use string(APPEND) in Modules | Daniel Pfeifer | 2017-05-17 | 1 | -2/+2 |
|
|
* | MSVC: Restore _DEBUG preprocessor definition in RC debug builds | Brad King | 2017-03-28 | 1 | -0/+3 |
|
|
* | MSVC: Exclude future cl 20+ from MSVC14 variable | Brad King | 2017-03-22 | 1 | -1/+3 |
|
|
* | CUDA: Detect MSVC architecture id | Brad King | 2017-01-12 | 1 | -0/+2 |
|
|
* | MSVC: Do not define _DEBUG explicitly when using /MDd | Brad King | 2016-11-15 | 1 | -2/+2 |
|
|
* | Merge topic 'vs-clang-llvm-support' | Brad King | 2016-09-29 | 1 | -2/+2 |
|\ |
|
| * | VS: Recognize VS/LLVM toolset names as Clang | Roman Wüger | 2016-09-28 | 1 | -2/+2 |
|
|
* | | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|/ |
|
* | Use string(APPEND) in Modules | Daniel Pfeifer | 2016-07-27 | 1 | -1/+1 |
|
|
* | Honor CMAKE_*_LINKER_FLAGS[_<CONFIG>]_INIT set in toolchain files | Brad King | 2016-07-14 | 1 | -6/+6 |
|
|
* | MSVC: Set all CMAKE_*_LINKER_FLAGS_INIT directly | Brad King | 2016-07-13 | 1 | -28/+19 |
|
|
* | Honor CMAKE_<LANG>_FLAGS[_<CONFIG>]_INIT set in toolchain files | Brad King | 2016-07-06 | 1 | -11/+11 |
|
|
* | Intel: Do not use MSVC-like flags for Fortran | Brad King | 2016-07-05 | 1 | -14/+17 |
|
|
* | VS: Fix regressed mapping for the cl `/Os` compiler flag | Brad King | 2016-06-17 | 1 | -1/+1 |
|
|
* | MSVC: Drop space in `/DNDEBUG` flag for consistency (#16052) | Brad King | 2016-04-07 | 1 | -6/+6 |
|
|
* | Fix spelling typos in comments and documentation (#16037) | Felix Geyer | 2016-03-29 | 1 | -1/+1 |
|
|
* | Merge topic 'remove-vs6-generator' | Brad King | 2016-03-10 | 1 | -4/+0 |
|\ |
|
| * | Drop Visual Studio 6 generator | Brad King | 2016-03-09 | 1 | -4/+0 |
|
|