Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2015-03-25Move some leftover plugins from Java 5 to Java 7.Marc Khouzam3-5/+5
2015-03-25Remove unnecessary @SuppressWarningsMarc Khouzam1-1/+0
2015-03-25Add many missing @Override to remove warningsMarc Khouzam1-17/+48
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam110-184/+184
2015-03-24Fix Compilation ErrorsAlvaro Sanchez-Leon1-2/+2
2015-03-24Bug 416247 - Use an index-based AST when generating doxygen commentsNathan Ridge2-27/+61
2015-03-24Bug 462823: Normalise files paths in HeaderFileReferenceAdjusterWilliam Riley1-1/+2
2015-03-21Bug 462348 - Follow-up to handle nested classes properlyNathan Ridge2-3/+19
2015-03-20Bug 462348 - Perform ambiguity resolution on a method body sooner thanNathan Ridge6-1/+62
2015-03-19Bug 461194 - Update selection in AbstractResourceActionHandler whenWilliam Riley1-0/+1
2015-03-18Bug 456099 - Renaming a class should also rename related filesThomas Corbat1-0/+1
2015-03-17fixed schema validation error on MarsAlena Laskavaia3-6/+9
2015-03-15fixed schema validation error on MarsAlena Laskavaia2-5/+3
2015-03-14Bug 451082 - Parser support for alignment-specifiersNathan Ridge28-18/+676
2015-03-14Bug 451082 - Lexer support for the C11 keywords _Alignof and _AlignasNathan Ridge4-3/+19
2015-03-13Bug 462036 - Make error parsers do not handle 'entering directory' correctly ...Marc-Andre Laperle3-6/+34
2015-03-12Protect against missing serial port native library.Doug Schaefer1-1/+6
2015-03-11Bug 461770: Allow to copy and remove items from Include Browser viewAndrew Gvozdev6-16/+112
2015-03-09Bug 461342: Allow to remove items from Call Hierarchy viewAndrew Gvozdev6-20/+100
2015-03-09Bug 461527 - Replacing dot with arrow during content assist for typedefNathan Ridge3-8/+44
2015-03-08Code streamlining.Sergey Prigogin1-1/+1
2015-03-06Bug 459971 Windows native for Serial Port.Doug Schaefer25-184/+983
2015-03-04Removed a confusing comment.Sergey Prigogin1-2/+0
2015-03-03Bug 460551. C++11 Keyword 'final' not supported in code formatterMilivoje Legenovic2-0/+43
2015-03-03Bug 345872 - Show correct override markers in the presence of multipleNathan Ridge9-339/+927
2015-03-03Bug 451082 - Syntax-color 'alignof' and 'alignas' as keywordsNathan Ridge1-0/+4
2015-03-03Bug 402617 - Code completion for members of a field of a deferred classNathan Ridge4-11/+74
2015-03-02An attempt to make testTemplateClassMethod_207320 test less flaky.Sergey Prigogin1-2/+2
2015-03-01Bug 460080 - Template id inside special cast expression forming '>>'Nathan Ridge2-1/+12
2015-03-01Bug 460741 - Type of conditional expression in CNathan Ridge10-34/+271
2015-02-24Cosmetics.Sergey Prigogin1-11/+11
2015-02-24Fixed category name "&C/C++" (Removed &)Alena Laskavaia1-1/+1
2015-02-24Cosmetics.Sergey Prigogin2-3/+4
2015-02-24Bug 460646 - Open Element doesn't work for a class inside an anonymousSergey Prigogin3-33/+43
2015-02-24Cosmetics.Sergey Prigogin13-237/+142
2015-02-23Bug 460341 - Nested Template Specialization not properly resolvedMichi2-0/+23
2015-02-20bug 454501: make replace private method with String.trim()Matthew Khouzam1-11/+2
2015-02-19removed mandatory sleeps to speed-up testsAlena Laskavaia2-3/+3
2015-02-19Bug 460183 - Template resolution problem with trailing-return-typeSergey Prigogin2-1/+37
2015-02-18Cosmetics.Sergey Prigogin1-13/+10
2015-02-18Fix up API @since tags against CDT 8.6.Doug Schaefer13-9/+24
2015-02-17Bug 459972 - Update CDT to use o.e.remote 2.0.Doug Schaefer1-0/+1
2015-02-17Revert "Revert "Bug 459940 - Sfinae in id-expression""Sergey Prigogin4-2/+36
2015-02-17Revert "Bug 459940 - Sfinae in id-expression"Sergey Prigogin4-36/+2
2015-02-16Bug 459971 New SerialPort support. First step is Mac library.Doug Schaefer13-73/+445
2015-02-16Bug 402498. Do not rely on promiscuous binding resolution for addingSergey Prigogin3-22/+170
2015-02-16Bug 448764 - Type of EvalMemberAccess for dependent memberNathan Ridge2-4/+22
2015-02-14Bug 459940 - Sfinae in id-expressionNathan Ridge4-2/+36
2015-02-13Bug 459844 - Pack expansion in nested templateNathan Ridge3-10/+44
2015-02-11Remove unnecessary .api_filtersMarc Khouzam2-39/+0

Back to the top