Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-07[518760] Remove legacy JUnit3 artefactsMathieu Cartaud15-328/+0
2017-09-07[518968] Only traverse and cache necessary Papyrus tree itemsMartin Fleck1-123/+348
2017-09-07[518983] CompareInputAdapter should cache ancestor, left, and rightMartin Fleck1-37/+58
2017-09-07[518986] Title of compare editor should be computed in the backgroundMartin Fleck1-50/+101
2017-09-07[519003] Ensure undo/redo is activate when SMV has focusMartin Fleck1-0/+15
2017-09-06[521945] Add a preference to disable jumping the next diff after mergePhilip Langer5-1/+34
2017-09-05[462863] Staging Prompt after Resolving ConflictsMathieu Cartaud9-9/+482
2017-09-05[518981] Always use specialized logic when using RevisionedURIConverterMartin Fleck1-0/+5
2017-09-01[518755] Mark resources as conflicting on errors during the comparisonPhilip Langer6-7/+41
2017-08-31[519025] Only consider references when finding stereotype base elementsMartin Fleck1-8/+6
2017-08-31[521358] documentation for EMFCompareRCPPlugin missing getDefault callsLaurent Goubet1-3/+3
2017-08-31[520105] [Tests] Maven execution of Git tests fails on MacChristian W. Damus2-2/+2
2017-08-23Bumping versions for Oxygen.13.3.2RC1Laurent Goubet29-29/+29
2017-08-22Separate core & extra buildsLaurent Goubet10-34/+20
2017-07-21Relax Compare Considerations of IMergeViewerItemsMartin Fleck3-3/+719
2017-07-20Add a few missing license headersPhilip Langer3-3/+35
2017-07-07Refactorings to improve performance of MatchUtilPhilip Langer1-49/+81
2017-07-07[518612] Frequent CME from the adapter factory disposalLaurent Goubet1-4/+6
2017-07-07[518979] Remove context entries with an empty cache in EMFModelProvider Martin Fleck1-0/+17
2017-07-06[519016] Avoid repeated resource traversal when resolving local storagesMartin Fleck1-1/+9
2017-07-06[519033] Do not refresh the SMV viewer after every change notificationMartin Fleck1-0/+51
2017-07-06[519023] Check cancellation less frequently in conflict detectionMartin Fleck1-3/+3
2017-07-06[516524] Use more efficient feature look-up in ReferenceUtilPhilip Langer2-29/+43
2017-07-06[519227] [Checkstyle] Style errors in oee.compare bundleChristian W. Damus1-4/+5
2017-07-03Bug 518756 - [EMF Compare] NullPointerException when a Match does notAntonio Campesino1-0/+9
2017-06-29Bug 518608 - Duplicated / Mixed Stage not allowed exception in importedAntonio Campesino1-3/+12
2017-06-27[487151] Accept all non-conflicting changes fails to merge some diffsMartin Fleck22-14/+806
2017-06-27[514415] Relationships between diffs should be cachedMartin Fleck31-301/+1677
2017-06-26[514767] Provide preferences to configure comparison editor behaviorMartin Fleck13-89/+507
2017-06-26[507157] Check usage of InputStreams with mockitoMartin Fleck14-257/+507
2017-06-26[512677] Register EMFModelProvider for new Papyrus resourcesMartin Fleck4-2/+204
2017-06-26[514382] Pre-Merge on conflict can lead to data lossMartin Fleck4-8/+175
2017-06-26[514079] Implement Mirroring: Swap left/right side in merge viewersMartin Fleck16-25/+1253
2017-06-12"spy"ing is the root cause of a huge memory leak3.3.1RC43.3.1Laurent Goubet2-36/+30
2017-06-12Fix NPE in NotifyingXMLHelper.setValue()Philip Langer1-13/+14
2017-06-06Revert "Refactorings to improve performance of MatchUtil"3.3.1RC3Laurent Goubet1-81/+49
2017-06-06Revert "Use more efficient feature look-up in ReferenceUtil"Laurent Goubet2-43/+29
2017-05-23[516494] Avoid unnecessary traversals in resolution algorithmPhilip Langer1-1/+12
2017-05-23Refactorings to improve performance of EqualityHelperPhilip Langer1-24/+21
2017-05-23[Performance] Loop invariants and other redundant method call and castsPhilip Langer12-73/+89
2017-05-23[516572] Change models' superclass to MinimalEObjectImpl$ContainerPhilip Langer12-11/+335
2017-05-23Refactorings to improve performance of MatchUtilPhilip Langer1-49/+81
2017-05-23[516524] Use more efficient feature look-up in ReferenceUtilPhilip Langer2-29/+43
2017-05-23[516500] Cache preference value whether to process proxiesPhilip Langer5-33/+44
2017-05-23[516645] Fix memory leak in EMFCompareContentMergeViewerPhilip Langer1-1/+5
2017-05-23[516502] Cache dependency provider instancePhilip Langer1-15/+23
2017-05-23[516489] Fix short-term memory leak in EMFCompareTextMergeViewerPhilip Langer1-2/+6
2017-05-23[516484] Fix memory leak in profile migration hookPhilip Langer2-33/+36
2017-05-23[516493] Improve efficiency of NotifyingXMLHelper.setValuePhilip Langer1-10/+13
2017-05-23[516509] Disable costly auto-refresh of SubscriberResourceMappingContextPhilip Langer1-2/+7

Back to the top