CDT Commit Report for - May 26, 2004

amagloire

PR 61965
From Thomas Fletcher:
2.0 mainline scalability patch to
call dispose methods and remove listeners

CUIPlugin.startup() cleanup. The method
was trying to get the UI thread, not necessary.

Update the necessary classes to use the new
ResolverModel.

updated changelog

The patch was screwing the gif. Reapplied

2004-05-26 Alain Magloire

Jumbo Patch from Chris Wiebe.
Putting a starting skeleton for C Browsing.

aniefer

- Move cdt.internal.core.parser.util.ASTUtil to cdt.core.parser.ast
- Modify search to use ASTUtil for building function parameter strings
- Modify selection search to use parameter info in search (bug 63966)

dinglis

fixed up labels

nolonger throws bogus exception when .cdtproject id does not match

removed [ ]

fixed NPE on shutdown

typo

fixed junit

fixed page contribution

fixed junit failures and deadlock problems

jcamelon

Patch for David Daoust .. Fix for bug 62338

Removed unnecessary lists.

Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=63966

sevoy

Fix for bug64085 -- NPE on New managed project creation. Getting the working directory for an empty project was a no-no, and one of the changes I made introduced the possibility of this happening during autobuild.

Final commit for 64085 -- added a better message when the build stops on an empty project