Initial revision
commit14e4e01e70e72772a7a530f79a29a9745c5b1dce
authorArvid Norberg <arvid@cs.umu.se>
Tue, 15 Apr 2003 22:25:04 +0000 (15 22:25 +0000)
committerArvid Norberg <arvid@cs.umu.se>
Tue, 15 Apr 2003 22:25:04 +0000 (15 22:25 +0000)
treee973e1a053428259f77decf83d9bf627d8f9aae7
parent67a4faff55c1c2cec7474263137adb0a148659ca
Initial revision
85 files changed:
LICENSE [new file with mode: 0644]
doc/docs.html [new file with mode: 0644]
doc/index.html [new file with mode: 0644]
doc/luabind-logo-label.ps [new file with mode: 0644]
doc/style.css [new file with mode: 0644]
examples/any_converter/any_converter.cpp [new file with mode: 0644]
examples/any_converter/makefile [new file with mode: 0644]
examples/cln/README [new file with mode: 0644]
examples/cln/cln_test.cpp [new file with mode: 0644]
examples/cln/cln_test.lua [new file with mode: 0644]
examples/cln/makefile [new file with mode: 0644]
examples/glut/glut_bind.cpp [new file with mode: 0644]
examples/glut/glut_bindings.lua [new file with mode: 0644]
examples/glut/makefile [new file with mode: 0644]
examples/intrusive_ptr/any_converter.cpp [new file with mode: 0644]
examples/intrusive_ptr/intrusive_ptr.cpp [new file with mode: 0644]
examples/intrusive_ptr/makefile [new file with mode: 0644]
examples/regexp/makefile [new file with mode: 0644]
examples/regexp/regex.lua [new file with mode: 0644]
examples/regexp/regex_wrap.cpp [new file with mode: 0644]
luabind/adopt_policy.hpp [new file with mode: 0644]
luabind/class.hpp [new file with mode: 0644]
luabind/com_policy.hpp [new file with mode: 0644]
luabind/config.hpp [new file with mode: 0644]
luabind/container_policy.hpp [new file with mode: 0644]
luabind/copy_policy.hpp [new file with mode: 0644]
luabind/dependency_policy.hpp [new file with mode: 0644]
luabind/detail/calc_arity.hpp [new file with mode: 0644]
luabind/detail/call.hpp [new file with mode: 0644]
luabind/detail/call_function.hpp [new file with mode: 0644]
luabind/detail/call_member.hpp [new file with mode: 0644]
luabind/detail/class_registry.hpp [new file with mode: 0644]
luabind/detail/class_rep.hpp [new file with mode: 0644]
luabind/detail/construct_rep.hpp [new file with mode: 0644]
luabind/detail/constructor.hpp [new file with mode: 0644]
luabind/detail/convert_to_lua.hpp [new file with mode: 0644]
luabind/detail/decorate_type.hpp [new file with mode: 0644]
luabind/detail/enum_maker.hpp [new file with mode: 0644]
luabind/detail/error.hpp [new file with mode: 0644]
luabind/detail/find_best_match.hpp [new file with mode: 0644]
luabind/detail/garbage_collector.hpp [new file with mode: 0644]
luabind/detail/get_overload_signature.hpp [new file with mode: 0644]
luabind/detail/get_signature.hpp [new file with mode: 0644]
luabind/detail/implicit_cast.hpp [new file with mode: 0644]
luabind/detail/method_rep.hpp [new file with mode: 0644]
luabind/detail/object_funs.hpp [new file with mode: 0644]
luabind/detail/object_rep.hpp [new file with mode: 0644]
luabind/detail/open.hpp [new file with mode: 0644]
luabind/detail/operator_id.hpp [new file with mode: 0644]
luabind/detail/operators.hpp [new file with mode: 0644]
luabind/detail/other.hpp [new file with mode: 0644]
luabind/detail/overload_rep.hpp [new file with mode: 0644]
luabind/detail/overload_rep_base.hpp [new file with mode: 0644]
luabind/detail/policy.hpp [new file with mode: 0644]
luabind/detail/primitives.hpp [new file with mode: 0644]
luabind/detail/property.hpp [new file with mode: 0644]
luabind/detail/ref.hpp [new file with mode: 0644]
luabind/detail/signature_match.hpp [new file with mode: 0644]
luabind/detail/typetraits.hpp [new file with mode: 0644]
luabind/discard_result_policy.hpp [new file with mode: 0644]
luabind/function.hpp [new file with mode: 0644]
luabind/functor.hpp [new file with mode: 0644]
luabind/luabind.hpp [new file with mode: 0644]
luabind/object.hpp [new file with mode: 0644]
luabind/out_value.hpp [new file with mode: 0644]
luabind/out_value_policy.hpp [new file with mode: 0644]
luabind/return_reference_to_policy.hpp [new file with mode: 0644]
test/Makedepend [new file with mode: 0644]
test/benchmark.cpp [new file with mode: 0644]
test/main.cpp [new file with mode: 0644]
test/makefile [new file with mode: 0644]
test/test.h [new file with mode: 0644]
test/test_attributes.cpp [new file with mode: 0644]
test/test_const.cpp [new file with mode: 0644]
test/test_construction.cpp [new file with mode: 0644]
test/test_exceptions.cpp [new file with mode: 0644]
test/test_free_functions.cpp [new file with mode: 0644]
test/test_held_type.cpp [new file with mode: 0644]
test/test_implicit_cast.cpp [new file with mode: 0644]
test/test_lua_classes.cpp [new file with mode: 0644]
test/test_null_pointer.cpp [new file with mode: 0644]
test/test_object.cpp [new file with mode: 0644]
test/test_operators.cpp [new file with mode: 0644]
test/test_policies.cpp [new file with mode: 0644]
test/test_typetraits.cpp [new file with mode: 0644]