sol2/include/sol
2021-02-10 13:10:53 -05:00
..
compatibility First draft of sol_lua_check_access fixes 2021-01-04 05:52:30 -05:00
as_args.hpp Even better Regression Testing™ 2020-08-13 10:42:37 -04:00
as_returns.hpp First draft of sol_lua_check_access fixes 2021-01-04 05:52:30 -05:00
base_traits.hpp First draft of sol_lua_check_access fixes 2021-01-04 05:52:30 -05:00
bind_traits.hpp Fix various issues 2020-11-19 15:12:56 -05:00
bytecode.hpp Some changes for Shadowing Errors 2020-12-19 00:47:55 -05:00
call.hpp B R E A K I N G C H A N G E 2021-01-20 13:55:44 -05:00
compatibility.hpp Heavily improve usage of Preprocessor checks 2020-09-26 06:47:32 -04:00
config.hpp Even better Regression Testing™ 2020-08-13 10:42:37 -04:00
coroutine.hpp Fix up string_view handling 2021-01-21 15:58:27 -05:00
debug.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
demangle.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
deprecate.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
dump_handler.hpp Some changes for Shadowing Errors 2020-12-19 00:47:55 -05:00
ebco.hpp Overhaul function calls and usage 2020-12-17 23:25:48 -05:00
environment.hpp Heavily improve usage of Preprocessor checks 2020-09-26 06:47:32 -04:00
error_handler.hpp Even better Regression Testing™ 2020-08-13 10:42:37 -04:00
error.hpp Some changes for Shadowing Errors 2020-12-19 00:47:55 -05:00
forward_detail.hpp Even better Regression Testing™ 2020-08-13 10:42:37 -04:00
forward.hpp Freeze current progress 2020-12-06 00:41:32 -05:00
function_result.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
function_types_core.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
function_types_overloaded.hpp New Workflows, More Optional Tests 2020-12-18 23:48:42 -05:00
function_types_stateful.hpp Overhaul function calls and usage 2020-12-17 23:25:48 -05:00
function_types_stateless.hpp Some changes for Shadowing Errors 2020-12-19 00:47:55 -05:00
function_types_templated.hpp Overhaul function calls and usage 2020-12-17 23:25:48 -05:00
function_types.hpp B R E A K I N G C H A N G E 2021-01-20 13:55:44 -05:00
function.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
in_place.hpp Even better Regression Testing™ 2020-08-13 10:42:37 -04:00
inheritance.hpp Some fixups! 2021-01-04 14:58:54 -05:00
load_result.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
lua_table.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
lua_value.hpp First draft of sol_lua_check_access fixes 2021-01-04 05:52:30 -05:00
make_reference.hpp Even better Regression Testing™ 2020-08-13 10:42:37 -04:00
metatable.hpp B R E A K I N G C H A N G E 2021-01-20 13:55:44 -05:00
object_base.hpp First draft of sol_lua_check_access fixes 2021-01-04 05:52:30 -05:00
object.hpp B R E A K I N G C H A N G E 2021-01-20 13:55:44 -05:00
optional_implementation.hpp B R E A K I N G C H A N G E 2021-01-20 13:55:44 -05:00
optional.hpp Support constexpr boost::none with recent Boost versions. 2021-02-10 13:10:53 -05:00
overload.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
packaged_coroutine.hpp Fix up string_view handling 2021-01-21 15:58:27 -05:00
pairs_iterator.hpp protected_function, not function 2021-01-24 12:38:37 -05:00
pointer_like.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
policies.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
property.hpp Fix various issues 2020-11-19 15:12:56 -05:00
protect.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
protected_function_result.hpp Heavily improve usage of Preprocessor checks 2020-09-26 06:47:32 -04:00
protected_function.hpp Fix up string_view handling 2021-01-21 15:58:27 -05:00
protected_handler.hpp B R E A K I N G C H A N G E 2021-01-20 13:55:44 -05:00
proxy_base.hpp Fix various issues 2020-11-19 15:12:56 -05:00
raii.hpp B R E A K I N G C H A N G E 2021-01-20 13:55:44 -05:00
reference.hpp B R E A K I N G C H A N G E 2021-01-20 13:55:44 -05:00
resolve.hpp Fix various issues 2020-11-19 15:12:56 -05:00
sol.hpp Fold string literals better by moving them inside 2020-12-29 21:59:28 -05:00
stack_check_get_qualified.hpp B R E A K I N G C H A N G E 2021-01-20 13:55:44 -05:00
stack_check_get_unqualified.hpp B R E A K I N G C H A N G E 2021-01-20 13:55:44 -05:00
stack_check_get.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
stack_check_qualified.hpp First draft of sol_lua_check_access fixes 2021-01-04 05:52:30 -05:00
stack_check_unqualified.hpp B R E A K I N G C H A N G E 2021-01-20 13:55:44 -05:00
stack_check.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
stack_core.hpp Fix up the pop<> behavior here... 2021-02-02 20:36:49 -05:00
stack_field.hpp B R E A K I N G C H A N G E 2021-01-20 13:55:44 -05:00
stack_get_qualified.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
stack_get_unqualified.hpp B R E A K I N G C H A N G E 2021-01-20 13:55:44 -05:00
stack_get.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
stack_guard.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
stack_iterator.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
stack_pop.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
stack_probe.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
stack_proxy_base.hpp Some changes for Shadowing Errors 2020-12-19 00:47:55 -05:00
stack_proxy.hpp Even better Regression Testing™ 2020-08-13 10:42:37 -04:00
stack_push.hpp B R E A K I N G C H A N G E 2021-01-20 13:55:44 -05:00
stack_reference.hpp B R E A K I N G C H A N G E 2021-01-20 13:55:44 -05:00
stack.hpp First draft of sol_lua_check_access fixes 2021-01-04 05:52:30 -05:00
state_handling.hpp First draft of sol_lua_check_access fixes 2021-01-04 05:52:30 -05:00
state_view.hpp Protect against empty requires 2021-01-24 22:53:35 -05:00
state.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
string_view.hpp Even better Regression Testing™ 2020-08-13 10:42:37 -04:00
table_core.hpp M O R E B R E A K I N G C H A N G E S 2021-01-21 03:26:42 -05:00
table_iterator.hpp B R E A K I N G C H A N G E 2021-01-20 13:55:44 -05:00
table_proxy.hpp Protect against empty requires 2021-01-24 22:53:35 -05:00
table.hpp M O R E B R E A K I N G C H A N G E S 2021-01-21 03:26:42 -05:00
thread.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
tie.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
traits.hpp Implement better insert-with-no-iterator support 2021-01-22 01:32:42 -05:00
trampoline.hpp First draft of sol_lua_check_access fixes 2021-01-04 05:52:30 -05:00
tuple.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
types.hpp M O R E B R E A K I N G C H A N G E S 2021-01-21 03:26:42 -05:00
unicode.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
unique_usertype_traits.hpp Remove const/volatile from Type 2021-02-01 23:32:52 -05:00
unsafe_function_result.hpp Heavily improve usage of Preprocessor checks 2020-09-26 06:47:32 -04:00
unsafe_function.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
userdata.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
usertype_container_launch.hpp B R E A K I N G C H A N G E 2021-01-20 13:55:44 -05:00
usertype_container.hpp Implement better insert-with-no-iterator support 2021-01-22 01:32:42 -05:00
usertype_core.hpp Fix up string_view handling 2021-01-21 15:58:27 -05:00
usertype_proxy.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
usertype_storage.hpp Implement better insert-with-no-iterator support 2021-01-22 01:32:42 -05:00
usertype_traits.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
usertype.hpp B R E A K I N G C H A N G E 2021-01-20 13:55:44 -05:00
variadic_args.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00
variadic_results.hpp Even better Regression Testing™ 2020-08-13 10:42:37 -04:00
version.hpp B R E A K I N G C H A N G E 2021-01-20 13:55:44 -05:00
wrapper.hpp Fix a lot of errors 2020-12-16 15:25:35 -05:00