Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-03[390474] Guard against recursive map entry type.Ed Merks1-3/+8
2012-09-06[387781] Avoid circular main GenModels and null pointer exceptions.Ed Merks1-3598/+3598
2012-06-03[381489] Miscellaneous fixes.Ed Merks1-1/+1
2012-06-01[380267] Fix support for EMap map entry classes.Ed Merks1-2/+2
2012-05-30[374889] Improved support for Jvm Inferences and rename refactoringEd Merks1-2/+3
2012-01-29[369897] Improved support for rename refactoringEd Merks1-1/+21
2012-01-27[369897] Specialize support for rename refactoringEd Merks1-3575/+3577
2012-01-14[368320] Improve copyright headers and remove $Id$Ed Merks1-6/+0
2011-10-27[359949] Handle multiple levels of EEnum restriction.emerks1-6/+10
2011-10-26[354245] Changes to support Xcore.emerks1-1/+43
2010-10-18[328023] Check that the GenPackage.ecorePackage isn't null when doing findGen...emerks1-12/+15
2010-06-04[311639] Ensuring proper formatting and escaping for constraints and invariants.khussey1-6/+69
2010-02-04[301882] Eliminate warnings.emerks1-13/+13
2009-11-16[255469] Adding support for feature setting and operation invocation delegates.khussey1-7/+21
2009-09-28[290734] Handle unions in isRemappedXMLType()davidms1-4/+14
2009-09-18[255786] Add support for validation delegates.khussey1-3/+8
2009-03-13[259510] Remove static special GenPackages (to be replaced with per-GenModel ...davidms1-4/+61
2008-12-11[258063] Determine whether something is a primitive type just from the name.emerks1-17/+2
2008-12-11[253717] Fix UniqueNameHelper.add() to allow alternate names to be useddavidms1-2/+2
2008-08-29[233843] Add getImplClassName() and change getImplClassName() to consider pat...davidms1-3/+13
2008-05-04[230111] Use EcorePackage.Literals.XYZ in place of EcorePackage.eINSTANCE.get...emerks1-2/+2
2008-03-10[220746] Support controling the langage/locale used in computing upper and lo...emerks1-6/+5
2008-01-12[215111] Add support for map entry feaures, i.e., ones that aren't an EMap, e...emerks1-1/+34
2007-06-11[192044] Support better @model annotations for generics and Java 5.0.emerks1-1/+112
2007-05-15[164803] Get the line delimiter from the GenModel.emerks1-3/+3
2007-05-10[167935] Provide support for taking into account the context in which a type ...emerks1-41/+187
2007-04-26[174386] Generate a copyright in the header; support pulling the copyright o...emerks1-2/+35
2007-03-23[179082] Removing the 'null' related warnings by avoiding unnecessary null ch...marcelop1-17/+8
2007-02-20[147952] Regenerate with latest templates (to avoid fields that assign a def...emerks1-2/+2
2007-02-12[172053] Provide improved support for erased types.emerks1-3/+17
2006-12-28[169147] Removing compilation warnings (including templates)marcelop1-112/+166
2006-12-13[167944] Performance optimizations: using the random access get method instea...marcelop1-119/+42
2006-12-05[166833] Exploit Java 5.0.emerks1-4/+143
2006-11-01[163140] Using the facade helper to decide whether it is necessary to fix the...marcelop1-2/+2
2006-10-16[159500] Adopt new URI APIsdavidms1-3/+3
2006-05-01[75925] Deprecate old generate methods and add API as necessarydavidms1-50/+192
2006-04-30[139447] Escape "*/" in an escaped string.emerks1-2/+9
2006-04-24[131611] Ensure that the collected operations are unique.emerks1-1/+19
2006-03-15[131908] Determine the encoding to be used for creating the compilation unit.emerks1-8/+9
2006-02-21[128819] Allowing one to do genModel.setFacadeHelperClass(null) as a way to a...marcelop1-2/+3
2006-01-18[78076] Using the new merge classes and the facadeHelperClass attribute.marcelop1-8/+19
2005-12-14[120964] Adding the reconcileGenAnnotation method that replaces the current g...marcelop1-1/+56
2005-12-10[120224] Make sure XMLTypePackage's special GenModel supports dataTypeConvert...emerks1-1/+14
2005-12-08[119859] Fix up messed up braces.emerks1-3/+2
2005-12-08[119800] Exposing the getEcoreModelElement() element in the GenBase's Interfa...marcelop1-4/+8
2005-12-07Turn off FixInterfaceBraceelena1-2/+3
2005-12-05[119287] Adding the GenAnnotation class to the GenModel.marcelop1-1/+161
2005-12-02[119058] Use JMerger.setFixInterfaceBrace.emerks1-1/+2
2005-11-29[118424] Support GenModel suppressEMFModelTags, suppressEMFMetaData, and sup...emerks1-2/+15
2005-11-24Add missing '}' to fix format() Javadocdavidms1-2/+2

Back to the top