Hi,
in order to use AngelScript on platforms that do not support native calling conventions, I'd like to update the add-ons that currently do not have the generic calling convention implemented (datetime is one of them).
I was thinking about using the autowrapper add-on (that is very convenient) to do this, but you do not seem to use it at allin the other add-ons. I understand that you want to limit dependencies, but wouldn't it make maintenance much easier to use this particular add-on that is only a header file? Would you mind if I submit a generic …