forked from Revolutionary-Games/Thrive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Revolutionary-Games#444 from hhyyrylainen/updatelu…
…abind Updated luabind to fix broken build. It is now on the master branch a few weeks behind the latest version
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule luabind
updated
15 files
+1 −1 | .gitmodules | |
+6 −0 | CMakeLists.txt | |
+52 −2 | luabind/class.hpp | |
+4 −0 | luabind/detail/object.hpp | |
+2 −0 | luabind/detail/object_rep.hpp | |
+1 −0 | luabind/handle.hpp | |
+51 −0 | luabind/std_shared_ptr_converter.hpp | |
+6 −0 | src/class_info.cpp | |
+1 −8 | src/class_rep.cpp | |
+58 −0 | src/object_rep.cpp | |
+1 −1 | src/open.cpp | |
+32 −3 | src/weak_ref.cpp | |
+1 −0 | src/wrapper_base.cpp | |
+4 −0 | test/CMakeLists.txt | |
+79 −0 | test/test_index_operator.cpp |