| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'imported-interface-libname' | Brad King | 2016-11-09 | 1 | -0/+3 |
|\ |
|
| * | Allow imported INTERFACE libraries to specify a link library name | Brad King | 2016-11-09 | 1 | -0/+3 |
|
|
* | | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -8/+9 |
|/ |
|
* | Introduce CM_UNORDERED_MAP | Daniel Pfeifer | 2016-10-24 | 1 | -17/+2 |
|
|
* | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -4/+4 |
|
|
* | cmTarget: Move sanity checks and computed property access to callers | Stephen Kelly | 2016-10-16 | 1 | -1/+3 |
|
|
* | cm{,Generator}Target: Add global generator accessors | Stephen Kelly | 2016-10-15 | 1 | -0/+3 |
|
|
* | cmTarget: Split property computation into separate class | Stephen Kelly | 2016-10-15 | 1 | -5/+3 |
|
|
* | cmTarget: Remove mutable marker from properties | Stephen Kelly | 2016-10-15 | 1 | -2/+2 |
|
|
* | cmTarget: Remove target name from parameter list | Stephen Kelly | 2016-10-07 | 1 | -2/+2 |
|
|
* | cmTarget: Inline MergeLinkLibraries into only caller | Stephen Kelly | 2016-10-07 | 1 | -3/+0 |
|
|
* | cmTarget: Remove useless link library state | Stephen Kelly | 2016-10-07 | 1 | -1/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | cmTarget: Remove unused support for partial construction | Brad King | 2016-09-15 | 1 | -5/+0 |
|
|
* | cmTarget: Inline SetType method at only remaining call site | Brad King | 2016-09-14 | 1 | -1/+0 |
|
|
* | cmTarget: Construct with basic information up front | Brad King | 2016-09-14 | 1 | -10/+14 |
|
|
* | cmTarget: Add method to get a copy adapted for a directory | Brad King | 2016-09-14 | 1 | -0/+3 |
|
|
* | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-16 | 1 | -9/+12 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -1/+1 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -1/+1 |
|
|
* | Make C++ feature checks extensible | Daniel Pfeifer | 2016-06-27 | 1 | -2/+2 |
|
|
* | Prefer std::ostream& over derivatives as parameters | Daniel Pfeifer | 2016-06-08 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -70/+98 |
|
|
* | 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 |
|
|
* | Drop Visual Studio 6 generator | Brad King | 2016-03-09 | 1 | -64/+0 |
|
|
* | Merge topic 'minor-cleanups' | Brad King | 2015-10-28 | 1 | -2/+0 |
|\ |
|
| * | cmTarget: Remove obsolete member | Stephen Kelly | 2015-10-27 | 1 | -1/+0 |
|
|
| * | Remove some obsolete declarations | Stephen Kelly | 2015-10-27 | 1 | -1/+0 |
|
|
* | | cmGlobalGenerator: Remove direct storage of targets | Stephen Kelly | 2015-10-27 | 1 | -1/+4 |
|
|
* | | cmGeneratorTarget: Move LinkLanguagePropagatesToDependents from cmTarget | Stephen Kelly | 2015-10-27 | 1 | -3/+0 |
|
|
* | | cmTarget: Make compatbility API explicit. | Stephen Kelly | 2015-10-27 | 1 | -6/+2 |
|
|
* | | cmGeneratorTarget: Move GetFrameworkVersion from cmTarget | Stephen Kelly | 2015-10-26 | 1 | -4/+0 |
|/ |
|
* | cmGlobalGenerator: Move GeneratorTargetsType to usage site. | Stephen Kelly | 2015-10-24 | 1 | -0/+4 |
|
|
* | cmGeneratorTarget: Copy the policy map from the cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -17/+0 |
|
|
* | cmTarget: Remove unused NameResolvesToFramework. | Stephen Kelly | 2015-10-20 | 1 | -2/+0 |
|
|
* | Move ComputeLinkType out of cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -3/+0 |
|
|
* | cmGeneratorTarget: Move IsDLLPlatform from cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -3/+0 |
|
|
* | cmGeneratorTarget: Move HaveWellDefinedOutputFiles from cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -3/+0 |
|
|
* | cmGeneratorTarget: Move GetExportMacro from cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -5/+0 |
|
|
* | cmGeneratorTarget: Move IsCFBundleOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -3/+0 |
|
|
* | cmGeneratorTarget: Move IsXCTestOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -3/+0 |
|
|
* | cmGeneratorTarget: Move IsLinkable from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -3/+0 |
|
|
* | cmGeneratorTarget: Move GetExportName from cmTarget. | Stephen Kelly | 2015-10-18 | 1 | -1/+0 |
|
|
* | cmGeneratorTarget: Move ComputeVersionedName from cmTarget. | Stephen Kelly | 2015-10-16 | 1 | -7/+0 |
|
|
* | cmGeneratorTarget: Move GetTargetVersion from cmTarget. | Stephen Kelly | 2015-10-16 | 1 | -11/+0 |
|
|
* | cmGeneratorTarget: Move CheckCMP0004 from cmTarget. | Stephen Kelly | 2015-10-16 | 1 | -4/+0 |
|
|
* | cmGeneratorTarget: Move ImportInfo from cmTarget. | Stephen Kelly | 2015-10-16 | 1 | -24/+0 |
|
|
* | cmGeneratorTarget: Move ImportedGetLocation from cmTarget. | Stephen Kelly | 2015-10-16 | 1 | -2/+0 |
|
|