This is the xmi2code 1.2.0 final release.
It was tested with Umbrello 1.5.51.
Most of the work since the last beta version was done by <Achim.Spangler_AT_mnet-online.de>, many thanks Achim.
Changes:
* Aligned with Umbrello >= 1.5.51 XMI file
format
* Improved C++ generator
* Following XMI elements are transferred to
the xmi2code Model and are utilized for
generating #includes:
- UML:AssociationEnd
- UML:Dependency
- UML:Generalization
* UML:Package is generated in the .h and .cpp
files as Namespace
* Support for Datatypes, Enumerations
* Stereotypes are supported for controlling
details of generated methods:
- <<virtual>>, <<inline>>, parameter type
- <<call-by-value>>, <<call-by-reference>>,
<<call-by-pointer>>, <<const>>
* doxygen friendly comments: "//!" rather than
just "//"
* Methods without return type that are NOT
constructors i.e. (function-name != class-name)
gives "void"
xmi2code 1.2.0 beta3 released.
This is mostly a bugfixes release with some improvements.
See documentation[1] and/or changelog[2] for more info.
Source and Debian (unstable) packages are available[3].
New Debian package repository is available[4].
[1] http://xmi2code.sourceforge.net/doc/
[2] http://sourceforge.net/project/shownotes.php?release_id=167375
[3] http://sourceforge.net/project/showfiles.php?group_id=70640&release_id=167375
[4] http://www.llucax.hn.org/desarrollo/xmi2code/debian/... read more
This is mostly a bugfixes release with some improvements.
See documentation[1] for more info.
Source and Debian (unstable) packages are available[2].
Changes:
This is mostly a bugfixes release with some improvements:
- Updated documentation.
- Updated version number :)
- Added a new option: php.pear.underscore-in-nonpublic
- Added '/' to '_' translation in class names when using
php.pear.use-package-in-classnames option.... read more
This is a beta release with a new major feature:
php.pear Generator.
PHP PEAR Generator is another PHP Generator that
uses PHPDocumentor[1] Comments and PEAR[2]
Coding Standards[3].
ChangeLog:
* New general option: indent.
* New general option: files-case.
* New Umbrello Handler type coded feature
x2c:noclass to mark a class as a function
container (actually implemented only in PHP
Generators, setting class as abstract is not longer
valid).
* New PHP PEAR Generator.
* New PHP PEAR Generator option:
php.pear.use-package-in-classnames.... read more
After several Downloads and no bug reports, it is time to say "stable".
Thanks to Oliver for the ADA generator.
Release Version 1 RC 1 is out.
cpp,php and pro generation with umbrello is working fine.