Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmGeneratorTarget: Add API for target-relative commands. | Stephen Kelly | 2015-10-26 | 1 | -2/+2 |
| | |||||
* | GHS: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -26/+30 |
| | |||||
* | cmGeneratorTarget: Move GetExportMacro from cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | cmLocalGenerator: Port some API to cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 1 | -4/+9 |
| | |||||
* | Merge topic 'ghs-drop-optgroup' | Brad King | 2015-10-16 | 1 | -3/+3 |
|\ | | | | | | | | | ce7ccafc GHS: Remove extra flag to GHS MULTI compiler (#15771) | ||||
| * | GHS: Remove extra flag to GHS MULTI compiler (#15771) | Geoff Viola | 2015-10-15 | 1 | -3/+3 |
| | | | | | | | | | | | | Do not produce "{optgroup=GhsCommonOptions}" in the generated .gpj files. The flag was added originally to match an old project file, but it does not seem necessary and is not compatible with all GHS versions. | ||||
* | | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -4/+4 |
| | | | | | | | | | | | | | | Mostly automated: values=( "EXECUTABLE" "STATIC_LIBRARY" "SHARED_LIBRARY" "MODULE_LIBRARY" "OBJECT_LIBRARY" "UTILITY" "GLOBAL_TARGET" "INTERFACE_LIBRARY" "UNKNOWN_LIBRARY" "TargetType") for i in "${values[@]}"; do git grep -l cmTarget::$i | xargs sed -i "s|cmTarget::$i|cmState::$i|g"; done | ||||
* | | Generators: Use GetType from the cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -3/+3 |
|/ | |||||
* | cmLocalGenerator: Add Home directory accessors. | Stephen Kelly | 2015-10-08 | 1 | -2/+4 |
| | | | | Reduce reasons for cmLocalGenerator to have a cmMakefile. | ||||
* | Access sources through cmGeneratorTarget. | Stephen Kelly | 2015-10-07 | 1 | -2/+2 |
| | |||||
* | GHS: Port API to cmGeneratorTarget. | Stephen Kelly | 2015-10-07 | 1 | -6/+8 |
| | |||||
* | GHS: Fix generated file path slashes and quoting for 6.1.6 | Geoff Viola | 2015-09-09 | 1 | -4/+7 |
| | |||||
* | GHS: Tell MULTI to delete .elf.ael file | Geoff Viola | 2015-09-09 | 1 | -7/+5 |
| | |||||
* | cmGeneratorTarget: Move compile defintions processing from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -1/+2 |
| | |||||
* | cmGeneratorTarget: Move compile options processing from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -2/+2 |
| | |||||
* | cmGeneratorTarget: Move include directory processing from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | cmGeneratorTarget: Move GetLinkerLanguage from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+2 |
| | |||||
* | cmComputeTargetDepends: Change API to use cmGeneratorTarget. | Stephen Kelly | 2015-07-01 | 1 | -2/+2 |
| | |||||
* | GHS: Use a cmGeneratorTarget in generator API. | Stephen Kelly | 2015-06-22 | 1 | -9/+9 |
| | |||||
* | Add a 'Green Hills MULTI' generator on Windows | Geoff Viola | 2015-04-20 | 1 | -0/+600 |
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. |