sol2/sol
ThePhD 49c73c4725 Heavy optimizations to stateless and lvalue member functions allow us to make many of the general use cases of lambdas and member function pointers work out.
This will be useful. The next fix has tobe in table.hpp in the std::false_type ... specialization of the private `set_fx` function.
2013-12-08 23:05:03 -05:00
..
error.hpp Initial commit 2013-11-25 04:56:27 -05:00
function.hpp Stylistic changes to match the rest of the code 2013-12-02 23:33:23 -05:00
functional.hpp Heavy optimizations to stateless and lvalue member functions allow us to make many of the general use cases of lambdas and member function pointers work out. 2013-12-08 23:05:03 -05:00
lua_function.hpp Heavy optimizations to stateless and lvalue member functions allow us to make many of the general use cases of lambdas and member function pointers work out. 2013-12-08 23:05:03 -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 Heavy optimizations to stateless and lvalue member functions allow us to make many of the general use cases of lambdas and member function pointers work out. 2013-12-08 23:05:03 -05:00
state.hpp This properly pushes a local function to the table. However, we're having issues because the tables are being constructed without an attachment to sol::state, making it impossible to keep std::shared_ptr's alive that contain the virtual interfaces necessary to handle those goddamn lambdas. 2013-12-07 21:16:23 -05:00
table.hpp Heavy optimizations to stateless and lvalue member functions allow us to make many of the general use cases of lambdas and member function pointers work out. 2013-12-08 23:05:03 -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