Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-01-15Content Assist Work : Moved logging and testing to the UI side of CDTHoda Amer1-0/+2
2004-01-05Added org.eclipse.core.runtime.compatability as aDoug Schaefer1-1/+1
dependency to satisfy Eclipse 3.0M6 requirements.
2003-11-25Upversioned the plugins, etc to 2.0.0.Doug Schaefer1-7/+1
Made sure the jar files got included in the zips.
2003-11-24Upgrade to Eclipse 3.0. Includes:Doug Schaefer1-0/+6
- upgrade plugin.xml files - use PDE containers - apply Eclipse 3.0 porting items, in particular openEditor and gotoMarker - remove TestWorkbenches from test plugins
2003-10-01Upversioning everything to 1.2.0.Doug Schaefer1-1/+1
2003-08-28Fix the version number.Doug Schaefer1-1/+1
2003-06-23Patch for Sean Evoy:Doug Schaefer1-103/+0
1. Fix for bug 38665 - Need to select platform before configurations become visible 2. Icon files that were not delivered in my last patch 3. A new interface for clients of the build model to extract include paths and defined symbols for managed projects. Unmanaged projects to follow soon.
2003-06-17Patch for Vladimir Hirsl. John Camelon1-3/+1
This patch adds some missing source folders to the ui.tests library.
2003-06-09Patch for Sean Evoy:Doug Schaefer1-67/+7
- Initial contribution of Managed Build UI.
2003-05-29Patch for Sean Evoy:Doug Schaefer1-5/+9
- More data types for build model - New natures for managed build
2003-05-21Patch for Sean Evoy:Doug Schaefer1-3/+31
Core 1. Added 2 new option types: Boolean and enumerated 2. Changed the IOption interface to get new option type values 3. In plugin manifest and IOption interface added concept of a default enumerated value to support on-going GUI work 4. In plugin manifest and IOption, added field to map the actual command line argument with the option for makefile generation. Tests 1. Changed the plugin.xml manifest to match the new option types 2. AllBuildTests.java updated to test new option types and fields added in core
2003-04-25New Build ModelDoug Schaefer1-5/+14
- Save and load options values
2003-04-23update versionDavid Inglis1-1/+1
2003-04-14Work on the Build Model.Doug Schaefer1-4/+17
- Model is maturing - Loading/saving moved into the objects themselves - Project build info saved to/loaded from a file
2003-04-09Fleshing out the build model.Doug Schaefer1-0/+36
2003-04-09A little more sanity to the new build model.Doug Schaefer1-0/+4
2003-04-07Updates to the new build model.Doug Schaefer1-1/+9
2003-04-07Yet Another Build Model.Doug Schaefer1-0/+61
- Defines most of the interfaces - Some simple implementation behind the interfaces to at least get information from the extension point.
2003-01-06Updated all build.properties files and bin jar nameJudy N. Green1-2/+2
2002-12-17Genreral cleanup (remove jdt refrences) and move closer to being automatablePeter Graves1-2/+6
2002-08-20First crack at junit CDT testsSebastien Marineau1-0/+23

    Back to the top