sol2/sol
2016-04-24 01:39:44 -04:00
..
compatibility compat for g fucking libgarbage 2016-03-30 03:33:44 -04:00
bond.hpp NOW we're truly feature complete. Sheesh, the work that this requires.... 2016-03-31 16:16:07 -04:00
compatibility.hpp Alright, NOW everything's kosher. Bwuh, byte order marks... 2016-03-14 09:53:24 -04:00
coroutine.hpp Allow for "static functions" to be registered on userdata like other parts of the framework, as well as self-contained structs and lambas. 2016-04-11 01:02:43 -04:00
debug.hpp Alright, NOW everything's kosher. Bwuh, byte order marks... 2016-03-14 09:53:24 -04:00
demangle.hpp Inclusion argument order sorting 2016-04-23 17:40:22 -04:00
deprecate.hpp Alright, NOW everything's kosher. Bwuh, byte order marks... 2016-03-14 09:53:24 -04:00
error.hpp NOW we're truly feature complete. Sheesh, the work that this requires.... 2016-03-31 16:16:07 -04:00
function_result.hpp Inclusion argument order sorting 2016-04-23 17:40:22 -04:00
function_types_allocator.hpp Allow for "static functions" to be registered on userdata like other parts of the framework, as well as self-contained structs and lambas. 2016-04-11 01:02:43 -04:00
function_types_basic.hpp sol::property is implemented for usertypes now 2016-04-17 02:18:34 -04:00
function_types_core.hpp :l Stop finding bugs in my code -- unique_usertype_traits implemented, sol::overloaded work for static functions 2016-04-24 01:39:44 -04:00
function_types_member.hpp sol::property is implemented for usertypes now 2016-04-17 02:18:34 -04:00
function_types_overload.hpp :l Stop finding bugs in my code -- unique_usertype_traits implemented, sol::overloaded work for static functions 2016-04-24 01:39:44 -04:00
function_types_templated.hpp Ensure compilation for 2 more function types 2016-04-07 05:43:44 -04:00
function_types_usertype.hpp sol::property is implemented for usertypes now 2016-04-17 02:18:34 -04:00
function_types.hpp sol::property is implemented for usertypes now 2016-04-17 02:18:34 -04:00
function.hpp Inclusion argument order sorting 2016-04-23 17:40:22 -04:00
inheritance.hpp Alright, NOW everything's kosher. Bwuh, byte order marks... 2016-03-14 09:53:24 -04:00
load_result.hpp :l Stop finding bugs in my code -- unique_usertype_traits implemented, sol::overloaded work for static functions 2016-04-24 01:39:44 -04:00
object.hpp sol::property is implemented for usertypes now 2016-04-17 02:18:34 -04:00
optional.hpp Properly directly include optional and reference it in C++17 and beyond. 2016-03-24 15:51:04 -04:00
overload.hpp :l Stop finding bugs in my code -- unique_usertype_traits implemented, sol::overloaded work for static functions 2016-04-24 01:39:44 -04:00
protected_function_result.hpp shiny new load_result type, and thusly we're ready for 2.5. 2016-04-23 18:18:02 -04:00
protected_function.hpp Shiny quick 'n' dirty tutorial -- variadic_args now is iterable -- fixed bug with transparent args in overload resolution -- added load functions 2016-04-23 17:07:51 -04:00
proxy_base.hpp NOW we're truly feature complete. Sheesh, the work that this requires.... 2016-03-31 16:16:07 -04:00
proxy.hpp Documentation update, get_or for proxies, and other goodies. 2016-04-09 00:55:12 -04:00
raii.hpp Alright, NOW everything's kosher. Bwuh, byte order marks... 2016-03-14 09:53:24 -04:00
reference.hpp stack implementation, plus reference semantics within lua for usertypes/data now. 2016-04-07 05:21:49 -04:00
resolve.hpp Alright, NOW everything's kosher. Bwuh, byte order marks... 2016-03-14 09:53:24 -04:00
stack_check_get.hpp Full-on optional support. 2016-03-25 10:39:54 -04:00
stack_check.hpp :l Stop finding bugs in my code -- unique_usertype_traits implemented, sol::overloaded work for static functions 2016-04-24 01:39:44 -04:00
stack_core.hpp stack implementation, plus reference semantics within lua for usertypes/data now. 2016-04-07 05:21:49 -04:00
stack_field.hpp Allow for "static functions" to be registered on userdata like other parts of the framework, as well as self-contained structs and lambas. 2016-04-11 01:02:43 -04:00
stack_get.hpp :l Stop finding bugs in my code -- unique_usertype_traits implemented, sol::overloaded work for static functions 2016-04-24 01:39:44 -04:00
stack_guard.hpp stack implementation, plus reference semantics within lua for usertypes/data now. 2016-04-07 05:21:49 -04:00
stack_pop.hpp stack implementation, plus reference semantics within lua for usertypes/data now. 2016-04-07 05:21:49 -04:00
stack_probe.hpp full-on optional support. so much support it's coming through my eyeballs. Goodness. 2016-03-30 00:31:18 -04:00
stack_proxy.hpp Inclusion argument order sorting 2016-04-23 17:40:22 -04:00
stack_push.hpp :l Stop finding bugs in my code -- unique_usertype_traits implemented, sol::overloaded work for static functions 2016-04-24 01:39:44 -04:00
stack_reference.hpp shiny new load_result type, and thusly we're ready for 2.5. 2016-04-23 18:18:02 -04:00
stack.hpp Inclusion argument order sorting 2016-04-23 17:40:22 -04:00
state_view.hpp shiny new load_result type, and thusly we're ready for 2.5. 2016-04-23 18:18:02 -04:00
state.hpp stack implementation, plus reference semantics within lua for usertypes/data now. 2016-04-07 05:21:49 -04:00
table_core.hpp Allow for "static functions" to be registered on userdata like other parts of the framework, as well as self-contained structs and lambas. 2016-04-11 01:02:43 -04:00
table_iterator.hpp stack implementation, plus reference semantics within lua for usertypes/data now. 2016-04-07 05:21:49 -04:00
table.hpp Alright, NOW everything's kosher. Bwuh, byte order marks... 2016-03-14 09:53:24 -04:00
thread.hpp shiny new load_result type, and thusly we're ready for 2.5. 2016-04-23 18:18:02 -04:00
traits.hpp :l Stop finding bugs in my code -- unique_usertype_traits implemented, sol::overloaded work for static functions 2016-04-24 01:39:44 -04:00
tuple.hpp Eat shit, std::tuple 2016-03-31 12:12:04 -04:00
types.hpp :l Stop finding bugs in my code -- unique_usertype_traits implemented, sol::overloaded work for static functions 2016-04-24 01:39:44 -04:00
userdata.hpp stack implementation, plus reference semantics within lua for usertypes/data now. 2016-04-07 05:21:49 -04:00
usertype_traits.hpp Better demangling 2016-04-22 17:06:56 -04:00
usertype.hpp :l Stop finding bugs in my code -- unique_usertype_traits implemented, sol::overloaded work for static functions 2016-04-24 01:39:44 -04:00
variadic_args.hpp Inclusion argument order sorting 2016-04-23 17:40:22 -04:00