Skip to content

Commit

Permalink
Update luabind.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Feb 23, 2017
1 parent c96c2e4 commit 56551cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Externals/luabind
Submodule luabind updated 59 files
+1 −1 CMakeLists.txt
+1 −4 README.md
+4 −6 luabind/adopt_policy.hpp
+26 −38 luabind/class.hpp
+1 −1 luabind/class_info.hpp
+0 −10 luabind/config.hpp
+2 −5 luabind/container_policy.hpp
+4 −5 luabind/copy_policy.hpp
+5 −7 luabind/dependency_policy.hpp
+2 −2 luabind/detail/call.hpp
+1 −1 luabind/detail/call_function.hpp
+2 −2 luabind/detail/class_registry.hpp
+4 −9 luabind/detail/class_rep.hpp
+1 −1 luabind/detail/constructor.hpp
+1 −1 luabind/detail/conversion_policies/conversion_base.hpp
+11 −11 luabind/detail/conversion_policies/native_converter.hpp
+6 −3 luabind/detail/enum_maker.hpp
+4 −9 luabind/detail/format_signature.hpp
+3 −3 luabind/detail/inheritance.hpp
+3 −3 luabind/detail/make_instance.hpp
+1 −2 luabind/detail/object_rep.hpp
+2 −8 luabind/detail/policy.hpp
+1 −4 luabind/discard_result_policy.hpp
+2 −8 luabind/error.hpp
+1 −1 luabind/exception_handler.hpp
+5 −5 luabind/function.hpp
+4 −6 luabind/iterator_policy.hpp
+2 −2 luabind/lua_proxy_interface.hpp
+9 −13 luabind/make_function.hpp
+0 −87 luabind/memory.hpp
+0 −165 luabind/memory_allocator.hpp
+2 −4 luabind/operator.hpp
+12 −17 luabind/out_value_policy.hpp
+4 −4 luabind/pointer_traits.hpp
+3 −5 luabind/raw_policy.hpp
+2 −5 luabind/return_reference_to_policy.hpp
+3 −3 luabind/scope.hpp
+0 −38 luabind/types.hpp
+2 −2 luabind/wrapper_base.hpp
+1 −4 luabind/yield_policy.hpp
+0 −14 src/.gitignore
+18 −34 src/class.cpp
+2 −2 src/class_info.cpp
+1 −1 src/class_registry.cpp
+3 −3 src/class_rep.cpp
+3 −32 src/create_class.cpp
+0 −4 src/error.cpp
+7 −10 src/function.cpp
+1 −1 src/function_introspection.cpp
+13 −11 src/inheritance.cpp
+0 −436 src/luabind.vcxproj
+0 −386 src/luabind.vcxproj.filters
+0 −10 src/memory.cpp
+3 −3 src/object_rep.cpp
+9 −9 src/scope.cpp
+2 −2 src/stack_content_by_name.cpp
+2 −2 src/weak_ref.cpp
+3 −1 test/test_function_introspection.cpp
+6 −6 test/test_object.cpp

2 comments on commit 56551cd

@ShokerStlk
Copy link
Contributor

@ShokerStlk ShokerStlk commented on 56551cd Feb 24, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Я честно говоря совсем запутался в этих субмодулях - как я понял этот коммит обновляет используемую версию луабинда на более свежую, но при этом файлы, на которые он указывают, в самом remote репозитории луабинда (от OpenXray) отсутствуют. (а точнее там висят их устаревшие версии) Разве не надо сперва их обновить там? А то (как я понял) получается что это репо сейчас ссылается на недоступную (для остальных) версию luabind. (Извиняюсь за глупые вопросы)

@nitrocaster
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Вопросы не глупые. Я переключался между ветками master/xray, забыл вернуться в ветку xray и закоммитил сюда обновление, указывающее на master. Только что пофиксил, спасибо.

Please sign in to comment.