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

1386 commits

Author SHA1 Message Date
Alain Magloire
6ac0c7539a updated. 2003-11-20 17:06:51 +00:00
Alain Magloire
40ff5c09ea implement returning the linenumber of an offset. 2003-11-20 17:06:42 +00:00
Alain Magloire
e118256c06 Bug fix, the Arrays.binarySearch() return the
insertion index.
2003-11-20 17:06:20 +00:00
Alain Magloire
ace9aa5fd7 Provide a way to give the linenumber from the offset
of a symbol.
2003-11-20 17:05:33 +00:00
Alain Magloire
4133a9ea82 updated. 2003-11-20 16:10:01 +00:00
Alain Magloire
a89c6eff1e Use JDK 1.3 methods. 2003-11-20 16:09:50 +00:00
John Camelon
fcfd56c2af Patch for Andrew Niefer.
Refactor the symbol table by splitting the ParserSymbolTable.Declaration 
class in 4 classes and moving it to not be nested
Tests have been updated and tested on windows & Linux
2003-11-20 15:23:01 +00:00
Alain Magloire
d4457e175e Addr2line returns "??" when it does not find a filename. 2003-11-19 20:51:24 +00:00
Alain Magloire
30d3f00aef clean the cache only if changed 2003-11-19 20:24:56 +00:00
Alain Magloire
bc08db7cc0 updated. 2003-11-19 17:37:44 +00:00
Alain Magloire
93d0a3cccf Do not load the symbols right away 2003-11-19 17:37:32 +00:00
Alain Magloire
f9e69cf8c7 Catch the Info in the IBinary 2003-11-19 17:37:13 +00:00
Hoda Amer
008ec4a579 Completion Engine Work 2003-11-19 15:11:51 +00:00
Alain Magloire
7a446b027c Attempt to address performance problem in the IBinaryParser
To many open()s a new method was create isBinary(byte[] ..)
So the file could be open only one time.
2003-11-18 16:20:49 +00:00
Doug Schaefer
8b5836e830 Test number 3 of the commit log. 2003-11-17 20:33:09 +00:00
Doug Schaefer
004e65e8c1 Another test of the commit logs. 2003-11-17 20:02:41 +00:00
Doug Schaefer
ef2c9618b4 Testing the CVS logging capability. 2003-11-17 19:31:18 +00:00
David Inglis
51efd3ae86 Fixed bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=46685 2003-11-14 18:06:34 +00:00
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