sol2/sol
ThePhD be98a4fdd4 Reformatted to look like Rapptz's style. The following code sample work without error in VS 2013: http://pastebin.com/s4Jbjnht
It'll be up to @Rapptz's to make further changes to make sure GCC compiles, but the core of the functionality is there and my work is essentially done.
Class bindings are up next, but really I don't want to even touch those. :c
2013-12-02 15:42:03 -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 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
lua_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
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 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
state.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
table.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
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