summaryrefslogtreecommitdiff
path: root/Source/cmGlobalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: add <LANG>_CLANG_TIDY_EXPORT_FIXES_DIR propertyKyle Edwards2022-12-061-0/+5
* Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entryAlex Turbov2022-11-171-5/+3
* EXPORT_COMPILE_COMMANDS: add `output` fieldBen Boeckel2022-10-281-2/+4
* Makefiles: Restore path consistency in the global dispatch makefileBrad King2022-08-031-33/+40
* cmBuildOptions: Split build arguments into separate object.Carsten Rudolph2022-01-221-2/+2
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* cmGlobalCommonGenerator: Adopt GetEditCacheCommandNAKAMURA Takumi2021-06-291-30/+0
* Makefiles: Remove non-functioning relative path conversionBrad King2021-05-171-19/+0
* cmLocalGenerator: Factor out relative path conversion helpersBrad King2021-05-131-19/+7
* cmStateDirectory: Rename ConvertToRelPathIf{Not => }ContainedBrad King2021-05-121-1/+1
* Source: Fix typos and spelling in commentsJosef Angstenberger2021-05-071-1/+1
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-1/+1
* Refactoring: Abstract Makefile line continuation formatMarc Chevrier2020-11-281-0/+1
* Makefiles: Explicitly tell 'make' tool what Makefile name to useOliver Schneider2020-11-161-0/+5
* Makefiles: Use -j option as "-jN" and not "-j N"Fred Baksik2020-10-261-3/+4
* cmake::GetCacheDefinition: Return cmPropvvs314152020-09-281-2/+2
* Makefiles: Use IsInBuildSystem in global generator target type checksBrad King2020-08-031-21/+9
* Factor out generator checks for filtering out interface librariesBrad King2020-07-231-4/+3
* Merge topic 'fix-typos-identified-using-codespell'Brad King2020-07-231-1/+1
|\
| * Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-1/+1
* | Allow generator expressions in the EXCLUDE_FROM_ALL target propertyJoerg Bornemann2020-07-211-2/+2
|/
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* Makefiles: Re-implement makefile target path escaping and quotingBrad King2020-04-151-5/+58
* Makefiles: Factor out makefile target path escaping and quotingBrad King2020-04-151-0/+19
* Makefiles: Do not use '\#' escape sequence with Windows-style make toolsBrad King2020-04-151-0/+6
* Merge topic 'cleanup-endls-1'Brad King2020-03-271-9/+8
|\
| * Refactor: Avoid `std::endl` where it's not necessary (part 1)Alex Turbov2020-03-261-9/+8
* | Merge topic 'cmprop-getglobalprop'Brad King2020-03-271-2/+2
|\ \
| * | cmState::GetGlobalProperty: return cmPropVitaly Stakhovsky2020-03-251-2/+2
| |/
* | Remove redundant calls to CollapseFullPathBrad King2020-03-241-6/+4
|/
* Modernize memory managementMarc Chevrier2020-02-271-6/+7
* Makefiles: Re-run CMake if file configured in subdirectory is missingHugh Sorby2020-02-141-9/+8
* Makefiles: Organize help output to group 'like' targetsRobert Maynard2020-01-221-8/+23
* cmGlobalGenerator: modernize memrory managemenbtMarc Chevrier2019-12-301-1/+1
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+2
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-101-129/+134
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-11-111-21/+23
* Makefiles: Fix EXCLUDE_FROM_ALL OFF on sub/sub/tgt in sub/allBrad King2019-09-301-60/+29
* Ninja,Makefile: Fix subdir "all" with nested EXCLUDE_FROM_ALL subdirBrad King2019-09-301-0/+3
* Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all'Brad King2019-09-301-6/+25
|\
| * Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all'Brad King2019-09-301-2/+2
| |\
| | * Restore "all" target in subdirectories marked EXCLUDE_FROM_ALLBrad King2019-09-301-2/+2
| * | Makefiles: Revert "Make build root targets ... recursive"Brad King2019-09-271-5/+24
* | | cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* | | clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-2/+1
* | | Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-69/+46
* | | Merge topic 'string-literal-append'Brad King2019-08-191-11/+5
|\ \ \
| * | | avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-181-11/+5
* | | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-1/+2
|/ / /
* | | Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-1/+2