Skip to main content

Notice: This Wiki is now read only and edits are no longer 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
(Added link to Build model proposal (attachment to bugzilla entry #115935))
Line 2: Line 2:
  
 
{|
 
{|
 +
| [[CDT/designs/Overview of Parsing | Overview of the DOM parsers]]
 +
| High level explanation of parsing in CDT.
 +
|-
 
| [[CDT/designs/PDOM | PDOM & Indexing]]
 
| [[CDT/designs/PDOM | PDOM & Indexing]]
 
| The new indexer architecture for CDT 3.1.
 
| The new indexer architecture for CDT 3.1.

Revision as of 15:17, 28 June 2007

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.

Overview of the DOM parsers High level explanation of parsing in CDT.
PDOM & Indexing The new indexer architecture for CDT 3.1.
MSVC Support Build and debug support for Microsoft's toolchain.
Project Model Proposal for a new *DT "Project Model".

Back to the top