summaryrefslogtreecommitdiff
path: root/Source/cmGlobalGhsMultiGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-1/+2
* cmCustomCommand: Refactor custom command-specific policy valuesKyle Edwards2023-02-061-3/+0
* cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-151-3/+3
* Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entryAlex Turbov2022-11-171-5/+5
* GHS: Fix RERUN_CMAKE issue when generation step failsFred Baksik2022-04-161-9/+8
* GHS: List predefined targets before user targets in GUIFred Baksik2022-03-171-3/+16
* GHS: update build commandFred Baksik2022-03-171-24/+28
* GHS: Rearrange project files in binary directoryFred Baksik2022-03-171-18/+6
* GHS: Use Custom Target for ALL_BUILDFred Baksik2022-03-171-77/+72
* GHS: Create RERUN_CMAKE Custom TargetFred Baksik2022-03-171-0/+111
* GHS: Fix gbuild job controlFred Baksik2022-03-171-3/+4
* cmBuildOptions: Split build arguments into separate object.Carsten Rudolph2022-01-221-1/+2
* GHS: Allow setting GHS variables from toolchain fileFred Baksik2021-11-151-19/+10
* GHS: Update BSP selection logicFred Baksik2021-11-151-17/+1
* GHS: Update RTOS selection logicFred Baksik2021-11-151-27/+3
* GHS: Update toolset selection logicFred Baksik2021-11-151-42/+46
* GHS: Update selection of primaryTarget in MULTI project fileFred Baksik2021-11-151-37/+21
* Rename cmProp in cmValueMarc Chevrier2021-09-211-13/+13
* cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-2/+1
* cmGlobalGhsMultiGenerator: Simplify relative path conversion logicBrad King2021-05-121-4/+4
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-1/+1
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-8/+8
* Constify some code as suggested by clang-tidyCengizhan Pasaoglu2020-10-201-2/+2
* cmake::GetCacheDefinition: Return cmPropvvs314152020-09-281-19/+17
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-6/+7
* Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-3/+4
* Factor out generator checks for filtering out interface librariesBrad King2020-07-231-1/+1
* Allow generator expressions in the EXCLUDE_FROM_ALL target propertyJoerg Bornemann2020-07-211-1/+1
* Merge topic 'cmnonempty'Kyle Edwards2020-07-151-1/+1
|\
| * cmNonempty: Convenience inlines to check for non-empty stringVitaly Stakhovsky2020-07-141-1/+1
* | cmIsOn: add overload accepting const std::string*Vitaly Stakhovsky2020-07-141-2/+1
|/
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-5/+6
* Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-3/+3
* Refactor: Avoid `std::endl` where it's not necessary (part 3)Alex Turbov2020-03-241-36/+39
* cmMakefile::AddCacheDefinition: Add overload that accepts std::string valueVitaly Stakhovsky2020-03-111-5/+5
* GHS: Use cm::erase in place of loopVitaly Stakhovsky2020-03-101-10/+6
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-101-3/+6
* cmake: Teach --build mode to load CMAKE_GENERATOR_TOOLSETAlexander Boczar2019-10-151-1/+4
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-6/+6
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+2
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-39/+26
* Merge topic 'cm-contains'Brad King2019-08-211-4/+3
|\
| * cmAlgorithms: Add cmContainsRegina Pfeifer2019-08-191-4/+3
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-10/+7
|/
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+1
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-5/+6
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-1/+1
* GHS: Update ExternalProject for GHS toolsFred Baksik2019-04-111-1/+1