[SHELL32] Remove 2 redundant initializations
[reactos.git] / sdk / cmake / msvc.cmake
2023-11-19 Timo Kreuzer[CMAKE] Remove "/Gy" option from ML
2023-10-17 Timo Kreuzer[CMAKE] Don't use precompiled headers for autogenerated...
2023-08-11 Timo Kreuzer[CMAKE] Add DLL_EXPORT_VERSION config option
2023-08-05 Adam Słaboń[CMAKE][MVDM] Fix CMAKE_ASM16_COMPILER for non-x86...
2022-12-01 Timo Kreuzer[ASMPP] Implement asm preprocessor
2022-11-24 Timo Kreuzer[CRT] Implement _InterlockedCompareExchange128 intrinsi...
2022-05-26 Victor Perevertkin[CMAKE] Do not use USE_CLANG_CL variable in CMake scripts 3612/head
2022-05-25 Justin Miller[REACTOS] Finally get some ARM64 applications building...
2022-04-26 Victor Perevertkin[CMAKE] Build GCC and Clang builds with -fno-common 4469/head
2022-04-17 Hermès Bélusca-Maïto[CMAKE:MSVC] Refine ASM16 ml.exe path selection. Addend...
2022-04-11 Serge Gautherie[CMAKE] msvc.cmake: Enable C4090 warning as error
2022-03-31 Joachim Henze[CMAKE] msvc.cmake: Remove redundant '/Gy' (#4424)
2021-12-27 Serge Gautherie[CMAKE] msvc.cmake: Remove add_definitions(/D__arm__...
2021-10-26 Victor Perevertkin[CMAKE] Remove __inline substitutions 4076/head
2021-10-22 Justin Miller[SDK] Allow ARM64 MSVC to complete configuration (...
2021-10-16 Stanislav Motylkov[CONFIGURE][CMAKE] Add support for MSVC ARM64 target
2021-10-11 Serge Gautherie[CMAKE] msvc.cmake: Add arm64 CMAKE_ASM_MASM_COMPILER...
2021-09-14 Victor Perevertkin[CMAKE] Replace custom scripts in compilerflags with...
2021-08-02 Victor Perevertkin[CMAKE] Add memcmp to libntoskrnl for both clang and...
2021-07-23 Timo Kreuzer[CMAKE] Turn all warnings into errors on MSVC x86
2021-07-11 Timo Kreuzer[CMAKE] Don't turn C4101 (unreferenced local variable...
2021-05-03 Jérôme Gardou[CMAKE] Do not use a flag which clang doesn't know
2021-04-15 Victor Perevertkin[CMAKE] Rely less on CMAKE_BUILD_TYPE variable 3604/head
2021-03-23 Jérôme Gardou[CMAKE] Move toolchain specific handling to set_module_...
2021-03-23 Jérôme Gardou[CMAKE] Add the kernel module type
2021-03-03 Jérôme Gardou[CMAKE] Preprocess the ASM files but let msbuild handle...
2021-03-03 Jérôme Gardou[CMAKE] Use ASM_MASM language when building with MSVC...
2021-01-03 Victor Perevertkin[CMAKE] Replace CMAKE_AR with CMAKE_LINKER /LIB for...
2021-01-03 Victor Perevertkin[CMAKE] Replace DIVISION_SLASH unicode character with...
2020-12-28 Jérôme Gardou[CMAKE] Turn import libs into regular C static libs
2020-12-28 Jérôme Gardou[CMAKE] Use -fcommon when using CLang
2020-11-02 Victor Perevertkin[NDK][CMAKE] Introduce DATA_SEG and CODE_SEG macro
2020-11-01 Timo Kreuzer[CMAKE] Rename def files for import libraries on MSVC...
2020-10-20 Jérôme Gardou[CMAKE] Get rid of add_compile_flags
2020-10-20 Jérôme Gardou[CMAKE] Get rid of add_compile_flags_language macro
2020-10-20 Jérôme Gardou[CMAKE] Get rid of replace_compile_flags
2020-10-20 Jérôme Gardou[CMAKE] Get rid of the set_cpp macro
2020-09-20 Mark Jansen[SDK] Add dummy import lib files for MSVC_IDE build,
2020-08-23 Thomas Faber[CMAKE] Explicitly target Pentium for clang. CORE-17202
2020-08-23 Thomas Faber[CMAKE] Use a space after /fo for the RC compiler to...
2020-06-20 Thomas Faber[CMAKE] Remove work-arounds for old CMake versions... 2901/head
2020-06-20 Thomas Faber[CMAKE] Bump minimum to 3.17, no longer require -ReactO...
2020-06-20 Thomas Faber[CMAKE] Set CMAKE_MSVC_RUNTIME_LIBRARY to satisfy CMP00...
2020-06-06 Amine Khaldi[CMAKE] Implement PCH builds with target_precompile_hea... 2764/head
2020-05-26 Serge Gautherie[FORMATTING] [CMAKE] Remove space in 'if (' (#2847)
2020-05-04 Victor Perevertkin[REACTOS] Drop support for Visual Studio below 2015 2658/head
2020-04-17 Mark Jansen[SDK][HOST-TOOLS] Add load_config workaround for gcc... 2542/head
2020-04-10 Victor Perevertkin[CMAKE][CONFIGURE] Enable runtime checks on MSVC by... 2509/head
2020-03-06 Hermès Bélusca-Maïto[CMAKE][FREELDR] Take the global defines into account...
2020-02-24 Thomas Faber[CMAKE] Enable C4101 (unreferenced local variable)...
2019-11-24 Timo Kreuzer[CMAKE] Turn printf format warnings (C4313 and C4477...
2019-11-24 Timo Kreuzer[CMAKE] Disable EH4 for x64 and VS versions 16.3+
2019-08-23 Timo Kreuzer[CMAKE] Turn C4715: "'function': not all control paths...
2019-07-07 Thomas Faber[CMAKE] Ensure the INIT section is placed at the end...
2019-04-27 Timo Kreuzer[CMAKE] Fix LINK_DEPENDS usage
2019-04-19 Serge Gautherie[CMAKE] msvc.cmake: Remove now redundant '/we4028'...
2019-04-13 Timo Kreuzer[CMAKE] Add 3 more critical warnings for MSVC
2019-04-06 Jérôme Gardou[CMAKE] Use modules instead of shared libraries
2019-02-10 Serge Gautherie[CMAKE] msvc.cmake: Remove 2 now redundant '/GF' (...
2019-02-09 Hermès Bélusca-Maïto[SDK:CMAKE] Fix LINK command-line from the VS IDE for...
2019-02-09 Hermès Bélusca-Maïto[FREELDR][SDK:CMAKE] Move the `MSVC "linker script...
2019-01-12 Hermès Bélusca-Maïto[CMAKE] MSVC cmake settings improvements. 1232/head
2018-12-30 Timo Kreuzer[NDK][NTOS] Add global definition of INIT_FUNCTION...
2018-12-16 Serge Gautherie[CMAKE] MSVC: Make C4028 warning into error, on "i386...
2018-10-12 Mark Jansen[SDK] Add version option to our spec2def cmake command
2018-10-12 Mark Jansen[SDK] Add the WITH_RELAY option to msvc's spec2def...
2018-08-19 Andrew CookCORE-14513 [CMAKE] Remove modules that are shipped...
2018-06-05 Serge Gautherie[CONFIGURE][CMAKE] Remove Visual Studio 9 (2008) support
2018-05-03 Serge Gautherie[CMAKE] USE_CLANG_CL: Add "-Wno-parentheses-equality"
2018-01-01 Thomas Faber[CMAKE] Allow overriding the .dll extension for delay... 246/head
2017-12-10 Thomas FaberMerge branch 'ntfs_rebase' 186/head
2017-12-07 Amine Khaldi[CMAKE/CLANG-CL] Don't pass /TP twice when we're dealin...
2017-11-23 Amine Khaldi[CLANG-CL] Initial commit that allows us to compile...
2017-10-22 Timo Kreuzer[REACTOS] Fix x64 build
2017-10-03 Colin FinckGit conversion: Make reactos the root directory, move...