summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+4
* add_custom_command: Add DEPFILE option for NinjaKulla Christoph2016-08-301-10/+8
* Parser: Port away from cmMakefileStephen Kelly2016-08-251-0/+1
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-241-12/+18
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-7/+6
* use CM_NULLPTRDaniel Pfeifer2016-06-281-18/+17
* Make C++ feature checks extensibleDaniel Pfeifer2016-06-271-3/+3
* Merge topic 'fix-cmake-ISP-violation'Brad King2016-06-131-2/+1
|\
| * cmake: Remove force from IssueMessage APIStephen Kelly2016-06-121-2/+1
* | Merge topic 'avoid-cmMakefile-IssueMessage-after-configure'Brad King2016-06-131-3/+4
|\ \
| * | cmMakefile: Port messages for compile features to cmakeStephen Kelly2016-06-121-3/+4
| |/
* | Merge topic 'find-lib32'Brad King2016-06-131-0/+3
|\ \
| * | Teach find_library and find_package to search lib32 paths (#11260)Daniel Scharrer2016-06-101-0/+3
| |/
* | Add missing braces around statements in header filesDaniel Pfeifer2016-06-111-2/+4
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-166/+159
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-5/+5
* Source: Stabilize include orderBrad King2016-04-291-0/+2
* cmListFileBacktrace: Refactor storage to provide efficient value semanticsBrad King2016-04-181-1/+1
* cmMakefile: Move cmMakefileCall to .cxx fileBrad King2016-04-151-13/+0
* Rename local target lookup methods to clarify purposeBrad King2016-04-011-1/+1
* Fix lookup of an ALIAS target outside aliased target's directory (#16044)Brad King2016-04-011-2/+1
* Make message suppression more consistent.Michael Scott2015-11-301-1/+2
* Merge branch 'reduce-cmState-accumulation' into reduce-cmState-accumulation-f...Brad King2015-11-251-6/+2
|\
| * cmMakefile: Remove unused PolicyPushPop interfacesBrad King2015-11-241-5/+1
| * cmMakefile: Clarify purpose of method that pops a scope snapshotBrad King2015-11-241-1/+1
* | cmMakefile: Add imported target accessorStephen Kelly2015-10-271-0/+1
* | cmLocalGenerator: Port FindGeneratorTarget away from GetGeneratorTargetStephen Kelly2015-10-271-0/+5
* | cmTarget: Implement ALIAS in terms of name mappingStephen Kelly2015-10-271-2/+2
* | cmake: Store hardcoded lists of sources and headersStephen Kelly2015-10-271-13/+0
* | Merge topic 'inline-cmMakeDepend-content'Brad King2015-10-211-4/+0
|\ \
| * | Remove vestigial declarations.Stephen Kelly2015-10-211-4/+0
* | | Merge topic 'fix-CMP0054-elseif-warning'Brad King2015-10-211-1/+1
|\ \ \ | |/ / |/| / | |/
| * cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802)Stephen Kelly2015-10-201-1/+1
* | cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-3/+3
* | cmTarget: Move link type enum out.Stephen Kelly2015-10-151-2/+2
* | Merge topic 'genex-generator-objects'Brad King2015-10-141-14/+7
|\ \
| * | cmLocalGenerator: Store cmGeneratorTargets.Stephen Kelly2015-10-141-14/+0
| * | cmMakefile: Store container of cmExportBuildFileGenerators.Stephen Kelly2015-10-141-0/+7
* | | cmState: Initialize default definitions immediately.Stephen Kelly2015-10-141-1/+0
|/ /
* | cmMakefile: Remove unused GetProjectName calls.Stephen Kelly2015-10-091-5/+0
* | Remove now-unused directory setters.Stephen Kelly2015-10-071-2/+0
|/
* cmMakefile: Remove Configured state.Stephen Kelly2015-09-271-4/+0
* cmMakefile: Remove cmLocalGenerator member.Stephen Kelly2015-08-281-3/+3
* Merge topic 'minor-cleanups'Brad King2015-08-271-2/+1
|\
| * cmMakefile: Remove Internal class.Stephen Kelly2015-08-251-2/+1
* | cmState: Move ProjectName from cmMakefile.Stephen Kelly2015-08-251-2/+0
* | cmMakefile: Use std::string in ProjectName API.Stephen Kelly2015-08-251-2/+2
* | cmMakefile: Out-of-line GetProjectName.Stephen Kelly2015-08-251-4/+1
|/
* cmState: Move directory Properties from cmMakefile.Stephen Kelly2015-08-241-3/+0