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

2912 commits

Author SHA1 Message Date
Doug Schaefer
50cdba67dd Fixed up the CPPUnaryExpression to implement the CPP interface. Bug 162404. 2006-10-26 15:33:42 +00:00
Markus Schorn
429128162f Keeps static functions/variables out of the index, see bug 161216 2006-10-25 14:32:45 +00:00
Markus Schorn
8219ea4ef8 Keeps content of unnamed namespaces out of the index, see bug 160913 2006-10-25 13:43:31 +00:00
Markus Schorn
376ca09d3c Fix for 162011, binding for friend-function with namespace scope. 2006-10-25 13:09:56 +00:00
Markus Schorn
ae93a12c54 Testcase: parsing headers in context of sources. 2006-10-24 18:00:42 +00:00
Markus Schorn
74e45cb1a3 fixes 149571, timestamps for files in PDOM; fixes 161715, refined strategy for indexers;
disables indexer for most of the test cases
2006-10-24 17:03:12 +00:00
Markus Schorn
b916d1065e Moves further AST-specific methods out of IScope 2006-10-20 15:02:43 +00:00
Markus Schorn
baa29bb0f5 Fix for 156504 by Andrew Ferguson, Overloaded functions/methods in PDOM 2006-10-20 13:19:52 +00:00
Markus Schorn
fe98dbbe57 Simplified and doucmented synchronization in PDOMManager 2006-10-20 12:21:28 +00:00
Markus Schorn
d54cf4d243 Fix for 156504 by Andrew Ferguson, Overloaded functions/methods in PDOM 2006-10-20 09:59:38 +00:00
Markus Schorn
c0947332b9 Fix deletion of include relation in PDOM. 2006-10-19 09:32:51 +00:00
Markus Schorn
764e4e3b04 Fix for 156993, copied projects reuse PDOM database. 2006-10-19 08:13:25 +00:00
Doug Schaefer
780f7df35c Patch for Jason - 160884. Change DOMException to not be a CoreException. 2006-10-18 19:17:11 +00:00
Markus Schorn
d5bc2d7474 Fix for 161392, language computation for header files. 2006-10-18 13:30:22 +00:00
Markus Schorn
632d2457f7 Optimizes fast indexer for uninteresting resource deltas. 2006-10-18 12:24:54 +00:00
Markus Schorn
b3b7eae722 Optimizes fast indexer for uninteresting resource deltas. 2006-10-18 12:09:23 +00:00
Markus Schorn
b202de6bec Testcase for search in unnamed namespace. 2006-10-17 12:01:58 +00:00
Markus Schorn
ff384fe5c5 Test case and fix for 160913, search in namespaces. 2006-10-17 11:08:52 +00:00
Markus Schorn
6eef40d050 Fix for 149572, notifications for index. 2006-10-16 18:23:13 +00:00
Oleg Krasilnikov
31cb030bae Bug 156872: CDT Internal builder parallelization proposal 2006-10-16 07:09:32 +00:00
Markus Schorn
4c2b2120e4 Variable and function annotations in PDOM, by Jason Montojo, bug 159595. 2006-10-13 08:46:20 +00:00
Markus Schorn
dcdd0b1b56 Introduces constants for the various indexer ids. 2006-10-12 16:17:59 +00:00
Markus Schorn
b5ca493fa2 Exports additional internal packages for testing, bug 160692. 2006-10-12 16:00:46 +00:00
Markus Schorn
a8f2eead0a Introduces an API to access the PDOM, bug 149565. 2006-10-12 15:35:30 +00:00
Markus Schorn
70e3e0942b Marks internal packages as such in the manifest 2006-10-12 15:01:47 +00:00
Markus Schorn
f5a4ba1d76 Introduces an API to access the PDOM, bug 149565. 2006-10-12 13:23:56 +00:00
Anton Leherbauer
b7f5c2f33e Upversion to 4.0.0 and fix dependency version ranges (bug 157543) 2006-10-11 12:28:54 +00:00
Markus Schorn
4fd4c4adce Fix for 154563 by Andrew Ferguson, implementation of BTree delete. 2006-10-09 12:48:58 +00:00
Markus Schorn
2b21a7091f Fix for 159863 by Wieant, NPE in full indexer. 2006-10-05 12:56:12 +00:00
Markus Schorn
254779d07d Moves PDOMCPPBinding into the correct package 2006-10-03 11:32:52 +00:00
Markus Schorn
e91ceede17 Fix for 154060, dead lock in Deadlock in PDOMIndexerJob.cancelJobs() 2006-10-02 14:42:13 +00:00
Anton Leherbauer
3685773b05 Fix compiler compliance properties for PDE export build 2006-10-02 13:19:31 +00:00
Anton Leherbauer
0482b39544 Patch by Sergey Prigogin for bug 148582 - Support smart indenting in C editor (part 2) 2006-10-02 13:06:08 +00:00
Markus Schorn
a13418d58f Fix for bug 156844, IEnumeration no longer derives from IVariable 2006-09-29 11:24:12 +00:00
Markus Schorn
815f0df72f Fix for bug 158195, fallback for language of included files with unknown extension. 2006-09-29 09:25:32 +00:00
Markus Schorn
75cbff035e Separates PDOM from IASTName and IASTTranslationUnit, see bug 149565. 2006-09-29 07:19:51 +00:00
Markus Schorn
196254955b Fix interface of ElfBinaryArchive to allow proper derivation 2006-09-28 08:47:09 +00:00
Markus Schorn
6e62fd8891 Patch for 149565, by Andrew Ferguson (creating API for PDom) 2006-09-27 15:05:11 +00:00
Markus Schorn
81828c8799 Fixes a dead-lock in the indexer job. 2006-09-27 13:38:40 +00:00
Chris Recoskie
a0368c245a fix for 148415 by Corey Ashford 2006-09-15 00:12:13 +00:00
Doug Schaefer
302b3a69aa Change the default indexer to be the Fast indexer. 2006-09-08 18:58:04 +00:00
Doug Schaefer
909ada32f1 Bug 156436 - added handling for cygpaths that may come back. 2006-09-08 18:52:25 +00:00
John Camelon
a0577d650d Patch for Andrew Niefer : Bug 151440 - Content Assist makes Eclipse freeze 2006-09-07 18:15:24 +00:00
Doug Schaefer
6d190ea7c2 Bug 156436 - fixed error pattern to use full path if it can't find a resource name uniquely. 2006-09-07 14:50:24 +00:00
Markus Schorn
c09be87a9b Added javadoc 2006-09-07 08:46:13 +00:00
Markus Schorn
001c458e92 Test cases for Call Hierarchy 2006-09-05 12:51:14 +00:00
Andrew Niefer
5c49412ff9 bug 156137 - Expression Evaluator does not handle % 2006-09-05 02:03:35 +00:00
Doug Schaefer
eac22a6a7b Bug 72741 - add cancel handling for the pattern search and the findBindings routine in the PDOM. 2006-09-01 20:53:06 +00:00
Doug Schaefer
b4c0cba081 Bug 147999 - Make the identifier table in the BaseScanner new per scanner instance. Sharing between scanner instances has caused infinite loops when threads collide. 2006-08-31 15:05:12 +00:00
Markus Schorn
6b2a7a5842 Call Hierarchy: support for hierarchies across project boundaries. 2006-08-31 13:29:56 +00:00