Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "CDT/Archive/designs"

< CDT‎ | Archive
Line 1: Line 1:
 
This section presents design descriptions for various components of the CDT. Contributors are encouraged to document their work so that others can come along and help out.
 
This section presents design descriptions for various components of the CDT. Contributors are encouraged to document their work so that others can come along and help out.
  
{|
+
* Parser
| [[CDT/designs/Overview of Parsing | Overview of the DOM parsers]]
+
** [[CDT/designs/Overview of Parsing | Overview of the DOM parsers]] High level explanation of parsing in CDT.
| High level explanation of parsing in CDT.
+
** [[CDT/designs/C99 and UPC Parser Overview | C99/UPC parsers]] High level overview of the new C99/UPC parsers.
|-
+
* Indexer
| [[CDT/designs/C99 and UPC Parser Overview | C99/UPC parsers]]
+
** [[CDT/designs/PDOM | PDOM & Indexing]] The new indexer architecture for CDT 3.1.
| High level overview of the new C99/UPC parsers.
+
* Build
|-
+
** [[CDT/designs/msvc | MSVC Support]] Build and debug support for Microsoft's toolchain.
| [[CDT/designs/PDOM | PDOM & Indexing]]
+
** [[CDT/designs/MBS | Managed Build System Support]] Information about the CDT Managed Build System
| The new indexer architecture for CDT 3.1.
+
* Project
|-
+
** [https://bugs.eclipse.org/bugs/attachment.cgi?id=50311 Project Model] Proposal for a new *DT "Project Model".
| [[CDT/designs/msvc | MSVC Support]]
+
** [[CDT/designs/EFS | EFS Support]] Transitioning CDT to full EFS integration
| Build and debug support for Microsoft's toolchain.
+
** [[CDT:Flexible Project Structure]] This is a project to allow for more flexible project structures in Eclipse as required for many CDT users.
|-
+
* Debug
| [https://bugs.eclipse.org/bugs/attachment.cgi?id=50311 Project Model]
+
**  [[CDT: Debug: Catchpoints support]]  Design for Catchpoints support in CDT Debugger (framework)
| Proposal for a new *DT "Project Model".
+
* Misc
|-
+
** [http://dev.eclipse.org/viewcvs/index.cgi/cdt-home/developer/docs.html?root=Tools_Project&view=co Older Design Documents] Design documents from 2002-2005 (Scanner Configuration, Makefile Editor, etc.)
| [[CDT/designs/EFS | EFS Support]]
+
| Transitioning CDT to full EFS integration
+
|-
+
| [[CDT/designs/MBS | Managed Build System Support]]
+
| Information about the CDT Managed Build System
+
|-
+
| [http://dev.eclipse.org/viewcvs/index.cgi/cdt-home/developer/docs.html?root=Tools_Project&view=co Older Design Documents]
+
| Design documents from 2002-2005 (Scanner Configuration, Makefile Editor, etc.)
+
|-
+
| [[CDT:Flexible Project Structure]]
+
| This is a project to allow for more flexible project structures in Eclipse as required for many CDT users.
+
|-
+
| [[CDT: Debug: Catchpoints support]]
+
| Design for Catchpoints support in CDT Debugger (framework)
+
|-
+
|}
+

Revision as of 11:14, 20 October 2008

This section presents design descriptions for various components of the CDT. Contributors are encouraged to document their work so that others can come along and help out.

Back to the top