Andrew Niefer
83c0dabdbd
changes for parsing iostream in a standard project with discovered symbols
2004-04-07 14:24:42 +00:00
John Camelon
26facfb422
org.eclipse.cdt.core
...
Provided a partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=50152
Updated IExpressionParser::expression() interface necessitated by this fix, and updated its clients appropriately.
org.eclipse.cdt.core.tests
Updated test cases that used IExpressionParser::expression().
Added CompletionParseTest::testCompletionInFunctionBodyFullyQualified().
Added CompletionParseTest::testCompletionInFunctionBodyQualifiedName().
org.eclipse.cdt.ui.tests
Updated CompletionFailedTest_ScopedReference_Prefix_Bug50152, moved it out of failed tests package and renamed it to CompletionTest_ScopedReference_Prefix_Bug50152.
Updated CompletionFailedTest_TypeDef_Bug52948, moved it out of failed tests package and renamed it to CompletionTest_TypeDef_Bug52948.
Updated CompletionFailedTest_ScopedReference_NoPrefix_Bug50152 to show Hoda/Andrew what is still broken.
2004-04-07 04:32:18 +00:00
Alain Magloire
98b86d1d78
typo in the string.
2004-04-07 04:06:15 +00:00
Alain Magloire
9d1f92adf4
cache the values in the info for speed
2004-04-07 04:06:02 +00:00
Alain Magloire
b9ee10a300
wrap the output in to logs.
2004-04-07 00:46:40 +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
Alain Magloire
b937c683b4
First effort in providing the infrastructure
...
for recognizing TranslationUnit base on name.
2004-04-06 23:41:08 +00:00
Alain Magloire
9ac35a9e97
Possible NPE
2004-04-06 23:23:46 +00:00
Alain Magloire
3a4caa0d20
Fix the CVIew sorting.
2004-04-06 23:23:32 +00:00
John Camelon
0662f31cee
Patch for David Daoust.
...
Removed some temporary objects that the scanner was producing.
Fixed small bug in GCCScannerExtension these changes brought to the surface.
2004-04-06 21:31:15 +00:00
David Inglis
c366011c66
bin container has both so and exe
2004-04-06 20:42:31 +00:00
David Inglis
bb6839f982
small fix
2004-04-06 20:42:00 +00:00
John Camelon
c151c0d972
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=51993
2004-04-06 19:41:20 +00:00
Alain Magloire
44446f5bc9
Part of the precedent log bug fix, but forgotten this file
2004-04-06 18:31:26 +00:00
Andrew Niefer
34db07a830
small changes to help with template parsing
2004-04-06 18:12:55 +00:00
John Camelon
cd7f23c372
Organized imports on failed tests.
2004-04-06 18:08:21 +00:00
David Inglis
84c89baed2
fixed syncing of binary runner and getBinaries()
2004-04-06 17:57:10 +00:00
Andrew Niefer
671986dfa7
fix for bug 47625
2004-04-06 15:38:08 +00:00
John Camelon
d22e72fb14
org.eclipse.cdt.core
...
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39704
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=29060
org.eclipse.cdt.core.tests
Moved testBug39704A(), testBug39704B(), testBug39704C() & testBug39704D() from ASTFailedTests to QuickParseASTTests.
2004-04-06 14:37:29 +00:00
Doug Schaefer
3a5e182ba9
Fixed the warnings from the nightly build. There seems to
...
be a problem with Organize Imports which adds
unnecessary imports so I anticipate these returning
over time until the Organize Imports feature is fixed.
2004-04-06 14:24:15 +00:00
Alain Magloire
f7ff3c2496
bug fix and support for external headers in the CEditor.
2004-04-06 05:38:04 +00:00
Alain Magloire
ceefe291d8
More support for external headers
...
and cleanup of the CElement.close() method
2004-04-06 05:36:32 +00:00
John Camelon
70aaf923d3
org.eclipse.cdt.core
...
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=47797
org.eclipse.cdt.core.tests
Added ScannerTestCase::testBug47797().
2004-04-06 05:11:00 +00:00
Andrew Niefer
3f436ae1eb
fix bug 54169 - Search fails to find enum declaration
2004-04-05 20:52:21 +00:00
Alain Magloire
ff806b07d1
Small bug fix of the CView.
2004-04-05 20:35:33 +00:00
Alain Magloire
e03a6c0446
Tentative fix for PR 57128
2004-04-05 19:17:24 +00:00
Andrew Niefer
024eca4958
- performance improvements with Problem reporting originally from Dave Daoust
...
- added CompleteParseASTFactory.shouldThrowException, so we can ignore certain problems
encountered while parsing templates
- fix NPEs caused by bad type info objects
2004-04-05 18:18:57 +00:00
Hoda Amer
bc0892c5e7
Patch for Sean
2004-04-05 17:43:15 +00:00
Hoda Amer
a0aed1c95c
Content Assist and Refactoring bug fixes
2004-04-05 14:26:48 +00:00
John Camelon
1d97cb0d81
Fixed NPE in CompleteParseASTFactory.createUsingDeclaration()
2004-04-05 05:24:40 +00:00
Alain Magloire
19af5bd03e
CView has its own ContentProvider.
2004-04-05 04:37:00 +00:00
Alain Magloire
9561454a65
Draft work on LibaryReference and IncludeReference
2004-04-05 04:29:11 +00:00
John Camelon
8a6680ea21
org.eclipse.cdt.core
...
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=54029
org.eclipse.cdt.core.tests
Added CompleteParseASTTest::testBug54029().
2004-04-05 04:25:33 +00:00
John Camelon
91571bd2e5
org.eclipse.cdt.core
...
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=56516
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=53786
org.eclipse.cdt.core.tests
Added CompleteParseASTTest::testBug56516() && CompleteParseASTTests::testBug53786().
2004-04-05 03:50:41 +00:00
John Camelon
45cf3d9fb2
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=43215
2004-04-05 03:03:31 +00:00
John Camelon
9138c8d397
Removed warning.
2004-04-05 01:57:56 +00:00
Alain Magloire
6e5fa262c6
Fix for PR 57287
2004-04-03 17:32:56 +00:00
David Inglis
381b012a01
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=57146
2004-04-03 04:19:16 +00:00
Andrew Niefer
4973e16836
handle template explicit instantiations
...
partial fix for bug 56834
handle use of template default parameters
2004-04-02 19:20:34 +00:00
David Inglis
f594128873
support multiple binary parsers
2004-04-02 19:07:41 +00:00
John Camelon
11d74c9995
org.eclipse.cdt.core
...
Updated SelectionSearch to work for functions, variables with initializers, etc.
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39705
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=44336
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=36770
Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=51428
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39694
org.eclipse.cdt.core.tests
Added SelectionParseTest::testBaseCase_FunctionDeclaration().
Added SelectionParseTest::testBaseCase_FunctionDeclaration2().
Added SelectionParseTest::testBaseCase_VariableDeclaration().
Added SelectionParseTest::testBaseCase_Parameter().
Added QuickParseASTTests::testBug44336().
Added ScannerTestCase::testBug36770B().
Moved testBug39705() from ASTFailedTests to QuickParseASTTests.
Moved testBug39694() from ASTFailedTests to QuickParseASTTests.
2004-04-02 18:51:01 +00:00
Alain Magloire
d02bc06723
Add new filter to hide/show non C Projects
2004-04-02 16:27:05 +00:00
Alain Magloire
e4fe32a7bc
use the Job Manager for the BinaryRunner thread.
2004-04-02 14:15:05 +00:00
David Inglis
3683cff5a7
fixed problem with .cdtproject not updating
2004-04-02 13:51:58 +00:00
David Inglis
193f840df1
fixed xerces dependency
2004-04-02 01:35:22 +00:00
Alain Magloire
79caadc27f
include container.
2004-04-01 21:08:10 +00:00
Doug Schaefer
3f98ae5fab
Libraries to get the CDT running on ppc linux. These should
...
probably go in their own fragment.
2004-04-01 20:48:48 +00:00
Doug Schaefer
be306a4d9d
Removing plugin and feature references to xerces.
2004-04-01 20:25:02 +00:00
Bogdan Gheorghe
98583fe50f
Fix for build hang caused by Indexer; DependencyTest fix
2004-04-01 18:41:01 +00:00
Alain Magloire
c018f7411c
New set of icons on April first 8-) from Chris.
2004-04-01 18:25:40 +00:00