Share

The Studio Framework

File Release Notes and Changelog

Release Name: 1.0.1

Notes:
This is the first release of SFW now that it's hosted on sourceforge.
There have been a few additions since 1.0.0, such as preliminary
generic method pointers, and a number of bugfixes.


Changes: Various bugfixes and additions including the following: - Preliminary generic method pointers. Not very flexible yet, but a start. - The 'var' class now converts numbers in string form to base type numbers (int, float, etc.). - GC and sfw_loader have been rearranged to work around a C++ "bug" where static data members are being freed before global data. This resulted in segfaults for some classes that were freed during the final deletion loop. This is still a problem if global, non-dynamically-allocated classes are used. The current workaround is to dynamically allocate and free any objects which must be global - JavaScriptType has been reworked to use JSNode internally for all manipulations, since there are extra structure members which the internal types have which are required. - More things have been added as subclasses of SFW::Object, such as SFW::Mutex and SFW::Conditional. - Other various changes and bugfixes I forget.