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

1023 commits

Author SHA1 Message Date
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
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
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
John Camelon
1d97cb0d81 Fixed NPE in CompleteParseASTFactory.createUsingDeclaration() 2004-04-05 05:24:40 +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
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
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
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
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
Bogdan Gheorghe
98583fe50f Fix for build hang caused by Indexer; DependencyTest fix 2004-04-01 18:41:01 +00:00
Bogdan Gheorghe
affd1175f1 Fix for 56943 - CDT hang on Autobuild, added missing index marker icon 2004-03-31 19:41:59 +00:00
Bogdan Gheorghe
5c3d8fdb41 Fix annotations in overview bar, added index IProblem markers, added new preference page for controlling external search markers 2004-03-31 07:57:18 +00:00
Alain Magloire
55aa4e1abf Reset the CModel nonCResource 2004-03-30 20:46:29 +00:00
John Camelon
97c2767637 Removed warning. 2004-03-30 13:21:30 +00:00
John Camelon
8fda490dee Partial fix for Bug 56614 - Content Assist] Global variables do not appear in a global completion list 2004-03-30 12:47:04 +00:00
Alain Magloire
ce09c92287 reset the nonCResource in when the CProject is close 2004-03-30 05:27:41 +00:00
Andrew Niefer
b5f7b12be4 fixed bug 56620 - Outline view stops on error on last line of block
(errorHandling() goes to far)
2004-03-29 22:21:45 +00:00
John Camelon
13b3c99749 Fixed Bug 56517 - Preprocessor skipping doesn't ignore the contents of string literals. 2004-03-29 20:56:02 +00:00
David Inglis
c48f2afafa fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=56584 2004-03-29 17:01:10 +00:00
Bogdan Gheorghe
de01048e51 Added background search from CSearchPage 2004-03-29 04:32:01 +00:00
John Camelon
6537609bed Remove warnings. 2004-03-28 23:00:41 +00:00
Doug Schaefer
783624b37e Fixed up the commit operation to use the correct Scheduling
Rule. M8 seems to have gotten more strict.
2004-03-27 05:03:58 +00:00
David Inglis
8b8959e099 fixed NPE on reorder 2004-03-26 21:53:23 +00:00
Andrew Niefer
8dde2f9a0e better handling of template template parameters 2004-03-26 20:08:05 +00:00
David Inglis
1bf2a95bf6 refactor 2004-03-26 17:33:44 +00:00
Andrew Niefer
bb598c9a99 report references for symbols used in template-ids 2004-03-26 15:50:31 +00:00
David Inglis
709d5dd050 added CoreModelUtil class 2004-03-26 02:42:50 +00:00
Andrew Niefer
2153d2d6ec ITokenDuple support for seperating fully qualified names that use template-ids,
also modify IASTFactory.createField & createVariable to take ITokenDuple for name
Better treatement for definitions of static members of template classes.
2004-03-25 22:10:50 +00:00
David Inglis
7d0581e51c small change to error string 2004-03-25 21:14:08 +00:00
David Inglis
d6bc6aa1f3 fixed string in error 2004-03-25 21:10:42 +00:00
David Inglis
1c0c1dbe99 update to allow non-owned project 2004-03-25 20:00:40 +00:00
David Inglis
ca24825bd8 clean up getProcessList and schemas for CProject & CBuildConsole 2004-03-25 19:53:34 +00:00
David Inglis
7f918c42c3 added CBuildConsole schema 2004-03-25 19:43:27 +00:00
David Inglis
5dbac920c0 added natureID to Cproject schema to help recover missing .cdtproject files 2004-03-25 19:43:00 +00:00
David Inglis
fd4c0586df update processList schema to require a platform 2004-03-25 19:42:29 +00:00
Hoda Amer
f2dba87e93 Joined effort with Bogdan, Added parser timeout capability that is used by Content Assist 2004-03-25 18:48:27 +00:00
Bogdan Gheorghe
5ab48f40ff External markers patch: allows searches on external included files 2004-03-24 15:29:07 +00:00
Alain Magloire
d46e5977ea Implementation of IScannerInof on top of IPathEntry. 2004-03-24 05:37:10 +00:00
Alain Magloire
1c2ff9f1d9 Save the binary Object on the BinaryContainer. 2004-03-24 01:13:28 +00:00
Andrew Niefer
68273269dc externalize strings from Tanya Wolff 2004-03-23 20:46:26 +00:00
Andrew Niefer
d15c793d77 - fix bug 55673 2004-03-23 16:46:12 +00:00