summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* FASTBuild: optimize try_compile buildsEduard Voronkin2025-10-231-1/+2
* source: Pass cmBuildOptions by valueDaniel Pfeifer2025-07-301-1/+1
* Makefiles: support shortened object filenamesJohn Parent2025-07-291-0/+5
* generators: use GetSupportDirectory() in more placesBen Boeckel2025-05-231-3/+1
* Makefile: Fix progress with non-excluded targets in excluded dirsxndcn2025-04-161-8/+6
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* Refactor: Eliminate redundant `std::to_string` as arg of `cmStrCat`Alex Turbov2025-01-261-8/+2
* Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-26/+26
* Makefile: List codegen target in helpBrad King2025-01-071-0/+3
* Makefile: Enable progress messages for codegen targetBrad King2024-12-101-0/+4
* add_custom_command: Add CODEGEN supportJuan Ramos2024-07-011-0/+39
* Source: Use cmValue::IsOn and IsOffVitaly Stakhovsky2024-03-171-1/+1
* 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-091-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