1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 01:05:38 +02:00
Commit graph

1372 commits

Author SHA1 Message Date
Mikhail Sennikovsky
13968f3102 patch from Bala Torati with small modifications
1. Fix for [Bug 184449] [Template Engine] It should be possible to press "Finish" on the first wizard page for templates having default values assigned
2. Fix for [Bug 184593] [Template Engine] Need a way to add tool-chain associations to existing templates
3. Fix for [Bug 184455] [Template Engine] NPE in template engine tests
2007-05-10 16:03:53 +00:00
Andrew Ferguson
8435a65ac8 186214: apply fix for linked IndexFileLocation ambiguity resolution 2007-05-10 14:24:54 +00:00
Andrew Ferguson
2b57e6ac89 186337: apply patch on behalf of Emanuel Graf 2007-05-10 13:36:56 +00:00
Mikhail Sennikovsky
d97e3a583f Fix for [Bug 185930] Exception when saving language mappings 2007-05-10 10:50:27 +00:00
Chris Recoskie
aeb075a51b RESOLVED - bug 186018: [C99 parser] ClassCastException when parsing case statements
https://bugs.eclipse.org/bugs/show_bug.cgi?id=186018

Patch from Mike Kucera
2007-05-09 22:17:36 +00:00
Andrew Ferguson
a923a730aa 186214: add test case (plus some tidy) 2007-05-09 17:55:10 +00:00
Andrew Ferguson
6c54ac2de7 154563: add another test case 2007-05-09 16:43:44 +00:00
Andrew Ferguson
6c161d4b54 173997: add a related test case 2007-05-09 11:54:51 +00:00
Markus Schorn
098117e25d Fix and test-case for 182464, NPE in name resolution for plain C. 2007-05-09 08:35:53 +00:00
Andrew Ferguson
6b053aa52a 178856: use the default settings configuration for index fragments via CIndex extension point 2007-05-08 15:24:42 +00:00
Markus Schorn
1def7fbf69 See 180164, reduce amount of disk-write operations when indexing. 2007-05-08 07:11:18 +00:00
Markus Schorn
21c0055276 Fix for 185408, API-compliance of IScope.find(String) 2007-05-07 11:27:55 +00:00
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