summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cmAppend'Brad King2019-05-241-2/+1
|\
| * Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-2/+1
* | cmMakefile: Define cmTargetMap type in cmMakefile instead of cmTargetSebastian Holtermann2019-05-231-4/+4
|/
* Support job pools in custom commands and targetsRosen Matev2019-05-141-12/+17
* cmMakefile: Enforce explicit use of project() commandBartosz Kosiorek2019-05-061-0/+10
* cmMakefile: Use std::unordered_map::emplace to add cmTargets to the listSebastian Holtermann2019-03-211-2/+1
* Features: Do not use a lower-than-default standard for requested featuresZsolt Parragi2019-02-261-0/+14
* Merge topic 'deprecate-policy-old'Brad King2019-02-251-1/+1
|\
| * Add deprecation warnings for policies CMP0066 and belowBrad King2019-02-211-1/+1
* | Merge topic 'cmrange-improvements'Brad King2019-02-251-0/+1
|\ \
| * | cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-0/+1
* | | cmSystemTools::Error: consolidate parameters into single std::stringVitaly Stakhovsky2019-02-201-13/+12
| |/ |/|
* | cmMakefile::ConfigureFile: Accept `std::string` parametersVitaly Stakhovsky2019-02-181-5/+6
|/
* Delete some default constructors and assignment operatorsAlbert Astals Cid2019-02-151-0/+12
* cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-111-1/+1
* Merge topic 'modernize-for-loops'Brad King2019-02-111-14/+11
|\
| * Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-14/+11
* | Merge topic 'fix-exclude-dir-with-iface'Brad King2019-02-111-1/+3
|\ \
| * | Fix EXCLUDE_FROM_ALL on directory with an interface libraryBrad King2019-02-081-1/+3
* | | Merge topic 'getreqdef'Brad King2019-02-081-5/+7
|\ \ \ | |_|/ |/| |
| * | cmMakefile::GetRequiredDefinition: return const std::string&Vitaly Stakhovsky2019-02-071-5/+7
| |/
* | Prefer front/back/data over dereferencing begin/rbegin iterArtur Ryt2019-02-061-1/+1
|/
* Merge topic 'copyfile-stdstring'Brad King2019-01-301-4/+2
|\
| * cmSystemTools: copy file member functions accept std::string paramsVitaly Stakhovsky2019-01-291-4/+2
* | Merge topic 'tidy-use-equals-default'Brad King2019-01-291-1/+0
|\ \ | |/ |/|
| * cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-1/+0
| * clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* | cmSystemTools::Message: Add overload accepting std::stringVitaly Stakhovsky2019-01-281-3/+3
* | Merge topic 'max-recursion-depth'Brad King2019-01-251-0/+43
|\ \
| * | cmMakefile: Impose maximum recursion limitKyle Edwards2019-01-231-0/+43
| |/
* | Merge topic 'exclude_from_all'Brad King2019-01-251-4/+4
|\ \
| * | Pass EXCLUDE_FROM_ALL from directory to targetsZack Galbreath2019-01-211-4/+4
* | | Merge topic 'cmake-files-directory'Brad King2019-01-251-4/+3
|\ \ \ | |_|/ |/| |
| * | cmake: inlined files dir constant and removed it from cmake.hBruno Manganelli2019-01-211-4/+3
| |/
* | cmMakefile: GetModulesFile() accepts std::string paramVitaly Stakhovsky2019-01-211-1/+1
* | Merge topic 'read-list-file'Brad King2019-01-211-2/+3
|\ \
| * | cmMakefile::ReadListFile() accepts std::string argumentVitaly Stakhovsky2019-01-171-2/+3
* | | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-1/+1
|/ /
* | Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-1/+1
|/
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-79/+80
* Add deprecation warnings for policies CMP0065 and belowBrad King2019-01-111-1/+5
* cmake: Enable --warn-uninitialized inside string(CONFIGURE) and configure_fileArtur Ryt2018-12-301-9/+14
* cmMakefile: Move uninitialized vars logic into MaybeWarnUninitialized()Artur Ryt2018-12-281-12/+18
* cmMakefile: move common logic to IsProjectFile functionArtur Ryt2018-12-281-10/+10
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-7/+3
* cmMakefile: Fix @CMAKE_CURRENT_LIST_LINE@ for ExpandVariablesInStringNewArtur Ryt2018-12-121-2/+9
* cmMakefile: Fix ConfigureString not passing filename and lineArtur Ryt2018-12-121-2/+9
* clang-tidy: fix warnings from version 7Regina Pfeifer2018-11-201-1/+1
* find_package(): Add policy to remove the FindQt moduleKyle Edwards2018-11-141-1/+6
* CMP0053: Fix double warning on uninitialized variables in -P modeR2RT2018-11-051-1/+1