sol2/sol
2014-01-26 00:25:46 -05:00
..
error.hpp Initial commit 2013-11-25 04:56:27 -05:00
function.hpp Fixed a bug with the return order and added tests to make sure it works. 2013-12-15 22:09:06 -05:00
lua_function.hpp Fixed a bug with the return order and added tests to make sure it works. 2013-12-15 22:09:06 -05:00
object.hpp Add operator== and operator!= support for sol::object and nil 2013-12-14 00:28:14 -05:00
proxy.hpp Fixing formatting to make sure everything's nice and pretty. 2013-12-21 22:11:20 -05:00
reference.hpp Removed uses of constexpr for MSVC 2013 2013-11-25 05:20:14 -05:00
stack.hpp Fixing formatting to make sure everything's nice and pretty. 2013-12-21 22:11:20 -05:00
state.hpp Add lua_state function to retrieve the lua_State pointer 2014-01-26 00:25:46 -05:00
table.hpp Fixing formatting to make sure everything's nice and pretty. 2013-12-21 22:11:20 -05:00
traits.hpp Fixing formatting to make sure everything's nice and pretty. 2013-12-21 22:11:20 -05:00
tuple.hpp New test cases for the order of returns. Apparently, its screwing up between both lua and C++. Have to test thoroughly. Changes currently are half-working. 2013-12-15 16:27:20 -05:00
types.hpp operator!= for nil_t 2013-12-14 20:16:28 -05:00