| Commit message (Expand) | Author | Age | Files | Lines |
* | objlib: Allow other libraries to link to `OBJECT` libraries. | Deniz Bahadir | 2018-03-01 | 1 | -3/+3 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -7/+6 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -55/+42 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -2/+2 |
|
|
* | Performance: Add an index to Change cmLocalGenerator::GeneratorTargets. | Aaron Orenstein | 2017-08-16 | 1 | -1/+1 |
|
|
* | cmComputeTargetDepends: Avoid nested loops over configurations | Brad King | 2017-05-18 | 1 | -14/+6 |
|
|
* | cmComputeTargetDepends: Avoid computing with empty configuration | Brad King | 2017-05-18 | 1 | -1/+3 |
|
|
* | cmListFileCache: Remove cmState header include | Stephen Kelly | 2016-10-19 | 1 | -0/+1 |
|
|
* | 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 | -10/+10 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-23 | 1 | -2/+9 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -260/+182 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -17/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Add GetUtilityBacktrace API | Stephen Kelly | 2015-10-27 | 1 | -1/+1 |
|
|
* | Port to GetGeneratorTargets. | Stephen Kelly | 2015-10-24 | 1 | -5/+4 |
|
|
* | Access policy status from cmGeneratorTarget at generate time. | Stephen Kelly | 2015-10-20 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Provide direct access to the backtrace. | Stephen Kelly | 2015-10-20 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -2/+2 |
|
|
* | Use IsImported from cmGeneratorTarget. | Stephen Kelly | 2015-10-16 | 1 | -1/+1 |
|
|
* | cmState: Move GetTargetTypeName from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -2/+1 |
|
|
* | Remove now-obsolete casts. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -11/+11 |
|
|
* | Generators: Use GetType from the cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+2 |
|
|
* | cmLinkItem: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-12 | 1 | -15/+9 |
|
|
* | cmGeneratorTarget: Move GetUtilityItems from cmTarget. | Stephen Kelly | 2015-10-12 | 1 | -2/+2 |
|
|
* | cmGeneratorTarget: Port GetLinkInterface away from cmTarget. | Stephen Kelly | 2015-10-10 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetLinkImplementation from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -2/+1 |
|
|
* | cmLinkItem: Add cmLinkImplementation type. | Stephen Kelly | 2015-08-26 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetLinkInterface from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -1/+1 |
|
|
* | cmTarget: Move link interface libraries struct out. | Stephen Kelly | 2015-08-26 | 1 | -1/+1 |
|
|
* | cmComputeTargetDepends: Change API to use cmGeneratorTarget. | Stephen Kelly | 2015-07-01 | 1 | -37/+44 |
|
|
* | Merge topic 'refactor-cmPolicies' | Brad King | 2015-05-05 | 1 | -3/+1 |
|\ |
|
| * | Port to static cmPolicies API. | Stephen Kelly | 2015-05-04 | 1 | -3/+1 |
|
|
* | | cmComputeTargetDepends: Use simpler global generator access. | Stephen Kelly | 2015-05-03 | 1 | -3/+1 |
|/ |
|
* | Port Global property interaction to cmState. | Stephen Kelly | 2015-04-15 | 1 | -2/+5 |
|
|
* | Allow add_dependencies() on INTERFACE libraries (#15414) | Brad King | 2015-03-27 | 1 | -2/+4 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -2/+2 |
|
|
* | cmTarget: Refactor LinkImplementation to allow more information | Brad King | 2014-07-07 | 1 | -1/+1 |
|
|
* | cmTarget: Lookup targets in LinkInterface and LinkImplementation | Brad King | 2014-06-23 | 1 | -15/+15 |
|
|
* | cmTarget: Add GetUtilityItems to get target ordering dependencies | Brad King | 2014-06-23 | 1 | -4/+3 |
|
|
* | cmTarget: Remove 'head' argument from GetLinkImplementation | Brad King | 2014-06-23 | 1 | -1/+1 |
|
|
* | cmComputeTargetDepends: Remove unused 'linking' argument | Brad King | 2014-06-23 | 1 | -6/+3 |
|
|
* | cmake: remove dummy backtraces for IssueMessage | Ben Boeckel | 2014-06-05 | 1 | -4/+6 |
|
|
* | Merge topic 'target-transitive-sources' | Brad King | 2014-04-03 | 1 | -42/+28 |
|\ |
|
| * | cmTarget: Make the source files depend on the config. | Stephen Kelly | 2014-04-02 | 1 | -25/+24 |
|
|
| * | cmComputeTargetDepends: Use valid config to compute target depends. | Stephen Kelly | 2014-04-02 | 1 | -17/+4 |
|
|
* | | Merge topic 'target-sources-refactor' | Brad King | 2014-04-03 | 1 | -0/+29 |
|\ \
| |/ |
|