luabind
luabind copied to clipboard
Luabind is a library that helps you create bindings between C++ and Lua.
Hi @Oberon00, We recently has been working on deprecating auto_ptr usage for our projects. I noticed that Bertram25 has been a while since updating the request. After reviewing some of...
Cmake Findlua52 dont work with lua 5.4. Got it working with findlua from cmake. Please update it.
It looks like you've done some great work here, and I'd like to integrate with your code to come up with a single best fork. There are a few issues...
Hey @Oberon00 :D (CC @endoalir for info.) After some fiddling and some research, I manage to obtain a luabind version capable to compile without any warnings when using c++11, and...
Add support for Lua 5.3's bitwise operators (and, or, xor, not, shl, shr). XOR is a bit awkward to use, since its operator is already abused for pow. For example:...
When configuring with `cmake -DCMAKE_BUILD_TYPE=Release ../luabind` 40 tests segfault after building. We are using GCC 8.3. Here is the complete log: https://pastebin.com/6pjHeygA I tried it with a clang 12 snapshot,...
When define LUABIND_NO_EXCEPTIONS,luabind::error will not be defined,so the test will fail.In principle, the test should be rewritten, but it seems that it can be modified easily.
Hello, I thought it would be nice to get rid of those warnings by replacing deprecated std::auto_ptr with std::unique_ptr. I replaced it everywhere and inserted some std::move in order to...
As reported here: https://github.com/Oberon00/luabind/pull/29#issuecomment-134530745 @fhoefling there is at least one failing test concerning "out_value" vs. "pure_out_value", see commit https://github.com/Oberon00/luabind/commit/a1199b51bc1b6af5cf7e6a5cfba021c4cacb1a78
Hello, is there still something going on here? I mentioned a bug in the container_converter-policy over at Ryan's repository. Also I'd like to discuss the option whether adding custom casts...