1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-30 19:53:30 +02:00
Commit graph

5018 commits

Author SHA1 Message Date
David Daoust
0b1329118f Defect 72117 . This patches a doc problem with encoding in some languages. By deleting the content-language attribute, the Getting Started/Managed build tutorial title now shows up correctly in Japanese. 2004-08-17 18:23:01 +00:00
Sean Evoy
c8fef97159 Fix for bugzilla 71134 -- Managed Make: String list command outputs null 2004-08-16 20:59:51 +00:00
Bogdan Gheorghe
eef1a82cc5 Patch for Tanya Wolff (2.0 Stream): Fix for 70906: Duplicate entries in C/C++ preferences 2004-08-16 20:48:51 +00:00
John Camelon
9f17b51147 Workaround submitted for Bug 54040 - [Scalability] UI Responsiveness very sluggish when editing large source files
Parser.translationUnit() rethrows OutOfMemoryError after shielding it from the parser.failParse()/errorHandling().
2004-08-16 20:02:31 +00:00
John Camelon
219b499fc9 Fixed Bug 71530 [Scanner] CModel Line Numbers are incorrect w/Scanner2 2004-08-16 19:54:13 +00:00
John Camelon
3640141887 Updating visibliity of static final constants in CodeReader. 2004-08-16 18:18:07 +00:00
Sean Evoy
aee11e012b Fix for bugzilla 70491 - Unable to build source files in a linked directory. Now the makefile generator will create an explicit rule for linked resources and convert the path to absolute. 2004-08-16 17:09:55 +00:00
Alain Magloire
066c8a91fc 2004-08-14 Alain Magloire
Fix for 71992.
	* CType.java
2004-08-16 15:59:06 +00:00
Alain Magloire
1b5570c323 2004-08-14 Alain Magloire
Fix for 71992.
	* src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
2004-08-16 15:58:44 +00:00
Bogdan Gheorghe
848b4c999b Fix for 70113: Search for Template member declarations causes Assertion 2004-08-16 14:56:24 +00:00
Andrew Niefer
0971af7891 fix parsing international files
bug 70852, 70927
2004-08-13 19:53:03 +00:00
Bogdan Gheorghe
a753c40872 Fix for Bug 71964: Search parses too many times 2004-08-13 19:39:11 +00:00
Andrew Niefer
5bd71cea46 fix ArrayOutOfBoundsException 2004-08-13 14:50:27 +00:00
Andrew Niefer
8fde8e2822 fix bug 70073 2004-08-12 19:45:10 +00:00
Mikhail Khodjaiants
d99d824005 Fix for bug 70453. Linux: error exiting Eclipse on Linux RedHat or SuSe Enterprise Server 9.
Applied modified patch from Sean Evoy.
2004-08-12 14:49:50 +00:00
Alain Magloire
5cfca6fd71 2004-08-11 Alain Magloire
Fix for PR 6991
	* src/org/eclipse/cdt/debug/mi/core/RxThread.java
2004-08-11 21:06:11 +00:00
Andrew Niefer
69225df954 fixing 71588 2004-08-11 20:29:12 +00:00
Bogdan Gheorghe
4fd44238b9 Fix for Bug 59493: need to refine index query for open-type (2.0 Stream) 2004-08-11 20:05:35 +00:00
Andrew Niefer
16258395c2 fix 71331 2004-08-11 20:02:58 +00:00
Andrew Niefer
a7880c8fdc from a patch originally from Dave Daoust, consolidate the Scanner2 data
structures into a heirarchy, and for the char[] maps/sets, if the capacity is
<= 2, then don't use the hash and just do a linear search.

also clean up a couple of uses of ObjectSet that had size 0 in the symbol table,
use EMPTY_SET insteard.
2004-08-11 17:56:20 +00:00
cvs2svn
6c18d73efc This commit was manufactured by cvs2svn to create branch 'cdt_2_0'.
Cherrypick from master 2004-08-11 17:56:01 UTC Andrew Niefer <aniefer@ca.ibm.com> 'from a patch originally from Dave Daoust, consolidate the Scanner2 data':
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner2/CharTable.java
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner2/ObjectTable.java
2004-08-11 17:56:02 +00:00
Andrew Niefer
04b3eec1c6 modify indexer to take advantage of IAST char[] functions 2004-08-10 21:02:47 +00:00
David Daoust
289478264e Bug# 70450, incorrect link in "Updating the CDT"
Bug# 71443  Adding section to turn off "Build Automatically" in the "Before you Begin" section.
2004-08-10 20:42:38 +00:00
Andrew Niefer
554db9cd15 Add IASTQualifiedNameElement.getFullyQualifiedNameCharArrays()
and modify Search to take advantage of the IAST providing char[]s.

