]> git.mxchange.org Git - simgear.git/history - simgear/nasal/cppbind/cppbind_test.cxx
cppbind: from_nasal/to_nasal for SGWeakReferenced based objects
[simgear.git] / simgear / nasal / cppbind / cppbind_test.cxx
2014-05-10 Thomas Geymayercppbind: from_nasal/to_nasal for SGWeakReferenced based...
2014-05-05 Thomas Geymayercppbind.Ghost: register _set called on setting new...
2014-03-31 Thomas Geymayercppbind: fix testing for naRef identity.
2014-03-22 Thomas Geymayercppbind: allow calling methods with 'me' object from...
2013-10-27 Thomas GeymayerNew class simgear::Map extending std::map interface.
2013-10-25 Thomas Geymayercppbind: automatic conversion of SGReferenced derived...
2013-10-15 Thomas Geymayercppbind: convert Nasal functions to C++ boost::function.
2013-10-14 Thomas Geymayercppbind: add to_nasal_helper for enums.
2013-07-15 Thomas Geymayernasal::String: add ends_with method
2013-06-02 Thomas GeymayerMake nasal::Ghost usable with weak_ptr
2013-03-23 Thomas Geymayernasal::Ghost tweaking and to_nasal_helper for SGGeod.
2013-03-19 Thomas Geymayercppbind: add from_nasal_helper to convert Nasal ghosts...
2013-03-06 Thomas Geymayercppbind: allow adding free functions accepting nasal...
2013-03-05 Thomas Geymayercppbind: Add some methods to nasal::CallContext
2013-03-04 Thomas GeymayerSilence MSVC
2013-03-03 Thomas Geymayercppbind: refactor to_nasal for better name lookup.
2013-03-03 Thomas Geymayercppbind: rework to allow binding nearly everything.
2013-03-01 Thomas Geymayercppbind: Prepare for improved bindings.
2013-02-28 Thomas GeymayerNasal cppbind: support more member function types
2013-01-31 Thomas GeymayerNasal String wrapper and allow adding methods to string...
2012-12-29 Thomas GeymayerAllow nasal::Ghost to only wrap classes by their shared...
2012-12-23 Thomas GeymayerRevert to old way of including everything from SGMath.hxx
2012-12-16 Thomas GeymayerNasal cppbindings: automatic conversion of vec2 to...
2012-12-16 Thomas GeymayerFix memory leak if nasal::Ghost creation fails
2012-12-02 Thomas GeymayerFirst working version of DOM like Canvas event handling
2012-11-29 Thomas GeymayerAdd method canvas::Group::getElementById
2012-11-29 Thomas GeymayerUse better method names and add comments
2012-11-29 Thomas GeymayerAdd methods to get arguments passed to function from...
2012-11-27 Thomas GeymayerSimplify/Make VS happy
2012-11-27 Thomas Geymayercppbind: Automatic conversion of derived ghosts and...
2012-11-15 Thomas GeymayerCanvas/C++ bindings: automatically detect dynamic type...
2012-11-13 Thomas GeymayerWork around Visual Studio bug
2012-11-12 Thomas GeymayerC++/Nasal bindings: allow registering free function...
2012-11-12 Thomas GeymayerAdd nasal::Ghost class for exposing C++ classes to...
2012-11-10 Thomas GeymayerAdd from_nasal helper and fix to_nasal for std::vector.
2012-11-09 Thomas GeymayerSome basic C++/Nasal binding helpers