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

1718 commits

Author SHA1 Message Date
David Inglis
71ace4a897 Fixed #46431 2003-11-13 22:04:21 +00:00
Doug Schaefer
335bab74c2 Patch for Sean Evoy:
- Fixes for bugzilla 44451 and 44841
2003-11-13 19:41:59 +00:00
Hoda Amer
4d7450e8fb Bug Fixes for the complete AST factory 2003-11-13 19:27:29 +00:00
Doug Schaefer
3947a0947a Implemented the AIX feature. 2003-11-13 14:38:25 +00:00
Hoda Amer
757922dcc2 Patch for Bogdan 2003-11-11 18:25:56 +00:00
Doug Schaefer
f2d6ec947a Built the shared libraries for AIX. 2003-11-10 20:20:53 +00:00
Hoda Amer
f14741b541 Fix for Andrew 2003-11-10 19:37:02 +00:00
John Camelon
df634f2e75 CORE
Fixed Bug 39554 : _Pragma directive is not supported (ANSI C99) 

TESTS
	Moved testBug39554() from ASTFailedTests to QuickParseASTTests.
2003-11-07 19:49:36 +00:00
Doug Schaefer
9797bc9040 Fix the compile order of the jar files. 2003-11-06 20:53:49 +00:00
David Inglis
436e271263 Fix for 45835 also changed binary runner control to stop running when project closes/open/deleted 2003-11-06 19:52:40 +00:00
John Camelon
39f8ff8c86 Removed one last remainder of core.model.Util in parser to unbreak 2.0 build. 2003-11-06 19:41:33 +00:00
David Inglis
32c6adb106 *** empty log message *** 2003-11-06 18:59:21 +00:00
David Inglis
927ed83c4e further imporovements for https://bugs.eclipse.org/bugs/show_bug.cgi?id=45736 2003-11-06 18:53:26 +00:00
David Inglis
91f05a8d02 fixed problem with not getting line no. all the time 2003-11-06 18:40:24 +00:00
John Camelon
13b7aeb128 CORE
Fixed Bug 44838 : exception when resolving parameter references in a constructor 
	Fixed Bug 46165 : fields referenced in constructor chains are not called back upon 
	Fixed Bug 45551 : Macro replacement in #include <file.h> directives 

TESTS
	Added CompleteParseASTTest::testBug44838().  
	Added CompleteParseASTTest::testBug46165().  
	Added ScannerTestCase::testBug45551().
2003-11-06 04:57:38 +00:00
John Camelon
97e203468e CORE
Cleaned up the ParserFactory interface to check for validity of input arguments.  
	Moved NullSourceElementRequestor and ScannerInfo to public interface as requested. 
	Restructured code so that no Eclipse/CDT source outside the parser source directory is used.
	Updated parser clients to use new ParserFactory (stand-alone parser work item).  	

UI & TESTS
	Updated parser clients to use new ParserFactory (stand-alone parser work item).
2003-11-05 23:35:28 +00:00
Doug Schaefer
26f7ffd775 Make the parser source folder a separate jar. 2003-11-05 19:22:44 +00:00
John Camelon
56c76eb3e7 CORE
Removed warnings from parser source tree.  
	Removed preliminary task tags support to clean up parser interfaces and implementation.   
	Added preliminary IProblem support to 

UI
	Updated parser clients to use new IProblem strategy.  

TESTS
	Updated parser clients to use new IProblem strategy.
2003-11-05 18:15:21 +00:00
John Camelon
83382d0514 Added initial code assist/parser interface. 2003-11-03 14:17:15 +00:00
John Camelon
1a068f661e Patch for Andrew Niefer
core:
Fixed Bug 44925 : Search: Elaborated type specifier
Partially Fixed Bug 44510 : C/C++ Search gives wrong results 

ui:
Fixed Bug 44337 : Disabling of "definition" not making sense in Search 
dialog
Fixed Bug 44947 : Navigate from Outline: Enumeration type not 
pre-populated
Fixed Bug 44948 : Navigate via Open Declarations: typedef decl not found
2003-11-03 14:00:24 +00:00
David Inglis
db3182f4f4 Fix for 45734 & 45736 2003-10-30 03:08:44 +00:00
Alain Magloire
188ecd7e38 updated. 2003-10-29 16:57:14 +00:00
Alain Magloire
99c4213774 Change the scop of some fields. 2003-10-29 16:57:04 +00:00
Alain Magloire
ec37c8b82d When releasing cProjects also release
the binarycontainers.
2003-10-29 16:56:47 +00:00
Alain Magloire
d95e065915 updated. 2003-10-28 19:59:34 +00:00
Alain Magloire
47c2045527 getFileForLocation() does not work well when dealing
with resources. use findFilesForLocation().
2003-10-28 19:59:17 +00:00
Doug Schaefer
92669e0062 Patch for Bogda Gheorghe: (44366 & 45324)
- Moved off all dependency calculations to the Indexer thread,
created a new UpdateDependency job
- Modified CSearchOperation to only lock the workspace when
tagging resources with markers.
2003-10-27 20:57:47 +00:00
Doug Schaefer
de44b4c4a2 Merged 1.2 fixes into HEAD. Includes:
- managed make fix for infinite make recursion
- search fix for large projects
- fixes to source project so that it actually contains source
2003-10-27 18:26:54 +00:00
Alain Magloire
df996a4a6f updated. 2003-10-27 03:12:20 +00:00
Alain Magloire
7d41a65e94 added method for implementing firing events when
cpathentry is modified.
2003-10-27 03:12:03 +00:00
John Camelon
a95faa4dbe CORE
Fixed Bug 45476 : preprocessor macro "defined" not handled correctly 
	Fixed Bug 45477 : macro redefines prevent further parsing 

