sol2/sol
2016-05-05 16:14:13 -04:00
..
compatibility compat for g fucking libgarbage 2016-03-30 03:33:44 -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 Use absolute indices in the places where it's necessary. 2016-05-03 16:49:53 -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 push_reference and specific notes in the documentation for it 2016-05-01 17:10:41 -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 This commit adds some QoI constructor keys / types, as well as implements make_object. The documentation has been updated as well. 2016-05-03 14:19:30 -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 push_reference and specific notes in the documentation for it 2016-05-01 17:10:41 -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 Use absolute indices in the places where it's necessary. 2016-05-03 16:49:53 -04:00
raii.hpp This commit adds some QoI constructor keys / types, as well as implements make_object. The documentation has been updated as well. 2016-05-03 14:19:30 -04:00
reference.hpp Use absolute indices in the places where it's necessary. 2016-05-03 16:49:53 -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 push_reference and specific notes in the documentation for it 2016-05-01 17:10:41 -04:00
stack_field.hpp Use absolute indices in the places where it's necessary. 2016-05-03 16:49:53 -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 Update version numbers, fix tests, and change bond -> tie, since nobody understands what bond means 2016-04-24 10:09:05 -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 Ordering issues make me sad. 2016-05-03 15:17:14 -04:00
stack.hpp This commit adds some QoI constructor keys / types, as well as implements make_object. The documentation has been updated as well. 2016-05-03 14:19:30 -04:00
state_view.hpp flesh out load buffer a little bit 2016-05-05 16:14:13 -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 Use absolute indices in the places where it's necessary. 2016-05-03 16:49:53 -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
tie.hpp Update version numbers, fix tests, and change bond -> tie, since nobody understands what bond means 2016-04-24 10:09:05 -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 Fix optional usages and edge cases. Closes #74 2016-05-02 01:52:51 -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 Ordering issues make me sad. 2016-05-03 15:17:14 -04:00
variadic_args.hpp muh tabz 2016-04-24 17:40:01 -04:00