summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_TASKING_TOOLSET.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: remove links from pages to themselvesBen Boeckel2022-11-181-1/+1
| | | | | At least the top-reference links. Internal `:ref:` usages have been left intact.
* Tasking: Update CMAKE_TASKING_TOOLSET documentationChristoph Seitz2022-11-071-4/+7
| | | | | | | Clarify the relationship between the compiler version and toolset/architecture. Fixes: #24117
* Help: Minor grammar, typo and formatting cleanupsCraig Scott2022-10-091-1/+1
|
* Tasking: Add support for several compiler toolsetsChristoph Seitz2022-09-141-0/+31
Add support for the Tasking compiler toolset: * TriCore Compiler Toolset 6.3 (with TriCore, ARM, MCS, 8051 and PCP architecture compilers) * SmartCode Compiler Toolset 10.1 (with TriCore, ARC, MCS, 8051 architecture compilers) * ARM Compiler 6.0 * MCS Complier 3.3 * 8051 Compiler 7.2 Fixes: #23756