1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

1976 commits

Author SHA1 Message Date
John Camelon
e50393060e Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=60298 2004-04-30 14:59:53 +00:00
Hoda Amer
81b654bb3b Partial fix for bug#57526 [CModelTests] 2004-04-30 14:45:15 +00:00
David Inglis
9e3714d448 fixed NPE 2004-04-30 14:20:22 +00:00
David Inglis
4c924a5283 fixed unessesary writes to .cdtproject 2004-04-30 14:19:10 +00:00
Alain Magloire
bf5f9acb67 We did not save the container in the map 2004-04-30 14:18:07 +00:00
Alain Magloire
f02c40bf6a Typo in the argument 2004-04-30 14:17:46 +00:00
Alain Magloire
432ae76aa5 Do not show the files in the workspace 2004-04-30 04:08:23 +00:00
Alain Magloire
c421d5746a bug in APathEntry.equals() 2004-04-30 04:08:03 +00:00
Alain Magloire
1fefb24038 Check for NPE 2004-04-30 02:44:04 +00:00
Alain Magloire
69a8947522 Fix the CModelOperation 2004-04-30 02:04:44 +00:00
Alain Magloire
7b5b147d8d Leave the indexer alone it is dependent on those
file extensions.  TODO remove later.
2004-04-30 00:21:48 +00:00
Alain Magloire
87257e4718 Changes to IWorkingCopy adjustment 2004-04-30 00:07:51 +00:00
Alain Magloire
1529ec129e Changes to working copy, to be wrap in runnable Plaform
operation when commiting or destroying the working copy.
	Also changes to the ICElementDelta to be fired in a
	Workspace runnable.
2004-04-30 00:07:29 +00:00
Andrew Niefer
2d3fadb88c - fix bug 60149 - External Linkage is not recognized by the parser in Structural mode
- create StructureParseTest and add it to ParserTestSuite
2004-04-29 22:06:21 +00:00
David Inglis
a0578a62c3 fixed typeo 2004-04-29 21:04:28 +00:00
David Inglis
36934f4bc9 support container 2004-04-29 21:04:25 +00:00
Andrew Niefer
dc66afff94 fix bug 60422 - Template offsets are not correct in Structural Parse mode
Fix bug 60480 - Template parameter <int> is not parsed correctly in Structural parse mode
fix offset information for template parameters
2004-04-29 19:39:21 +00:00
David Inglis
f12fae4a2a cpath ui update 2004-04-29 19:26:51 +00:00
David Inglis
4aecba2e95 added null check for macro name and alllow null value 2004-04-29 19:26:34 +00:00
Hoda Amer
6502083342 Partial fix for bug#57526 [CModelTests] 2004-04-29 18:45:42 +00:00
Doug Schaefer
bb06248085 Patch for Sumit from HP to allow IA64 handling with Elf parser. 2004-04-29 18:11:29 +00:00
Hoda Amer
53d5b620eb Partial fix for bug#57526 [CModelTests] 2004-04-29 16:07:55 +00:00
Alain Magloire
79f4e89182 Commit support for i18n from Alex Chapiro.
updates spawner and starter
2004-04-29 15:54:32 +00:00
Doug Schaefer
b984f9d6ea Still trying to get the source feature to work. 2004-04-29 15:41:53 +00:00
Andrew Niefer
62db27f4d2 for bug 60422 : set the starting offets for ASTTemplateDeclaration 2004-04-29 15:23:29 +00:00
Doug Schaefer
27f77d460a Still trying to get the source feature to work. 2004-04-29 14:44:10 +00:00
Andrew Niefer
c59044d3ac fix bug 59893 & parser bugs with volatile methods
also mark strings in some tests as non externalizable
2004-04-28 21:33:50 +00:00
Alain Magloire
e53919a536 beautify getText() label for CView 2004-04-28 21:11:36 +00:00
Alain Magloire
be49f6a48f Fix and NPE in the IncludeEntry 2004-04-28 21:11:26 +00:00
Bogdan Gheorghe
9cc4fa6e5a Search UI fix for Integration builds 2004-04-28 21:04:33 +00:00
David Inglis
fe6b0c576b cpath ui update 2004-04-28 20:27:04 +00:00
Andrew Niefer
02d14a80c9 bug 50984 - fix class cast exceptions 2004-04-28 18:14:58 +00:00
David Inglis
9b4b4cabc4 cpath ui update 2004-04-28 17:46:29 +00:00
John Camelon
54aa75f147 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=60264 2004-04-28 17:30:17 +00:00
John Camelon
d730ff0f94 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=59134 2004-04-28 17:08:38 +00:00
Hoda Amer
21d7893f4e Content Assist fixes 2004-04-28 17:03:16 +00:00
Alain Magloire
ebeb4082c9 Work in progress for the PathEntry API 2004-04-28 16:46:21 +00:00
John Camelon
129ff70d20 Removed warnings. 2004-04-28 14:49:49 +00:00
Alain Magloire
c11d57b594 Work in progress on the IPathEntry 2004-04-28 01:24:04 +00:00
Alain Magloire
7502088090 Fix for PR 60182 2004-04-28 01:08:59 +00:00
John Camelon
31cfba78a4 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=60142 and updated CModel tests appropriately. 2004-04-27 22:07:00 +00:00
John Camelon
7a2c6de5fb Updated Selection Search to use the parser exclusively for Open Declaration actions. <BR>
Fixed OpenDeclarationAction to open external files again.
2004-04-27 21:56:53 +00:00
Andrew Niefer
b2de2fdd6c - work on bug 50984 - fix NPE with anonymous bitfields
- fix problems with globally qualified using declarations
- fix npe & cce in templates
2004-04-27 17:49:39 +00:00
Hoda Amer
eed5db60c0 Partial fix for bug#57526 [CModelTests] 2004-04-27 17:31:48 +00:00
Hoda Amer
428f0da6e7 Partial fix for bug#57526 [CModelTests] 2004-04-27 17:03:16 +00:00
John Camelon
a10f4f5583 Removed more warnings (ANDREW) 2004-04-27 13:48:06 +00:00
Alain Magloire
56bf0c46ce clear the old cache entries 2004-04-26 22:32:17 +00:00
John Camelon
02e31a94fd https://bugs.eclipse.org/bugs/show_bug.cgi?id=57898 2004-04-26 21:34:39 +00:00
John Camelon
1b95b94a14 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=57898 2004-04-26 21:31:39 +00:00
David Inglis
ca2d70f2be fixed concurrent mod excep plus deadlock wth junits 2004-04-26 21:13:49 +00:00