-
Notifications
You must be signed in to change notification settings - Fork 30
Home
Billy Quith edited this page Jul 31, 2013
·
21 revisions
The "gwork" (GWen foRK) branch contains various changes. Please read the gwork branch README file for details.
I hope to:
- Fix warnings and bugs.
- GWEN contains a lot of warnings if you use the default settings on most compilers. Many of these are turned off using pragmas in MSVC.
- Use some C++11 features, e.g. :-
- override - helps avoid accidental virtual mismatches (of which there are a few).
- lambda functions.
- Add documentation to aid my terrible memory :-
- I have added doxygen documentation generation.
- Hope to add partial documentation, mostly for layout.
- Reduce memory footprint of each control.
- Add more controls.
- Improved Unicode Support.