| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -0/+1 |
|
|
* | 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 | -236/+193 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -21/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -2/+2 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+2 |
|
|
* | VS: Ignore USE_FOLDER property on VS versions that do not support it | Brad King | 2016-04-26 | 1 | -0/+6 |
|
|
* | 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: Remove map from cmTarget to cmGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -1/+0 |
|
|
* | cmGlobalGenerator: Remove direct storage of targets | Stephen Kelly | 2015-10-27 | 1 | -6/+10 |
|
|
* | cmGeneratorTarget: Add GetUtilities API | Stephen Kelly | 2015-10-27 | 1 | -2/+2 |
|
|
* | VS: Port interface to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -4/+5 |
|
|
* | VS: Port ProjectDepends to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -2/+2 |
|
|
* | cmLocalGenerator: Store a vector of generator targets. | Stephen Kelly | 2015-10-21 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Simplify semantic of adding generator targets. | Stephen Kelly | 2015-10-20 | 1 | -0/+1 |
|
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -6/+6 |
|
|
* | cmLocalGenerator: Store cmGeneratorTargets. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Add Home directory accessors. | Stephen Kelly | 2015-10-08 | 1 | -2/+2 |
|
|
* | cmTarget: Remove Compute method. | Stephen Kelly | 2015-10-07 | 1 | -1/+0 |
|
|
* | cmTarget: Add Compute API for sources. | Stephen Kelly | 2015-10-07 | 1 | -0/+1 |
|
|
* | cmGeneratorTarget: Add methods for generate-time source addition. | Stephen Kelly | 2015-10-07 | 1 | -1/+1 |
|
|
* | VisualStudio: Replace Compute override with AddExtraIDETargets override. | Stephen Kelly | 2015-10-05 | 1 | -7/+2 |
|
|
* | VS: Refactor target ordering logic | Brad King | 2015-09-22 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move compile defintions processing from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -1/+1 |
|
|
* | cmTarget: Split storage of include directories from genexes. | Stephen Kelly | 2015-08-07 | 1 | -0/+1 |
|
|
* | cmGlobalGenerator: Virtualize the Compute step and override it. | Stephen Kelly | 2015-07-30 | 1 | -4/+7 |
|
|
* | cmGlobalGenerator: Move generation object creation to Compute(). | Stephen Kelly | 2015-07-30 | 1 | -0/+2 |
|
|
* | cmComputeTargetDepends: Change API to use cmGeneratorTarget. | Stephen Kelly | 2015-07-01 | 1 | -1/+2 |
|
|
* | Merge topic 'remove-CMAKE_USE_RELATIVE_PATHS' | Brad King | 2015-06-04 | 1 | -6/+2 |
|\ |
|
| * | cmLocalGenerator: Remove 'optional' parameter from Convert. | Stephen Kelly | 2015-06-04 | 1 | -6/+2 |
|
|
* | | VS: Compute project GUIDs deterministically | Brad King | 2015-06-04 | 1 | -1/+0 |
|/ |
|
* | cmGlobalGenerator: Require a cmake instance in ctor. | Stephen Kelly | 2015-05-27 | 1 | -10/+8 |
|
|
* | VS: Do not accumulate configurations globally (#15577) | Brad King | 2015-05-21 | 1 | -5/+7 |
|
|
* | Use cmSystemTools::GetCMakeCommand() to get path to cmake internally | Brad King | 2015-05-20 | 1 | -3/+1 |
|
|
* | VS: Remove obsolete methods. | Stephen Kelly | 2015-05-19 | 1 | -10/+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/+1 |
|
|
* | 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 |
|
|
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
* | cmake: Show in --help how to select VS target platform (#15422) | Brad King | 2015-04-07 | 1 | -2/+5 |
|
|
* | Add an option for explicit BYPRODUCTS of custom commands (#14963) | Brad King | 2014-11-14 | 1 | -1/+2 |
|
|
* | VS: Implement CMAKE_GENERATOR_PLATFORM for VS >= 8 | Brad King | 2014-09-05 | 1 | -0/+15 |
|
|
* | VS: Move internal MasmEnabled member up to VS 7 generator | Brad King | 2014-08-20 | 1 | -0/+8 |
|
|
* | VS: Refactor logic deciding to add "Deploy" to the .sln file | Gilles Khouzam | 2014-07-31 | 1 | -3/+10 |
|
|
* | VS: Delay getting platform name in local generator | Brad King | 2014-07-17 | 1 | -1/+0 |
|
|
* | VS: Delay platform definitions until system name is known | Brad King | 2014-07-17 | 1 | -2/+9 |
|
|