ThePhD
|
31e7857870
|
Merge remote-tracking branch 'root/develop' into develop
# Conflicts:
# examples/usertype.cpp
# sol.hpp
# sol/debug.hpp
# sol/default_construct.hpp
# sol/demangle.hpp
# sol/deprecate.hpp
# sol/error.hpp
# sol/function.hpp
# sol/function_types.hpp
# sol/object.hpp
# sol/proxy.hpp
# sol/reference.hpp
# sol/resolve.hpp
# sol/stack.hpp
# sol/state.hpp
# sol/table.hpp
# sol/traits.hpp
# sol/tuple.hpp
# sol/types.hpp
# sol/usertype.hpp
# sol/usertype_traits.hpp
|
2016-01-24 12:16:38 -05:00 |
|
ThePhD
|
93d532094e
|
object is now more flexible while still supporting the same semantics
indentation an spacing fixes for everything
|
2015-10-20 21:38:28 -04:00 |
|
Rapptz
|
38d03eef6e
|
Update copyright year.
|
2015-07-21 19:51:17 -04:00 |
|
ThePhD
|
184f16d7fa
|
Updated copyright headers and added compatibility with lua 5.1.5 and luajit!
This means sol can now run on the fastest dynamic language implementation ever!
Wooo!~
|
2015-05-24 21:29:21 -04:00 |
|
ThePhD
|
4a7154b219
|
Add additional type to allow for types themselves to be declared deprecated (through using statements and the like).
|
2014-09-19 11:11:38 -04:00 |
|
Rapptz
|
f9b6cf1595
|
Add a newline to every sol file missing one
|
2014-05-29 01:47:27 -04:00 |
|
Rapptz
|
23ed27df89
|
Renamed DEPRECATE to SOL_DEPRECATED
|
2014-04-25 20:11:00 -04:00 |
|
ThePhD
|
c145759da8
|
Deprecation mechanism, improvements to lua_function's classes, and demangling for MSVC and gcc/clang
|
2014-04-25 20:08:07 -04:00 |
|