sol2/sol
ThePhD 29f171e124 Style fixes and fixes for templates not usually used by MSVC (broken two-phase lookup killing me here. :c)
Member functions now work as well for set_function. If performance of `new`ing a type ever becomes too large, we can create a custom allocator for the std::shared_ptr's of the types. We can also up-front allocate for the unordered_map as well.
2013-12-02 18:11:25 -05:00
..
error.hpp Initial commit 2013-11-25 04:56:27 -05:00
function.hpp Reformatted to look like Rapptz's style. The following code sample work without error in VS 2013: http://pastebin.com/s4Jbjnht 2013-12-02 15:42:03 -05:00
functional.hpp Style fixes and fixes for templates not usually used by MSVC (broken two-phase lookup killing me here. :c) 2013-12-02 18:11:25 -05:00
lua_function.hpp Style fixes and fixes for templates not usually used by MSVC (broken two-phase lookup killing me here. :c) 2013-12-02 18:11:25 -05:00
object.hpp Add polymorphic lua object type 2013-11-30 21:12:50 -05:00
reference.hpp Removed uses of constexpr for MSVC 2013 2013-11-25 05:20:14 -05:00
stack.hpp Style fixes and fixes for templates not usually used by MSVC (broken two-phase lookup killing me here. :c) 2013-12-02 18:11:25 -05:00
state.hpp Style fixes and fixes for templates not usually used by MSVC (broken two-phase lookup killing me here. :c) 2013-12-02 18:11:25 -05:00
table.hpp Style fixes and fixes for templates not usually used by MSVC (broken two-phase lookup killing me here. :c) 2013-12-02 18:11:25 -05:00
tuple.hpp Reformatted to look like Rapptz's style. The following code sample work without error in VS 2013: http://pastebin.com/s4Jbjnht 2013-12-02 15:42:03 -05:00
types.hpp The solution technically works, but there's some stack corruption going on somewhere that I can quite track down, even when calling a void function with no parameters. I'll have to look into it... 2013-12-02 14:22:51 -05:00