sol2/sol
ThePhD 9328271d06 Renames for lua_function's internal types and some early-caught fixes for using the right type for the member of the function
Preparation for dumping whole classes into lua... it's going to be fairly tough making this one work.
2014-04-25 20:08:07 -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 Renames for lua_function's internal types and some early-caught fixes for using the right type for the member of the function 2014-04-25 20:08:07 -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 Removed uses of constexpr for MSVC 2013 2013-11-25 05:20:14 -05:00
stack.hpp Missing inline on several functions; causes compilations when sol is included in multiple Translation Units. 2014-04-24 16:46:11 -04:00
state.hpp Missing inline on several functions; causes compilations when sol is included in multiple Translation Units. 2014-04-24 16:46:11 -04:00
table.hpp Better names for the functors in preparation for working with whole classes of them. This is going to be tough... 2014-04-24 16:46:31 -04: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