summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmMakefile: Create an explicit "Object Libraries" source groupBrad King2017-04-111-0/+16
* Add self-sufficient wrapper for <sys/stat.h>Daniel Pfeifer2017-03-241-0/+1
* Merge topic 'master'Brad King2017-03-091-0/+17
|\
| * Add support for x32-abiSteven Newbury2017-03-071-0/+17
* | cmWorkingDirectory: use the new classBen Boeckel2017-03-061-9/+2
|/
* Merge topic '16615-xcode-object-libraries-depends'Brad King2017-02-241-2/+4
|\
| * Makefile: Allow adding post-build rules to object librariesGregor Jasny2017-02-221-2/+4
* | Merge topic 'fix-CMP0017-path-case'Brad King2017-02-201-1/+1
|\ \ | |/ |/|
| * Windows: Fix inconsistent behavior on changes to case of path to cmakeBrad King2017-02-171-1/+1
* | cmCommand: Don't prefix error message with command nameDaniel Pfeifer2017-02-131-1/+2
* | 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