Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Bug 540373: Fix tests that rely on format of Java codeJonah Graham1-2/+2
2018-11-22Bug 540373: Fix tests that rely on whitespace at end of lineJonah Graham4-9/+13
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham4607-14092/+27962
2018-11-22Bug 540371: normalize files before applying EPLv2Jonah Graham3-11/+14
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham172-14217/+14217
2018-11-17Bug 536448: Require target platform bundles as minimum versionJonah Graham2-30/+30
2018-11-17Bug 541270: Fix Restore Defaults for Console PrefsJonah Graham3-19/+22
2018-11-17Bug 407405: Limit wrapping in Build ConsoleJonah Graham5-7/+121
2018-11-17Bug 540957 - Implement equivalence checking for expressionsNathan Ridge31-2/+372
2018-11-16Bug 540909 - underlying_type of typedef to enumNathan Ridge2-1/+21
2018-11-13Bug 512297 - Improve propagation of semantic problem IDsNathan Ridge1-1/+8
2018-11-06Bug 540676 - Improve parsing of alias templatesHannes Vogt2-3/+49
2018-11-02Bug 540450 - Fix @since versionHannes Vogt2-2/+2
2018-10-31Bug 540450 - Parsing dependent template nameHannes Vogt6-5/+97
2018-10-30Bug 540610 - Add Automatic-Module-Name headerKarsten Thoms8-0/+8
2018-10-29Bug 540257 - "Align Const" save action causes NPE when saving Assembler filesMarc-Andre Laperle4-3/+67
2018-10-29Bug 540538 - Pack size for CPPTemplateParameterHannes Vogt2-1/+19
2018-10-29Bug 540159 - ClassCastException in ExecDeclarator.unmarshal()Nathan Ridge1-2/+10
2018-10-29Bug 540112 - Perform C++14 return type deduction in ReturnCheckerNathan Ridge2-10/+29
2018-10-23Bug 540367 - Increment version numbersWilliam Riley21-29/+29
2018-10-22Bug 529656 - Error if docker build failedHannes Vogt2-0/+5
2018-10-22Bug 534423 - Sort configurations in the Exclude from build dialogChristian Walther1-1/+5
2018-10-12Bug 540085 - Deadlock in ToolChainManager initJeff Johnston1-1/+1
2018-10-11Bug 538069 - Save non-type template parameter...Hannes Vogt2-0/+15
2018-10-06Bug 486036 - Toggle Function Definition does not work when comment is involvedMarc-Andre Laperle2-0/+22
2018-10-04Bug 536201 Add a highlighting for enum classesBassem Girgis6-22/+117
2018-10-03Bug 518271 - NPE when using Toggle function on a function containing a lambda...Marc-Andre Laperle2-0/+25
2018-10-02Bug 539535: Disable default UDL highlightingHansruedi Patzen5-18/+65
2018-09-30Bug 539535 - Refactor CPPSemantics.findOverloadedOperator() so that if someth...Nathan Ridge1-23/+40
2018-09-30Bug 539535 - Originate an accurate lookup point in CPPASTFieldReference.creat...Nathan Ridge2-33/+54
2018-09-27Bug 512822: "Launch failed. Binary not found" even after buildingHansruedi Patzen39-59/+1210
2018-09-26Bug 518273 - Toggle function should remove the override keyword when moving o...Marc-Andre Laperle4-7/+92
2018-09-26Bug 525705 - Fix Spawner.waitFor(pid) returning prematurelyChristian Walther3-3/+3
2018-09-25Bug 538615 - GNU-style attribute preceding standard attribute specifierNathan Ridge2-1/+8
2018-09-25Bug 539076 - Substitution of alias template for template template parameterNathan Ridge2-3/+29
2018-09-18Bug 539052 - Add support for __is_constructible type trait intrinsicNathan Ridge11-9/+53
2018-09-17Bug 510152: ParserException in ASTAmbiguousNode.logAmbiguousNodeErrorHansruedi Patzen1-1/+2
2018-09-12Bug 536884 - Removing header cache should cause ScannerInfo refreshJeff Johnston1-3/+0
2018-09-11Bug 538517 - Proper handling of range-for with temporary as range expressionNathan Ridge2-1/+43
2018-09-11Bug 538509 - Ensure a lookup point is always set during semantic highlightingNathan Ridge1-1/+6
2018-09-08Bug 536255 - Extension point for open call hierarchy viewLidia Popescu16-47/+827
2018-09-02Give lsp4e-cpp access to some CDT internalsNathan Ridge1-2/+2
2018-09-02Bug 537942: Inactive include statements have wrong offsetsHansruedi Patzen3-4/+33
2018-08-24Bug 537534 - Support binary expressions with an initializer-list as the secon...Nathan Ridge1-1/+1
2018-08-21Bug 537176: add "update references" checkbox to resource renameJonah Graham9-7/+332
2018-08-14Bug 537924: Unable to build javadoc maven targetHansruedi Patzen1-2/+2
2018-08-11Bug 535428. Add indentation and bracket completion support in LSP4E-CPPManish Khurana2-14/+47
2018-07-24Fix some @since tags because of new baseline and plugin versionMarc-Andre Laperle5-9/+9
2018-07-24537217: [C++17] Add support for typename keyword for template template parame...Felix Morgner9-32/+178
2018-07-23Bug 481753 - LanguageSettingsProvidersSerializer does not "Check Out"Marc-Andre Laperle1-0/+2

Back to the top