sol2/sol
2014-04-25 20:08:07 -04:00
..
demangle.hpp Demangler is alive, it seems. But honestly, MSVC is kind of crappy about it: perhaps, later, we'll just take a string indicating the name of the class. 2014-04-25 20:08:07 -04:00
deprecate.hpp Deprecation mechanism, improvements to lua_function's classes, and demangling for MSVC and gcc/clang 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 Deprecation mechanism, improvements to lua_function's classes, and demangling for MSVC and gcc/clang 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