| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | cmLocalGenerator: Remove Parent pointer. | Stephen Kelly | 2015-08-28 | 1 | -4/+3 |
|
|
* | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -2/+2 |
|
|
* | cmMakefile: Add a PropertyKeys accessor. | Stephen Kelly | 2015-07-18 | 1 | -7/+9 |
|
|
* | cmComputeTargetDepends: Change API to use cmGeneratorTarget. | Stephen Kelly | 2015-07-01 | 1 | -6/+6 |
|
|
* | Merge topic 'move-Feature-API' | Brad King | 2015-06-08 | 1 | -1/+2 |
|\ |
|
| * | cmGeneratorTarget: Move Feature API from cmTarget. | Stephen Kelly | 2015-06-06 | 1 | -1/+2 |
|
|
* | | VS: Use cmUuid RFC 4122 compliant hash based UUID generation | Nils Gladitz | 2015-06-05 | 1 | -8/+10 |
|/ |
|
* | VS: Compute project GUIDs deterministically | Brad King | 2015-06-04 | 1 | -34/+18 |
|
|
* | 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: Do not accumulate configurations globally (#15577) | Brad King | 2015-05-21 | 1 | -66/+23 |
|
|
* | 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 | -31/+27 |
|
|
* | cmLocalGenerator: Require a global generator in the constructor. | Stephen Kelly | 2015-05-14 | 1 | -2/+1 |
|
|
* | VS: Add option to put INSTALL target in .sln default build | Robert Goulet | 2015-05-06 | 1 | -0/+18 |
|
|
* | cmLocalGenerator: Require a parent in the constructor. | Stephen Kelly | 2015-04-28 | 1 | -2/+4 |
|
|
* | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -4/+4 |
|
|
* | Deprecate Visual Studio 7 generator (.NET 2002) | Brad King | 2015-04-15 | 1 | -1/+18 |
|
|
* | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 1 | -4/+4 |
|
|