ThePhD
|
d107cb8cc9
|
allow final classes to be used
improve error reporting for stack checks
|
2017-10-26 12:54:30 -04:00 |
|
ThePhD
|
5816c6c34b
|
.clang-format the crap out of everything, I guess...!
|
2017-09-13 02:46:56 -04:00 |
|
ThePhD
|
fc91147edc
|
fix errors
|
2017-09-05 21:07:33 -04:00 |
|
ThePhD
|
eb313eb8bc
|
remove string_shim and just outright make a basic_string_view mockup that serves our purposes. It won't be a real string view, but then again nobody should be using it extensively!~
|
2017-09-05 20:29:21 -04:00 |
|
ThePhD
|
761641202f
|
initial __type implementation, need to bikeshed over what goes in it and how to query information (sol::lib::extensions time?)
fixed `sol::string_view` not pushing a string based on return type
|
2017-09-05 13:58:17 -04:00 |
|
ThePhD
|
54bcda140c
|
upgrade checkers and handlers to take a semi-optional "reason" type (const char* c-string desired)
add constructor_handler in same vein of handlers
add argument_handler in same vein of handlers
rewrite env_t checkers
|
2017-08-31 20:47:09 -04:00 |
|