| Commit message (Expand) | Author | Age | Files | Lines |
* | VS: Add SolutionGuid to generated .sln files | Brad King | 2017-07-11 | 1 | -4/+16 |
|
|
* | c++: prefer vectors over lists | Ben Boeckel | 2017-05-04 | 1 | -2/+3 |
|
|
* | Deprecate Visual Studio 8 2005 generator | Brad King | 2017-04-21 | 1 | -0/+13 |
|
|
* | Drop Visual Studio 7 .NET 2003 generator | Brad King | 2017-04-19 | 1 | -13/+0 |
|
|
* | cmGlobalVisualStudioGenerator: Drop VS7 enumeration value | Brad King | 2017-04-19 | 1 | -1/+0 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | VS: Pass whole target to WriteProjectConfigurations | Beeble | 2017-04-05 | 1 | -5/+5 |
|
|
* | fix include order of windows.h | Daniel Pfeifer | 2017-03-14 | 1 | -2/+1 |
|
|
* | VS: Add support for ASM_NASM language | Evgeny Fimochkin | 2017-02-07 | 1 | -0/+1 |
|
|
* | VS: Add option to place `PACKAGE` target in solution default build | Michael Stürmer | 2016-11-29 | 1 | -14/+21 |
|
|
* | Encoding: Remove option to use ANSI code page internally | Clinton Stimpson | 2016-11-02 | 1 | -7/+1 |
|
|
* | cmGlobalGenerator: Allow FindMakeProgram to fail | Brad King | 2016-10-20 | 1 | -2/+5 |
|
|
* | cmListFileCache: Remove cmState header include | Stephen Kelly | 2016-10-19 | 1 | -0/+1 |
|
|
* | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -2/+2 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -5/+5 |
|
|
* | Factor IDE folder name retrieval out into helper method | Gregor Jasny | 2016-10-17 | 1 | -2/+2 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Convert: Move access to CurrentBinaryDirectory out of loops | Stephen Kelly | 2016-09-19 | 1 | -2/+2 |
|
|
* | Convert: Avoid START_OUTPUT enum when converting to relative paths | Stephen Kelly | 2016-09-19 | 1 | -2/+2 |
|
|
* | VS15: Add Visual Studio 15 generator | Brad King | 2016-09-07 | 1 | -0/+12 |
|
|
* | VS: Verify that MSBuild.exe and devenv.com exist before using them | Brad King | 2016-09-06 | 1 | -3/+10 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -0/+1 |
|
|
* | Convert: Replace trivial conversion with new method | Stephen Kelly | 2016-08-27 | 1 | -1/+2 |
|
|
* | Use better KWSys SystemTools::GetEnv and HasEnv signatures | Dāvis Mosāns | 2016-07-18 | 1 | -3/+3 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -1/+1 |
|
|
* | Merge topic 'improve-character-find-and-replace' | Brad King | 2016-05-25 | 1 | -1/+1 |
|\ |
|
| * | Use std::replace for replacing chars in strings. | Daniel Pfeifer | 2016-05-24 | 1 | -1/+1 |
|
|
* | | Use enums defined in cmOutputConverter using their fully qualified name. | Daniel Pfeifer | 2016-05-25 | 1 | -1/+1 |
|/ |
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -359/+227 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -15/+0 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+6 |
|
|
* | Merge topic 'clang-format-include-order' | Brad King | 2016-05-02 | 1 | -1/+4 |
|\ |
|
| * | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -1/+4 |
|
|
* | | Deprecate Visual Studio 7 .NET 2003 generator | Brad King | 2016-04-28 | 1 | -0/+17 |
|/ |
|
* | Drop Visual Studio 7 generator for VS .NET 2002 | Brad King | 2016-03-11 | 1 | -227/+0 |
|
|
* | VS7: Port remaining interface to cmGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -9/+8 |
|
|
* | cmGeneratorTarget: Add GetUtilities API | Stephen Kelly | 2015-10-27 | 1 | -1/+1 |
|
|
* | VS: Port WriteUtilityDepends to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -3/+4 |
|
|
* | VS: Port utility depends to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -2/+2 |
|
|
* | VS: Port target depends to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -1/+1 |
|
|
* | VS: Port ProjectDepends to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -8/+8 |
|
|
* | VS: Port TargetIsFortranOnly to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -1/+1 |
|
|
* | VS: Port WriteProject to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -4/+5 |
|
|
* | VS: Port loop to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -6/+4 |
|
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -6/+6 |
|
|
* | cmGeneratorExpression: Port to cmLocalGenerator. | Stephen Kelly | 2015-10-12 | 1 | -1/+2 |
|
|
* | cmLocalGenerator: Add current binary directory accessor. | Stephen Kelly | 2015-10-10 | 1 | -3/+5 |
|
|
* | cmLocalGenerator: Add GetProjectName method. | Stephen Kelly | 2015-10-08 | 1 | -2/+2 |
|
|
* | 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 | -2/+2 |
|
|