Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-08-22Bug 582322 - Field context caching causes problems with multipleDennis Wagelaar1-8/+6
2023-02-24581595: java.lang.NullPointerException: Cannot invokeDennis Wagelaar3-210/+271
2022-06-30Bug 580300 - thisModule.refSetValue() not supported in EMFTVMDennis Wagelaar1-0/+110
2021-05-25573721: EMFTVM CDO support breaks standalone maven supportDennis Wagelaar2-8/+14
2021-04-02571192: OCL operator Set::-(Set) generate java exception at runtimeDennis Wagelaar1-0/+53
2021-03-24572248: [Feature] Add support for CDODennis Wagelaar13-629/+900
2021-02-05570983: EMFTVM's allInstancesFrom() implementation does not support...Dennis Wagelaar1-2/+5
2019-08-01535925: Move to EPLv2Dennis Wagelaar219-438/+438
2018-09-18535793: NullPointerException in EMFTVMUtil#checkValueTypeIsEObject()Dennis Wagelaar1-4/+7
2018-01-10415863: Support (multiple) virtual dispatch for lazy rulesDennis Wagelaar1-37/+32
2018-01-09529548: Add entrypoint rule support to EMFTVMDennis Wagelaar2-116/+139
2018-01-08415863: Support (multiple) virtual dispatch for lazy rulesDennis Wagelaar110-700/+650
2017-10-16Merge remote-tracking branch 'origin/master' intoDennis Wagelaar18-895/+1719
2017-10-16519948: Pretty-printed not fully implemented for Tuples Dennis Wagelaar3-521/+556
2017-06-20EMFTVM compatibility launcher.EMFTVM_CompatDennis Wagelaar1-4/+2
2017-06-06EMFTVM compatibility launcher.Dennis Wagelaar1-23/+47
2017-06-05EMFTVM compatibility launcher.Dennis Wagelaar3-0/+404
2017-05-18Java 5 compatibility.R3_8_0R3_8_maintenancedwagelaar1-3/+3
2017-04-27488223: EMFTVMUtil#getMethodSignature() causes method lookup collisions Dennis Wagelaar2-180/+270
2017-03-16488223: EMFTVMUtil#getMethodSignature() causes method lookup collisions Dennis Wagelaar1-7/+11
2017-01-18Fix includingRange() for Long.dwagelaar3-6/+6
2016-11-23Make LazyList implement EList.dwagelaar1-2/+25
2016-08-19496434: Assigning a collection of collections to a many-valued propertyDennis Wagelaar1-3/+26
2016-08-19499982: Evaluating VMException.toString() may throw new VMException Dennis Wagelaar1-2/+10
2016-02-22488223: EMFTVMUtil#getMethodSignature() causes method lookup collisions Dennis Wagelaar2-24/+140
2015-12-07Fix ASM deprecation warnings.Dennis Wagelaar2-13/+24
2015-12-07Fix generic parameters.Dennis Wagelaar5-71/+71
2015-11-29483199: ATL Parser/Compiler performance is degraded by dynamic ATL.ecoredwagelaar1-61/+17
2015-10-25Merge branch 'master' of ssh://dwagelaar@git.eclipse.org/gitroot/mmt/org.ecli...dwagelaar1-2/+2
2015-10-25Fix NPE against EMF Compare 3.2.0.dwagelaar1-1/+1
2015-07-03Fix bug: refSetValue() and refUnsetValue() should return 'self'.Dennis Wagelaar1-2/+2
2015-06-19Added LazyCollection.mappedBySingle().dwagelaar1-0/+24
2015-05-22Performance fixes for EMFTVMUtil.findRootMethod() and Tuple.dwagelaar2-4/+30
2015-04-18Added LazyCollection.mappedBy().dwagelaar1-2/+44
2015-04-17EMFTVM fixes for ATL non-regression tests.dwagelaar3-1/+45
2015-03-29FieldImpl.toString() should not include its static value, as this causesdwagelaar1-9/+1
2015-03-26415863: Support (multiple) virtual dispatch for lazy rules dwagelaar2-62/+66
2015-02-13415863: Support (multiple) virtual dispatch for lazy rules dwagelaar3-4/+120
2014-12-15454382: JIT miss for public booleandwagelaar1-9/+12
2014-08-28Fix + test.dwagelaar1-1/+10
2014-08-28Improved icons and small fix for EMFTVMUtil.toPrettyString().dwagelaar1-3/+3
2014-07-13Fix IOException API > 1.5 usage + minor cleanup.R3_5_maintenancedwagelaar2-111/+2
2014-07-07Fix bug: ByteCodeSwitch used wrong Set class for boxing method callDennis Wagelaar1-5/+3
2014-06-29JIT performance improvement: compile FINDTYPE/NEW pairs for native typesdwagelaar1-10/+39
2014-04-11Convert InlineCodeblocks.atl to refining mode + bugfixes.dwagelaar2-0/+18
2014-03-17Test + fix.dwagelaar1-0/+9
2014-02-27FIX BUG: generate invocations to VMMonitor.enter() and leave() in JIT.dwagelaar1-2/+22
2014-02-27Added EMFTVM Profiler.dwagelaar2-0/+440
2014-02-26Improve error reporting at load time.dwagelaar1-0/+6
2014-02-05Test + fix.dwagelaar1-1/+18

Back to the top