1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 09:45:39 +02:00

adding C99 and UPC to the build page

This commit is contained in:
Chris Recoskie 2007-04-30 20:14:51 +00:00
parent 9edb298740
commit e127f3b7d7

View file

@ -173,6 +173,32 @@ integrations for build/debug, user documentation<br>
</tr>
</tbody>
</table>
<h3>ISO C99 Support</h3>
<p>Provides a parser for the ISO/IEC 9899:1999 variant of the C programming language (aka C99), generated from a grammar using the LPG parser generator. The grammar can be reused and extended to create your own parser for variants on the C programming language.</p>
<table cellpadding="2" cellspacing="2" border="1"
style="text-align: left; width: 100%;">
<tbody>
<tr>
<td style="vertical-align: top;">All</td>
<td style="vertical-align: top;">
<a href="cdt-c99-@branchVersion@-@buildId@.zip">cdt-c99-@branchVersion@-@buildId@.zip</a><br>
</td>
</tr>
</tbody>
</table>
<h3>Unified Parallel C Support</h3>
<p>Provides support for the Unified Parallel C programming langugage. Provides parsing/indexing infrastructure and language definition, allowing the UPC language to be recognized by CDT. Requires the C99 parser feature.</p>
<table cellpadding="2" cellspacing="2" border="1"
style="text-align: left; width: 100%;">
<tbody>
<tr>
<td style="vertical-align: top;">All</td>
<td style="vertical-align: top;">
<a href="cdt-upc-@branchVersion@-@buildId@.zip">cdt-upc-@branchVersion@-@buildId@.zip</a><br>
</td>
</tr>
</tbody>
</table>
<h3>CDT Testing Feature</h3>
<p>includes all test plugins required for running automated JUnit tests</p>
<table cellpadding="2" cellspacing="2" border="1"