| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja | Gregor Jasny | 2015-02-26 | 1 | -1/+1 |
|
|
* | Merge topic 'vs-check-phone-store-tools' | Brad King | 2014-11-18 | 1 | -2/+3 |
|\ |
|
| * | VS: Improve error messages when compiler is not detected (#15228) | Gilles Khouzam | 2014-11-14 | 1 | -2/+3 |
|
|
* | | Fix some spelling errors in comments | Geoff Viola | 2014-10-13 | 1 | -1/+1 |
|/ |
|
* | VS: Generate Nsight Tegra project revision number | Brad King | 2014-09-30 | 1 | -0/+1 |
|
|
* | VS: Teach VS >= 10 to recognize CMAKE_SYSTEM_NAME 'Android' | Brad King | 2014-09-29 | 1 | -0/+6 |
|
|
* | VS: Teach VS >= 10 generator about Windows CE | Pascal Bach | 2014-09-15 | 1 | -0/+7 |
|
|
* | VS: Implement CMAKE_GENERATOR_PLATFORM for VS >= 8 | Brad King | 2014-09-05 | 1 | -0/+1 |
|
|
* | cmGlobalVisualStudio10Generator: Re-order some methods | Brad King | 2014-09-05 | 1 | -1/+1 |
|
|
* | cmGlobalGenerator: Call SetGeneratorToolset even for empty toolset | Brad King | 2014-09-05 | 1 | -1/+0 |
|
|
* | VS: Move internal MasmEnabled member up to VS 7 generator | Brad King | 2014-08-20 | 1 | -4/+0 |
|
|
* | VS: Select WindowsPhone and WindowsStore default toolsets | Brad King | 2014-07-31 | 1 | -0/+4 |
|
|
* | VS: Save WindowsPhone and WindowsStore system internally | Brad King | 2014-07-31 | 1 | -0/+10 |
|
|
* | VS: Add internal API to get system name and version | Brad King | 2014-07-31 | 1 | -0/+6 |
|
|
* | VS: Add a hook to adapt to SystemName and SystemVersion | Brad King | 2014-07-28 | 1 | -0/+1 |
|
|
* | VS: Save system name and version in global generator members | Brad King | 2014-07-28 | 1 | -0/+2 |
|
|
* | cmGlobalGenerator: Create a non-virtual 'DoGenerate' method | Brad King | 2014-07-22 | 1 | -2/+2 |
|
|
* | VS: Delay platform definitions until system name is known | Brad King | 2014-07-17 | 1 | -2/+1 |
|
|
* | VS: Refactor CMAKE_FORCE_*64 platform definitions | Brad King | 2014-07-17 | 1 | -2/+1 |
|
|
* | Allow a toolchain file to specify a generator toolset | Brad King | 2014-06-04 | 1 | -1/+1 |
|
|
* | VS: Split user- and generator-provided PlatformToolset | Brad King | 2014-06-04 | 1 | -2/+4 |
|
|
* | Constify some APIs in generators. | Stephen Kelly | 2014-03-13 | 1 | -2/+2 |
|
|
* | stringapi: Use strings for program paths | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -3/+4 |
|
|
* | stringapi: Use strings for directories | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for VS project names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variables | Brad King | 2013-12-04 | 1 | -0/+2 |
|
|
* | VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generators | Brad King | 2013-11-18 | 1 | -0/+1 |
|
|
* | VS: Add internal APIs to find MSBuild, devenv/VCExpress, and msdev | Brad King | 2013-11-18 | 1 | -0/+7 |
|
|
* | cmGlobalGenerator: Cleanup GenerateBuildCommand API | Brad King | 2013-11-18 | 1 | -5/+10 |
|
|
* | VS: Add version year to generator names | Brad King | 2013-10-28 | 1 | -0/+2 |
|
|
* | VS: Generate ToolsVersion matching each VS version | Robert Maynard | 2013-08-26 | 1 | -0/+3 |
|
|
* | Merge topic 'vs-masm' | Brad King | 2013-08-06 | 1 | -0/+4 |
|\ |
|
| * | VS10: Add support for assembler code (#11536) | Patrick Gansterer | 2013-08-05 | 1 | -0/+4 |
|
|
* | | VS: Replace ArchitectureId with PlatformName | Patrick Gansterer | 2013-08-05 | 1 | -1/+1 |
|/ |
|
* | Add projectDir parameter to GenerateBuildCommand | Petr Kmoch | 2013-04-12 | 1 | -1/+1 |
|
|
* | VS: Implement generator toolset selection (#10722, #13774) | Brad King | 2013-02-07 | 1 | -0/+2 |
|
|
* | VS: Remove platform specific generator files | Patrick Gansterer | 2012-11-19 | 1 | -11/+4 |
|
|
* | Make cmGlobalGenerator::GetDocumentation() a static function | Patrick Gansterer | 2012-11-19 | 1 | -1/+1 |
|
|
* | Introduce the abstract class cmGlobalGeneratorFactory | Patrick Gansterer | 2012-11-19 | 1 | -2/+3 |
|
|
* | VS10: Define CMAKE_VS_PLATFORM_TOOLSET variable | Brad King | 2012-08-22 | 1 | -0/+1 |
|
|
* | VS: Cleanup AddPlatformDefinitions() of Visual Studio generators | Patrick Gansterer | 2012-08-22 | 1 | -1/+0 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -9/+9 |
|
|
* | VC Express doesn't support folders, ignore USE_FOLDER property | Peter Kuemmel | 2012-06-02 | 1 | -0/+3 |
|
|
* | VS10: Generate relative source paths when possible (#12570) | Brad King | 2012-04-27 | 1 | -0/+14 |
|
|
* | VS10: Avoid creating .rule files next to outputs (#13141) | Brad King | 2012-04-18 | 1 | -0/+4 |
|
|
* | Rename/constify build-time config placeholder lookup | Brad King | 2012-03-09 | 1 | -1/+1 |
|
|
* | Add Visual Studio 11 generator for x86 and x64 tools | Brad King | 2011-09-23 | 1 | -1/+0 |
|
|