sol2/sol
2013-12-11 18:16:52 -05:00
..
error.hpp Initial commit 2013-11-25 04:56:27 -05:00
function.hpp GCC is lame. But at least it's building now. Fixed up the build.ninja and made all tests pass (exceptions weren't being thrown because of lua_pcall: use lua_call to let exceptions propogate naturally). 2013-12-11 12:42:00 -05:00
functional.hpp Have I mentioned I hate GCC? I hate GCC. 2013-12-11 11:56:34 -05:00
lua_function.hpp Have I mentioned I hate GCC? I hate GCC. 2013-12-11 11:56:34 -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 GCC is lame. But at least it's building now. Fixed up the build.ninja and made all tests pass (exceptions weren't being thrown because of lua_pcall: use lua_call to let exceptions propogate naturally). 2013-12-11 12:42:00 -05:00
state.hpp Meh, who needs "eval". It's technically right, but I think evaluate might be for shorter lines and stuff... who knows. 2013-12-11 18:16:52 -05:00
table.hpp Improved tests, added a build.ninja for TeamCity, and fixed formatting again to work with Rapptz's style. 2013-12-11 11:18:13 -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