Improves search performance
2004-08-10 20:40:47 +00:00
John Camelon
4a8abd4c42 Fixed Bug 70928 [Parser] Indexer complains about __cdecl 2004-08-10 19:50:00 +00:00
Andrew Niefer
88d8cbb1c8 fix bug 71410 (in 2.0.1 branch) 2004-08-10 19:34:37 +00:00
Mikhail Khodjaiants
6936ee916d Fix for bug 70442: Debugger launch configuration not updating properly. 2004-08-10 17:57:48 +00:00
John Camelon
e3185c99dc Fixed bug 71656 - [Parser] Infinite Loop on Out of Memory Exception 2004-08-10 17:42:27 +00:00
Mikhail Khodjaiants
7957704e87 Fix for bug 70902. TVT3.0: Customize Perspective C++ Debug has duplicated strings. 2004-08-10 17:38:16 +00:00
John Camelon
e754fe2ab5 Additional JUnit tests to validate bug fixes in moving from Scanner to Scanner2. 2004-08-10 17:29:53 +00:00
Andrew Niefer
fd26b47ed0 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
2004-08-10 15:58:59 +00:00
Bogdan Gheorghe
f0ff087997 Fix for Bug 71115: Double Indexing 2004-08-09 15:21:10 +00:00
Sean Evoy
d30e954584 Commit for Leo Treggiari -- bug 71254 2004-08-06 18:33:45 +00:00
Doug Schaefer
60846bd7dd Turn off the cheatsheet. 2004-08-06 15:54:23 +00:00
cvs2svn
10abc3427e This commit was manufactured by cvs2svn to create branch 'cdt_2_0'.
Cherrypick from master 2004-08-06 01:57:11 UTC John Camelon <jcamelon@ca.ibm.com> 'Restructured the Parser tests so that the GCC Extension specific ones are separate.':
    core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/GCCCompleteExtensionsParseTest.java
    core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/GCCParserExtensionTestSuite.java
    core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/GCCQuickParseExtensionsTest.java
    core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/scanner2/GCCScannerExtensionsTest.java
    core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/scanner2/ObjectMapTest.java
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/pst/BasicTypeInfo.java
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/pst/ITypeInfo.java
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner2/CharArraySet.java
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner2/HashTable.java
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner2/ObjectMap.java
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner2/ObjectSet.java
    core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/parser/ParserTimeOut.java
    core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CContentOutlinerProvider.java
2004-08-06 01:57:12 +00:00
Sean Evoy
47cd4cbd24 Commit for Leo Treggiari: fix for bugzilla 70577 and 71254 2004-08-05 14:31:38 +00:00
Mikhail Khodjaiants
1d1df82897 Fix for bug 69085: Arrays in the Expressions view. 2004-08-04 21:37:48 +00:00
Sean Evoy
6b3707cfcd Fix for bugzilla 69112 -- The problem was that the managed build manager was returning NULL instead of a default makefile generator when a target was missing one in its definition 2004-08-04 20:59:39 +00:00
Sean Evoy
a3f9960af7 Commit for Leo treggiari (missed part of this patch on 5-July-2004) 2004-08-04 18:21:28 +00:00
Bogdan Gheorghe
c7907f828b Patch for Tanya Wolff:
Fix for 71033: English "Find Refs" in Workbench Key preferences.
2004-08-04 14:24:07 +00:00
Bogdan Gheorghe
1ed9b81a2c Fix for Bug 60948: Indexer should pick up all headers in include path 2004-08-03 19:48:01 +00:00
Andrew Niefer
354fd3e9f8 patch from Tanya Wolff fix for 69768 2004-07-29 21:13:37 +00:00
Alain Magloire
bb1370a0d1 fix for PR 71106 2004-07-29 19:27:40 +00:00
Sean Evoy
deb492ab11 Commit for Vlad Hirsl -- The default external scanner info collector was having problems with the output of GCC in non-utf8 locales. It now makes sure the locale is set to utf-8 when it runs GCC on *nix systems 2004-07-29 13:04:33 +00:00
Sean Evoy
d1e09a669d Commit for Vlad Hirsl -- The default external scanner info collector was having problems with the output of GCC in non-utf8 locales. It now makes sure the locale is set to utf-8 when it runs GCC on *nix systems 2004-07-29 12:56:33 +00:00
Andrew Niefer
490592ff55 patch from Tanya Wolff TVT fix for 70124 2004-07-28 22:04:26 +00:00
Andrew Niefer
ed2961310d patch from Tanya Wolff TVT fix for 70161 2004-07-28 22:04:08 +00:00
Alain Magloire
cabc0f2aeb 2004-07-26 Alain Magloire
Fix for PR 70842

	* utils/org/eclipse/cdt/utils/coff/PE.java
2004-07-26 18:16:44 +00:00
Alain Magloire
4609dbd51b 2004-07-26 Vladimir Hirsl
Tracking PR 70820, SOM Binary parser.
	* utils/org/eclipse/cdt/utils/som/SOM.java
2004-07-26 14:15:31 +00:00
Alain Magloire
94c289a630 2004-07-22 Alain Magloire
Fix for 70688
	* src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
2004-07-22 20:08:23 +00:00