]> git.mxchange.org Git - simgear.git/history - simgear/nasal/cppbind/CMakeLists.txt
cppbind.Ghost: clean up a bit
[simgear.git] / simgear / nasal / cppbind / CMakeLists.txt
2014-03-12 Thomas Geymayercppbind: Do not derive from SGReferenced if there is...
2013-10-15 Thomas Geymayercppbind: convert Nasal functions to C++ boost::function.
2013-04-25 Thomas GeymayerRemove debug output (and shorten test names)
2013-03-15 Thomas GeymayerCMake: Create list of libs for testing only once
2013-03-06 Thomas Geymayercppbind: allow adding free functions accepting nasal...
2013-03-03 Thomas Geymayercppbind: refactor to_nasal for better name lookup.
2013-03-03 Thomas Geymayercppbind: rework to allow binding nearly everything.
2013-02-07 James TurnerA couple more tests fixes.
2013-01-31 Thomas GeymayerNasal String wrapper and allow adding methods to string...
2012-12-16 Thomas GeymayerNasal cppbindings: automatic conversion of vec2 to...
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