summaryrefslogtreecommitdiff
path: root/Source/cmGhsMultiTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge topic 'modernize-for-loops'Brad King2019-02-111-22/+15
|\
| * Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-22/+15
* | GHS: Document usage of GHS_NO_SOURCE_GROUP_FILEFred Baksik2019-02-081-1/+1
|/
* Merge topic 'cmoutputconverter-simplify'Brad King2019-01-291-2/+3
|\
| * cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.Bruno Manganelli2019-01-271-2/+3
* | cmSystemTools::Message: Add overload accepting std::stringVitaly Stakhovsky2019-01-281-3/+3
|/
* GHS: Update test suiteFred Baksik2019-01-161-0/+1
* GHS: Integrity Application updatesFred Baksik2019-01-161-37/+41
* GHS: Add support for some of the source file propertiesFred Baksik2019-01-161-0/+20
* GHS: Add support for object librariesFred Baksik2019-01-161-88/+23
* GHS: EXCLUDE_FROM_ALL updatesFred Baksik2019-01-161-50/+29
* GHS: Use the correct compiler flags for CMAKE_BUILD_TYPEFred Baksik2019-01-161-41/+20
* GHS: Cleanup unused file handling functions and file output updatesFred Baksik2019-01-161-139/+14
* GHS: Update the link line processingFred Baksik2019-01-161-52/+46
* GHS: Place build system outputs per target output directivesFred Baksik2019-01-161-42/+41
* GHS: Update the top-level project generationFred Baksik2019-01-161-20/+50
* GHS: Cleanup how source files are listedFred Baksik2019-01-161-42/+145