Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-01-15ATL 4.0 compatibilityatl_4_compatDennis Wagelaar13-1870/+1901
2015-03-27added support for "parent context" navigation for autoCreate, octal escape ↵HEADmasterFrédéric Jouault1-4/+46
sequences, and improved completion (notably by partially unescaping when necessary)
2015-03-27added missing extraClasspath parameter metadataFrédéric Jouault1-0/+1
2015-03-27improved RefSettings sorting (e.g., so that autoCreation comes before lookIns)Frédéric Jouault1-0/+15
2015-03-27added support for multiple root templates, alternative serialization, and ↵Frédéric Jouault1-7/+27
char (un)escaping in escaped identifiers
2015-03-27converted OclUndefined values to null in ASMModelAdapterFrédéric Jouault1-0/+3
2015-03-27added support for hyperlinks on multivalued propertiesFrédéric Jouault1-6/+31
2015-03-27added support for model.ext different from xmi & minor changesFrédéric Jouault1-7/+19
2015-01-08fixed an issue in addLibraries methodfjouault1-1/+1
A constant String was used instead of a parameter.
2015-01-05moved inject and extract methods into new class AbstractLanguagefjouault2-250/+476
AbstractLanguage may be reused by other implementations of Language so that they do not need to reimplement inject and extract.
2015-01-05created a virtual ModelAdapter for extractionfjouault1-0/+158
2015-01-05added support for custom (and extra) model extensions + relaxedfjouault1-52/+70
dependency on Eclipse
2015-01-05removed automatic .xmi extension insertionfjouault1-1/+1
2015-01-05fixed issue with immutable Map passed to method expecting mutable onefjouault1-2/+2
2015-01-05added possibility to delegate "get" to ATL code (running on EMFVM)fjouault1-1/+15
2015-01-05added handling of completion information on set (for external resolver)fjouault1-0/+14
2015-01-05fixed whitespace handling in code handling MultiLineRulefjouault1-1/+3
2014-11-27made it possible to specify model adapter as paramfjouault1-1/+5
2014-11-25added missing printWS(curIndent) + improved pattern handlingfjouault1-8/+34
2014-04-14added jars of Annotation, KM3-2005 & TCS parsers to .gitignorefjouault1-0/+3
2014-04-14added support for key override.metamodel.uri in build.propertiesfjouault1-4/+17
The new build.properties key override.metamodel.uri can be used to specify a different metamodel than the one used for parser generation for injection & extraction.
2014-04-14minor fixesfjouault1-2/+2
fixed delimitor length handling for values != 1 in unescapeString fixed context retrieval when importing context
2014-02-06ported to ATL 3fjouault3-8/+37
2014-02-06removed erroneously committed bin/ folders and their contentsfjouault49-0/+0
2014-02-06ported to ATL 3fjouault2-6/+7
2014-02-06ported to ATL 3 + minor additionsfjouault19-26/+580
added registration of TCS projectors (injector&extractor) as ATL projectors started replacement of Regular VM, to be continued added support for virtual properties
2014-02-06added direct dependencies that are no longer indirectfjouault1-2/+3
Some required bundles used to re-export some of their dependencies but do not any more. Therefore, these previously indirect dependencies must be made direct
2014-02-05made it possible to pass ModelAdapter as parameterfjouault1-1/+4
2014-02-05fixed getStringfjouault1-1/+1
2014-02-05made it possible to use properties in separatorsfjouault1-1/+1
2014-02-05added /bin to .gitignore for each projectfjouault8-0/+8
2013-12-18initial commit of approved contribution (see bug 417707)fjouault246-0/+53385
This version needs refactoring (notably package names) as well as porting to current version of ATL

    Back to the top