summaryrefslogtreecommitdiff
path: root/tools/luadevel
AgeCommit message (Collapse)Author
2016-07-07backup lua-test/devel util codeRobin Gareus
2016-04-28consolidate and re-order luasession codeRobin Gareus
2016-04-24some new lua-bindings and session-lua (creating sessions)Robin Gareus
2016-04-24plug some memory leaks in libardourRobin Gareus
2016-04-24lua bindings for track/bus and session creationRobin Gareus
2016-04-11special case luabridge for windows/MSVCRobin Gareus
luabridge uses static fn addresses to identify classes. Windows uses different addresses for *identical* static functions in libardour.dll and ardour.exe This solves the issue by moving the all functions from a header-only implementation into libardour.
2016-03-19expose OSC bindings to luasession utilRobin Gareus
2016-02-28prepare for update to waf 1.8Robin Gareus
uselib is no longer implicit (inherited by .use). This is still incomplete, some uselibs for non-linux variants may be missing. bld.is_defined("HAVE_XXX") also no longer works and will have to be changed (I think to bld.env["HAVE_XXX"]) in countless places.
2016-02-23add lua-session commandline toolRobin Gareus