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.
Difference between revisions of "CDT/designs"
< CDT
(→Documented Components) |
(added a section for environment variables) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
== Documented Components == | == Documented Components == | ||
− | The following documents provide further information about some of the key components in Eclipse CDT. These documents are in addition to the API documentation that is part of the code. In addition there | + | The following documents provide further information about some of the key components in Eclipse CDT. These documents are in addition to the API documentation that is part of the code. In addition there are [[CDT/Archive/designs | archived design documents]] that contain information and discussion about components as they were implemented. The archived documents do contain useful information, but some of it may be out of date and links may be broken. Documentation that is relevant and up to date should be listed here. |
− | + | *[[CDT/designs/MBS|Managed Build System Support]] Information about the CDT Managed Build System | |
− | + | *[[CDT/cdt-debug-dsf-gdb-extensibility|DSF-GDB extensibility]] | |
+ | *[[CDT/designs/Overview of Parsing|Overview of the DOM parsers]] High level explanation of parsing in CDT. | ||
+ | *[[CDT/designs/PDOM|PDOM & Indexing]] The indexer architecture | ||
+ | *[http://help.eclipse.org/latest/topic/org.eclipse.cdt.doc.isv/guide/projectTemplateEngine/index.html Project Templates] | ||
+ | *[[CDT/HowTo extend CDT with custom file templates| HowTo extend CDT with custom file templates]] | ||
+ | *[[CDT/LaunchBar| LaunchBar]] | ||
+ | *[[CDT/EnvironmentVariables| About environment variables]] | ||
− | + | == New Components that are being discussed == | |
− | + | *[[CDT/designs/FutureMBS|Future Managed Build System]] Documentation on the future managed build system | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 09:18, 4 June 2020
Documented Components
The following documents provide further information about some of the key components in Eclipse CDT. These documents are in addition to the API documentation that is part of the code. In addition there are archived design documents that contain information and discussion about components as they were implemented. The archived documents do contain useful information, but some of it may be out of date and links may be broken. Documentation that is relevant and up to date should be listed here.
- Managed Build System Support Information about the CDT Managed Build System
- DSF-GDB extensibility
- Overview of the DOM parsers High level explanation of parsing in CDT.
- PDOM & Indexing The indexer architecture
- Project Templates
- HowTo extend CDT with custom file templates
- LaunchBar
- About environment variables
New Components that are being discussed
- Future Managed Build System Documentation on the future managed build system