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
/
Platform
/
Windows-MSVC.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
*
Merge topic 'msvc-runtime-checks'
Brad King
2025-01-30
1
-4/+32
|
\
|
*
MSVC: Add abstraction for runtime checks
AJIOB
2025-01-29
1
-4/+32
*
|
Linker configuration: rely now on CMAKE_<LANG>_LINK_MODE variable.
Marc Chevrier
2025-01-26
1
-1/+0
|
/
*
MSVC: Restore support for non-incremental linking with v100 toolset and older
Rüdiger Ihle
2024-09-03
1
-2/+2
*
WHOLE_ARCHIVE link feature: rely now on linker configuration
Marc Chevrier
2024-07-22
1
-8/+0
*
Linker configuration: introduce a new architecture
Marc Chevrier
2024-07-20
1
-2/+0
*
MSVC: Remove outdated preprocessor flags for targeting ARM64EC
moyo1997
2024-07-09
1
-1/+1
*
Link feature attributes: stabilization
Marc Chevrier
2024-06-21
1
-1/+1
*
Libraries processing: update configuration wording
Marc Chevrier
2024-06-21
1
-1/+1
*
GenEx $<LINK_LIBRARY>: Add the support of properties attached to features
Marc Chevrier
2024-05-15
1
-0/+1
*
IntelLLVM: Fix link flags with Visual Studio generators
Brad King
2024-04-02
1
-22/+22
*
Link step: Enable to configure deduplication of libraries
Marc Chevrier
2023-11-09
1
-0/+2
*
Add options to specify linker tool
Marc Chevrier
2023-10-13
1
-0/+6
*
Windows: Add experimental WindowsKernelModeDriver platform
Kyle Edwards
2023-07-17
1
-2/+22
*
MSVC: Add abstraction for debug information format
Glen Chung
2022-09-14
1
-2/+19
*
MSVC: Revert "Default to -ZI instead of /Zi for x86 and x64"
Brad King
2022-06-09
1
-7/+2
*
MSVC: Default to -ZI instead of /Zi for x86 and x64
Glen Chung
2022-05-26
1
-2/+7
*
genex-LINK_LIBRARY: Add feature WHOLE_ARCHIVE
Marc Chevrier
2022-03-17
1
-0/+9
*
Merge topic 'cmcldeps-cross'
Brad King
2022-01-07
1
-1/+1
|
\
|
*
Ninja: Do not use cmcldeps for RC on non-Windows hosts
Martin Storsjö
2022-01-06
1
-1/+1
*
|
MSVC: update arm64ec default flags and lib
moyo1997
2022-01-06
1
-1/+5
|
/
*
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
[next]