| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor: Add allowArch parameter to cmake::CreateGlobalGenerator() | Kyle Edwards | 2020-10-05 | 1 | -2/+2 |
|
|
* | GlobalGenerator family: modernize memory management | Marc Chevrier | 2020-01-07 | 1 | -13/+19 |
|
|
* | Add global generator factory method to get default platform name | Brad King | 2019-01-18 | 1 | -0/+2 |
|
|
* | Add global generator factory method to get list of known platforms | Brad King | 2019-01-18 | 1 | -0/+16 |
|
|
* | Split global generator factory list with and without platforms | Brad King | 2019-01-18 | 1 | -1/+9 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -1/+1 |
|
|
* | VS: Clarify global generator constructor interface | Brad King | 2019-01-10 | 1 | -2/+3 |
|
|
* | VS: Convert WriteSLNHeader to non-virtual lookup table | Brad King | 2019-01-10 | 1 | -6/+0 |
|
|
* | VS: Use range-based 'for' loops in generator code | Vitaly Stakhovsky | 2017-12-21 | 1 | -4/+2 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -5/+5 |
|
|
* | iwyu: Fix VisualStudio specific issues | Daniel Pfeifer | 2016-11-28 | 1 | -2/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | CMake: Report whether generators support platforms | Tobias Hunger | 2016-07-14 | 1 | -0/+1 |
|
|
* | cmGlobalGeneratorFactory: Use CM_OVERRIDE for all derived classes | Tobias Hunger | 2016-07-14 | 1 | -5/+5 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -46/+40 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -5/+0 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+2 |
|
|
* | VS: Detect VS 8 and 9 Express editions | Brad King | 2016-04-26 | 1 | -0/+4 |
|
|
* | cmake-gui: Add option to specify generator toolset | Robert Dailey | 2015-11-17 | 1 | -0/+2 |
|
|
* | cmGlobalGenerator: Require a cmake instance in ctor. | Stephen Kelly | 2015-05-27 | 1 | -12/+9 |
|
|
* | VS: Remove obsolete methods. | Stephen Kelly | 2015-05-19 | 1 | -9/+0 |
|
|
* | VS: Move version information to global generator. | Stephen Kelly | 2015-05-19 | 1 | -2/+2 |
|
|
* | VS: Simplify setting of flag table. | Stephen Kelly | 2015-05-19 | 1 | -1/+0 |
|
|
* | cmLocalGenerator: Require a global generator in the constructor. | Stephen Kelly | 2015-05-14 | 1 | -2/+1 |
|
|
* | cmLocalGenerator: Require a parent in the constructor. | Stephen Kelly | 2015-04-28 | 1 | -2/+4 |
|
|
* | cmake: Show in --help how to select VS target platform (#15422) | Brad King | 2015-04-07 | 1 | -2/+5 |
|
|
* | VS: Delay getting platform name in local generator | Brad King | 2014-07-17 | 1 | -1/+0 |
|
|
* | VS: Remove unused method from VS 9 generator | Brad King | 2014-07-17 | 1 | -8/+0 |
|
|
* | VS: Refactor CMAKE_FORCE_*64 platform definitions | Brad King | 2014-07-17 | 1 | -8/+6 |
|
|
* | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -6/+8 |
|
|
* | VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generators | Brad King | 2013-11-18 | 1 | -1/+0 |
|
|
* | Drop the 'Full' field from cmDocumentationEntry | Brad King | 2013-10-16 | 1 | -5/+0 |
|
|
* | VS: Replace ArchitectureId with PlatformName | Patrick Gansterer | 2013-08-05 | 1 | -4/+3 |
|
|
* | VS: Allow setting the name of the target platform | Patrick Gansterer | 2012-11-27 | 1 | -0/+1 |
|
|
* | VS: Add parser for WCE.VCPlatform.config to read WinCE platforms | Patrick Gansterer | 2012-11-27 | 1 | -14/+49 |
|
|
* | VS: Remove platform specific generator files | Patrick Gansterer | 2012-11-19 | 1 | -10/+53 |
|
|
* | Make cmGlobalGenerator::GetDocumentation() a static function | Patrick Gansterer | 2012-11-19 | 1 | -2/+2 |
|
|
* | VS: Simplify MSVC version reporting | Brad King | 2012-08-30 | 1 | -1/+0 |
|
|
* | VS: Cleanup AddPlatformDefinitions() of Visual Studio generators | Patrick Gansterer | 2012-08-22 | 1 | -8/+1 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -1/+1 |
|
|
* | Order VS local generator Version ivar values consistently | Brad King | 2011-11-14 | 1 | -2/+2 |
|
|
* | VS: Add ArchitectureId to VS 8 and 9 generators | Patrick Gansterer | 2010-08-26 | 1 | -2/+2 |
|
|
* | VS: Convert PlatformName member to a virtual method | Patrick Gansterer | 2010-08-24 | 1 | -0/+1 |
|
|
* | Teach VS generators to set the MACHINE type correctly. | Bill Hoffman | 2009-11-20 | 1 | -0/+2 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 a... | David Cole | 2008-02-15 | 1 | -0/+7 |
|
|
* | ENH: add MSVC90 define to vs9 ide | Bill Hoffman | 2008-01-18 | 1 | -0/+5 |
|
|
* | STYLE: Fixed line-too-long. COMP: Fixed warnings about lossy conversions. | Brad King | 2007-11-20 | 1 | -1/+2 |
|
|
* | ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ... | David Cole | 2007-11-16 | 1 | -0/+27 |
|
|
* | ENH: change to make the documentation class more generic, about halfway there... | Ken Martin | 2007-10-22 | 1 | -3/+3 |
|
|