sol2/sol
ThePhD bb29127785 Proper semantics for set/get
`set_function`/`set_usertype` now properly use `set`
For the time being, we are going to avoid implementing `traverse`; aside from performance of nested table access (e.g. `int x = lua["a"]["b"]["c"]`), it's a pain. ;~;
2016-02-02 16:18:44 -05:00
..
compatibility more luajit compatibility fixes - works with Lua 5.1, 5.2, 5.3 2016-02-01 03:27:06 -05:00
compatibility.hpp more luajit compatibility fixes - works with Lua 5.1, 5.2, 5.3 2016-02-01 03:27:06 -05:00
debug.hpp more luajit compatibility fixes - works with Lua 5.1, 5.2, 5.3 2016-02-01 03:27:06 -05:00
default_construct.hpp more luajit compatibility fixes - works with Lua 5.1, 5.2, 5.3 2016-02-01 03:27:06 -05:00
demangle.hpp more luajit compatibility fixes - works with Lua 5.1, 5.2, 5.3 2016-02-01 03:27:06 -05:00
deprecate.hpp more luajit compatibility fixes - works with Lua 5.1, 5.2, 5.3 2016-02-01 03:27:06 -05:00
error.hpp more luajit compatibility fixes - works with Lua 5.1, 5.2, 5.3 2016-02-01 03:27:06 -05:00
function_result.hpp more luajit compatibility fixes - works with Lua 5.1, 5.2, 5.3 2016-02-01 03:27:06 -05:00
function_types.hpp Proper semantics for set/get 2016-02-02 16:18:44 -05:00
function.hpp Proper semantics for set/get 2016-02-02 16:18:44 -05:00
object.hpp more luajit compatibility fixes - works with Lua 5.1, 5.2, 5.3 2016-02-01 03:27:06 -05:00
proxy_base.hpp more luajit compatibility fixes - works with Lua 5.1, 5.2, 5.3 2016-02-01 03:27:06 -05:00
proxy.hpp more luajit compatibility fixes - works with Lua 5.1, 5.2, 5.3 2016-02-01 03:27:06 -05:00
reference.hpp Proper semantics for set/get 2016-02-02 16:18:44 -05:00
resolve.hpp more luajit compatibility fixes - works with Lua 5.1, 5.2, 5.3 2016-02-01 03:27:06 -05:00
stack.hpp Significant change to how userdata is stored to make access consistent across values/references/pointers. 2016-02-01 11:56:44 -05:00
state_view.hpp Significant change to how userdata is stored to make access consistent across values/references/pointers. 2016-02-01 11:56:44 -05:00
state.hpp variadic set - introduction of state_view type to allow for all of the benefits of state without destructing lua instance. 2016-01-30 04:21:33 -05:00
table_core.hpp Proper semantics for set/get 2016-02-02 16:18:44 -05:00
table.hpp more luajit compatibility fixes - works with Lua 5.1, 5.2, 5.3 2016-02-01 03:27:06 -05:00
traits.hpp Proper semantics for set/get 2016-02-02 16:18:44 -05:00
tuple.hpp more luajit compatibility fixes - works with Lua 5.1, 5.2, 5.3 2016-02-01 03:27:06 -05:00
types.hpp Proper semantics for set/get 2016-02-02 16:18:44 -05:00
usertype_traits.hpp more luajit compatibility fixes - works with Lua 5.1, 5.2, 5.3 2016-02-01 03:27:06 -05:00
usertype.hpp Significant change to how userdata is stored to make access consistent across values/references/pointers. 2016-02-01 11:56:44 -05:00