]> git.mxchange.org Git - simgear.git/history - simgear/nasal/cppbind/detail
cppbind.Ghost: clean up a bit
[simgear.git] / simgear / nasal / cppbind / detail /
2014-05-05 Thomas Geymayercppbind: small logging/warning updates.
2014-04-15 Thomas Geymayermath/nasal: Add more SGRect members and nasal helper.
2014-03-22 Thomas Geymayercppbind: fix problem with function call without arguments.
2014-03-22 Thomas Geymayercppbind: allow calling methods with 'me' object from...
2014-03-12 Thomas Geymayercppbind: Do not derive from SGReferenced if there is...
2013-10-25 Thomas Geymayercppbind: automatic conversion of SGReferenced derived...
2013-10-15 Thomas Geymayercppbind: convert Nasal functions to C++ boost::function.
2013-10-15 Thomas Geymayercppbind: fix bad class hierarchy for bad_nasal_cast.
2013-10-14 Thomas Geymayercppbind: add to_nasal_helper for enums.
2013-10-13 Thomas Geymayercppbind: Catch exceptions before reaching C code.
2013-09-14 James TurnerBah, tested on the wrong compiler, so missed a file.
2013-05-01 Thomas GeymayerAllow adding a contition to locked-track animation
2013-03-23 Thomas Geymayernasal::Ghost tweaking and to_nasal_helper for SGGeod.
2013-03-06 Thomas Geymayercppbind: allow adding free functions accepting nasal...
2013-03-05 Thomas GeymayerMay MSVC likes this more...
2013-03-04 Thomas Geymayercppbind: Tweak from_nasal error reporting
2013-03-04 Thomas GeymayerSilence MSVC
2013-03-04 Thomas Geymayercppbind: tweaking from_nasal/to_nasal.
2013-03-03 Thomas Geymayercppbind: faster from_nasal for bool and fix VS warning.
2013-03-03 Thomas Geymayercppbind: refactor to_nasal for better name lookup.
2013-03-03 Thomas GeymayerMake old gcc happy
2013-03-03 Thomas Geymayercppbind: rework to allow binding nearly everything.