Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2009-04-09bug 268581 individual source bundlesVivian Kong7-1/+8
2009-04-08[271628] -fixed NPE (applied patch)Alena Laskavaia1-2/+4
2009-04-07Fixed 271236 and 144542.Sergey Prigogin4-28/+28
2009-04-06Bug 270772 Issues with Cygwin Error Parsing + TestJames Blackburn2-13/+42
2009-04-06Cosmetics.Sergey Prigogin1-59/+45
2009-04-05Test case for bug 271236.Sergey Prigogin1-0/+11
2009-04-04Bug 269023 ErrorParserManager& ErrorPattern Tidy:James Blackburn2-85/+268
2009-04-04Fix API tooling (add @since 5.1 to mapSectionData)James Blackburn1-0/+3
2009-04-04Bug 262988 Additional Error Parser Tests for relative paths -- those prepend...James Blackburn1-0/+35
2009-04-03bug 271165, language mapping dialog combo boxes should be sortedMike Kucera2-4/+19
2009-04-03use mapping of sections for dwarf parser rather than allocating memory which ...Warren Paul3-177/+146
2009-04-03Fix completion test, related to bug 270830Anton Leherbauer1-3/+3
2009-04-03Indexer to respect ordering of directives, bug 270806.Markus Schorn7-78/+245
2009-04-03Bug 270916 - Automatically close of quotes in preprocessor directives does no...Anton Leherbauer2-7/+28
2009-04-01Bug 270892, wide string literals have wrong typeMike Kucera2-3/+30
2009-04-01bug 270830, predefined macros not defined properlyMike Kucera2-2/+15
2009-04-01Testcase for bug 269052.Markus Schorn1-0/+9
2009-04-01Fix case ranges, bug 270430.Markus Schorn5-6/+55
2009-04-01Using IASTNode instead of ASTNode, bug 267888.Markus Schorn1-13/+13
2009-04-01Option for indexer to skip implicit references, bug 268383.Markus Schorn9-34/+63
2009-03-31improvement to ASTPrinter so that it can print ambiguity nodes and their chil...Mike Kucera1-39/+41
2009-03-30Decouple cast-expressions from unary expressions by Richard Miskin, bug 270252.Markus Schorn3-32/+82
2009-03-27Classification of literals, by Richard Miskin, bug 269705.Markus Schorn2-2/+257
2009-03-27Bug 270264 - Several bundles should be singletonsAnton Leherbauer12-36/+12
2009-03-26Bug 270160 - need StandaloneIndexer.setLanguageMapper()Mike Kucera1-0/+5
2009-03-26Bug 270103 - [Project Explorer] Sorting is broken with Eclipse 3.5 M6Anton Leherbauer1-54/+48
2009-03-26Fixes warnings.Markus Schorn13-67/+43
2009-03-26bug 270031, FileLanguageMappingPropertyPage throws NPE when opened on remote ...Mike Kucera1-1/+1
2009-03-26Removed an unused piece of code and adjusted comments.Sergey Prigogin1-10/+11
2009-03-26Added sys/resource.h to files to parse up front.Sergey Prigogin1-1/+3
2009-03-25RESOLVED - bug 268145: include heuristics break standalone indexingChris Recoskie4-11/+24
2009-03-24Destructors are neither const nor volatile, bug 269655.Markus Schorn3-7/+4
2009-03-24Remove CQualifiedPointerType, bug 269670.Markus Schorn2-100/+12
2009-03-24Performance optimization: defer attempt to use user-defined conversions durin...Markus Schorn4-31/+132
2009-03-24Fix for bug 269727.Sergey Prigogin3-32/+37
2009-03-23Invalid attempts of using user-defined conversions, bug 269729.Markus Schorn18-144/+189
2009-03-23Invalid attempts of using user-defined conversions, bug 269729.Markus Schorn2-11/+17
2009-03-23Bug 258704.Sergey Prigogin4-75/+124
2009-03-23Test case for bug 269727Sergey Prigogin1-0/+10
2009-03-23Bug 269590 - Format error for global const typenameAnton Leherbauer2-3/+13
2009-03-23Third test case for bug 268704.Sergey Prigogin1-3/+44
2009-03-22Bug 247838 EPM annotates compile errors on wrong resource. EPM simplified to ...James Blackburn4-7/+185
2009-03-22Bug 247838 EPM annotates compile errors on wrong resource. EPM simplified to ...James Blackburn2-187/+53
2009-03-22Bug 263201 Test fixesJames Blackburn1-2/+4
2009-03-20Bug 269484 #selectFile should consider first fileJames Blackburn1-1/+1
2009-03-20use ICU4JVivian Kong3-3/+3
2009-03-20revert ICU4J change, might not have ICU4J in the environment we're running th...Vivian Kong1-1/+1
2009-03-20revert ICU4J change, might not have ICU4J in the environment we're running th...Vivian Kong1-1/+1
2009-03-20revert ICU4J change, might not have ICU4J in the environment we're running th...Vivian Kong1-2/+2
2009-03-20Fixes bugs 269365, 268534, and 266211. Fixed overload resolution for operato...Mike Kucera14-425/+517

Back to the top