1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 09:16:02 +02:00
Commit graph

3822 commits

Author SHA1 Message Date
Anton Leherbauer
f4087a09fc Performance improvement for path entry comparison 2008-02-01 15:31:10 +00:00
Anton Leherbauer
e3404b50f0 Fix for 102434: Trying to create ELF archive for non-archive binary files causes problems (patch by Abeer Bagul)
and performance improvements
2008-02-01 15:28:50 +00:00
Markus Schorn
a224016462 Fixes a NPE in the name-resolution (bug 217414) 2008-02-01 15:20:35 +00:00
Markus Schorn
d0b1e7b4b4 Fixes for navigation + mark occurrences related to using-declarations. 2008-02-01 14:49:21 +00:00
Anton Leherbauer
0bb4c8bb9a Fix memory leak in TranslationUnitAnnotationModel 2008-02-01 14:19:52 +00:00
Jason Montojo
dcbfe08cd5 Fix for bug 216016: Remove library.jar from core plugin 2008-01-31 19:06:15 +00:00
Markus Schorn
01ed5f9133 Removed dependency of CPPDelegate on IASTName, bug 217271. 2008-01-31 17:28:39 +00:00
Mike Kucera
20a43f994b cleaned up and commented the code in AbstractGNUSourceCodeParser.parseDeclarationOrExpressionStatement() 2008-01-31 16:50:44 +00:00
Oleg Krasilnikov
bb44d4020d Bug #182450 : Multi-cfg
Bug #217253 : Project Wizard head
2008-01-31 16:22:58 +00:00
Anton Leherbauer
952046381e Fix mark occurrences for template specializations 2008-01-31 14:50:16 +00:00
Anton Leherbauer
645d096b60 Fix for 212998: CModelManager consumes a lot of memory during project refresh 2008-01-31 11:17:28 +00:00
Markus Schorn
0aa860ee97 Index based name resolution for classes in namespaces (bug 217102) 2008-01-30 17:09:15 +00:00
Markus Schorn
f73c67a3a1 Fixes a NPE in name-lookup. 2008-01-30 13:49:23 +00:00
Markus Schorn
199906029b Fixes navigation from the macro-expansion tool to the macro-definition. 2008-01-30 12:48:27 +00:00
Anton Leherbauer
7c0b0c875a Fix for 208765: Sporadic crash saving scanner info build properties 2008-01-30 11:23:28 +00:00
Oleg Krasilnikov
bb3803a605 Bug #182450 : Multi-config 2008-01-29 14:49:58 +00:00
Anton Leherbauer
5a608fee1c Fix for 209770: CConfigBasedDescriptor.get not thread-safe 2008-01-29 10:41:05 +00:00
Markus Schorn
fb0f37db3e Properly restoring include browser on application start, bug 215539. 2008-01-29 09:41:29 +00:00
Markus Schorn
fabbd8d287 Predefined macro __CDT_PARSER__, bug 173848. 2008-01-29 09:04:10 +00:00
Mike Kucera
68a2d2ad5e CharArrayMap can now be sorted 2008-01-28 22:51:51 +00:00
Markus Schorn
94f89a6d02 Early version check for imported PDOMs, fixes an exception (no bugzilla). 2008-01-28 17:14:48 +00:00
Markus Schorn
eaea3167f8 Changes to namespace-aliases as local bindings, bug 215783. 2008-01-28 15:17:35 +00:00
Markus Schorn
d09429e1d5 Follow up for using declarations, bug 203385. 2008-01-28 14:51:02 +00:00
Sergey Prigogin
1fd562b49a Code formatting. 2008-01-28 04:21:07 +00:00
Sergey Prigogin
31f3a10fe2 Bug fix for handling of default template parameters. See AST2TemplateTest#testDefaultTemplateParameter() 2008-01-28 04:04:06 +00:00
Sergey Prigogin
8146a961b8 Only global scope in should be converted to file local. 2008-01-27 03:43:45 +00:00
Sergey Prigogin
b44d607a4f Fix for bug 203385. 2008-01-27 01:21:49 +00:00
Markus Schorn
c0b97bbe1c Access to local bindings, bug 215783. 2008-01-25 17:00:38 +00:00
Anton Leherbauer
ccabb31c65 More mark occurrences tests and fixes 2008-01-25 10:08:32 +00:00
Mike Kucera
477c0b147d fix to CPPASTFieldDeclarator constructor 2008-01-24 21:38:40 +00:00
Oleg Krasilnikov
40dfc474ee Bug #216336: Multi-cfg on folder-level 2008-01-24 14:47:05 +00:00
Mike Kucera
c3565edec0 added constructors to CPPASTFunctionTryBlockDeclarator 2008-01-23 23:08:29 +00:00
Oleg Krasilnikov
fb314ecfd8 Bugs #216017, 216018: MultiConfigurations bug fix 2008-01-23 17:11:15 +00:00
Markus Schorn
a29fa7f20c Whitespace for gcc-extension in macro-explorer, bug 23540. 2008-01-22 10:32:46 +00:00
Mike Kucera
f2dd942157 adding keys() method to ICharArrayMap interface 2008-01-21 23:24:37 +00:00
Mike Kucera
c286226230 adding constructors to AST nodes 2008-01-21 23:24:06 +00:00
Markus Schorn
da1353f0c1 Fix warning + copy-right notice. 2008-01-21 15:48:31 +00:00
Markus Schorn
63dfbb48df Store macro-expansion image in index, needed for bug 23540. 2008-01-21 15:46:10 +00:00
Markus Schorn
ec3283c69d Caches a step computed by the macro expansion explorer, bug 23540. 2008-01-21 13:24:27 +00:00
Markus Schorn
008d8cf1d3 Reporting locations of macro-definitions in macro-explorer, bug 23540. 2008-01-21 10:32:47 +00:00
Sergey Prigogin
79d4ec2886 Use generics. 2008-01-21 01:50:12 +00:00
Sergey Prigogin
b1d9fbf392 Use generics. 2008-01-20 20:39:32 +00:00
Ken Ryall
617c5a8476 Bug 212166, search bug fixes. 2008-01-18 22:55:23 +00:00
Ken Ryall
f1a4cdb2c4 Bug 212031, reset factory on load. 2008-01-18 21:22:29 +00:00
Ken Ryall
602acfa948 Bug 211522 fix NPEs. 2008-01-18 21:19:44 +00:00
Ken Ryall
2997c0991e Bug 211522 fix NPEs. 2008-01-18 21:05:12 +00:00
Markus Schorn
d8ed4e7b96 Allow to configure empty macro definitions, bug 215789. 2008-01-18 16:36:34 +00:00
Markus Schorn
d41fb1782b Fixes a NPE, bug 215768. 2008-01-18 12:58:55 +00:00
Markus Schorn
61806eb27f Whitespace in macro-explorer, bug 23540. 2008-01-18 12:52:17 +00:00
Anton Leherbauer
f4bbc8aaa1 Undo temporary package export 2008-01-18 08:37:04 +00:00