summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmAlgorithms: add cmEraseIf functionDaniel Pfeifer2017-02-101-11/+2
* add_custom_{command,target}: Add COMMAND_EXPAND_LISTS optionEd Branch2017-01-141-8/+14
* Fix typo in error message on missing required variableBrad King2016-12-161-1/+1
* clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-121-2/+2
* Merge topic 'try_compile-lang-std'Brad King2016-12-071-6/+10
|\
| * try_compile: Stop processing when test build system fails to generateBrad King2016-12-061-6/+10
* | Features: Add infrastructure for C++ 17 language standardBrad King2016-12-021-7/+26
|/
* CUDA: C++ compile features now enable cuda c++11 support.Robert Maynard2016-11-141-0/+3
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-14/+14
* Remove cmCommand::Enabled and all related accessorsDaniel Pfeifer2016-10-241-1/+1
* cmState: Split auxiliary classes into separate filesStephen Kelly2016-10-191-0/+2
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Port dependent code to new cmStateSnapshot nameStephen Kelly2016-10-191-6/+6
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-7/+8
* 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