summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'ranged-for'Brad King2017-09-131-114/+77
|\
| * Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-114/+77
* | cmMakefile: Add GetOrCreateSourceGroup methodsSebastian Holtermann2017-09-091-0/+21
* | cmMakefile: Collect source group methods in one placeSebastian Holtermann2017-09-091-34/+31
|/
* Use C++11 nullptrDaniel Pfeifer2017-08-241-29/+28
* Remove AUTOGEN variables from cmSourceFile and cmMakefileSebastian Holtermann2017-08-221-10/+0
* Features: Fix COMPILE_FEATURES genex for C++ 14 and 17 featuresBrad King2017-08-081-0/+12
* Merge topic 'labels-for-subprojects'Brad King2017-07-131-0/+3
|\
| * Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variableBetsy McPhail2017-07-101-0/+3
* | Merge topic 'source-group-regex-tweaks'Brad King2017-07-131-4/+2
|\ \
| * | Add more extensions to Resources source group by defaultUfoXp2017-07-101-4/+2
| |/
* | configure_file: Add support for indented cmakedefineSylvain Joubert2017-07-041-7/+11
|/
* Merge topic 'fix-crash-on-non-enabled-language-features'Brad King2017-06-271-2/+19
|\
| * target_compile_features: Do not crash on non-enabled languageBrad King2017-06-261-2/+19
* | file(GENERATE): Add policy CMP0070 to define relative path behaviorBrad King2017-06-091-1/+2
|/
* Merge topic 'lint-function-args'Brad King2017-06-051-1/+1
|\
| * Pass large types by const&, small types by valueDaniel Pfeifer2017-06-031-1/+1
* | Provide and use CM_FALLTHROUGHDaniel Pfeifer2017-06-031-1/+10
|/
* Access string npos without instancePavel Solodovnikov2017-06-011-3/+6
* Merge topic 'dead-code-removal'Brad King2017-05-111-1/+1
|\
| * cmExecutionStatus: Remove arguments from settersDaniel Pfeifer2017-05-091-1/+1
* | cmMakefile: don't check IsScriptableDaniel Pfeifer2017-05-081-14/+1
* | cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-081-1/+1
|/
* clang-tidy: use operators for string comparisonDaniel Pfeifer2017-04-261-1/+1
* Add deprecation warnings for policies CMP0036 and belowBrad King2017-04-211-0/+7
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* 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