New Release v1.1!

jgmdev
Created by: jgmdev
Date: 08/27/2011 @ 12:16:05 am
Views: 600

Version 1.1 has been released. Check the download section for window builds. If you want to contribute a linux distro package contact us. The following is a brief of changes from svn log:

August 2011

    Change log:

        -revision 41: Added date to the footer of the reference generator, ASCII artwork to README file as new site address and brief introduction.
        -revision 40: The generated code now compiles on 64 bits and 32 bits platforms, also it compiles on windows except for a small change needed to the wxIcon constructor on frame.h line 1922.
        -revision 39: Some changes to the code generator to change long unsigned int declarations to size_t for crossplatform compatibility. Also changed instructions of gccxml to reflect new php header guard, removing the need to pass php header libraries to gccxml
        -revision 38: Some changes to the generated code in order to eliminate some errors while compiling on windows.
        -revision 37: Added some new files needed for the reference generator
        -revision 36: New html class reference generator and new classes or methods enabled.
        -revision 35: Enabled wxGridCellEditors like choice, numbers, float, etc.
        -revision 34: Enabled wxIcon constructor to load images from a file and enabled more methods to wxToolBar.
        -revision 33: Added more constants.
        -revision 32: Re-enabled wxMenuItem constructor to work with code generated with wxFormBuilder and added some new constants to the parser.
        -revision 31: Class enumerations are now part of the class instead of a namespace.
        -revision 30: Enabled more controls and method.
        -revision 29: *** empty log message ***
        -revision 28: Improved source code generator to better support enumerations on argument types.
        -revision 27: Added more wx headers to common.h in order to enable more event constants used on Connect method.
        -revision 26: Updated source files produced by the code generator, enables support for wxAuiManager, wxAuiNoteBook and initial support for wxGrid.
        -revision 25: Small improvements to code generator to be able to add wxAui support as more classes. Also initial support for wxGrid.
        -revision 24: Added wxEVT* constants on a file to assist the parser when generating source code.
        -revision 23: Added go.sh utlity file, equivalent to go.bat
        -revision 22: Updated wx.xml file to reflect new wxAui classes and newer changes to wxWidgets.
        -revision 21: Added some comments on headerParser README about possible gccxml bug and how to fix.
        -revision 20: Added build instructions for linux on README file.

Comments