sol2/sol
ThePhD c0b565fa3d Renamed many parts of lua_function.hpp to make more sense.
Added pop() function to `reference`
`stack.hpp` now has many more functions to properly handle user data
`types.hpp` now has `userdata_t` and `lightuserdata_t` to faciliate `stack`'s `pop` and `push` operations
Class binding functionality built into `table` and `state`, as well as placed in `userdata` class in `userdata.hpp`
demangling detail now present for clang, gcc, and MSVC (somewhat for MSVC)
Constructor arity still needs to be handled for `userdata<T>`
tests updated and passing
2014-04-25 20:20:35 -04:00
..
demangle.hpp Renamed many parts of lua_function.hpp to make more sense. 2014-04-25 20:20:35 -04:00
deprecate.hpp Renamed many parts of lua_function.hpp to make more sense. 2014-04-25 20:20:35 -04:00
error.hpp Initial commit 2013-11-25 04:56:27 -05:00
function.hpp Missing inline on several functions; causes compilations when sol is included in multiple Translation Units. 2014-04-24 16:46:11 -04:00
lua_function.hpp Renamed many parts of lua_function.hpp to make more sense. 2014-04-25 20:20:35 -04:00
object.hpp Missing inline on several functions; causes compilations when sol is included in multiple Translation Units. 2014-04-24 16:46:11 -04:00
proxy.hpp Fixing formatting to make sure everything's nice and pretty. 2013-12-21 22:11:20 -05:00
reference.hpp Renamed many parts of lua_function.hpp to make more sense. 2014-04-25 20:20:35 -04:00
stack.hpp Renamed many parts of lua_function.hpp to make more sense. 2014-04-25 20:20:35 -04:00
state.hpp Renamed many parts of lua_function.hpp to make more sense. 2014-04-25 20:20:35 -04:00
table.hpp Renamed many parts of lua_function.hpp to make more sense. 2014-04-25 20:20:35 -04:00
traits.hpp Renamed many parts of lua_function.hpp to make more sense. 2014-04-25 20:20:35 -04:00
tuple.hpp Renamed many parts of lua_function.hpp to make more sense. 2014-04-25 20:20:35 -04:00
types.hpp Renamed many parts of lua_function.hpp to make more sense. 2014-04-25 20:20:35 -04:00
userdata.hpp Renamed many parts of lua_function.hpp to make more sense. 2014-04-25 20:20:35 -04:00