summaryrefslogtreecommitdiffstats
path: root/Source/cmGhsMultiTargetGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* GHS: Shorten long object paths with duplicate source namesGeoff Viola2016-05-061-2/+9
| | | | | Detect when the resulting object path is too long and compute an alternative name using a hash.
* Source: Stabilize include orderBrad King2016-04-291-2/+2
| | | | | Each source file has a logical first include file. Include it in an isolated block so that tools that sort includes do not move them.
* GHS: Fix handling of duplicate source filenames (#16046)Geoff Viola2016-04-251-0/+2
| | | | | Green Hills MULTI project files must specify explicitly distinct object file names for source files with the same name.
* GHS: Implement link flags and dirs for non-target groups (#16029)Geoff Viola2016-03-281-1/+2
|
* GHS: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-6/+5
|
* GHS: Port API to cmGeneratorTarget.Stephen Kelly2015-10-071-2/+2
|
* GHS: Use a cmGeneratorTarget in generator API.Stephen Kelly2015-06-221-1/+2
|
* Add a 'Green Hills MULTI' generator on WindowsGeoff Viola2015-04-201-0/+119
Green Hills MULTI is an IDE for embedded real-time systems. The IDE's product page can be found here: http://www.ghs.com/products/MULTI_IDE.html It supports cross compiling on ARM, Intel x86, and other architectures with various operating systems. The IDE exists on Linux and Windows host systems, but CMake will currently only generate the project files on Windows host systems.