sol2/sol
2014-05-09 19:32:31 -04:00
..
demangle.hpp Fixed some bad spacing. 2014-04-26 21:38:37 -04:00
deprecate.hpp Renamed DEPRECATE to SOL_DEPRECATED 2014-04-25 20:11:00 -04:00
error.hpp Initial commit 2013-11-25 04:56:27 -05:00
function_types.hpp multi_return<> name to return_type<> . 2014-05-08 13:08:21 -04:00
function.hpp multi_return<> name to return_type<> . 2014-05-08 13:08:21 -04:00
object.hpp Missing inline on several functions; causes compilations when sol is included in multiple Translation Units. 2014-04-24 16:46:11 -04:00
proxy.hpp multi_return<> name to return_type<> . 2014-05-08 13:08:21 -04:00
reference.hpp Moved pop from reference to table 2014-04-25 21:40:52 -04:00
stack.hpp Fixing some basic bugs MSVC didn't catch 2014-05-09 19:32:31 -04:00
state.hpp We now have the ability to get a userdata that has been created C++ style out of lua 2014-05-09 10:48:55 -04:00
table.hpp We now have the ability to get a userdata that has been created C++ style out of lua 2014-05-09 10:48:55 -04:00
traits.hpp We now have the ability to get a userdata that has been created C++ style out of lua 2014-05-09 10:48:55 -04:00
tuple.hpp Class binding now works with multiple functions 2014-04-26 18:24:54 -04:00
types.hpp Fixing some basic bugs MSVC didn't catch 2014-05-09 19:32:31 -04:00
userdata.hpp We no longer need the register_into(const table& s) function: removing~ 2014-04-27 09:13:45 -04:00