.. |
compatibility
|
Guess who joined the fuccboi club with g++ and VC++? THAT'S RIGHT, IT'S MINGW AND IT'S HANDY DANDY FRIEND, LIBSTDC++! WOOOOOO!
|
2016-08-12 15:57:53 -04: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
|
V E T T E D
|
2016-08-23 21:42:27 -04:00 |
compatibility.hpp
|
Herpin' that derp.
|
2016-06-19 19:02:40 -04:00 |
container_usertype_metatable.hpp
|
tables and userdata and pairs and ipairs, oh my
|
2016-08-24 08:31:18 -04:00 |
coroutine.hpp
|
Herpin' that derp.
|
2016-06-19 19:02:40 -04:00 |
debug.hpp
|
Herpin' that derp.
|
2016-06-19 19:02:40 -04:00 |
demangle.hpp
|
Grumblemumble goddamn Xeo grumbleMumble
|
2016-08-07 14:04:07 -04:00 |
deprecate.hpp
|
Having a using statement that references the deprecation mechanism triggers... deprecation.
|
2016-06-19 19:06:35 -04:00 |
error.hpp
|
Herpin' that derp.
|
2016-06-19 19:02:40 -04:00 |
function_result.hpp
|
Closes #125
|
2016-06-22 11:33:07 -04: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
|
protect could use some additional optimizations for space, but I'm kinna tired.
|
2016-07-09 03:43:51 -04:00 |
function_types_stateful.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_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
|
V E T T E D
|
2016-08-23 21:42:27 -04:00 |
function.hpp
|
customization points are now live
|
2016-07-29 00:57:47 -04:00 |
in_place.hpp
|
Fix in_place and optional usage here
|
2016-08-17 15:05:26 -04:00 |
inheritance.hpp
|
[OH GOD SO BROKEN WHY] This is tentative, untested "support" for calling inherited functions.
|
2016-08-10 06:32:44 -04:00 |
load_result.hpp
|
Documentation updates -- require function and add function and size function needed documentation
|
2016-06-19 17:59:40 -04:00 |
object.hpp
|
Fix #180
|
2016-08-17 14:29:21 -04:00 |
optional.hpp
|
Add hinting optimization to arrays
|
2016-08-19 21:08:03 -04:00 |
overload.hpp
|
This mega-commit produces simple_usertype to allow for faster compile times by avoiding the use of __index internally. It sacrifices some speed and some storage optimizations and also does not allow variable syntax, but the produced table is directly modifiable.
|
2016-07-07 16:52:39 -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
|
Documentation updates -- require function and add function and size function needed documentation
|
2016-06-19 17:59:40 -04:00 |
protected_function.hpp
|
Documentation updates -- require function and add function and size function needed documentation
|
2016-06-19 17:59:40 -04:00 |
proxy_base.hpp
|
Documentation updates -- require function and add function and size function needed documentation
|
2016-06-19 17:59:40 -04:00 |
proxy.hpp
|
More templated fixes.
|
2016-06-29 14:08:26 -04:00 |
raii.hpp
|
New initializer type called sol::factories , and the documentation to go with it
|
2016-08-17 01:16:44 -04:00 |
reference.hpp
|
Let's do iiiit.
|
2016-07-28 13:33:08 -04:00 |
resolve.hpp
|
Documentation updates -- require function and add function and size function needed documentation
|
2016-06-19 17:59:40 -04:00 |
simple_usertype_metatable.hpp
|
Documents nullptr (Closes #159)
|
2016-08-06 00:30:35 -04:00 |
stack_check_get.hpp
|
customization points are now live
|
2016-07-29 00:57:47 -04:00 |
stack_check.hpp
|
Fix 'expected .. received ..' message for function arguments
|
2016-08-12 04:33:26 +02:00 |
stack_core.hpp
|
V E T T E D
|
2016-08-23 21:42:27 -04:00 |
stack_field.hpp
|
V E T T E D
|
2016-08-23 21:42:27 -04:00 |
stack_get.hpp
|
V E T T E D
|
2016-08-23 21:42:27 -04:00 |
stack_guard.hpp
|
Documentation updates -- require function and add function and size function needed documentation
|
2016-06-19 17:59:40 -04:00 |
stack_pop.hpp
|
customization points are now live
|
2016-07-29 00:57:47 -04:00 |
stack_probe.hpp
|
Documentation updates -- require function and add function and size function needed documentation
|
2016-06-19 17:59:40 -04:00 |
stack_proxy.hpp
|
customization points are now live
|
2016-07-29 00:57:47 -04:00 |
stack_push.hpp
|
V E T T E D
|
2016-08-23 21:42:27 -04:00 |
stack_reference.hpp
|
Documentation updates -- require function and add function and size function needed documentation
|
2016-06-19 17:59:40 -04:00 |
stack.hpp
|
customization points are now live
|
2016-07-29 00:57:47 -04:00 |
state_view.hpp
|
tables and userdata and pairs and ipairs, oh my
|
2016-08-24 08:31:18 -04:00 |
state.hpp
|
Documentation updates -- require function and add function and size function needed documentation
|
2016-06-19 17:59:40 -04:00 |
string_shim.hpp
|
Attempt #1 at reducing compiler overhead for large numbers of template instantiations.
|
2016-06-27 12:15:32 -04:00 |
table_core.hpp
|
V E T T E D
|
2016-08-23 21:42:27 -04:00 |
table_iterator.hpp
|
Documentation updates -- require function and add function and size function needed documentation
|
2016-06-19 17:59:40 -04: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
|
Documentation updates -- require function and add function and size function needed documentation
|
2016-06-19 17:59:40 -04:00 |
tie.hpp
|
customization points are now live
|
2016-07-29 00:57:47 -04:00 |
traits.hpp
|
V E T T E D
|
2016-08-23 21:42:27 -04:00 |
tuple.hpp
|
More reductions...
|
2016-06-27 12:47:56 -04:00 |
types.hpp
|
V E T T E D
|
2016-08-23 21:42:27 -04:00 |
userdata.hpp
|
Documentation updates -- require function and add function and size function needed documentation
|
2016-06-19 17:59:40 -04:00 |
usertype_metatable.hpp
|
O-O-O-OVERHAAAAAUL no not really just bug fixes....
|
2016-08-22 22:45:06 -04:00 |
usertype_traits.hpp
|
Fix #139
|
2016-07-12 20:55:26 -04:00 |
usertype.hpp
|
V E T T E D
|
2016-08-23 21:42:27 -04:00 |
variadic_args.hpp
|
customization points are now live
|
2016-07-29 00:57:47 -04: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 |