sol2/sol
2014-06-25 17:07:21 -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 container changes reverted 2014-06-09 06:29:06 -04:00
function.hpp all tests compile excepted related to test_table_return_two(), which uses contiguous container std::vector but has key-value pairs inside of it 2014-06-09 06:29:03 -04:00
object.hpp Fix explicit operator bool to be negated is<nil_t>() 2014-05-29 22:19:21 -04:00
proxy.hpp Fix compiler error with clang 2014-06-25 17:07:21 -04:00
reference.hpp Add a newline to every sol file missing one 2014-05-29 01:47:27 -04:00
stack.hpp container changes reverted 2014-06-09 06:29:06 -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 all tests compile excepted related to test_table_return_two(), which uses contiguous container std::vector but has key-value pairs inside of it 2014-06-09 06:29:03 -04:00
traits.hpp better Or implementation 2014-06-09 06:29:04 -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 distinction between "light user data" "user data" and "upvalue", as they are not the same thing 2014-06-09 06:28:59 -04:00
userdata_traits.hpp container changes reverted 2014-06-09 06:29:06 -04:00
userdata.hpp container changes reverted 2014-06-09 06:29:06 -04:00