1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core/org.eclipse.cdt.core/schema
John Camelon 8b844d54f1 Patch for Sean Evoy.
The change logs contain an overview of what has been done to implement a new interface between a build model (any build model) 
and clients of the model that need to extract include search paths and defined symbols. For the most part, I have tried to leave the 
old build system as unchanged as possible. For example, project properties like the make search path, and whether or not to continue 
on build failures are still stored as persistent properties on the project through the CNature (ugh). The new information I have added 
is managed by a new build manager on a per-project basis and is associated with a project as a session property. The information is 
persisted in the 'cdtbuild' file introduced by the new managed build system.
2003-07-04 18:36:47 +00:00
..
CBuildConfiguration.exsd New build model from Sam Robb. 2003-02-17 19:13:07 +00:00
CBuildVariable.exsd New build model from Sam Robb. 2003-02-17 19:13:07 +00:00
CTool.exsd New build model from Sam Robb. 2003-02-17 19:13:07 +00:00
CToolchain.exsd New build model from Sam Robb. 2003-02-17 19:13:07 +00:00
CToolType.exsd New build model from Sam Robb. 2003-02-17 19:13:07 +00:00
ManagedBuildTools.exsd Patch for Sean Evoy. 2003-07-04 18:36:47 +00:00
ProcessList.exsd new Processlist extension point 2002-09-17 19:08:38 +00:00
ScannerInfoProvider.exsd Patch for Sean Evoy. 2003-07-04 18:36:47 +00:00