-
Notifications
You must be signed in to change notification settings - Fork 30
Home
Billy Quith edited this page Sep 7, 2013
·
21 revisions
This fork contains various changes. Please read the gwork branch README 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.
Built with shared libs: ./configure --enable-shared=no