sol2/sol
ThePhD 42978a9ed4 Fixed segfault on GCC. It was picking the wrong overload:
by forward-declaring the std::function overload in `stack`, it is able to find the right function to use.
All tests are passing
the ninja file has been tweaked to make it easier to invoke a g++ build on windows
2014-05-31 14:29:14 -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 Add a newline to every sol file missing one 2014-05-29 01:47:27 -04:00
reference.hpp Add a newline to every sol file missing one 2014-05-29 01:47:27 -04:00
stack.hpp Fixed segfault on GCC. It was picking the wrong overload: 2014-05-31 14:29:14 -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 Add a newline to every sol file missing one 2014-05-29 01:47:27 -04:00
traits.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
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