Package: luabind / 0.9.1+dfsg-11

Metadata

Package Version Patches format
luabind 0.9.1+dfsg-11 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00git_fix_build_with_boost1.57.patch | (download)

luabind/object.hpp | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 [patch] fix build with boost 1.57

this is the fix applied in homebrew and in

  https://github.com/luabind/luabind/issues/27

01_Jamroot_version_bump.patch | (download)

Jamroot | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
02_example_cleaning.patch | (download)

examples/cln/cln_test.cpp | 2 1 + 1 - 0 !
examples/glut/Makefile | 13 13 + 0 - 0 !
examples/glut/README | 4 4 + 0 - 0 !
examples/glut/glut_bind.cpp | 2 1 + 1 - 0 !
examples/hello_world/Makefile | 13 13 + 0 - 0 !
examples/hello_world/README | 2 1 + 1 - 0 !
examples/regexp/Makefile | 13 13 + 0 - 0 !
examples/regexp/README | 3 3 + 0 - 0 !
examples/regexp/cln/Makefile | 9 9 + 0 - 0 !
examples/regexp/regex_wrap.cpp | 2 1 + 1 - 0 !
10 files changed, 59 insertions(+), 4 deletions(-)

---
03_kfreebsd_build.patch | (download)

Jamroot | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
04_multiarch.patch | (download)

Jamroot | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

---
05_missing_binary_token.patch | (download)

luabind/detail/call_function.hpp | 4 3 + 1 - 0 !
luabind/detail/call_member.hpp | 4 3 + 1 - 0 !
luabind/wrapper_base.hpp | 4 3 + 1 - 0 !
3 files changed, 9 insertions(+), 3 deletions(-)

---
06_support_building_with_clang.patch | (download)

luabind/detail/format_signature.hpp | 17 12 + 5 - 0 !
1 file changed, 12 insertions(+), 5 deletions(-)

---
07_fix_luabind_cast_graph_cache_invalid_cast.patch | (download)

src/inheritance.cpp | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix a bug in the cast graph cache in luabind 0.9.1
08_support_for_Lua_5.2.patch | (download)

doc/docs.rst | 4 2 + 2 - 0 !
examples/any_converter/any_converter.cpp | 2 1 + 1 - 0 !
examples/cln/cln_test.cpp | 2 1 + 1 - 0 !
examples/filesystem/filesystem.cpp | 2 1 + 1 - 0 !
examples/glut/glut_bind.cpp | 2 1 + 1 - 0 !
examples/intrusive_ptr/intrusive_ptr.cpp | 2 1 + 1 - 0 !
examples/regexp/regex_wrap.cpp | 2 1 + 1 - 0 !
luabind/detail/call_function.hpp | 6 2 + 4 - 0 !
luabind/detail/policy.hpp | 10 9 + 1 - 0 !
luabind/object.hpp | 28 22 + 6 - 0 !
src/class_rep.cpp | 23 11 + 12 - 0 !
src/create_class.cpp | 17 11 + 6 - 0 !
src/object_rep.cpp | 13 9 + 4 - 0 !
src/open.cpp | 9 3 + 6 - 0 !
src/pcall.cpp | 10 5 + 5 - 0 !
src/scope.cpp | 14 8 + 6 - 0 !
test/benchmark.cpp | 5 2 + 3 - 0 !
test/main.cpp | 2 1 + 1 - 0 !
test/test_free_functions.cpp | 10 7 + 3 - 0 !
19 files changed, 98 insertions(+), 65 deletions(-)

 support for lua 5.2
09_build_system_support_for_Lua_5.2.patch | (download)

Jamroot | 14 7 + 7 - 0 !
examples/glut/Makefile | 4 2 + 2 - 0 !
examples/hello_world/Makefile | 4 2 + 2 - 0 !
examples/regexp/Makefile | 4 2 + 2 - 0 !
4 files changed, 13 insertions(+), 13 deletions(-)

 build system support for lua 5.2
10_remove_refs_to_remote_images.patch | (download)

doc/index.html | 17 0 + 17 - 0 !
1 file changed, 17 deletions(-)

 fix lintian errors (privacy-breach-w3c-valid-html & privacy-breach-logo) by removing remote image references in doc/index.html

11_fix_potential_null_ptr_dereference_in_adopt_policy.patch | (download)

luabind/adopt_policy.hpp | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 fixes possible null pointer dereference in luabind::adopt (closes: #758580)
12_compile_examples_with_PIC.patch | (download)

examples/glut/Makefile | 2 1 + 1 - 0 !
examples/hello_world/Makefile | 2 1 + 1 - 0 !
examples/regexp/Makefile | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 use -fpic in example makefiles (closes: #819454)