CDT Commit Report for - August 10, 2004

amagloire

change the description of the structural parse

description change

2004-08-10 Alain Magloire

* src/org/eclipse/cdt/internal/ui/editor/AddIncludeOnSelectionAction.java

aniefer

fix bug 71410 (in 2.0.1 branch)

fix bug 71410.
move test FailedCompleteParseASTTest.testInheritsFromTemplateParameter_bug71410()
to CompleteParseASTTemplateTest.java

modify indexer to take advantage of IAST char[] functions

Add IASTQualifiedNameElement.getFullyQualifiedNameCharArrays()
and modify Search to take advantage of the IAST providing char[]s.

Improves search performance

Add IASTQualifiedNameElement.getFullyQualifiedNameCharArrays()
and modify Search to take advantage of the IAST providing char[]s.

This is merging the Parser performance changes from the HEAD to the 2.0.1 branch
The major performance defects this addresses are 59468, 54040, and 61675.

The following other correctness and related defects are also addressed or fixed.
68940, 69872, 71094, 68528, 71669, 61800, 68931, 68623, 69428, 69296, 69798,
69744, 69745, 68739, 69662, 69833

ddaoust

Bug# 70450, incorrect link in "Updating the CDT"
Bug# 71443 Adding section to turn off "Build Automatically" in the "Before you Begin" section.

Bug #70450, incorrect link in "Updating the CDT"
Bug# 71443 Adding section to turn off "Build Automatically" in the "Before you Begin" section.

jcamelon

Fixed bug 71656 - [Parser] Infinite Loop on Out of Memory Exception

Fixed Bug 70928 [Parser] Indexer complains about __cdecl

Fixed Bug 70928 [Parser] Indexer complains about __cdecl

Fixed 71656 - [Parser] Infinite Loop on Out of Memory Exception

mkhodjai

Fix for bug 70902. TVT3.0: Customize Perspective C++ Debug has duplicated strings.

Fix for bug 70442: Debugger launch configuration not updating properly.

Applied patch from Tanya Wolff.
Fix for 70943 - externalized strings.