summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGhsMultiGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* GHS: Update project layout to accommodate gbuild inconsistenciesFred Baksik2019-04-111-106/+32
* GHS: Update project layout to build targets correctlyFred Baksik2019-04-111-85/+249
* GHS: Support add_dependencies() commandFred Baksik2019-04-111-55/+66
* GHS: Support add_custom_target() commandFred Baksik2019-04-111-42/+108
* GHS: Support add_custom_command( OUTPUT ) signatureFred Baksik2019-04-111-2/+59
* GHS: Update GHS_BSP_NAME processingFred Baksik2019-03-291-27/+24
* GHS: Print status message regarding GHS_OS_DIRFred Baksik2019-03-291-26/+49
* Merge topic 'ghs-linux'Brad King2019-03-221-24/+36
|\
| * GHS: Add support for GHS Multi Generator in LinuxNaren Manimohan2019-03-211-0/+5
| * GHS: Fix include-what-you-use and clang-tidy diagnosticsBrad King2019-03-201-24/+31
* | Replace use of CollapseCombinedPath with CollapseFullPathBrad King2019-03-191-2/+1
|/
* cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-051-11/+19
* cmGlobalGenerator: Change case of methods from GeneratedMakeCommand structBartosz Kosiorek2019-03-041-8/+8
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-4/+2
* Merge topic 'add_consistent_verbose_build_flag'Brad King2019-01-291-12/+9
|\
| * cmGlobalGenerator: Add a class that represent the build commandRobert Maynard2019-01-251-12/+9
* | Merge topic 'cmoutputconverter-simplify'Brad King2019-01-291-1/+1
|\ \
| * | cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.Bruno Manganelli2019-01-271-1/+1
| |/
* | cmSystemTools::Message: Add overload accepting std::stringVitaly Stakhovsky2019-01-281-1/+1
* | cmSystemTools::Error(): new overload accepting std::stringVitaly Stakhovsky2019-01-231-3/+3
|/
* GHS: Add Compiler ID detectionFred Baksik2019-01-161-18/+0
* GHS: try_compile() now uses GHS platform variablesFred Baksik2019-01-161-0/+2
* GHS: Fix toolset selectionFred Baksik2019-01-161-21/+31
* GHS: Append ".gpj" to target name when generating build commandFred Baksik2019-01-161-1/+5
* GHS: Integrity Application updatesFred Baksik2019-01-161-1/+19
* GHS: EXCLUDE_FROM_ALL updatesFred Baksik2019-01-161-15/+4
* GHS: Cleanup unused file handling functions and file output updatesFred Baksik2019-01-161-145/+11
* GHS: Place build system outputs per target output directivesFred Baksik2019-01-161-0/+12
* GHS: Update the top-level project generationFred Baksik2019-01-161-66/+125
* GHS: Have the top-level project name follow the specified project nameFred Baksik2019-01-161-2/+5
* GHS: Only print bsp and os directives if specified by userFred Baksik2019-01-161-32/+44
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-0/+1
* GHS: Update default BSP nameFred Baksik2018-07-111-10/+13
* GHS: Set primary target using arch/platform values (or user specified value)Fred Baksik2018-07-111-2/+20
* GHS: Add platform selection supportFred Baksik2018-07-111-0/+10
* GHS: Add toolset selection supportFred Baksik2018-07-111-109/+103
* GHS: Support ARM, PPC, 86 architecturesFred Baksik2018-07-071-1/+19
* Update use of KWSys SystemTools::SplitString for new signatureBrad King2018-06-221-9/+7
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-4/+4