sol2/sol
2013-12-13 14:19:04 -05:00
..
error.hpp Initial commit 2013-11-25 04:56:27 -05:00
function.hpp MSVC needs explicit overloads and explicit =default operators on sol::function. It's quite whacky, really. Anyway, it compiles, so let's just make sure this works for GCC too. 2013-12-13 14:16:59 -05:00
functional.hpp Have I mentioned I hate GCC? I hate GCC. 2013-12-11 11:56:34 -05:00
lua_function.hpp Remove trivial destructors from lua_func types 2013-12-12 14:36:09 -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 Move type traits to its own header and clean up code using the traits 2013-12-12 18:43:36 -05:00
state.hpp Basic operator[] support for tables 2013-12-12 18:12:07 -05:00
table.hpp Forgot a private on table. 2013-12-13 14:19:04 -05:00
traits.hpp MSVC needs explicit overloads and explicit =default operators on sol::function. It's quite whacky, really. Anyway, it compiles, so let's just make sure this works for GCC too. 2013-12-13 14:16:59 -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