Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Recoskie2007-06-25 18:55:29 +0000
committerChris Recoskie2007-06-25 18:55:29 +0000
commit3aa423d49520b42e1aad42bd94ad075bb6b5a216 (patch)
tree3a30c710efa0717bbfb78c3601a7b1876bf68285 /doc
parent7975105e6843d34845d4cd170be522fffeecbc9e (diff)
downloadorg.eclipse.cdt-3aa423d49520b42e1aad42bd94ad075bb6b5a216.tar.gz
org.eclipse.cdt-3aa423d49520b42e1aad42bd94ad075bb6b5a216.tar.xz
org.eclipse.cdt-3aa423d49520b42e1aad42bd94ad075bb6b5a216.zip
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm31
-rw-r--r--doc/org.eclipse.cdt.doc.user/images/nn_upc.pngbin0 -> 24701 bytes
2 files changed, 22 insertions, 9 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm
index a63e97c1ddc..31338d05715 100644
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm
@@ -181,7 +181,7 @@ tr {vertical-align: top;}
<p>&nbsp; </p></td>
</tr>
-<!-- *********************** Debugger *********************** -->
+<!-- *********************** Other Improvements *********************** -->
<tr>
<td colspan="2"><a name="other"></a>
<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>
</td>
</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>
<td>
<p align="right"><b>Task Tags</b></p> </td>
@@ -222,6 +215,26 @@ tr {vertical-align: top;}
<p><img src="../images/nn_taskTags.gif"> </p>
<p>&nbsp;</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>
<!-- ****************** END OF N&N TABLE ****************** -->
</tbody>
</table>
diff --git a/doc/org.eclipse.cdt.doc.user/images/nn_upc.png b/doc/org.eclipse.cdt.doc.user/images/nn_upc.png
new file mode 100644
index 00000000000..6c30d4e75a3
--- /dev/null
+++ b/doc/org.eclipse.cdt.doc.user/images/nn_upc.png
Binary files differ

Back to the top