-
Notifications
You must be signed in to change notification settings - Fork 5
Project Status
w0rp edited this page Mar 26, 2014
·
1 revision
Tasks for dsmoke tie into this project.
- Multiple inheritance support needs to be added to dsmoke.
- Struct replacements for certain classes are needed in dqt.
- The build process needs to be simpler. (I am working on a patch for Dub for this now.)
- The binary size of the library needs to be reduced greatly, it is currently 80MB last I checked. This may be due to misconfiguration somewhat.
- If possible, optimising build speed by producing faster to compile code would be nice.
- There should be a reliable and easy way to drop in building .cpp files and linking them with the rest of the code. A small number of things just need to be written in C++.
- Casting support via C++ needs to be added.