summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-MSVC.cmake
Commit message (Expand)AuthorAgeFilesLines
* MSVC,Clang,Flang: Add IPO supportxoviat2018-02-231-0/+28
* MSVC: Fix MSVC_VERSION when mixing MSVC C/C++ with Intel FortranBrad King2017-11-151-1/+5
* Merge topic 'MsvcArm64'Brad King2017-09-131-3/+9
|\
| * MSVC: Add support for ARM64 architectureMinmin Gong2017-09-121-3/+9
* | VS: Update support for LLVM-vs* toolsets from LLVM 5.0Konstantin Ivlev2017-09-111-2/+2
|/
* Use string(APPEND) in ModulesDaniel Pfeifer2017-05-171-2/+2
* MSVC: Restore _DEBUG preprocessor definition in RC debug buildsBrad King2017-03-281-0/+3
* MSVC: Exclude future cl 20+ from MSVC14 variableBrad King2017-03-221-1/+3
* CUDA: Detect MSVC architecture idBrad King2017-01-121-0/+2
* MSVC: Do not define _DEBUG explicitly when using /MDdBrad King2016-11-151-2/+2
* Merge topic 'vs-clang-llvm-support'Brad King2016-09-291-2/+2
|\
| * VS: Recognize VS/LLVM toolset names as ClangRoman Wüger2016-09-281-2/+2
* | Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
|/
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-271-1/+1
* Honor CMAKE_*_LINKER_FLAGS[_<CONFIG>]_INIT set in toolchain filesBrad King2016-07-141-6/+6
* MSVC: Set all CMAKE_*_LINKER_FLAGS_INIT directlyBrad King2016-07-131-28/+19
* Honor CMAKE_<LANG>_FLAGS[_<CONFIG>]_INIT set in toolchain filesBrad King2016-07-061-11/+11
* Intel: Do not use MSVC-like flags for FortranBrad King2016-07-051-14/+17
* VS: Fix regressed mapping for the cl `/Os` compiler flagBrad King2016-06-171-1/+1
* MSVC: Drop space in `/DNDEBUG` flag for consistency (#16052)Brad King2016-04-071-6/+6
* Fix spelling typos in comments and documentation (#16037)Felix Geyer2016-03-291-1/+1
* Merge topic 'remove-vs6-generator'Brad King2016-03-101-4/+0
|\
| * Drop Visual Studio 6 generatorBrad King2016-03-091-4/+0
* | VS: in Clang/C2 toolset, setup correct compiler settingsMariusz Pluciński2016-03-101-7/+23
|/
* Ninja: Refactor selection of 'deps = ' value for MS-compatible toolchainsBrad King2015-10-201-0/+2
* MSVC: Add system libs for WindowsStore on VS 2015Gilles Khouzam2015-10-021-1/+3
* Add support for *.manifest source files with MSVC toolsBrad King2015-09-171-2/+2
* MSVC: Rewrite manifest file handling with Makefile and NinjaBrad King2015-09-171-2/+2
* Factor an <INCLUDES> placeholder out of <FLAGS> in rule variablesBrad King2015-07-131-3/+3
* Place <DEFINES> before <FLAGS> consistently across compilersBrad King2015-07-131-3/+3
* Merge topic 'auto_export_dll_symbols'Brad King2015-07-081-0/+2
|\
| * Windows: Optionally generate DLL module definition files automaticallyBill Hoffman2015-07-061-0/+2
* | VS: Add /machine: flag to Librarian tool (#11240)Brad King2015-06-261-0/+1
|/
* RC: Simplify selection of resource compiler based on C/C++ toolchainBrad King2015-05-071-0/+3
* Merge topic 'windows-rc-enable-later'Brad King2015-02-261-4/+6
|\
| * RC: Add platform-specific preprocessor definitions (#15404)Brad King2015-02-251-0/+4
| * RC: Enable language after C, CXX, or Fortran is enabled (#15404)Brad King2015-02-251-3/+2
| * RC: Drop unused CMAKE_COMPILE_RESOURCE variable settingBrad King2015-02-251-1/+0
* | MSVC: Compile with arch-specific flags on ARM platforms (#14552)Gunnar Roth2015-02-241-0/+11
* | MSVC: Distinguish among ARM architectures more precisely (#14552)Gunnar Roth2015-02-241-10/+26
* | MSVC: Define /DWINCE when building for WinCE platforms (#14552)Gunnar Roth2015-02-241-1/+1
|/
* MSVC: Fix initialization of RelWithDebInfo shared library link flags (#15385)Brad King2015-02-031-1/+1
* MSVC: Define 'WIN32' for Windows Store and Windows PhoneGilles Khouzam2014-09-021-0/+1
* MSVC: Select default standard libraries for ARM platformBrad King2014-08-121-1/+5
* MSVC: Add system libs for WindowsPhone and WindowsStoreBrad King2014-07-311-1/+5
* MSVC: Add default WindowsPhone and WindowsStore compile flagsPaul Annetts2014-07-311-0/+4
* MSVC: Disable incremental linking for WindowsPhone and WindowsStoreGilles Khouzam2014-07-311-4/+6
* Merge topic 'pdb-genex'Brad King2014-07-311-0/+1
|\
| * Genex: Implement generator expressions for target PDB files.Nils Gladitz2014-07-311-0/+1
* | WindowsCE: Refactor setting of "WINCE"Brad King2014-07-281-3/+0