Skip to content

Releases: culvertsoft/mgen

MGen 0.2.5

03 Apr 09:45
Compare
Choose a tag to compare

Minor bug fix for java lib.

  • Fixed enum parsing for the CommandLineArgument parser.

Mgen 0.2.4

07 Mar 09:24
Compare
Choose a tag to compare

Changes from 0.2.3
Now using System.arrayCopy for generated deepcopy methods when suitable

Mgen 0.2.3

07 Mar 08:52
Compare
Choose a tag to compare

Changes from 0.2.2
Improves performance when deep-copying multidimensional primitive arrays

MGen 0.2.2

06 Mar 22:00
Compare
Choose a tag to compare

0.2.2 Release of mgen. Changes:

Java classes are now generated with optimized deepCopy() methods, instead of calling the generic "DeepCopyer".

0.2-beta

17 Feb 18:13
Compare
Choose a tag to compare

0.2 Release of mgen. Changes:

  • Generated java code now uses java.util.List and java.util.Map instead of specifically ArrayList and HashMap

--> This means:

  • Code generated with the 0.2 mgen compiler must build with 0.2 mgen javalibs
  • C++ and JavaScript unaffected
  • Serialized formats unaffected (all data saved with 0.1 can be loaded with 0.2, and vice versa)

0.2.1 Released as well (same source, same git tag)

  • Built with java 1.7 (building 0.2 with 1.8 was a mistake)

0.1-beta

20 Dec 15:26
Compare
Choose a tag to compare

First release.