Skip to content
w0rp edited this page Mar 26, 2014 · 1 revision

Current Tasks

Tasks for dsmoke tie into this project.

Interface Issues

  • Multiple inheritance support needs to be added to dsmoke.
  • Struct replacements for certain classes are needed in dqt.

Implementation Issues

  • 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.

Clone this wiki locally