1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00
Commit graph

1360 commits

Author SHA1 Message Date
Markus Schorn
b808918b1e Minor change to TeamSharedIndexTest. 2007-05-07 07:57:53 +00:00
Mikhail Sennikovsky
9368a57266 Fixes for the external settings provider mechanism 2007-05-04 15:23:43 +00:00
Mikhail Sennikovsky
2e71cb7dc6 additional external settings provider tests update 2007-05-04 14:08:02 +00:00
Mikhail Sennikovsky
09440600b2 Small external settings provider tests update 2007-05-04 14:03:55 +00:00
Chris Recoskie
408a2358b9 fix for 184804 - incorrect source offsets for incomplete macro definition
patch from Mike Kucera
2007-05-03 17:20:00 +00:00
Andrew Ferguson
2fac395f97 pdom templates: add unit tests and make two small fixes 2007-05-03 13:04:25 +00:00
Markus Schorn
ed435952e9 Fix for 185324, #elif without condition. 2007-05-03 12:40:31 +00:00
Andrew Ferguson
eb628d737d add composite for (ITypedef & ICPPSpecialization) binding 2007-05-03 09:10:48 +00:00
Markus Schorn
904a9560e3 Fix for 183930, by Emanuel Graf, comments from inactive code. 2007-05-02 12:37:08 +00:00
Chris Recoskie
e129ae7c03 151850 (allow user to specify which parser/language to parse a given content type with)
Patch from Jason Montojo
2007-04-27 14:45:42 +00:00
Markus Schorn
dccac113b7 Removes superfluous method PDOMName.resolveBinding(). 2007-04-27 14:17:14 +00:00
Markus Schorn
897d6b87e6 Simplification of fix for 184042, updating index for changes in configuration. 2007-04-27 13:41:47 +00:00
Andrew Ferguson
93ae2153c7 184216: add two missing composite template bindings 2007-04-27 12:58:21 +00:00
Mikhail Sennikovsky
c5603e5a0e Template Engine submission from Bala Torati (Symbian) with some modifications and bug-fixes (see Bug 160012) 2007-04-26 17:07:39 +00:00
Markus Schorn
417e9c0d70 Fix for 184042, updating index considers changes in configuration. 2007-04-26 14:03:25 +00:00
Doug Schaefer
b1cf95a962 I'm tired of this test failing on Windows. 2007-04-26 01:26:35 +00:00
Markus Schorn
1d07593fd1 Fix for 183843 by Bryan Wilkinson, qualified base classes in index. 2007-04-25 07:36:17 +00:00
Markus Schorn
8fb26410f5 Testcase for bug 183930, comments in inactive code. 2007-04-25 07:22:02 +00:00
Andrew Ferguson
81eedf4bf3 181936: fix for support for function types 2007-04-24 15:43:57 +00:00
Markus Schorn
2c2a64c313 Testcase for 182889 by Mike Kucera, macro expansion arguments. 2007-04-24 08:06:42 +00:00
Markus Schorn
c5c4332df0 Fix for 183379 in coop with Anton Leherbauer, progress monitor for findBindingsForPrefix. 2007-04-23 14:34:22 +00:00
Andrew Ferguson
325c59736a fix race conditions in unit tests
e.g. see failure in:
http://download.eclipse.org/tools/cdt/builds/4.0.0/I.I200704230500/junits.html
2007-04-23 12:43:36 +00:00
Markus Schorn
b06161edc1 Fix for 148360 by Emanuel Graf, adding comments to the AST. 2007-04-23 08:54:31 +00:00
Mikhail Sennikovsky
10c87ccd12 Small update to the TestHelper New Project Model-related functionality 2007-04-23 08:14:32 +00:00
Mikhail Sennikovsky
835999aa31 1. Fix and test-case for the "Index" config selection mechanism for [Bug 172919] What to do about the index with multiple build configurations
2. The "Index" config setting is renamed to "DefaultSetting" config and exported to the public API
2007-04-23 08:08:05 +00:00
Markus Schorn
67538ff936 Fix for 182889 by Emanuel Graf, additional info for preprocessor AST nodes. 2007-04-23 07:17:51 +00:00
Markus Schorn
f7f9021075 Fix for 104583, part I, indexer policy core implementation 2007-04-20 11:57:20 +00:00
Andrew Ferguson
c7553e11bf 183160 - fix for class implicits 2007-04-20 11:29:57 +00:00
Mikhail Sennikovsky
b7c570bd81 external settings mechanism fixes 2007-04-19 17:22:26 +00:00
Anton Leherbauer
6194a81898 Follow-up fix for 177154: [patch] single-line comments incorrectly retained in macros (junit test case by Ed Swartz <ed.swartz@nokia.com>) 2007-04-19 09:30:25 +00:00
Mikhail Sennikovsky
f6ab39e0ce CDT variables support for source and output entries 2007-04-18 14:35:30 +00:00
Mikhail Sennikovsky
6d90042969 1. Update for the external settings provider
2. some tests update
2007-04-17 12:49:00 +00:00
Mikhail Sennikovsky
cb19d69cff 1. Fix for [Bug 182711] [Project Model] CoreModel.create(IFile) cannot be used in jobs
2. External setting provider mechanism
3. other bug-fixes
2007-04-17 11:14:13 +00:00
Markus Schorn
829bdef1da Fix and test for potential deadlock interrupting PDOM.acquireXXXLock() 2007-04-16 15:13:29 +00:00
Markus Schorn
a8ced8a5d3 Follow up 181305, binding returns empty name for 'void (fn)();' 2007-04-16 14:55:42 +00:00
Mikhail Sennikovsky
333081f3c5 Fix for the external settings functionality 2007-04-16 13:19:38 +00:00
Anton Leherbauer
dae80ef2cd Fix for 182180: Bug with parser and #ifdef statements and "/*" (follow-up) 2007-04-16 10:39:10 +00:00
Andrew Ferguson
512a83717e 181735: (part II) fix index related resolution problems 2007-04-13 16:35:10 +00:00
Anton Leherbauer
1dfa6ff276 Fix for 182180: Bug with parser and #ifdef statements and "/*" 2007-04-13 11:27:30 +00:00
Markus Schorn
d70bbc8768 Fix for 181942, parsing 'char x= *"a";' 2007-04-11 16:28:34 +00:00
Markus Schorn
d0407f36ab Testcase for 181942, parsing '*"x"' 2007-04-11 15:40:32 +00:00
Markus Schorn
f3e552d7e3 Testcases for 181735, using function-ptrs. 2007-04-11 15:32:51 +00:00
Vivian Kong
716d881e6b bug 166092 - users should be able to pass in own linkage factory mappings 2007-04-10 18:02:14 +00:00
Andrew Ferguson
335151f5f3 181735: fix case of failing function resolution 2007-04-10 10:45:45 +00:00
Doug Schaefer
16be9da24e Patch for Bryan - 180784 - implement hashCode for PDOM nodes. 2007-04-10 01:10:53 +00:00
Markus Schorn
6d4221b57f Fix and testcases for 181305, NPE parsing reference to 'void (f)(char)'. 2007-04-06 09:35:53 +00:00
Markus Schorn
56523f3c6a Fixes occasional NPE in CModelTests 2007-04-06 09:32:52 +00:00
Anton Leherbauer
0addd64850 Fix for 180815: defining multiple globals variables at structure definition causes dublicate struct tag entries in outline view 2007-04-06 09:23:25 +00:00
Markus Schorn
39e2a19ab7 Fixes occasional NPE in CModelTests 2007-04-06 08:44:32 +00:00
Anton Leherbauer
97b59aed2e Improve ASTCacheTest timing 2007-04-06 06:40:59 +00:00