sol2/sol
2014-05-31 20:02:54 -04:00
..
demangle.hpp Renamed demangling function 2014-05-31 06:08:12 -04:00
deprecate.hpp Add a newline to every sol file missing one 2014-05-29 01:47:27 -04:00
error.hpp Add a newline to every sol file missing one 2014-05-29 01:47:27 -04:00
function_types.hpp Userdata-classes are now the assumed type for any unmatching T which are not derived from sol::reference or not one of the basic types 2014-05-30 19:58:47 -04:00
function.hpp Fixed segfault on GCC. It was picking the wrong overload: 2014-05-31 14:29:14 -04:00
object.hpp Fix explicit operator bool to be negated is<nil_t>() 2014-05-29 22:19:21 -04:00
proxy.hpp Fixed some bad formatting and a missing include guard. 2014-05-31 18:07:50 -04:00
reference.hpp Add a newline to every sol file missing one 2014-05-29 01:47:27 -04:00
stack.hpp Allow functions that return C++ sequential containers to return tables on the lua side 2014-05-31 20:02:54 -04:00
state.hpp Removed std::true_type/false_type from tuple_types and created a separate is_tuple trait, so that we can use ::type on tuple_types without it interfering with base typedefs in std::true/false_type 2014-05-30 19:10:08 -04:00
table.hpp Fixed some bad formatting and a missing include guard. 2014-05-31 18:07:50 -04:00
traits.hpp Allow functions that return C++ sequential containers to return tables on the lua side 2014-05-31 20:02:54 -04:00
tuple.hpp Removed std::true_type/false_type from tuple_types and created a separate is_tuple trait, so that we can use ::type on tuple_types without it interfering with base typedefs in std::true/false_type 2014-05-30 19:10:08 -04:00
types.hpp Removed std::true_type/false_type from tuple_types and created a separate is_tuple trait, so that we can use ::type on tuple_types without it interfering with base typedefs in std::true/false_type 2014-05-30 19:10:08 -04:00
userdata.hpp Renamed demangling function 2014-05-31 06:08:12 -04:00