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

5040 commits

Author SHA1 Message Date
Doug Schaefer
aaf8173eba Updated version numbers to 2.0.2 2004-09-08 18:13:35 +00:00
Alain Magloire
ef6041264c 2004-09-08 Alain Magloire
Fix for PR 69330
	* src/org/eclipse/cdt/internal/ui/editor/CContentOutlinePage.java
	* src/org/eclipse/cdt/internal/ui/editor/CContentOutlinerProvider.java
	* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
2004-09-08 14:45:16 +00:00
Andrew Niefer
c6fbea4a1d fix broken buffer cache, 73378 2004-09-07 15:34:41 +00:00
Alain Magloire
7732bb39ea 2004-09-03 Alain Magloire
Fix for PR 73250
	* plugin.xml
2004-09-03 15:08:26 +00:00
Alain Magloire
f516c4967a 2004-09-03 Alain Magloire
New spawner.dll from Alex Chapiro.
	PR 71437
	* os/win32/x86/spawner.dll
2004-09-03 15:01:31 +00:00
Alain Magloire
61ee511afe 2004-09-03 Alain Magloire
Fix for PR 72901
	* plugin.xml
2004-09-03 14:52:05 +00:00
Alain Magloire
95339bf03f 2004-08-27 Alain Magloire
Fix for PR 72782
	* model/org/eclipse/cdt/internal/core/model/DeltaProcessor.java
2004-08-27 17:40:29 +00:00
Alain Magloire
9c052a05d1 2004-08-26 Alain Magloire
Do not call computeSources() multiple times.
	* model/org/eclipse/cdt/internal/core/model/CProject.java
2004-08-26 13:14:09 +00:00
Andrew Niefer
84984bdbd1 fix NPE in 72546 2004-08-25 15:37:31 +00:00
Alain Magloire
eae67a71a4 2004-08-25 Alain Magloire
Workaround for PR 72435, Patch From Bogdan

	* index/org/eclipse/cdt/internal/core/Util.java
2004-08-25 13:10:00 +00:00
John Camelon
859019d267 Fix for Bug 72535 [Parser] Parser (and indexer) hangs on mutual inclusion 2004-08-24 19:43:58 +00:00
Andrew Niefer
ac482c2541 fix 72219 2004-08-23 19:27:36 +00:00
Alain Magloire
597e819c34 2004-08-20 Alain Magloire
Fix for Bug 69071
	* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
2004-08-20 16:28:49 +00:00
John Camelon
b2840b064a Returned previous constructor to CodeReader. (thanks Andrew) 2004-08-20 13:48:53 +00:00
Bogdan Gheorghe
d242f51aa7 Fix for Bug 71500: [Indexer] all headers get indexed on project open 2004-08-19 21:22:25 +00:00
cvs2svn
b139db871b This commit was manufactured by cvs2svn to create branch 'cdt_2_0'.
Cherrypick from master 2004-08-19 21:12:56 UTC Bogdan Gheorghe <gheorghe@ca.ibm.com> 'Fix for Bug 71500: [Indexer] all headers get indexed on project open':
    core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/search/indexing/CleanEncounteredHeaders.java
2004-08-19 21:12:57 +00:00
Bogdan Gheorghe
e264d7d676 Fix for 69925: ShowIn C/C++ Projects explorer does not work in certain cases 2004-08-19 16:18:34 +00:00
Andrew Niefer
d75c57747b fix problem encountered while trying to reproduce 70063 2004-08-19 16:10:39 +00:00
David Inglis
4f5d945241 fix for bug 72228 2004-08-19 15:24:27 +00:00
John Camelon
87ce0c8d20 Fixed Bug 71839 [Parser] Parser in infinite loop (ExpressionParser.errorHandling()) 2004-08-19 03:26:52 +00:00
David Daoust
083a8f25a0 fix for 64833 "No F1 Help for Soure Code Location debug
preferences".  All the changes are in the doc plugin and no changes were
necessary in debug.ui.
2004-08-18 18:45:03 +00:00
Andrew Niefer
d781bc2502 bug 72089 2004-08-17 18:52:41 +00:00
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