summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-MSVC.cmake
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | MSVC: Use STREQUAL to check for WindowsCEBrad King2014-07-281-1/+1
|/
* Merge topic 'wince-fix-dll-linking'Brad King2014-07-141-4/+6
|\
| * MSVC: Fix linking of DLLs on WinCE (#15013)Brad King2014-07-101-4/+6
* | VS14: Add Visual Studio 14 generator (#14982)Brad King2014-06-251-1/+4
* | MSVC: Add properties to configure compiler PDB files (#14762)Brad King2014-02-261-1/+1
|/
* Merge topic 'vs12-parallel-cl-FS'Brad King2013-10-211-1/+1
|\
| * MSVC: Add /FS flag for cl >= 18 to allow parallel compilation (#14492)Brad King2013-10-181-1/+1
* | Intel: When simulating MSVC, re-use Windows-MSVC (#14476)Brad King2013-10-181-5/+10
* | Clang: Support Windows variants for GNU and MSVC (#13035, #14458)Brad King2013-10-041-2/+6
|/
* MSVC: Fix WinCE arch family preprocessor symbol (#14436)Patrick Gansterer2013-09-251-4/+11
* MSVC: Fix version test for linking corelibc on Windows CE (#14420)Patrick Gansterer2013-09-231-1/+1
* MSVC: Drop /link from executable link lines with NinjaBrad King2013-09-111-1/+0
* Add support for new Windows CE compilerPatrick Gansterer2013-08-071-1/+5
* WIN: Use COFF file header header for architecture detection (#14083)Patrick Gansterer2013-08-051-7/+0
* Merge branch 'master' into vs12-generatorBrad King2013-06-281-6/+3
|\
| * Merge topic 'vs-configurations'Brad King2013-05-161-3/+0
| |\