| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -7/+6 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -18/+17 |
|
|
* | Make C++ feature checks extensible | Daniel Pfeifer | 2016-06-27 | 1 | -3/+3 |
|
|
* | Merge topic 'fix-cmake-ISP-violation' | Brad King | 2016-06-13 | 1 | -2/+1 |
|\ |
|
| * | cmake: Remove force from IssueMessage API | Stephen Kelly | 2016-06-12 | 1 | -2/+1 |
|
|
* | | Merge topic 'avoid-cmMakefile-IssueMessage-after-configure' | Brad King | 2016-06-13 | 1 | -3/+4 |
|\ \ |
|
| * | | cmMakefile: Port messages for compile features to cmake | Stephen Kelly | 2016-06-12 | 1 | -3/+4 |
| |/ |
|
* | | Merge topic 'find-lib32' | Brad King | 2016-06-13 | 1 | -0/+3 |
|\ \ |
|
| * | | Teach find_library and find_package to search lib32 paths (#11260) | Daniel Scharrer | 2016-06-10 | 1 | -0/+3 |
| |/ |
|
* | | Add missing braces around statements in header files | Daniel Pfeifer | 2016-06-11 | 1 | -2/+4 |
|/ |
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -166/+159 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -5/+5 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+2 |
|
|
* | cmListFileBacktrace: Refactor storage to provide efficient value semantics | Brad King | 2016-04-18 | 1 | -1/+1 |
|
|
* | cmMakefile: Move cmMakefileCall to .cxx file | Brad King | 2016-04-15 | 1 | -13/+0 |
|
|
* | Rename local target lookup methods to clarify purpose | Brad King | 2016-04-01 | 1 | -1/+1 |
|
|
* | Fix lookup of an ALIAS target outside aliased target's directory (#16044) | Brad King | 2016-04-01 | 1 | -2/+1 |
|
|
* | Make message suppression more consistent. | Michael Scott | 2015-11-30 | 1 | -1/+2 |
|
|
* | Merge branch 'reduce-cmState-accumulation' into reduce-cmState-accumulation-f... | Brad King | 2015-11-25 | 1 | -6/+2 |
|\ |
|
| * | cmMakefile: Remove unused PolicyPushPop interfaces | Brad King | 2015-11-25 | 1 | -5/+1 |
|
|
| * | cmMakefile: Clarify purpose of method that pops a scope snapshot | Brad King | 2015-11-25 | 1 | -1/+1 |
|
|
* | | cmMakefile: Add imported target accessor | Stephen Kelly | 2015-10-27 | 1 | -0/+1 |
|
|
* | | cmLocalGenerator: Port FindGeneratorTarget away from GetGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -0/+5 |
|
|
* | | cmTarget: Implement ALIAS in terms of name mapping | Stephen Kelly | 2015-10-27 | 1 | -2/+2 |
|
|
* | | cmake: Store hardcoded lists of sources and headers | Stephen Kelly | 2015-10-27 | 1 | -13/+0 |
|
|
* | | Merge topic 'inline-cmMakeDepend-content' | Brad King | 2015-10-21 | 1 | -4/+0 |
|\ \ |
|
| * | | Remove vestigial declarations. | Stephen Kelly | 2015-10-20 | 1 | -4/+0 |
|
|
* | | | Merge topic 'fix-CMP0054-elseif-warning' | Brad King | 2015-10-21 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802) | Stephen Kelly | 2015-10-20 | 1 | -1/+1 |
|
|
* | | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -3/+3 |
|
|
* | | cmTarget: Move link type enum out. | Stephen Kelly | 2015-10-14 | 1 | -2/+2 |
|
|
* | | Merge topic 'genex-generator-objects' | Brad King | 2015-10-14 | 1 | -14/+7 |
|\ \ |
|
| * | | cmLocalGenerator: Store cmGeneratorTargets. | Stephen Kelly | 2015-10-14 | 1 | -14/+0 |
|
|
| * | | cmMakefile: Store container of cmExportBuildFileGenerators. | Stephen Kelly | 2015-10-14 | 1 | -0/+7 |
|
|
* | | | cmState: Initialize default definitions immediately. | Stephen Kelly | 2015-10-13 | 1 | -1/+0 |
|/ / |
|
* | | cmMakefile: Remove unused GetProjectName calls. | Stephen Kelly | 2015-10-08 | 1 | -5/+0 |
|
|
* | | Remove now-unused directory setters. | Stephen Kelly | 2015-10-07 | 1 | -2/+0 |
|/ |
|
* | cmMakefile: Remove Configured state. | Stephen Kelly | 2015-09-27 | 1 | -4/+0 |
|
|
* | cmMakefile: Remove cmLocalGenerator member. | Stephen Kelly | 2015-08-28 | 1 | -3/+3 |
|
|
* | Merge topic 'minor-cleanups' | Brad King | 2015-08-27 | 1 | -2/+1 |
|\ |
|
| * | cmMakefile: Remove Internal class. | Stephen Kelly | 2015-08-25 | 1 | -2/+1 |
|
|
* | | cmState: Move ProjectName from cmMakefile. | Stephen Kelly | 2015-08-25 | 1 | -2/+0 |
|
|
* | | cmMakefile: Use std::string in ProjectName API. | Stephen Kelly | 2015-08-25 | 1 | -2/+2 |
|
|
* | | cmMakefile: Out-of-line GetProjectName. | Stephen Kelly | 2015-08-25 | 1 | -4/+1 |
|/ |
|
* | cmState: Move directory Properties from cmMakefile. | Stephen Kelly | 2015-08-24 | 1 | -3/+0 |
|
|
* | Fix iOS Bundle layouts (#15669) | Gregor Jasny | 2015-08-24 | 1 | -0/+3 |
|
|
* | cmMakefile: Remove unused method. | Stephen Kelly | 2015-08-06 | 1 | -4/+0 |
|
|
* | Merge topic 'cmState-policies' | Brad King | 2015-08-06 | 1 | -13/+0 |
|\ |
|
| * | cmState: Move PolicyState from cmMakefile. | Stephen Kelly | 2015-08-02 | 1 | -13/+0 |
|
|
* | | cmMakefile: Store EvaluationFiles. | Stephen Kelly | 2015-08-01 | 1 | -0/+9 |
|/ |
|