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
(Added bit rot note and updated broken links)
Line 1: Line 1:
 +
{{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).}}
 +
 
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]).
 
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]).
  
Line 6: Line 8:
 
Also Multi Version toolchain support design document attached here https://bugs.eclipse.org/bugs/show_bug.cgi?id=214207.
 
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/help33/topic/org.eclipse.cdt.doc.isv/guide/projectTemplateEngine/index.html CDT Plug-in Developer Guide > Programmer's Guide > Project Template Engine]
+
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]:
 
The following documents can be found in CDT [http://help.eclipse.org/help33/nav/18 Plug-in Developer Guide]:
* [http://help.eclipse.org/help33/topic/org.eclipse.cdt.doc.isv/guide/mbs/extensibilityGuide/Managed_Build_Extensibility.html Managed Build System Extensibility Document]
+
* [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/help33/index.jsp?topic=/org.eclipse.cdt.doc.isv/guide/mbs/extensibilityGuide/Managed_Build_Extensibility.html What's new in CDT Build System 4.0]
+
* [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]:
 
Useful collection of design documents is concentrated in [https://bugs.eclipse.org/bugs/show_bug.cgi?id=115935 Bug report #115935]:

Revision as of 21:38, 16 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