Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-08-19Bump version 3.7.0 to 3.8.0.Dennis Wagelaar2-3/+3
2015-12-16changed version numberWilliam Piers2-3/+3
2015-12-07483199: ATL Parser/Compiler performance is degraded by dynamic ATL.ecoredwagelaar1-4/+4
2014-12-16updated to 3.6wpiers2-3/+3
2014-02-27Added EMFTVM Profiler.dwagelaar7-283/+115
2014-02-27Initial commit of EMFTVM profiler.dwagelaar2-0/+277
2014-01-03Update version numbers to 3.5.0 and update copyright statements.dwagelaar2-2/+2
2013-12-16updated version numberswpiers1-1/+1
2013-12-16fixing eclipse launch API compatibility issuewpiers2-13/+13
2013-08-01Increase version number service segment as perdwagelaar2-2/+2
2013-08-01Remove attempt at new profiler - ATL profiler has hard dependencies ondwagelaar1-5/+2
2013-08-01Fix + test + bytecode format change.dwagelaar1-2/+5
2013-04-23Register all EPackages by default in ADT and ANT launches.dwagelaar1-2/+3
2013-01-03Merge branch 'master' of ssh://dwagelaar@git.eclipse.org/gitroot/mmt/org.ecli...dwagelaar2-3/+3
2013-01-03Add support for field adding/removing to immutable collections + minordwagelaar1-4/+2
2012-12-17updated version numberswpiers2-3/+3
2012-11-28fixed git ignore issues (migration from CVS)wpiers1-2/+0
2012-05-16disableJit should be false by default.dwagelaar1-1/+1
2012-04-08Small UI fix and update compiled compiler.dwagelaar1-7/+7
2012-04-08First version of CodeBlock JIT compiler and API change in preparation for mul...dwagelaar6-74/+204
2012-03-20fixed build issueswpiers1-1/+11
2012-03-16updated pomswpiers1-1/+1
2012-03-15removed tagswpiers1-1/+0
2012-03-15fixing bin issueswpiers1-0/+1
2012-03-13added pom files for tycho building. fixed related issueswpiers4-0/+54
2012-02-02Add support for cyclic imports.dwagelaar1-13/+27
2012-01-17Fix bug: clear all related meta-data when deleting a (meta-)model from the la...dwagelaar1-0/+6
2011-12-08Fix bug: also clear in/out model output locations map.dwagelaar1-0/+1
2011-11-20Fix bug: allow null line number information in debugger.dwagelaar1-2/+2
2011-11-09Add option to specify separate output URI for in/out models.dwagelaar3-16/+80
2011-11-09Open up source location pattern to support both EMFText and xText style line ...dwagelaar1-1/+8
2011-10-04Use arrays instead of ELists in findOperation() for better performance.dwagelaar1-2/+1
2011-10-04Remove version number from emftvm plugin dependency, as these plugins always ...dwagelaar1-1/+1
2011-09-29Support specification of separate module path and module (qualified) name.dwagelaar3-49/+180
2011-09-29ATL-derived launch config icon for EMFTVM.dwagelaar1-0/+0
2011-09-23Enable line number only debugging.dwagelaar1-3/+7
2011-09-22Change semantics for INVOKE_CB and INVOKE_ALL_CBS: invoked code blocks now re...dwagelaar1-1/+2
2011-09-22Remove unused local variable.dwagelaar1-2/+0
2011-07-29Fix bugs: do not fail on missing modules, and properly update the "is metamet...dwagelaar1-1/+13
2011-07-20Log AssertionErrors (otherwise they go undetected).dwagelaar1-0/+3
2011-07-20Allow debugger to stop in native code and still provide a source code location.dwagelaar1-3/+9
2011-07-19Fix bug: must pass a code block into root stack frame.dwagelaar1-1/+4
2011-07-19Remove commented code.dwagelaar1-15/+0
2011-07-19Also perform value conversion on native method invocations (not just EStructu...dwagelaar1-16/+24
2011-07-19Fix bug in launch dialog: empty module file name may not cause error.dwagelaar1-6/+15
2011-07-14Add backward compatible launch configuration data to enable old-style source ...dwagelaar1-1/+28
2011-07-14Include workaround in EMFTVM launch config to allow limited old-style source ...dwagelaar1-0/+2
2011-07-14First implementation of EMFTVM debugger.dwagelaar7-21/+849
2011-07-13Enable termination of a running EMFTVM, and clean up imports.dwagelaar3-19/+115
2011-07-11Dispose Delete button after using it.dwagelaar1-0/+1

Back to the top