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

1298 commits

Author SHA1 Message Date
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
Alain Magloire
e243c06ee9 pass the PE object in the constructor. 2003-10-19 05:27:37 +00:00
Alain Magloire
b1b47c294e recreate the project after calling releaseCelement 2003-10-19 02:52:31 +00:00
Alain Magloire
f5b89e809f advertise the Cygwin PE parser Page 2003-10-19 01:17:40 +00:00
Alain Magloire
d6572b1aa6 updated. 2003-10-19 01:17:22 +00:00
Alain Magloire
e47778c1ae New Cygwin PE parser Page 2003-10-19 01:17:05 +00:00
Alain Magloire
c4fea46f5b advertise the new Cygwin PE parser 2003-10-19 01:16:41 +00:00
Alain Magloire
8989c875b7 New Cygpath class for the ICygwinToolsProvider
IToolsProvider to find addr2line and c++filt
2003-10-19 01:16:07 +00:00
Alain Magloire
8c64ff43dd cleanup and remove duplicate methods. 2003-10-19 01:15:19 +00:00
Alain Magloire
347db0a84e Bug fix when accessing the String table 2003-10-19 01:14:53 +00:00
Alain Magloire
3736b2c199 New impelementation of PE parser. 2003-10-19 01:14:19 +00:00
Alain Magloire
d06d62c1c2 The real implementation of the parser been
move to utils/org/eclipse/cdt/utils/coff/parser
and utils/org/eclipse/cdt/utils/elf/parser
2003-10-19 01:13:53 +00:00
David Inglis
fa2d7106db fixed Eclipse 3.0M4 build problems 2003-10-17 16:35:26 +00:00
Alain Magloire
51946e40ab updated. 2003-10-17 14:13:38 +00:00
Alain Magloire
b4eff13327 Set the error message. 2003-10-17 14:13:25 +00:00
Alain Magloire
451fe038af updated. 2003-10-16 19:10:04 +00:00
Alain Magloire
1349365cd7 Keep on trying to find a motif 2003-10-16 19:09:52 +00:00
Alain Magloire
6738deaf1a updated. 2003-10-16 13:53:42 +00:00
Alain Magloire
66cd500c0c Null out the page when not selected. 2003-10-16 13:53:30 +00:00
Alain Magloire
3fde5e06c5 updated. 2003-10-14 21:03:01 +00:00
Alain Magloire
19cd0ff470 Always fetch the paths in the .cdtproject. 2003-10-14 21:02:48 +00:00