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

17933 commits

Author SHA1 Message Date
Warren Paul
7ef8d28991 use mapping of sections for dwarf parser rather than allocating memory which avoids out of memory exceptions for large symbol files. 2009-04-03 15:57:29 +00:00
Anton Leherbauer
f0893c8b81 Fix completion test, related to bug 270830 2009-04-03 13:09:25 +00:00
Anton Leherbauer
3993230a7a [269956] [api][source lookup] DsfSourceDisplayAdapter should allow to create custom annotation types 2009-04-03 09:24:55 +00:00
Markus Schorn
debd03113d Indexer to respect ordering of directives, bug 270806. 2009-04-03 09:13:38 +00:00
Anton Leherbauer
8ec06ddba3 Bug 270916 - Automatically close of quotes in preprocessor directives does not work 2009-04-03 08:59:26 +00:00
Alena Laskavaia
82162abb01 - fixed missing since tag 2009-04-02 19:59:00 +00:00
Marc Khouzam
4e2bb4061d Remove unused import 2009-04-02 19:56:55 +00:00
Marc Khouzam
f6d0ec5342 [270813] Some fixes to handle add/remove of processes to a sublaunch and the removal of a sublaunch. 2009-04-02 19:46:18 +00:00
Mike Kucera
c8a87c8e6d Bug 270892, wide string literals have wrong type 2009-04-01 21:56:45 +00:00
Alena Laskavaia
32896c6f39 [270671] - support for post launch actions 2009-04-01 20:39:46 +00:00
Alena Laskavaia
a99fb95237 [270813] - using launch listener to update process list in group launch 2009-04-01 18:50:08 +00:00
Mike Kucera
c095f65dfd bug 270830, predefined macros not defined properly 2009-04-01 16:30:11 +00:00
Alena Laskavaia
2c7e70fd47 [270671] - refactor to move ui parts to ui package and some small protection for inf loop 2009-04-01 15:18:42 +00:00
Mike Kucera
ba9a7cbcfd added support for nested functions GNU extension to LR parser, added tests suites 2009-04-01 15:03:01 +00:00
Alena Laskavaia
b813ee9976 [270671] - implemented support for group launch in cdt 2009-04-01 14:34:06 +00:00
Markus Schorn
b941cf44b8 Testcase for bug 269052. 2009-04-01 14:13:57 +00:00
Mikhail Khodjaiants
196f907dc8 Bug 265498: LaunchUIPlugin handleDebugEvents(...) launches multiple Project refreshes on launch terminate. 2009-04-01 12:47:27 +00:00
Markus Schorn
c98bf28da7 Fix case ranges, bug 270430. 2009-04-01 11:56:47 +00:00
Markus Schorn
ef28bd3a93 Using IASTNode instead of ASTNode, bug 267888. 2009-04-01 11:22:50 +00:00
Markus Schorn
4b27284fa6 Option for indexer to skip implicit references, bug 268383. 2009-04-01 11:02:34 +00:00
Pawel Piech
0c98984ff0 Fixed range of supported number formats in PDA. 2009-03-31 21:25:53 +00:00
Pawel Piech
05578093af [202656] - [update policy] Obsolete values (dirty cache entries) should be indicated in views with a gray font color. 2009-03-31 21:25:24 +00:00
Mike Kucera
d43a85761a improvement to ASTPrinter so that it can print ambiguity nodes and their children 2009-03-31 20:35:40 +00:00
Mike Kucera
8fe659c7a4 partial fix for bug 252243 for LR parser 2009-03-30 15:59:54 +00:00
Markus Schorn
dae94a218c Decouple cast-expressions from unary expressions by Richard Miskin, bug 270252. 2009-03-30 13:17:26 +00:00
Markus Schorn
8d8462bc93 Classification of literals, by Richard Miskin, bug 269705. 2009-03-27 18:05:44 +00:00
Anton Leherbauer
08ce7b77df Bug 270264 - Several bundles should be singletons 2009-03-27 14:03:42 +00:00
Mike Kucera
11b459b820 Bug 270160 - need StandaloneIndexer.setLanguageMapper() 2009-03-26 18:18:55 +00:00
Anton Leherbauer
f1060ced59 Bug 270103 - [Project Explorer] Sorting is broken with Eclipse 3.5 M6 2009-03-26 16:06:23 +00:00
Markus Schorn
7c51979037 Fixes warnings. 2009-03-26 15:51:12 +00:00
Mike Kucera
00d1f34feb bug 270031, FileLanguageMappingPropertyPage throws NPE when opened on remote resource 2009-03-26 15:31:15 +00:00
Anton Leherbauer
5dc7000a12 Bug 270013 - Open Include action always displayed in the outline view in the Makefile editor, by Violaine Batthish 2009-03-26 12:05:23 +00:00
Anton Leherbauer
fb71de7ec2 Make internal package hidden 2009-03-26 08:59:42 +00:00
Sergey Prigogin
d5b22c05c7 Removed an unused piece of code and adjusted comments. 2009-03-26 06:14:46 +00:00
Sergey Prigogin
40a308476b Added sys/resource.h to files to parse up front. 2009-03-26 05:47:42 +00:00
Chris Recoskie
f0bc570599 RESOLVED - bug 268145: include heuristics break standalone indexing
https://bugs.eclipse.org/bugs/show_bug.cgi?id=268145
2009-03-25 14:33:44 +00:00
Markus Schorn
dfc2eb9c52 Destructors are neither const nor volatile, bug 269655. 2009-03-24 18:12:47 +00:00
Markus Schorn
b90a03c48b Remove CQualifiedPointerType, bug 269670. 2009-03-24 17:39:00 +00:00
Markus Schorn
aeb02db39d Performance optimization: defer attempt to use user-defined conversions during overload resolution, bug 268383. 2009-03-24 15:52:39 +00:00
Anton Leherbauer
486b8d0bde [269689] [source lookup] DsfSourceDisplayadapter should respect ISourcePresentation API 2009-03-24 11:00:42 +00:00
Anton Leherbauer
30c1dc4f38 [269767] [view model] LaunchRootVMNode misses a done() 2009-03-24 09:42:56 +00:00
Sergey Prigogin
d66a77965a Fix for bug 269727. 2009-03-24 00:58:32 +00:00
Markus Schorn
32878a0b93 Invalid attempts of using user-defined conversions, bug 269729. 2009-03-23 20:27:40 +00:00
Markus Schorn
f95a890c94 Invalid attempts of using user-defined conversions, bug 269729. 2009-03-23 20:11:27 +00:00
Sergey Prigogin
84903db3a6 Bug 258704. 2009-03-23 20:11:14 +00:00
Sergey Prigogin
48082ac842 Test case for bug 269727 2009-03-23 18:16:29 +00:00
Anton Leherbauer
2c3979ce37 Bug 269590 - Format error for global const typename 2009-03-23 09:53:46 +00:00
Sergey Prigogin
80ddff81ed Third test case for bug 268704. 2009-03-23 05:12:29 +00:00
James Blackburn
1ad3cb1493 Bug 247838 EPM annotates compile errors on wrong resource. EPM simplified to use ResourceLookup; tests added. 2009-03-22 16:27:33 +00:00
James Blackburn
1865f3344e Bug 247838 EPM annotates compile errors on wrong resource. EPM simplified to use ResourceLookup; tests added. 2009-03-22 16:20:17 +00:00