sol2/sol
2017-04-02 22:37:01 -04:00
..
compatibility New feature: environment plus documentation about the environment table and its usage with scripts. 2017-04-02 16:10:00 -04:00
as_args.hpp as_args and threading API cleanliness. 2016-11-26 13:58:06 -05:00
bind_traits.hpp Add more tests and fix smaller errors with overloading and such. 2016-07-09 01:12:33 -04:00
call.hpp The new constructor syntax was very easy to implement... 2017-03-16 03:07:20 -04:00
compatibility.hpp New feature: environment plus documentation about the environment table and its usage with scripts. 2017-04-02 16:10:00 -04:00
container_usertype_metatable.hpp Accidentally put a critical check inside of a SOL_SAFE_USERTYPE define... Buh. 2017-03-16 10:12:17 -04:00
coroutine.hpp Oh boy, more simplicity functions...! 2016-12-10 01:19:23 -05:00
debug.hpp Herpin' that derp. 2016-06-19 19:02:40 -04:00
demangle.hpp Time to break everything. 2017-03-12 21:35:19 -04:00
deprecate.hpp Having a using statement that references the deprecation mechanism triggers... deprecation. 2016-06-19 19:06:35 -04:00
environment.hpp new travis environments to be tested out for osx stuff, plus new_table docs and environments on function calls 2017-04-02 22:37:01 -04:00
error.hpp Pop errors off the stack if they're present. 2016-10-29 15:12:47 -04:00
function_result.hpp -Wshadow and -Wconversion are kind've dumb 2016-11-25 20:47:15 -05:00
function_types_core.hpp Now protect should work in multiple places, albeit we still need to do some optimizations to kick it in 2016-07-09 13:38:55 -04:00
function_types_overloaded.hpp simple_usertype now responds with nil on bad lookups and sets items into place properly when new_index'd 2017-02-19 05:00:11 -05:00
function_types_stateful.hpp -Wshadow and -Wconversion are kind've dumb 2016-11-25 20:47:15 -05:00
function_types_stateless.hpp Now protect should work in multiple places, albeit we still need to do some optimizations to kick it in 2016-07-09 13:38:55 -04:00
function_types_templated.hpp Now protect should work in multiple places, albeit we still need to do some optimizations to kick it in 2016-07-09 13:38:55 -04:00
function_types.hpp Ensure construction of special types in simple_usertype is working, and for regular usertype as well. 2017-02-20 03:44:41 -05:00
function.hpp Oh boy, more simplicity functions...! 2016-12-10 01:19:23 -05:00
in_place.hpp Fix in_place and optional usage here 2016-08-17 15:05:26 -04:00
inheritance.hpp OoOoOooh and the world exploooodes. 2016-09-17 22:15:46 -04:00
load_result.hpp -Wshadow and -Wconversion are kind've dumb 2016-11-25 20:47:15 -05:00
object_base.hpp New feature: environment plus documentation about the environment table and its usage with scripts. 2017-04-02 16:10:00 -04:00
object.hpp New feature: environment plus documentation about the environment table and its usage with scripts. 2017-04-02 16:10:00 -04:00
optional_implementation.hpp change expression code so that it evalautes to a reference properly when throwing, otherwise VC++ will return a reference to a value it creates (thanks, VC++ extensions...) 2017-03-19 18:06:46 -04:00
optional.hpp Ditch the dependency on the optional submodule, nobody's ever gonna care about it... 2016-11-01 05:31:59 -04:00
overload.hpp Bark. I always forget things. 2016-09-14 00:02:15 -04:00
property.hpp Make everything super robust, thanks to @eevee pointing out some derps in how things were handled 2016-08-07 20:56:05 -04:00
protect.hpp Add more tests and fix smaller errors with overloading and such. 2016-07-09 01:12:33 -04:00
protected_function_result.hpp -Wshadow and -Wconversion are kind've dumb 2016-11-25 20:47:15 -05:00
protected_function.hpp Fix a latent herpderp from when I added new constructors to protected_function that resolves an ambigious implicit conversion. 2017-03-25 20:28:22 -04:00
proxy_base.hpp new travis environments to be tested out for osx stuff, plus new_table docs and environments on function calls 2017-04-02 22:37:01 -04:00
proxy.hpp Bug in not properly keeping the observed valid table on the stack. 2017-02-01 06:54:30 -05:00
raii.hpp Bark. I always forget things. 2016-09-14 00:02:15 -04:00
reference.hpp New feature: environment plus documentation about the environment table and its usage with scripts. 2017-04-02 16:10:00 -04:00
resolve.hpp Make sure resolve works and provide some protection against deleting the handler that originates from a specific sol::state. sol::state_view users will be left out in the dark, though. 2016-12-26 13:50:08 -05:00
simple_usertype_metatable.hpp Tracking LuaJIT deletion bug, but it seems to be connected to the Hash Map iterator level...? Something is wrong, here... 2017-03-13 15:05:02 -04:00
stack_check_get.hpp customization points are now live 2016-07-29 00:57:47 -04:00
stack_check.hpp New feature: nested getter for complex nested tables, plus docs and example 2017-03-30 14:11:43 -04:00
stack_core.hpp New feature: environment plus documentation about the environment table and its usage with scripts. 2017-04-02 16:10:00 -04:00
stack_field.hpp objc define to keep code clean on that platform 2016-12-03 07:33:18 -05:00
stack_get.hpp New feature: nested getter for complex nested tables, plus docs and example 2017-03-30 14:11:43 -04:00
stack_guard.hpp Fix protected_function shenanigans, hopefully for good. 2016-10-04 23:37:08 -04:00
stack_pop.hpp customization points are now live 2016-07-29 00:57:47 -04:00
stack_probe.hpp objc define to keep code clean on that platform 2016-12-03 07:33:18 -05:00
stack_proxy.hpp Make various arguments push based on the Lua state passed, not on the Lua state they have (avoids a small class of errors and makes the panic function call tiself more regularly). 2016-12-06 10:51:14 -05:00
stack_push.hpp new travis environments to be tested out for osx stuff, plus new_table docs and environments on function calls 2017-04-02 22:37:01 -04:00
stack_reference.hpp New feature: environment plus documentation about the environment table and its usage with scripts. 2017-04-02 16:10:00 -04:00
stack.hpp Fix slight error when error handler was called and the result wasn't properly moved. 2017-03-31 22:39:16 -04:00
state_view.hpp new travis environments to be tested out for osx stuff, plus new_table docs and environments on function calls 2017-04-02 22:37:01 -04:00
state.hpp Fix leak issues and some ordering in state(view) move operations. Closes #336. 2017-02-15 05:42:44 -05:00
string_shim.hpp Fix alignment issues with optional implementation 2016-12-16 00:31:45 -05:00
table_core.hpp new travis environments to be tested out for osx stuff, plus new_table docs and environments on function calls 2017-04-02 22:37:01 -04:00
table_iterator.hpp objc define to keep code clean on that platform 2016-12-03 07:33:18 -05:00
table.hpp Documentation updates -- require function and add function and size function needed documentation 2016-06-19 17:59:40 -04:00
thread.hpp Goddamn unused parameters... 2016-12-10 05:56:10 -05:00
tie.hpp Work around clang-cl compilation issue. 2017-01-26 03:32:17 -08:00
traits.hpp make sure member functions for simple usertypes propogate their desired type. 2017-02-17 05:46:39 -05:00
tuple.hpp More reductions... 2016-06-27 12:47:56 -04:00
types.hpp new travis environments to be tested out for osx stuff, plus new_table docs and environments on function calls 2017-04-02 22:37:01 -04:00
userdata.hpp New feature: environment plus documentation about the environment table and its usage with scripts. 2017-04-02 16:10:00 -04:00
usertype_metatable.hpp fixes to a lot of tests and proper subclassing for internal metatable data and work done to all of the usertypes to make them behave as expected 2017-03-23 21:13:46 -04:00
usertype_traits.hpp Add heavy support for all things array and list and stuff 2016-11-09 07:42:45 -05:00
usertype.hpp Tracking LuaJIT deletion bug, but it seems to be connected to the Hash Map iterator level...? Something is wrong, here... 2017-03-13 15:05:02 -04:00
variadic_args.hpp forgot return type: update single 2017-01-07 01:11:03 -05:00
wrapper.hpp Now protect should work in multiple places, albeit we still need to do some optimizations to kick it in 2016-07-09 13:38:55 -04:00