This website requires JavaScript.
Explore
Help
Sign In
StarMirror
/
sol2
Watch
1
Star
0
Fork
0
You've already forked sol2
mirror of
https://github.com/ThePhD/sol2.git
synced
2024-03-22 13:10:44 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
sol2
/
sol
History
ThePhD
e0bcf5a11e
Ordering things more nicely for GCC and fixing calls to always used extra
types
parameters when they can for early-out decltype deduction, rather than recursive template reliance (compiles better for VC++ and resolves earlier for g++).
2013-12-15 17:09:23 -05:00
..
error.hpp
Initial commit
2013-11-25 04:56:27 -05:00
function.hpp
New test cases for the order of returns. Apparently, its screwing up between both lua and C++. Have to test thoroughly. Changes currently are half-working.
2013-12-15 16:27:20 -05:00
lua_function.hpp
Ordering things more nicely for GCC and fixing calls to always used extra
types
parameters when they can for early-out decltype deduction, rather than recursive template reliance (compiles better for VC++ and resolves earlier for g++).
2013-12-15 17:09:23 -05:00
object.hpp
Add operator== and operator!= support for sol::object and nil
2013-12-14 00:28:14 -05:00
reference.hpp
Removed uses of constexpr for MSVC 2013
2013-11-25 05:20:14 -05:00
stack.hpp
Ordering things more nicely for GCC and fixing calls to always used extra
types
parameters when they can for early-out decltype deduction, rather than recursive template reliance (compiles better for VC++ and resolves earlier for g++).
2013-12-15 17:09:23 -05:00
state.hpp
Basic operator[] support for tables
2013-12-12 18:12:07 -05:00
table.hpp
Several changes. I took away operator() for the proxy type, because it'd interfere with the
Callable
type and all. Alas, good things do die I suppose. =[
2013-12-14 23:25:44 -05:00
traits.hpp
Several changes. I took away operator() for the proxy type, because it'd interfere with the
Callable
type and all. Alas, good things do die I suppose. =[
2013-12-14 23:25:44 -05:00
tuple.hpp
New test cases for the order of returns. Apparently, its screwing up between both lua and C++. Have to test thoroughly. Changes currently are half-working.
2013-12-15 16:27:20 -05:00
types.hpp
operator!= for
nil_t
2013-12-14 20:16:28 -05:00