s13n
s13n
I would have a use for the equivalent of `tostring` in C++ code that doesn't just work on usertypes, but on builtin types, too. Rather than going through Lua, wouldn't...
Container detection for usertypes seems to work only when passing the container directly to sol, rather than a smart pointer to it. Wouldn't it be nice if sol could look...
The requirement to generate the project with the GNU MCU Eclipse plug-ins in order to assign a device is too limiting. There are various good reasons why one may want...
Since C++20 with std:jthread, there is support for stop tokens in condition variables. It would be nice if the interprocess condition variables would support them, too!
I am struggling with a case where several different factory functions return a `std::shared_ptr` to different user defined types. The factory functions are implemented in C++ and bound with sol...
Apparently, the same tricks used here can also be used for reflection on enums, as evidenced by other libraries, for example https://github.com/Neargye/magic_enum Adding enum support should therefore be straightforward.
Lua 5.5 is in beta, and soon will be released. See https://www.lua.org/work/