sol2/sol
ThePhD 41e1ca2baa Additions for gitignore for the new files that are necessary to kick around qtCreator
Fix for userdata to accept base classes where the derived class uses the name of a base member function to access it (Derived::get_num, where get_num is only implemented in Base::get_num)
VC++ makes this acceptance easy by taking the name as "Derived", but GCC and Clang
2014-05-25 13:46:23 -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 Fixed rename mishap 2014-05-25 12:30:44 -04:00
function_types.hpp Renamed sol_error to error 2014-05-21 22:24:15 -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 Renamed sol_error to error 2014-05-21 22:24:15 -04:00
state.hpp Renamed sol_error to error 2014-05-21 22:24:15 -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 Additions for gitignore for the new files that are necessary to kick around qtCreator 2014-05-25 13:46:23 -04:00