Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/memory
AgeCommit message (Expand)AuthorFilesLines
2019-08-12Convert new Runnable to lambda. Alexander Kurtakov19-950/+706
2019-08-10Remove redundant superinterfaces. Alexander Kurtakov2-3/+2
2019-06-11[releng] Bump version to 9.9.0Jonah Graham2-2/+2
2019-03-01[releng] Bump version to 9.8.0Jonah Graham2-2/+2
2018-12-10[releng] Bump version to 9.7.0Jonah Graham2-2/+2
2018-11-24Bug 540373: Update the compiler warnings/ignoresJonah Graham5-5/+5
2018-11-23Bug 540373: Fix trailing whitespace in MANIFEST.MFsJonah Graham1-1/+1
2018-11-23Bug 540373: Format some Java files that were missedJonah Graham2-5/+2
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham11-35/+35
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in Java filesJonah Graham1-1/+1
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham8-61/+0
2018-11-22Bug 540373: Cleanup: Remove redundant semicolonsJonah Graham3-3/+3
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham11-21/+21
2018-11-22Bug 540373: Cleanup: Remove unnecessary castsJonah Graham5-11/+11
2018-11-22Bug 540373: Cleanup: Add missing annotationsJonah Graham24-0/+298
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham3-0/+3
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham73-15430/+13576
2018-11-22Bug 540373: Standard .settings auto appliedJonah Graham25-316/+3435
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham97-377/+712
2018-10-30Bug 540610 - Add Automatic-Module-Name headerKarsten Thoms4-0/+4
2018-10-23Bug 540367 - Increment version numbersWilliam Riley5-5/+5
2018-06-05[releng] Bump version to 9.6.0Jonah Graham2-2/+2
2018-02-13[releng] Bump version to 9.5.0Jonah Graham2-2/+2
2017-10-06Add UI tests plugin for CMake. Fix a couple of bugs it found.Doug Schaefer1-9/+0
2017-09-11Update feature versions to CDT 9.4.Doug Schaefer1-2/+2
2017-08-18Cosmetics.Jonah Graham2-1494/+1494
2017-02-14releng: Make use of Tycho POM-less functionalityMarc-Andre Laperle7-103/+24
2017-02-13Bug 509577 - [Traditional Rendering] Local variables enclosing markingsAlvaro Sanchez-Leon3-4/+22
2017-02-10Bug 510773 - [traditional rendering] overlay mangles one in next cellMarc Dumais1-1/+1
2017-01-30Fix API errors with Eclipse 4.7Marc-Andre Laperle1-1/+10
2017-01-25Auto-generate source features using tycho.Marc Khouzam5-127/+0
2017-01-23Bug 509438 - [traditional] Show a Tooltip for all bytes in range of aAlvaro Sanchez-Leon4-4/+90
2017-01-23Bug 508446 - [memory] Preferences dialog empty tree on the left Alvaro Sanchez-Leon2-28/+4
2016-12-21Trigger error in Debug plugins when a package is not exported.Marc Khouzam3-3/+3
2016-11-16Update version to 9.3.0Marc Khouzam9-11/+11
2016-11-15Update version to 9.2.0Marc Khouzam9-11/+11
2016-08-17Update version to 9.1.0Marc Khouzam9-11/+11
2016-06-22Move the rest of the CDT plugins to java 8Marc Khouzam15-25/+25
2016-05-13Bug 489512 - Show local variables in the traditional memory renderAlvaro Sanchez-Leon1-0/+7
2016-04-29Bug 489516 - Traditional mem., choose visibility of the cross refAlvaro Sanchez-Leon1-1/+1
2016-04-26Bug 489516 - Traditional mem., choose visibility of the cross refAlvaro Sanchez-Leon7-24/+166
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt1-1/+1
2016-04-25Bug 489512 - Show local variables in the traditional memory renderAlvaro Sanchez-Leon7-25/+763
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt12-28/+28
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt1-2/+2
2016-04-11Bug 489505 - Add hovering support to the traditional memory renderAlvaro Sanchez-Leon2-5/+186
2016-03-31CosmeticsMarc Dumais1-1/+1
2016-03-30Bug 490685 - add missing @since tag in MemorySpacePreferencesHelperMarc Dumais1-1/+2
2016-03-30bug 488469 - [traditional memory rendering] add preference for coloringMarc Dumais10-12/+365
2016-03-30Bug 489579 - [memory] PlainTextExporter doesn't work as expected, whenMarc Dumais1-20/+27

Back to the top