1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-31 04:03:27 +02:00
Commit graph

5004 commits

Author SHA1 Message Date
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
Sean Evoy
d8cb99728b Commit for Tanya -- fix for bugzilla 70217, a problem where long labels on a section of the build property page were overlapping the selection widget 2004-07-21 19:58:59 +00:00
Alain Magloire
8d9a03567c 2004-07-16 Tanya Wolff
Fix for 70543: TVT: Source code displaying in C++ Font and Editor
	* plugin.properties
2004-07-21 19:15:45 +00:00
Alain Magloire
3293ea6f61 2004-07-20 Alain Magloire
Fix for PR 70449
	* src/org/eclipse/cdt/core/internal/filetype/ResolverModel.java
2004-07-21 17:52:50 +00:00
Alain Magloire
a3ad6e7799 2004-07-20 Alex Chapiro
Fix for PR 70359
	Binaries regenerated

	* library/Win32ProcessEx.c
	* library/starter/starter.cpp
	* os/win32/x86/spawner.dll
	* os/win32/x86/starter.dll
2004-07-21 17:39:37 +00:00
Doug Schaefer
ed00f21102 Updated cdt-map file for new zip files and download layout. 2004-07-20 21:02:25 +00:00
Doug Schaefer
957305c10b Patch for Dave W. Fixes for translations. 2004-07-20 19:36:55 +00:00
Doug Schaefer
31e255cdb1 Updated cdt-map file for new zip files and download layout. 2004-07-20 18:28:53 +00:00
Alain Magloire
9c24279b46 2004-07-19 Alain Magloire
Fix for PR 70319: Clearing the console on build.
	* src/org/eclipse/cdt/internal/ui/buildconsole/BuildConsolePartioner.java
2004-07-19 17:53:42 +00:00
Doug Schaefer
fa38973e26 2.0 stream builds. 2004-07-19 17:44:37 +00:00
Alain Magloire
c52abe9fbe > Implementation of HP-UX SOM binary parser.
>
> + utils/org/eclipse/cdt/utils/som/AR.java
> + utils/org/eclipse/cdt/utils/som/SOM.java
>
> + utils/org/eclipse/cdt/utils/som/parser/ARMember.java
> + utils/org/eclipse/cdt/utils/som/parser/BinaryArchive.java
> + utils/org/eclipse/cdt/utils/som/parser/SOMParser.java
> + utils/org/eclipse/cdt/utils/som/parser/SOMBinaryObject.java
>
2004-07-19 17:31:35 +00:00
Alain Magloire
1905898a72 Implementation of HP-UX SOM binary parser page. 2004-07-19 17:30:22 +00:00
Alain Magloire
50af333224 2004-07-19 Vladimir Hirsl
Support for SOM/XCoff
	* src/org/eclipse/cdt/ui/dialogs/AbstractGnuBinaryParserPage.java
	* src/org/eclipse/cdt/ui/dialogs/CygwinPEBinaryParserPage.java
	* src/org/eclipse/cdt/ui/dialogs/GNUElfinaryParserpage.java
	* src/org/eclipse/cdt/ui/dialogs/GNUSomBinaryParserpage.java
	* src/org/eclipse/cdt/ui/dialogs/GNUXCoffinaryParserpage.java
2004-07-19 17:29:32 +00:00
Alain Magloire
16fa4e7c7f 2004-07-19 Vladimir Hirsl
Support for SOM/XCoff
	* utils/org/eclipse/cdt/utils/som/*
	* utils/org/eclipse/cdt/utils/xcoff/*
2004-07-19 17:27:22 +00:00
Mikhail Khodjaiants
3bc91cc510 Dave's fix for the auto-solib option. 2004-07-19 14:50:43 +00:00