TESTS
	Added testBug45476() to ScannerTestCase.  
	Added testBug45477() to ScannerTestCase.
2003-10-24 21:34:15 +00:00
John Camelon
5be9f16c62 CORE
Fixed Bug 39542 : Parser fails on 'struct' parameter types 
	Fixed Bug 39549 : Designated initializers are not supported (ANSI C99) 
	Fixed Bug 39551 : Complex and imaginary numbers are not supported (ANSI C99) 

TESTS
	Moved testBug39542() from ASTFailedTests to QuickParseASTTests.
	Moved testBug39549() from ASTFailedTests to QuickParseASTTests.
	Added testCDesignatedInitializers() to CompleteParseASTTests.
	Moved testBug39551A() from ASTFailedTests to QuickParseASTTests. 
	Moved testBug39551B() from ASTFailedTests to QuickParseASTTests. 
	Added testCBool() to QuickParseASTTests.  
	Added testBug39551A(), testBug39551B() and testCBool to CompleteParseTests.
2003-10-24 17:49:22 +00:00
Alain Magloire
303306e897 updated. 2003-10-24 02:13:37 +00:00
Alain Magloire
5328500b7f Work on the new ICPathEntry implementation 2003-10-24 02:13:19 +00:00
Alain Magloire
a5ae618c54 Remove reference to the old ICPathEntry implementation. 2003-10-24 02:12:38 +00:00
Hoda Amer
92c3026143 Bug fixes for New Class Wizard 2003-10-22 17:47:21 +00:00
Hoda Amer
1f8b4f48a6 Bug fixes in CModelBuilder 2003-10-22 17:46:50 +00:00
John Camelon
dfdfecab15 CORE
Fixed Bug 40007 : Parser reports success when it fails
	Fixed Bug 44305 : Scanner/preprocessor fails on conditionals using hexidecimal 
	Fixed Bug 41935 : parser provides wrong name on namespace aliases 
	Fixed Bug 39525 : Parser fails on expressions that take address of overloaded operators 
	Fixed Bug 45287 : Scanner does not accept character sequence literals 
	Fixed Bug 36550 : Error recovery with unterminated string is weak 
	Fixed Bug 41063 : Remove unused K&R C support from ANSI Parser 
	Fixed Bug 39528 : Function try-blocks are not supported by the parser (ANSI C++) 
	Fixed Bug 39538 : Parser fails on explicit instantiation of templated operators 
	Fixed Bug 39536 : Parser fails on templated constructors/conversion operators 
	Refactored Scanner to make it easier to debug.  

TESTS
	Moved testBug40007() from ASTFailedTests to QuickParseASTTests.  
	Added QuickParseASTTests::testBug40759().  
	Added QuickParseASTTests::testBug44633().  
	Added ScannerTestCase::testBug44305().  
	Added QuickParseASTTests::testBug41935(). 
	Moved testBug39525() from ASTFailedTests to QuickParseASTTests.  
	Added ScannerTestCase::testBug45287(). 
	Moved testBug39528() from ASTFailedTests to QuickParseASTTests.  
	Moved testBug39538() from ASTFailedTests to QuickParseASTTests.  
	Added QuickParseASTTests::testBug39536().  
	Moved testBug39536A() from ASTFailedTests to QuickParseASTTests.  
	Moved testBug39536B() from ASTFailedTests to QuickParseASTTests.
2003-10-21 23:22:40 +00:00
Alain Magloire
503c0b61b6 updated. 2003-10-21 19:44:52 +00:00
Alain Magloire
47a0ffc0e9 Starting implementation of CPathEntry entries
in the core model.
2003-10-21 19:44:35 +00:00
Hoda Amer
7cfb47c220 Fix for bug#44507 2003-10-20 21:11:44 +00:00
Alain Magloire
de85b5fbaa Thomasf patch to do showInContext() 2003-10-20 19:59:16 +00:00
Alain Magloire
e0e5d2c7bf From Thomasf patch to do showIn, new method
showInContext()
2003-10-20 19:58:54 +00:00
Alain Magloire
e85f117e11 Implement Show() method, from ThomasF patch
to do ShowIn
2003-10-20 19:58:19 +00:00
David Inglis
5598a1537e fixed unit test for testGetChildren in BinaryTest 2003-10-20 18:16:38 +00:00
David Inglis
7ed318908d fixed junit test failure 2003-10-20 18:10:44 +00:00
Alain Magloire
f89eee8439 Remove the dispose and add the ImageBase in value of the symbols. 2003-10-19 05:29:55 +00:00
Alain Magloire
43dc0a5a21 print the Relocs 2003-10-19 05:29:08 +00:00
Alain Magloire
8517910db6 new constructor 2003-10-19 05:28:40 +00:00
Alain Magloire
08d608864c pass the Elf object in the constructor. 2003-10-19 05:28:04 +00:00