| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | VS: in Clang/C2 toolset, setup correct compiler settings | Mariusz Pluciński | 2016-03-10 | 1 | -7/+23 |
|/ |
|
* | Ninja: Refactor selection of 'deps = ' value for MS-compatible toolchains | Brad King | 2015-10-20 | 1 | -0/+2 |
|
|
* | MSVC: Add system libs for WindowsStore on VS 2015 | Gilles Khouzam | 2015-10-02 | 1 | -1/+3 |
|
|
* | Add support for *.manifest source files with MSVC tools | Brad King | 2015-09-17 | 1 | -2/+2 |
|
|
* | MSVC: Rewrite manifest file handling with Makefile and Ninja | Brad King | 2015-09-17 | 1 | -2/+2 |
|
|
* | Factor an <INCLUDES> placeholder out of <FLAGS> in rule variables | Brad King | 2015-07-13 | 1 | -3/+3 |
|
|
* | Place <DEFINES> before <FLAGS> consistently across compilers | Brad King | 2015-07-13 | 1 | -3/+3 |
|
|
* | Merge topic 'auto_export_dll_symbols' | Brad King | 2015-07-08 | 1 | -0/+2 |
|\ |
|
| * | Windows: Optionally generate DLL module definition files automatically | Bill Hoffman | 2015-07-06 | 1 | -0/+2 |
|
|
* | | VS: Add /machine: flag to Librarian tool (#11240) | Brad King | 2015-06-26 | 1 | -0/+1 |
|/ |
|
* | RC: Simplify selection of resource compiler based on C/C++ toolchain | Brad King | 2015-05-07 | 1 | -0/+3 |
|
|
* | Merge topic 'windows-rc-enable-later' | Brad King | 2015-02-26 | 1 | -4/+6 |
|\ |
|
| * | RC: Add platform-specific preprocessor definitions (#15404) | Brad King | 2015-02-25 | 1 | -0/+4 |
|
|
| * | RC: Enable language after C, CXX, or Fortran is enabled (#15404) | Brad King | 2015-02-25 | 1 | -3/+2 |
|
|
| * | RC: Drop unused CMAKE_COMPILE_RESOURCE variable setting | Brad King | 2015-02-25 | 1 | -1/+0 |
|
|
* | | MSVC: Compile with arch-specific flags on ARM platforms (#14552) | Gunnar Roth | 2015-02-24 | 1 | -0/+11 |
|
|
* | | MSVC: Distinguish among ARM architectures more precisely (#14552) | Gunnar Roth | 2015-02-24 | 1 | -10/+26 |
|
|
* | | MSVC: Define /DWINCE when building for WinCE platforms (#14552) | Gunnar Roth | 2015-02-24 | 1 | -1/+1 |
|/ |
|
* | MSVC: Fix initialization of RelWithDebInfo shared library link flags (#15385) | Brad King | 2015-02-03 | 1 | -1/+1 |
|
|
* | MSVC: Define 'WIN32' for Windows Store and Windows Phone | Gilles Khouzam | 2014-09-02 | 1 | -0/+1 |
|
|
* | MSVC: Select default standard libraries for ARM platform | Brad King | 2014-08-12 | 1 | -1/+5 |
|
|
* | MSVC: Add system libs for WindowsPhone and WindowsStore | Brad King | 2014-07-31 | 1 | -1/+5 |
|
|
* | MSVC: Add default WindowsPhone and WindowsStore compile flags | Paul Annetts | 2014-07-31 | 1 | -0/+4 |
|
|
* | MSVC: Disable incremental linking for WindowsPhone and WindowsStore | Gilles Khouzam | 2014-07-31 | 1 | -4/+6 |
|
|