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

8808 commits

Author SHA1 Message Date
Markus Schorn
d9a5d8e84f 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:10:50 +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
Oleg Krasilnikov
80f60cc552 Previously used "System.getenv()" method is not supported in Java 1.4.
Its functionality now replaced by another means.
2006-10-24 10:34:25 +00:00
Anton Leherbauer
28b8e38cb1 Patch by ashish for Bug 161529 - Open Include from the Outline view does not automatically resolve the include file 2006-10-23 10:55:33 +00:00
Markus Schorn
b916d1065e Moves further AST-specific methods out of IScope 2006-10-20 15:02:43 +00:00
Markus Schorn
5c70bbcd1b Minor correction to call hierarchy test 2006-10-20 13:37:00 +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
e57307c5b3 Adds a base class for index tests. 2006-10-20 09:03:56 +00:00
Markus Schorn
234a13b0e1 Fixes warnings. 2006-10-19 14:01:49 +00:00
Markus Schorn
ccd10d94bf Moved failing test to failing test suite. 2006-10-19 13:49:24 +00:00
Markus Schorn
c0947332b9 Fix deletion of include relation in PDOM. 2006-10-19 09:32:51 +00:00
Markus Schorn
1079b60945 Fixes warnings. 2006-10-19 08:39:23 +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
Doug Schaefer
c12e07dd19 Patch for Alena, 161107. New PDOM Tests. 2006-10-18 18:38:35 +00:00
Chris Recoskie
7dbd64ed6a patch for Bugzilla 94203 by Mike Kucera 2006-10-18 14:55:15 +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
Anton Leherbauer
a696db918b Fix preprocessor auto-indentation 2006-10-18 09:37:07 +00:00
Anton Leherbauer
39fd51b72a Cleanup CSourceViewer: remove obsolete constructor and duplicate methods 2006-10-18 09:05:18 +00:00
Markus Schorn
9b75c68712 junit test for bug 161216, static functions/vars in PDOM 2006-10-17 12:22:13 +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
Oleg Krasilnikov
c3bcbb5d9e Bug 156872: CDT Internal builder parallelization proposal 2006-10-13 11:30:26 +00:00
Anton Leherbauer
83d65a28ca Fix for initial folding computation 2006-10-13 11:09:19 +00:00
Markus Schorn
ce35f1444b Ported index-view actions to the new api 2006-10-13 09:51:12 +00:00
Markus Schorn
6d85d8d0b9 Fixes race condition, by Andrew Ferguson, bug 157992. 2006-10-13 09:15:22 +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
08a632ecc7 Moves BaseTestCase to cdt.core.tests 2006-10-13 08:44:15 +00:00
Ken Ryall
9f1cc8d372 Fix 158919. 2006-10-12 23:31:17 +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
2119729ff7 Introduces an API to access the PDOM, bug 149565. 2006-10-12 13:31:32 +00:00
Markus Schorn
f5a4ba1d76 Introduces an API to access the PDOM, bug 149565. 2006-10-12 13:23:56 +00:00
Anton Leherbauer
1b927015bb Upversion to 4.0.0 and fix dependency version ranges (bug 157543) 2006-10-12 07:05:49 +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
Anton Leherbauer
ad88076d70 Cleanup handling of editor preference changes 2006-10-10 09:05:06 +00:00
Mikhail Sennikovsky
c3fbed60b8 Internal Builder dependency tracking tests 2006-10-09 16:45:28 +00:00
Mikhail Sennikovsky
d6c3820f2a 1. Dependency tracking mechanism in Internal Builder
2. Build Model fixes
2006-10-09 16:44:55 +00:00
Anton Leherbauer
ead46b18a7 Fix working set support for use with Common Navigator 2006-10-09 15:25:55 +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
389e4a0e51 Enforces 1.4 compatibility for org.eclipse.cdt.core.tests 2006-10-09 09:34:30 +00:00
Markus Schorn
2b21a7091f Fix for 159863 by Wieant, NPE in full indexer. 2006-10-05 12:56:12 +00:00