| Commit message (Expand) | Author | Age | Files | Lines |
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Add GetProjectName method. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 |
|
|
* | VS: Refactor target ordering logic | Brad King | 2015-09-22 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -3/+2 |
|
|
* | cmLocalGenerator: Remove Parent pointer. | Stephen Kelly | 2015-08-28 | 1 | -2/+2 |
|
|
* | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -1/+1 |
|
|
* | cmComputeTargetDepends: Change API to use cmGeneratorTarget. | Stephen Kelly | 2015-07-01 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Require a valid cmState::Snapshot in the ctor. | Stephen Kelly | 2015-05-27 | 1 | -2/+3 |
|
|
* | cmGlobalGenerator: Require a cmake instance in ctor. | Stephen Kelly | 2015-05-27 | 1 | -1/+2 |
|
|
* | VS: Move version information to global generator. | Stephen Kelly | 2015-05-19 | 1 | -0/+1 |
|
|
* | cmLocalGenerator: Require a global generator in the constructor. | Stephen Kelly | 2015-05-14 | 1 | -3/+1 |
|
|
* | cmLocalGenerator: Require a parent in the constructor. | Stephen Kelly | 2015-04-28 | 1 | -2/+3 |
|
|
* | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -3/+3 |
|
|
* | cmMakefile: Add wrapper for reading listfiles which have an origin. | Stephen Kelly | 2015-04-18 | 1 | -1/+1 |
|
|
* | Deprecate Visual Studio 6 generator | Brad King | 2015-04-15 | 1 | -1/+17 |
|
|
* | cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja | Gregor Jasny | 2015-02-26 | 1 | -1/+1 |
|
|
* | VS: Refactor CMAKE_FORCE_*64 platform definitions | Brad King | 2014-07-17 | 1 | -1/+0 |
|
|
* | stringapi: Use strings for program paths | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for directories | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Miscellaneous char* parameters | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -3/+3 |
|
|
* | stringapi: Use strings for VS project names | Ben Boeckel | 2014-03-08 | 1 | -3/+3 |
|
|
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -5/+6 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -1/+2 |
|
|
* | Constify handling of target dependencies. | Stephen Kelly | 2013-12-11 | 1 | -3/+3 |
|
|
* | VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variables | Brad King | 2013-12-04 | 1 | -0/+8 |
|
|
* | VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generators | Brad King | 2013-11-18 | 1 | -1/+0 |
|
|
* | Teach GenerateBuildCommand to find its own make program | Brad King | 2013-11-18 | 1 | -18/+3 |
|
|
* | VS: Add internal APIs to find MSBuild, devenv/VCExpress, and msdev | Brad King | 2013-11-18 | 1 | -0/+28 |
|
|
* | cmGlobalGenerator: Cleanup GenerateBuildCommand API | Brad King | 2013-11-18 | 1 | -43/+29 |
|
|
* | Drop the 'Full' field from cmDocumentationEntry | Brad King | 2013-10-16 | 1 | -1/+0 |
|
|
* | Add the INTERFACE_LIBRARY target type. | Stephen Kelly | 2013-10-07 | 1 | -0/+4 |
|
|
* | Add projectDir parameter to GenerateBuildCommand | Petr Kmoch | 2013-04-12 | 1 | -0/+3 |
|
|
* | VS,Xcode: Remove unused CMAKE_GENERATOR_* variables | Brad King | 2013-02-19 | 1 | -3/+0 |
|
|
* | Make cmGlobalGenerator::GetDocumentation() a static function | Patrick Gansterer | 2012-11-19 | 1 | -2/+2 |
|
|
* | Resolve warnings about unused variables. | Stephen Kelly | 2012-11-07 | 1 | -1/+0 |
|
|
* | 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 | -3/+2 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -18/+18 |
|
|
* | Remove unused variable "rootdir" in VS generators | Brad King | 2010-12-10 | 1 | -2/+0 |
|
|
* | Refactor VS <= 7.1 utility-depends workaround | Brad King | 2010-08-24 | 1 | -0/+61 |
|
|
* | Factor out duplicate VS target dependency code | Brad King | 2010-08-24 | 1 | -35/+7 |
|
|
* | Teach VS generators to set the MACHINE type correctly. | Bill Hoffman | 2009-11-20 | 1 | -0/+2 |
|
|
* | Avoid non-root copies of root-only targets | Brad King | 2009-10-06 | 1 | -21/+4 |
|
|
* | Cleanup cmGlobalGenerator::GetTargetSets method | Brad King | 2009-10-01 | 1 | -5/+3 |
|
|
* | Use target dependency closure for VS 6 solutions | Brad King | 2009-09-30 | 1 | -164/+56 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i... | Bill Hoffman | 2009-07-14 | 1 | -8/+8 |
|
|
* | STYLE: Fix line length style violations. | David Cole | 2008-12-10 | 1 | -1/+2 |
|
|