summaryrefslogtreecommitdiff
path: root/Source/cmGlobalGhsMultiGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-1/+8
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-2/+2
* Performance: Fix a few more unnecessary vector copies missed in af3fd6fAaron Orenstein2017-08-181-3/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* avoid including cmStandardIncludes.hDaniel Pfeifer2016-11-281-2/+4
* cmGlobalGenerator: Allow FindMakeProgram to failBrad King2016-10-201-1/+2
* Factor IDE folder name retrieval out into helper methodGregor Jasny2016-10-171-5/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+1
* Use std::replace for replacing chars in strings.Daniel Pfeifer2016-05-241-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-177/+128
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* GHS: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-6/+5
* cmLocalGenerator: Store a vector of generator targets.Stephen Kelly2015-10-211-10/+10
* cmLocalGenerator: Store cmGeneratorTargets.Stephen Kelly2015-10-141-1/+1
* Access sources through cmGeneratorTarget.Stephen Kelly2015-10-071-1/+2
* GHS: Port API to cmGeneratorTarget.Stephen Kelly2015-10-071-1/+2
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-2/+2
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-3/+2
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-2/+3
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-2/+2
* GHS: Remove call to SetCurrentLocalGenerator.Stephen Kelly2015-05-241-3/+1
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-2/+1
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-2/+3