summaryrefslogtreecommitdiff
path: root/Source/cmGhsMultiTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-1/+2
* cmCustomCommandGenerator: refactor GetComment to return std::stringPeter Würth2022-11-191-3/+4
* CUDA: Add Device LTO support for nvccRobert Maynard2022-07-221-2/+2
* GHS: Set LANGUAGE type for source filesFred Baksik2022-04-271-13/+7
* GHS: Rearrange project files in binary directoryFred Baksik2022-03-171-14/+22
* Merge topic 'color-diagnostics'Brad King2022-03-091-0/+1
|\
| * color: Introduce CMAKE_COLOR_DIAGNOSTICS variableSemyon Kolton2022-03-081-0/+1
* | GHS: fix build event script error on LinuxFred Baksik2022-02-161-26/+51
|/
* Rename cmProp in cmValueMarc Chevrier2021-09-211-5/+5
* GHS: Remove bashism from custom command shell scriptsLawrence A2021-07-281-1/+1
* cmLocalGenerator: Factor out relative path conversion helpersBrad King2021-05-131-6/+2
* Source: Remove unnecessary comparisons to nullptrVitaly Stakhovsky2021-05-101-1/+1
* clang-tidy: fix `readability-use-anyofallof` warningsBen Boeckel2021-01-271-6/+4
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-6/+6
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-3/+3
* Reduce the scope of temporary cmProp variables and other improvementsVitaly Stakhovsky2020-11-051-2/+1
* cmLocalGenerator: Migrate custom command output lookup from cmMakefileBrad King2020-10-081-3/+3
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-2/+2
* cmIsOn: add overload accepting const std::string*Vitaly Stakhovsky2020-07-141-3/+3
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* Merge topic 'gitlab-ci-lint'Brad King2020-04-301-1/+1
|\
| * IWYU: mark cmLinkLineComputer as necessaryBen Boeckel2020-04-291-1/+1
* | cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-4/+4
|/
* cmSourceFile::GetProperty: return cmPropVitaly Stakhovsky2020-04-141-4/+4
* Refactor: Avoid `std::endl` where it's not necessary (part 3)Alex Turbov2020-03-241-27/+27
* Merge topic 'loops-improve'Brad King2020-03-111-7/+7
|\
| * GHS: Name range-based for-loop variable types explicitlyVitaly Stakhovsky2020-03-101-7/+7
* | Source: use std::string overloadsVitaly Stakhovsky2020-03-101-12/+8
|/
* cmGlobalGenerator: modernize memrory managemenbtMarc Chevrier2019-12-301-2/+2
* cmTarget: add std::string overloadsVitaly Stakhovsky2019-12-141-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-7/+7
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-6/+3
* cmSourceFile: Rename mutating GetFullPath() overloadDaniel Eiband2019-08-291-2/+2
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-32/+24
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-6/+3
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+1
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-2/+3
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-0/+2
* GHS: Update project layout to accommodate gbuild inconsistenciesFred Baksik2019-04-111-23/+0
* GHS: Update project layout to build targets correctlyFred Baksik2019-04-111-38/+32
* GHS: Support add_dependencies() commandFred Baksik2019-04-111-17/+25
* GHS: Support add_custom_target() commandFred Baksik2019-04-111-33/+61
* GHS: Support add_custom_command( OUTPUT ) signatureFred Baksik2019-04-111-24/+150
* GHS: Update custom command build eventsFred Baksik2019-04-101-34/+132
* Merge topic 'ghs-linux'Brad King2019-03-221-24/+33
|\
| * GHS: Fix include-what-you-use and clang-tidy diagnosticsBrad King2019-03-201-24/+33
* | Replace use of CollapseCombinedPath with CollapseFullPathBrad King2019-03-191-1/+1
|/
* cmSystemTools: More functions accept `std::string` paramsVitaly Stakhovsky2019-02-201-6/+4
* Create and use `cmGeneratorTarget::Names`Saleem Abdulrasool2019-02-111-20/+6