sol2/sol
2014-09-19 11:11:38 -04:00
..
debug.hpp Formatting changes. 2014-08-10 20:49:34 -04:00
default_construct.hpp Formatting changes. 2014-08-10 20:49:34 -04:00
demangle.hpp Fix lack of inline in functions. 2014-08-10 21:07:19 -04:00
deprecate.hpp Add additional type to allow for types themselves to be declared deprecated (through using statements and the like). 2014-09-19 11:11:38 -04:00
error.hpp Remove noexcept that can't be met. 2014-09-05 15:53:19 -04:00
function_types.hpp Have to add constructor to make const variables work. 2014-09-05 15:50:40 -04:00
function.hpp Formatting changes. 2014-08-10 20:49:34 -04:00
object.hpp Fix explicit operator bool to be negated is<nil_t>() 2014-05-29 22:19:21 -04:00
proxy.hpp Formatting changes. 2014-08-10 20:49:34 -04:00
reference.hpp Add a newline to every sol file missing one 2014-05-29 01:47:27 -04:00
resolve.hpp Fix lack of inline in functions. 2014-08-10 21:07:19 -04:00
stack.hpp Proper std::ref semantics throughout the codebase's get/set. 2014-09-18 00:23:46 -04:00
state.hpp Formatting changes. 2014-08-10 20:49:34 -04:00
table.hpp Free functions and lambdas whos first arguments match the userdata type (unqualified) 2014-08-09 04:54:58 -07:00
traits.hpp Formatting changes. 2014-08-10 20:49:34 -04:00
tuple.hpp Proper std::ref semantics throughout the codebase's get/set. 2014-09-18 00:23:46 -04:00
types.hpp Remove bogus userdata<T> specialization; that's not longer how we're detecting userdata. 2014-09-06 22:11:16 -07:00
userdata_traits.hpp updated tests 2014-06-27 21:34:18 -07:00
userdata.hpp Formatting changes. 2014-08-10 20:49:34 -04:00