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

8449 commits

Author SHA1 Message Date
Sergey Prigogin
f126984c7a Fixed a typo. 2009-04-15 06:02:07 +00:00
Sergey Prigogin
fc31232277 Second test case for bug 271948. 2009-04-15 06:01:35 +00:00
James Blackburn
a39047b78c Bug 242004 ISVs should be able to position their cPropertyTabs amongst built-in CDT provided tabs
- Tabs should be sorted by 'weight' attribute (as detailed in the extension point documentation)
2009-04-14 20:23:45 +00:00
Markus Schorn
eea82af3a1 Splits option to index all files, bug 266814. 2009-04-14 12:53:30 +00:00
Emanuel Graf
3f794a608f FIXED - bug 266726: Generate Getters and Setters could be prettier if it shared more code with JDT
https://bugs.eclipse.org/bugs/show_bug.cgi?id=266726
2009-04-14 07:02:16 +00:00
James Blackburn
f806e4b989 Bug 271327 ErrorParserManager Fixes & Tests for tracking working directory.
- Vector of working directories now contains absolute wd location
2009-04-13 10:39:01 +00:00
Sergey Prigogin
a461f247eb Cosmetics. 2009-04-12 07:06:40 +00:00
Sergey Prigogin
824d47c599 Cosmetics. 2009-04-12 05:48:15 +00:00
Sergey Prigogin
3550a299d4 Test cases for bugs 269926 and 271948. 2009-04-12 02:01:27 +00:00
Sergey Prigogin
0d0465f611 Added a method that returns a complete include name. Intended for use by Add Include. 2009-04-11 23:41:02 +00:00
Vivian Kong
b849a3be06 bug 268581 individual source bundles 2009-04-09 19:51:46 +00:00
Alena Laskavaia
9b327ec4df [271628] -fixed NPE (applied patch) 2009-04-08 19:00:06 +00:00
Sergey Prigogin
1d92535285 Fixed 271236 and 144542. 2009-04-07 14:54:10 +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
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
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
Mike Kucera
c8a87c8e6d Bug 270892, wide string literals have wrong type 2009-04-01 21:56:45 +00:00
Mike Kucera
c095f65dfd bug 270830, predefined macros not defined properly 2009-04-01 16:30:11 +00:00
Markus Schorn
b941cf44b8 Testcase for bug 269052. 2009-04-01 14:13:57 +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
Mike Kucera
d43a85761a improvement to ASTPrinter so that it can print ambiguity nodes and their children 2009-03-31 20:35:40 +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
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
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