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/MBS"

< CDT‎ | Archive‎ | designs
(New page: How a tool-chain integrator integrates into the MBS is documented in the CDT Plug-in Developer Guide > Programmer's Guide > Managed Build System Extensibility Document. The Design documen...)
 
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
How a tool-chain integrator integrates into the MBS is documented in the CDT Plug-in Developer Guide > Programmer's Guide > Managed Build System Extensibility Document.
+
{{warning|Note: Some of the contents of this page are out of date, however it serves a useful reference with pointers for the CDT Managed Build System (MBS).}}
  
The Design document for the MBS in CDT 2.0, CDT 3.0 and CDT 4.0 is contained in bugzilla number 68232.  That bugzilla also contains an attachment that descibes the items from the design document that have not yet been implemented.
+
[[Category:CDT:Archive]]
 +
 
 +
How a tool-chain integrator integrates into the MBS is documented in the CDT Plug-in Developer Guide > Programmer's Guide > Managed Build System Extensibility Document ([http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.cdt.doc.isv/guide/mbs/extensibilityGuide/Managed_Build_Extensibility.html see online here]).
 +
 
 +
The Design document for the MBS in CDT 2.0, CDT 3.0 and CDT 4.0 is contained in https://bugs.eclipse.org/bugs/show_bug.cgi?id=68232.   
 +
That bugzilla also contains an attachment, https://bugs.eclipse.org/bugs/attachment.cgi?id=81648, that describes the items from the design document that have not yet been implemented.
 +
 
 +
Also Multi Version toolchain support design document attached here https://bugs.eclipse.org/bugs/show_bug.cgi?id=214207.
 +
 
 +
Project Templates: [http://help.eclipse.org/topic/org.eclipse.cdt.doc.isv/guide/projectTemplateEngine/index.html CDT Plug-in Developer Guide > Programmer's Guide > Project Template Engine]
 +
The following documents can be found in CDT [http://help.eclipse.org/help33/nav/18 Plug-in Developer Guide]:
 +
* [http://help.eclipse.org/topic/org.eclipse.cdt.doc.isv/guide/mbs/extensibilityGuide/Managed_Build_Extensibility.html Managed Build System Extensibility Document]
 +
* [http://help.eclipse.org/index.jsp?topic=/org.eclipse.cdt.doc.isv/guide/mbs/extensibilityGuide/Managed_Build_Extensibility.html What's new in CDT Build System 4.0]
 +
 
 +
Useful collection of design documents is concentrated in [https://bugs.eclipse.org/bugs/show_bug.cgi?id=115935 Bug report #115935]:
 +
* [https://bugs.eclipse.org/bugs/attachment.cgi?id=29742 Proposal for a new Project Model]
 +
* [https://bugs.eclipse.org/bugs/attachment.cgi?id=46637 Initial Draft for the CDT New Project Model Design]
 +
* [https://bugs.eclipse.org/bugs/attachment.cgi?id=50311 CDT New Project Model UI design]
 +
* [https://bugs.eclipse.org/bugs/attachment.cgi?id=57370 Comments for the core part of the New Project Model patch]
 +
* [https://bugs.eclipse.org/bugs/attachment.cgi?id=57371 Comments for the UI part of the New Project Model patch]

Latest revision as of 14:35, 22 January 2020

Warning2.png
Note: Some of the contents of this page are out of date, however it serves a useful reference with pointers for the CDT Managed Build System (MBS).

How a tool-chain integrator integrates into the MBS is documented in the CDT Plug-in Developer Guide > Programmer's Guide > Managed Build System Extensibility Document (see online here).

The Design document for the MBS in CDT 2.0, CDT 3.0 and CDT 4.0 is contained in https://bugs.eclipse.org/bugs/show_bug.cgi?id=68232. That bugzilla also contains an attachment, https://bugs.eclipse.org/bugs/attachment.cgi?id=81648, that describes the items from the design document that have not yet been implemented.

Also Multi Version toolchain support design document attached here https://bugs.eclipse.org/bugs/show_bug.cgi?id=214207.

Project Templates: CDT Plug-in Developer Guide > Programmer's Guide > Project Template Engine The following documents can be found in CDT Plug-in Developer Guide:

Useful collection of design documents is concentrated in Bug report #115935:

Back to the top