mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-07 00:05:53 +02:00
RESOLVED - bug 191521: New and Noteworthy for 4.0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=191521 Change to the xlc feature text and doc to match. Also some more N&N text from Beth Tibbits.
This commit is contained in:
parent
7975105e68
commit
3aa423d495
3 changed files with 24 additions and 11 deletions
|
@ -181,7 +181,7 @@ tr {vertical-align: top;}
|
||||||
|
|
||||||
<p> </p></td>
|
<p> </p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- *********************** Debugger *********************** -->
|
<!-- *********************** Other Improvements *********************** -->
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2"><a name="other"></a>
|
<td colspan="2"><a name="other"></a>
|
||||||
<div style="font-size: 20px; font-weight: bold;">Other Improvements</div></td>
|
<div style="font-size: 20px; font-weight: bold;">Other Improvements</div></td>
|
||||||
|
@ -205,14 +205,7 @@ tr {vertical-align: top;}
|
||||||
<p><img src="../images/nn_mingw_debug.png"></p>
|
<p><img src="../images/nn_mingw_debug.png"></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<p align="right"><b>IBM xlC Toolchain Integration</b></p> </td>
|
|
||||||
<td><p>xlc and xlC toolchain integration is available. When you create a new project, select one of the XLC project types.</p>
|
|
||||||
<p><img src="../images/nn_xlc.gif"> </p>
|
|
||||||
<p>xlC compiler options:</p>
|
|
||||||
<p><img src="../images/nn_xlcOpt.gif"> </p> </td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<p align="right"><b>Task Tags</b></p> </td>
|
<p align="right"><b>Task Tags</b></p> </td>
|
||||||
|
@ -221,6 +214,26 @@ tr {vertical-align: top;}
|
||||||
<p>Task Tag options: </p>
|
<p>Task Tag options: </p>
|
||||||
<p><img src="../images/nn_taskTags.gif"> </p>
|
<p><img src="../images/nn_taskTags.gif"> </p>
|
||||||
<p> </p> </td>
|
<p> </p> </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p align="right"><b>IBM XL C/C++ Toolchain Integration</b></p> </td>
|
||||||
|
<td><p>If you install the optional CDT feature "XL C/C++ Compiler Support,"
|
||||||
|
xlc and xlC toolchain integration is available. Then when you create a new project,
|
||||||
|
the XLC project types are available for selection.
|
||||||
|
<p><img src="../images/nn_xlc.gif"> </p>
|
||||||
|
<p>xlC compiler options are available in the project properties:</p>
|
||||||
|
<p><img src="../images/nn_xlcOpt.gif"> </p> </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p align="right"><b>UPC Support</b></p> </td>
|
||||||
|
<td><p>If you install the optional CDT feature "Unified Parallel C Support," the Unified Parallel C programming language
|
||||||
|
is supported in the editor. After installing the feature, you can create a source file with extension ".upc"
|
||||||
|
and the UPC language constructs are recognized.
|
||||||
|
</p>
|
||||||
|
<p><img src="../images/nn_upc.png"> </p>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
<!-- ****************** END OF N&N TABLE ****************** -->
|
<!-- ****************** END OF N&N TABLE ****************** -->
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
BIN
doc/org.eclipse.cdt.doc.user/images/nn_upc.png
Normal file
BIN
doc/org.eclipse.cdt.doc.user/images/nn_upc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
|
@ -15,7 +15,7 @@
|
||||||
# This file should be translated.
|
# This file should be translated.
|
||||||
|
|
||||||
# "featureName" property - name of the feature
|
# "featureName" property - name of the feature
|
||||||
featureName=xlC Compiler Support
|
featureName=XL C/C++ Compiler Support
|
||||||
|
|
||||||
# "providerName" property - name of the company that provides the feature
|
# "providerName" property - name of the company that provides the feature
|
||||||
providerName=Eclipse.org
|
providerName=Eclipse.org
|
||||||
|
@ -24,7 +24,7 @@ providerName=Eclipse.org
|
||||||
updateSiteName=Eclipse CDT Update Site
|
updateSiteName=Eclipse CDT Update Site
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=Support for IBM's xlC compiler.
|
description=Support for IBM's XL C/C++ compilers.
|
||||||
|
|
||||||
# copyright
|
# copyright
|
||||||
copyright=\
|
copyright=\
|
||||||
|
|
Loading…
Add table
Reference in a new issue