sol2/sol
2013-12-13 23:30:16 -05:00
..
error.hpp Initial commit 2013-11-25 04:56:27 -05:00
function.hpp If you want to have return types, use .call instead of operator(). 2013-12-13 23:30:16 -05:00
lua_function.hpp EnableIf and DisableIf back in place, type trait fixed for MSVC. Bleh, this is a lot of work. Removed functional header, because nobody's using it. 2013-12-13 14:59:46 -05:00
object.hpp Allow polymorphic object class to handle sol::function 2013-12-03 01:20:31 -05:00
reference.hpp Removed uses of constexpr for MSVC 2013 2013-11-25 05:20:14 -05:00
stack.hpp We can avoid unused variable issues entirely and keep MSVC from borking out by explicitly declaring the size of the swallow declaration. This should make all compilers happy. 2013-12-13 23:26:59 -05:00
state.hpp Basic operator[] support for tables 2013-12-12 18:12:07 -05:00
table.hpp It has to be a reference, not a value. I mistakenly thought typename Table was taken by reference... oh well. It's fixed now. I wish VC++ didn't choke so badly on decltype. 2013-12-13 22:34:56 -05:00
traits.hpp VC++ Compat again. 2013-12-13 20:09:51 -05:00
tuple.hpp Stylistic changes to match the rest of the code 2013-12-02 23:33:23 -05:00
types.hpp Stylistic changes to match the rest of the code 2013-12-02 23:33:23 -05:00