|
0.4.0: 2005/02/14
* Using of wxWidgets RTTI to wrap properly the wxEvent object passed to the cal
lback, so data for each type of event can be accessed now.
* Using of wxWidgets RTTI to wrap properly object in function returns.
* As a consequence of above, Makefile now install the module in the Pike tree.
This is needed because currently the only way that Pikes provides to get a prog
ram from its name on the fly only works with classes for installed modules.
* Some more wrappings.
0.3.0: 2005/01/24
* MM fixes, and Makefile enhancements, thanks to Henrik Grubbström.
* Binding Generator: FIX: No more checking of argument number when no arguments
required.
* MM fixes in inheritance management.
* A few more classes/methods wrappings implemented.
* A nicer README, a Completion list, this Changelog, and TODO.
0.2.0: 2005/01/15
* More complete INSTALL, and a README with some extra comments.
* Proper memory management features in the generator and declarations.
0.1.3: 2005/01/13
* First public release.
* Only a few incomplete class declarations included.
* Function wrapping works with basic types, strings and objects, default values
supported for trailing arguments.
* Framework bootstrapping.
|