David Inglis
162af467d5
update copyright
2004-06-25 13:29:04 +00:00
Alain Magloire
dbaa2dcea9
Part of PR 68246.
...
Close the inputstream to release resource handle
when we done with it, we can not rely on the GC to do it for us.
2004-06-23 03:32:16 +00:00
Alain Magloire
252e890fed
remove check for typedef
2004-06-21 19:14:22 +00:00
Alain Magloire
b16d7061a2
- fix for bug #66108 (C++ browser cannot show members of class)
...
- TypeParser now uses resource to get scanner info
2004-06-21 18:48:03 +00:00
Alain Magloire
d52cb5e624
2004-06-17 Alain Magloire
...
Changes from Chris Wiebe to deal
with the memory consumption.
2004-06-17 19:20:08 +00:00
Doug Schaefer
a206e32d2a
Changed the interface to the Scanner to take a CodeReader object.
...
A CodeReader simply contains a char[] and the name of the file, if any,
that the char[] is the contents of. This leads us down the path of using
char[]s in the parser instead of Strings in an attempt to cut down on
our memory usage.
2004-06-04 21:01:48 +00:00
Alain Magloire
ccfe7d8f5f
2004-05-26 Alain Magloire
...
Jumbo Patch from Chris Wiebe.
Putting a starting skeleton for C Browsing.
2004-05-26 14:49:48 +00:00
Alain Magloire
0ea66906c5
File renamed to ChangeLog-browser
2004-05-17 20:19:47 +00:00
Alain Magloire
c5dabe7b00
Chris Wiebe new patch: deal with type cache scalability.
2004-05-17 16:03:08 +00:00
Alain Magloire
4e8200ae93
Chris Wiebe new patch: deal with type cache scalability.
2004-05-17 15:50:32 +00:00
Alain Magloire
37c1ca7b3a
2004-05-06 Chris Wiebe
...
Creating a new Job to handle the changes, instead
of reusing the same job.
2004-05-06 18:37:54 +00:00
Alain Magloire
2a4baf63a4
Unecessary flushing of the cache. Quick fix, while
...
Chris come with a new solution.
2004-05-05 16:28:50 +00:00
Alain Magloire
4acf3441ad
2004-04-06 Chris Wiebe
...
initial placement of non-ui code into org.eclipse.cdt.core.browser
2004-04-21 16:13:34 +00:00
Alain Magloire
7ef1a6ed7e
Change The Core Model interfaces to throw CModelException when
...
the fail abnormally. This forces a lot of try{} catch(){}
bloks and rethrow to be added in the code.
2004-04-20 00:06:27 +00:00
Alain Magloire
3f68cfad81
Fix for PR 58481
2004-04-16 00:35:42 +00:00
Andrew Niefer
b3ac698a40
AST work for friend declarations
...
for bug 45235 AST does not capture class friend relationships
and bug 53759 ISourceElementRequestor missing callbacks for friend declarations
2004-04-14 20:43:00 +00:00
John Camelon
68365e4ac0
<BR>org.eclipse.cdt.core
...
<BR> Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=55785 .
<BR> Fix required update to ISourceElementRequestor interface : clients updated accordingly.
<BR>
<BR>org.eclipse.cdt.core.tests
<BR> Updated clients for ISourceElementRequestor.createReader() updates.
<BR>
<BR>org.eclipse.cdt.ui
<BR> Updated CompletionEngine to use shared working copies when parsing include files.
<BR> Updated clients for ISourceElementRequestor.createReader() updates.
2004-04-11 22:52:21 +00:00
Alain Magloire
310112d6cd
Change the parsing mode to be structural for the
...
TypeInfo parsing.
2004-04-07 19:18:00 +00:00
Alain Magloire
f6a9f8da22
New patch from Chris Wiebe to boost the performance
...
of the TypeInfo, a separation is done via
the Core and UI to provide more flexibility for clients
using this service.
2004-04-07 00:32:13 +00:00