CDT Commit Report for - May 19, 2004

amagloire

2004-05-19 Alain Magloire
Patch contributed by James Langley.
Let Elf.java recognize Altera?s Nios and Nios II magic numbers.
The number for Nios II is an official number assigned by SCO,
the one for Nios was randomly chosen, but doesn't conflict with
any of the ones already in Elf.java.

* Elf.java

dinglis

removed deprecated dependency

gheorghe

First go at putting in source folder indexing. Index All events will index
source folders (still need to put in includes indexing).

Got rid of deprecated methods in CSearchResultPage and MouseClickListener.

jcamelon

Patch for David Daoust: Removed extraneous StringBuffer objects from the Scanner.

Reduced the number of TokenDuple's instantiated during a parse.

Removed symbol table warnings.

Cleaned up token storage in the Parser to reduce peak memory usage upon parsing large expressions/initializers.

mkhodjai

Added the support of watch expressions.

sevoy

Final fix for bug 61505. When an option was set, a toolr reference was created but the "copy constructor" was not doing a complete copy, so the output of the tool was lost. This fix addresses that

Commits for the deprecation of IPluginDescriptor (may it rest in peace)