sol2/sol
ThePhD e25d4b4c02 Properly handle const value returns (and constness in general).
Keeps errors when trying to bind a const variables directly,
but const returns should be forced to value-types,
since lua has no concept of `const`.
2014-08-05 00:08:41 -07:00
..
debug.hpp userdata member variables are now supported 2014-07-27 12:56:24 -07:00
default_construct.hpp Fix spacing issues 2014-06-27 01:36:09 -07: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 Properly handle const value returns (and constness in general). 2014-08-05 00:08:41 -07:00
function.hpp Extraneous Cx. 2014-07-01 05:23:27 -07: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 Properly handle const value returns (and constness in general). 2014-08-05 00:08:41 -07:00
state.hpp userdata member variables are now supported 2014-07-27 12:56:24 -07:00
table.hpp Overloaded functions now work properly when types are specified in signature 2014-06-28 23:16:48 -07:00
traits.hpp userdata member variables are now supported 2014-07-27 12:56:24 -07: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 Overloaded functions now work properly when types are specified in signature 2014-06-28 23:16:48 -07:00
userdata_traits.hpp updated tests 2014-06-27 21:34:18 -07:00
userdata.hpp Properly handle const value returns (and constness in general). 2014-08-05 00:08:41 -07:00