sol2/sol
2014-06-01 01:07:26 -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 Revamp EnableIf and DisableIf to use a much better variadic condition checking 2014-05-31 22:04:10 -04:00
reference.hpp Add a newline to every sol file missing one 2014-05-29 01:47:27 -04:00
stack.hpp Allow containers that use pairs as its value_type to return tables in lua as well 2014-06-01 01:07:26 -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 Revamp EnableIf and DisableIf to use a much better variadic condition checking 2014-05-31 22:04:10 -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