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

14554 commits

Author SHA1 Message Date
Alena Laskavaia
2646066384 initial commit 2009-04-09 12:48:44 +00:00
Alena Laskavaia
724390a35f - initial commit 2009-04-09 12:47:54 +00:00
Mikhail Khodjaiants
10ffd0daca Bug 271752: Improve "Path Mappings" UI. 2009-04-09 11:18:21 +00:00
Ken Ryall
3ff09538e2 Add missing tag. 2009-04-09 00:19:01 +00:00
Ken Ryall
833f436400 Bug 202006. 2009-04-08 22:43:46 +00:00
Ken Ryall
915afcd931 Bug 246201. 2009-04-08 21:30:45 +00:00
Alena Laskavaia
9b327ec4df [271628] -fixed NPE (applied patch) 2009-04-08 19:00:06 +00:00
Mikhail Khodjaiants
413cbe0f6f Bug 271599: Non-externalized strings are ignored in the debug plugins' configurations. 2009-04-08 15:02:12 +00:00
Sergey Prigogin
1d92535285 Fixed 271236 and 144542. 2009-04-07 14:54:10 +00:00
Doug Schaefer
962ee7affa New implementation of InstallDir artifact repo. 2009-04-07 02:33:12 +00:00
Mike Kucera
6143779d73 [271380] NPE when invoking content assist using LR parser 2009-04-06 21:23:55 +00:00
Doug Schaefer
befb3fc080 fix compile errors. 2009-04-06 21:22:10 +00:00
Alena Laskavaia
e0e3ea021e [269571] - Exception in Settings tab in project properties when applying a change of artifact type, patch applied 2009-04-06 19:04:15 +00:00
James Blackburn
111a552649 Bug 270772 Issues with Cygwin Error Parsing + Test 2009-04-06 08:01:41 +00:00
Sergey Prigogin
4a68624fe0 Cosmetics. 2009-04-06 05:29:24 +00:00
Sergey Prigogin
80a6ae7f57 Test case for bug 271236. 2009-04-05 20:44:12 +00:00
James Blackburn
73b5f18e29 Bug 269023 ErrorParserManager& ErrorPattern Tidy:
- JavaDoc improvements
  - EPM#findFilePath deprecated; #findFileName is the blessed method for mapping Build Output Strings -> IResources
  - Scratch Buffer methods deprecated in favour of IErrorParser2
2009-04-04 12:50:01 +00:00
James Blackburn
f91784b229 Fix API tooling (add @since 5.1 to mapSectionData) 2009-04-04 11:52:12 +00:00
James Blackburn
d9addda21a Bug 262988 Additional Error Parser Tests for relative paths -- those prepended by '../' 2009-04-04 11:31:44 +00:00
Mike Kucera
679552dc61 bug 271165, language mapping dialog combo boxes should be sorted 2009-04-03 18:10:21 +00:00
Marc Khouzam
7cf6808597 [271159] Use CMainAttachTab for PostMortem debugging as we used to do. 2009-04-03 17:24:34 +00:00
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