Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-12-07Bump version to 4.10.0.Dennis Wagelaar2-3/+3
Change-Id: Ib4010e36401a9eab896c256f98cb589800f8d419 Signed-off-by: Dennis Wagelaar <dwagelaar@gmail.com>
2023-08-22Bump version to 4.9.0.Dennis Wagelaar2-3/+3
Change-Id: I8895469e91ca308c5176287b708f6aeee2422c1f Signed-off-by: Dennis Wagelaar <dwagelaar@gmail.com>
2023-03-03Bump version to 4.8.0Dennis Wagelaar2-3/+3
Change-Id: Ib3713b05e7109b7543d09e06446a31fa7c8bc605 Signed-off-by: Dennis Wagelaar <dwagelaar@gmail.com>
2022-05-02Bump version to 4.7.0.Dennis Wagelaar2-3/+3
Change-Id: I6ead6bc070e5a3574557279fdb3891cb0fccd307 Signed-off-by: Dennis Wagelaar <dwagelaar@gmail.com>
2021-10-19Bump to version 4.6.0Dennis Wagelaar2-3/+3
Change-Id: Icb590adbe5121c4a78658e2f09ef33c1f206f2db Signed-off-by: Dennis Wagelaar <dwagelaar@gmail.com>
2021-05-25Bump to version 4.5.0.Dennis Wagelaar2-3/+3
Change-Id: I5a132d66974033615cb52ef335715f161799c6f8 Signed-off-by: Dennis Wagelaar <dwagelaar@gmail.com>
2021-03-24572248: [Feature] Add support for CDODennis Wagelaar1-63/+59
Change-Id: I7f7b15e08b02fe116e05e196aa5c26c237641850 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=572248 Signed-off-by: Dennis Wagelaar <dwagelaar@gmail.com>
2021-03-24Bump version to 4.4.0.Dennis Wagelaar2-3/+3
Change-Id: If4ba1d89d559ce58d50479e8e9e3ae84cf392a7d Signed-off-by: Dennis Wagelaar <dwagelaar@gmail.com>
2021-02-04Bump to version 4.3.0.Dennis Wagelaar2-3/+3
Change-Id: I247123a7b5108fa31fc8ecca4267ed74c889573a Signed-off-by: Dennis Wagelaar <dwagelaar@gmail.com>
2020-08-18Prepare version 4.2.2.Dennis Wagelaar2-3/+3
Change-Id: I0d82df509d6c3bb0778b657d5eb2093bd0086db0 Signed-off-by: Dennis Wagelaar <dwagelaar@gmail.com>
2019-12-18Bump to version 4.2.1Dennis Wagelaar2-3/+3
Change-Id: If57608fff55cbe7246f2691f17a8876d4865a826 Signed-off-by: Dennis Wagelaar <dwagelaar@gmail.com>
2019-10-08Bump version to 4.2.0.Dennis Wagelaar2-3/+3
Change-Id: Ia53a0665360f5b3e019dea5f89bfd19b5d05db3a Signed-off-by: Dennis Wagelaar <dwagelaar@gmail.com>
2019-08-01535925: Move to EPLv2Dennis Wagelaar24-49/+49
Change-Id: Ib1346d31035d82c293c686fd5fa1c78c2ed0ea73 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=535925 Signed-off-by: Dennis Wagelaar <dwagelaar@gmail.com>
2018-12-29Bump version to 4.1.0.Dennis Wagelaar2-3/+3
Change-Id: Ib7f48a213f5ecd62284e01e2392bba7b4de76455 Signed-off-by: Dennis Wagelaar <dwagelaar@gmail.com>
2018-09-10Bump ATL version to 4.0.1 and eclipse repo to photon.Dennis Wagelaar2-3/+3
Change-Id: I7f87280c153b6a5e794f30b8cb66716efaa501e1 Signed-off-by: Dennis Wagelaar <dwagelaar@gmail.com>
2018-05-27Formatting + use custom deploy configuration for maven repo.Dennis Wagelaar1-42/+44
2018-04-24Add Automatic-Module-Name for Java 9 compatibility.Dennis Wagelaar1-0/+1
2017-06-15Add regression test for Canonic Element pattern.Dennis Wagelaar10-0/+915
2017-06-05Bump version to 4.0.0.dwagelaar2-3/+3
2017-01-18Enable jacoco-maven-plugin for every module.dwagelaar1-4/+0
2017-01-18Enable JaCoCo code coverage analysis during tests.dwagelaar1-4/+9
2016-08-19Bump version 3.7.0 to 3.8.0.Dennis Wagelaar2-3/+3
2016-02-26488305: Too many comments in ATL causing compilation failure R3_7_maintenanceDennis Wagelaar3-8/+75
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=488305
2015-12-16changed version numberWilliam Piers2-3/+3
2015-11-25ATL Parser/Compiler performance: generate code for ATL.ecore anddwagelaar2-6/+6
Problem.ecore.
2015-04-17EMFTVM fixes for ATL non-regression tests.dwagelaar2-39/+10
2014-12-16updated to 3.6wpiers2-3/+3
2014-07-07Make ATL parser/compiler Charset-aware.Dennis Wagelaar4-8/+10
2013-12-16updated version numberswpiers6-3/+204
2013-12-02Add non-regression test implementation for EMFTVM.dwagelaar6-10/+498
2013-11-19Port to EMF Compare 3.0.0.dwagelaar3-46/+99
2013-10-31created a test case for reverse bindings (see notably bug 411681)fjouault11-0/+2870
This test case compiles correctly with the version of ATL compiler committed previously, but not with older versions.
2013-10-29fixed bug 358678fjouault1-1/+2
This commit contains the fixed ATL.acg, as well as the corresponding ATLToASMCompiler.asm in plugin org.eclipse.m2m.atl.engine, which is used for the compilation of .atl files. The copies of this file (ATL.asm alongside ATLToASMCompiler.asm, and in plugin org.eclipse.m2m.atl.dsls) that are apparently not in active use have not been updated. This commit also contains the new compiled version of the CreateManyTraceElements test case, which now passes.
2013-10-29created a test case for bug 358678 - ATL stack overflow in atl2010fjouault6-0/+1079
refining A detailed description of this test case is given in readme.txt.
2013-10-29removed UniqueLazyRule.launch from favoritesfjouault1-3/+0
2013-02-01fixed emf compare version number issue: if not explicitely set tycho gather ↵wpiers1-1/+1
org.eclipse.emf.compare plugin from the latest EMF compare build, which is not compatible with our implementations
2013-01-31fixed encoding issueswpiers4-49/+44
2013-01-31fixed testswpiers13-623/+622
2012-12-17updated version numberswpiers2-4/+13
2012-11-28fixed git ignore issues (migration from CVS)wpiers2-3/+1
2012-03-20fixed build issueswpiers1-1/+11
2012-03-16updated pomswpiers1-1/+1
2012-03-15removed tagwpiers1-1/+0
2012-03-15fixing bin issueswpiers1-0/+1
2012-03-15fixing bin issueswpiers1-1/+0
2012-03-15organized importswpiers1-2/+0
2012-03-15removed invalid testswpiers1-2/+2
2012-03-15improved testswpiers18-471/+100
2012-03-15fixed parser testswpiers14-246/+246
2012-03-14fixed copyrights & warningswpiers18-19/+19

Back to the top