mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
update update site info
This commit is contained in:
parent
70b77cbc9e
commit
c5c2bf67b8
2 changed files with 7 additions and 2 deletions
|
@ -30,7 +30,7 @@ the CDT Optional Features category.</li>
|
|||
<p>This feature has everything, including:</p>
|
||||
<ul>
|
||||
<li>CDT Platform Feature - includes editor, search, builders, launch, debug, user documentation</li>
|
||||
<li>CDT Runtime Feature - superset of platform feature that adds gnu toolchain integrations for build/debug</li>
|
||||
<li>CDT Runtime Feature - superset of platform feature that adds gnu toolchain integrations for build, debug and DSF gdb debugger.</li>
|
||||
<li>CDT SDK Feature - superset of runtime that adds source and extension point schemas</li>
|
||||
<li>GDB Hardware Debugging - provides a launch configuration for launching gdb to do hardware debugging.</li>
|
||||
<li>XL C/C++ Compiler Support - provides an error parser and managed build support for IBM's XL C/C++ compilers.</li>
|
||||
|
@ -43,7 +43,9 @@ create your own parser for variants on the C programming language.</li>
|
|||
Provides parsing/indexing infrastructure and language definition, allowing the UPC language to be recognized by CDT.
|
||||
Requires the LR parser feature.</li>
|
||||
<li>Unified Parallel C Support SDK - superset of UPC support that adds source.</li>
|
||||
<li>Mylyn Bridge - allows CDT to work with Mylyn.</li>
|
||||
<li>CDT Debugger Services Framework (DSF) Examples - DSF Examples including basic framework feature tutorial examples and the PDA debugger integration.</li>
|
||||
<li>Eclipse Debugger for C/C++</li>
|
||||
<li>Eclipse C/C++ Memory View Enhancements - Traditional Rendering, Find/Replace, Import/Export</li>
|
||||
<li>CDT RSE Remote Launch - Launch configuration for launching CDT projects using the Remote Systems Explorer subsystems (includes source).</li>
|
||||
<li>GCC Cross Compiler Support - Build integration and new project wizard support for GCC cross compilers.</li>
|
||||
<li>CDT p2 Toolchain Installer - Eclipse p2-based installer for toolchains and libraries.</li>
|
||||
|
|
|
@ -54,6 +54,9 @@
|
|||
<feature id="org.eclipse.cdt.debug.ui.memory" url="features/org.eclipse.cdt.debug.ui.memory_2.1.0.@timeStamp@.jar" version="2.1.0.@timeStamp@">
|
||||
<category name="CDT Optional Features"/>
|
||||
</feature>
|
||||
<feature id="org.eclipse.cdt.debug.edc" url="features/org.eclipse.cdt.debug.edc_1.0.0.@timeStamp@.jar" version="1.0.0.@timeStamp@">
|
||||
<category name="CDT Optional Features"/>
|
||||
</feature>
|
||||
<feature id="org.eclipse.cdt.launch.remote" url="features/org.eclipse.cdt.launch.remote_6.0.0.@timeStamp@.jar" version="6.0.0.@timeStamp@">
|
||||
<category name="CDT Optional Features"/>
|
||||
</feature>
|
||||
|
|
Loading…
Add table
Reference in a new issue