Skip to content

Releases: culvertsoft/mgen

MGen 0.2.5

Choose a tag to compare

@GiGurra GiGurra released this 03 Apr 09:45

Minor bug fix for java lib.

  • Fixed enum parsing for the CommandLineArgument parser.

Mgen 0.2.4

Choose a tag to compare

@GiGurra GiGurra released this 07 Mar 09:24

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

Mgen 0.2.3

Choose a tag to compare

@GiGurra GiGurra released this 07 Mar 08:52

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

MGen 0.2.2

Choose a tag to compare

@GiGurra GiGurra released this 06 Mar 22:00

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

Choose a tag to compare

@GiGurra GiGurra released this 17 Feb 18:13

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

Choose a tag to compare

@PhroZenOne PhroZenOne released this 20 Dec 15:26

First release.