CDT Commit Report for - April 2, 2004

amagloire

use the Job Manager for the BinaryRunner thread.

Add new filter to hide/show non C Projects

aniefer

handle template explicit instantiations
partial fix for bug 56834
handle use of template default parameters

dinglis

fixed problem with .cdtproject not updating

use core preference settings

support multiple binary parsers

reverted some string externalizing which should never have been done.

jcamelon

org.eclipse.cdt.core
Updated SelectionSearch to work for functions, variables with initializers, etc.
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39705
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=44336
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=36770
Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=51428
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39694

org.eclipse.cdt.core.tests
Added SelectionParseTest::testBaseCase_FunctionDeclaration().
Added SelectionParseTest::testBaseCase_FunctionDeclaration2().
Added SelectionParseTest::testBaseCase_VariableDeclaration().
Added SelectionParseTest::testBaseCase_Parameter().
Added QuickParseASTTests::testBug44336().
Added ScannerTestCase::testBug36770B().
Moved testBug39705() from ASTFailedTests to QuickParseASTTests.
Moved testBug39694() from ASTFailedTests to QuickParseASTTests.

mkhodjai

Changes and additions to support the new implementations of Shared Libraries, Signals and Disassembly views.

Fix for bug 57159: Don't add C views to Debug perspective by default.

Changes in the Shared Libraries and the Signals views.

Fix for bug 57160: Don't override Debug perspective's "autoClose" behavior.