summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-22/+25
* Merge topic 'clean-up-link-configuration'Brad King2016-10-101-92/+55
|\
| * cmMakefile: Simplify programmer error to an assertStephen Kelly2016-10-071-8/+3
| * cmMakefile: Implement LinkLibraries as an internal propertyStephen Kelly2016-10-071-28/+47
| * cmMakefile: Inline method into only remaining callerStephen Kelly2016-10-071-29/+0
| * cmMakefile: Remove obsolete parameterStephen Kelly2016-10-071-4/+3
| * cmTarget: Remove target name from parameter listStephen Kelly2016-10-071-3/+3
| * cmMakefile: Use public API to find a targetStephen Kelly2016-10-071-3/+3
| * cmMakefile: Inline method into only callerStephen Kelly2016-10-071-14/+0
| * cmMakefile: Use public API to find a targetStephen Kelly2016-10-071-3/+4
| * cmMakefile: Invert if() condition to remove elseStephen Kelly2016-10-071-3/+3
| * cmMakefile: Remove ALIAS checkStephen Kelly2016-10-071-7/+0
| * cmMakefile: Collapse two consecutive if()s into oneStephen Kelly2016-10-071-14/+11
| * cmMakefile: DeMorgan-invert conditionStephen Kelly2016-10-071-4/+4
| * cmMakefile: Return after error and remove else conditionStephen Kelly2016-10-071-17/+18
| * cmMakefile: Invert handling of error conditionStephen Kelly2016-10-071-6/+6
| * cmMakefile: Remove superfluous overloadStephen Kelly2016-10-071-5/+0
| * cmMakefile: Remove useless link directory containerStephen Kelly2016-10-071-4/+1
| * cmTarget: Inline MergeLinkLibraries into only callerStephen Kelly2016-10-071-1/+10
* | cmMakefile: Remove pointless conditionStephen Kelly2016-10-091-4/+2
|/
* project: Fix support for explicit RC languageBrad King2016-09-281-1/+20
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* cmState: Record buildsystem target names in each directoryBrad King2016-09-191-0/+1
* cmTarget: Construct with basic information up frontBrad King2016-09-141-8/+8
* Avoid requiring default cmTarget constructor for map indexingBrad King2016-09-141-2/+3
* cmMakefile: Restore nested error logic use of cmExecutionStatusBrad King2016-09-061-11/+8
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-6/+7
* add_custom_command: Add DEPFILE option for NinjaKulla Christoph2016-08-301-4/+6
* Parser: Port away from cmMakefileStephen Kelly2016-08-251-3/+12
* cmMakefile: Port nested error logic away from cmExecutionStatusStephen Kelly2016-08-251-7/+11
* cmMakefile: Simplify IssueMessage implementationStephen Kelly2016-08-251-5/+3
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-231-10/+16
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-85/+82
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-1/+4
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-10/+9
* use CM_NULLPTRDaniel Pfeifer2016-06-281-29/+30
* cmake: Add an option to control what files needs to be tracedAlex Turbov2016-06-171-1/+23
* Merge topic 'cleanup-streams'Brad King2016-06-161-1/+1
|\
| * Access std::ios_base with std::iosDaniel Pfeifer2016-06-141-1/+1
* | Merge topic 'clean-up-cmMakefile-IssueMessage'Brad King2016-06-161-3/+4
|\ \
| * | cmMakefile: Extract invoke result variablesStephen Kelly2016-06-131-3/+4
| |/
* | Parser: Out-of-line conditional code to cmMakefileStephen Kelly2016-06-131-4/+75
|/
* Merge topic 'fix-cmake-ISP-violation'Brad King2016-06-131-3/+3
|\
| * cmake: Remove force from IssueMessage APIStephen Kelly2016-06-121-3/+3
* | Merge topic 'avoid-cmMakefile-IssueMessage-after-configure'Brad King2016-06-131-14/+38
|\ \
| * | cmMakefile: Port messages for compile features to cmakeStephen Kelly2016-06-121-9/+29
| * | cmMakefile: Avoid IssueMessage after configure is finishedStephen Kelly2016-06-121-5/+9
| |/
* | Merge topic 'find-lib32'Brad King2016-06-131-0/+8
|\ \
| * | Teach find_library and find_package to search lib32 paths (#11260)Daniel Scharrer2016-06-101-0/+8
| |/
* | Add missing braces around statements.Daniel Pfeifer2016-06-101-1/+2
|/