summaryrefslogtreecommitdiff
path: root/Source/cmGhsMultiTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* GHS: Update binary structure so that install scripts workFred Baksik2019-01-161-59/+66
* Source: Modernize for loops, add const modifiersVitaly Stakhovsky2018-12-311-12/+11
* cmLocalGenerator: Remove AddCompileDefinitions methodBrad King2018-10-101-7/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-19/+19
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* cmMakefile: use std::string in more methods; cleanup c_str()sVitaly Stakhovsky2018-01-231-2/+2
* cmSourceGroup: Return strings from GetName and GetFullNameBrad King2017-11-151-2/+2
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-1/+1
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-2/+2
* Add IPO compiler flags more consistently in generatorsBrad King2017-04-271-3/+5
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-4/+4
* Factor IDE folder name retrieval out into helper methodGregor Jasny2016-10-171-3/+1
* cmLinkLineComputer: Move FrameworkPath computation from cmLocalGeneratorStephen Kelly2016-10-101-1/+2
* cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGeneratorStephen Kelly2016-10-101-0/+1
* cmLinkLineComputer: Extract from cmLocalGeneratorStephen Kelly2016-10-101-2/+7
* cmMakefile: Return a string from GetDefineFlagsStephen Kelly2016-10-101-1/+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
* cmLocalGenerator: Pass configuration to GetTargetFlagsTobias Hunger2016-06-081-1/+1
* GHS: Compute include directories consistently with other generatorsBrad King2016-05-241-2/+4
* GHS: Use shorter object file names on collisionGeoff Viola2016-05-181-14/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-315/+239
* GHS: Shorten long object paths with duplicate source namesGeoff Viola2016-05-061-21/+70
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* GHS: Fix handling of duplicate source filenames (#16046)Geoff Viola2016-04-251-0/+42
* GHS: Implement link flags and dirs for non-target groups (#16029)Geoff Viola2016-03-281-2/+32
* GHS: Fix try_compile (#15975)Geoff Viola2016-03-211-2/+8
* cmGeneratorTarget: Add API for target-relative commands.Stephen Kelly2015-10-261-2/+2
* GHS: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-26/+30
* cmGeneratorTarget: Move GetExportMacro from cmTarget.Stephen Kelly2015-10-211-1/+1
* cmLocalGenerator: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-171-4/+9
* Merge topic 'ghs-drop-optgroup'Brad King2015-10-161-3/+3
|\
| * GHS: Remove extra flag to GHS MULTI compiler (#15771)Geoff Viola2015-10-151-3/+3
* | cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-4/+4