sol2/sol
ThePhD 21142e7e7d Removed std::unordered_map storage on tables since they were getting deleted anyways.
Memory leaks are currently present: will have to figure out how to patch those up.
2013-12-09 12:05:17 -05:00
..
error.hpp Initial commit 2013-11-25 04:56:27 -05:00
function.hpp Fixing style to fit @Rapptz's usual no-tabs, four-space-indents, template<> no-spaces stuff. 2013-12-08 23:09:07 -05:00
functional.hpp Fixing style to fit @Rapptz's usual no-tabs, four-space-indents, template<> no-spaces stuff. 2013-12-08 23:09:07 -05:00
lua_function.hpp Additional nullptr's for GCC's whining ass, and more reinterpret casts. Also for GCC's whiny ass. 2013-12-09 00:04:37 -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 Ranged for loop. Because ~~clean code~~. 2013-12-08 23:42:20 -05:00
state.hpp Fixing style to fit @Rapptz's usual no-tabs, four-space-indents, template<> no-spaces stuff. 2013-12-08 23:09:07 -05:00
table.hpp Removed std::unordered_map storage on tables since they were getting deleted anyways. 2013-12-09 12:05:17 -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