sol icon indicating copy to clipboard operation
sol copied to clipboard

A C++11 Lua wrapper

Results 15 sol issues
Sort by recently updated
recently updated
newest added

Hi I am very new to github so please forgive my noobness: I started using Sol and managed to integrate it (it's very easy, no problem here) in my test...

LuaJIT (a lot of uses) is Lua 5.1 syntax and API interface compatible, could sol support it ?

question

There are some warnings that cause issues w.r.t. compilation (mainly Clang). Through the use of `#pragma` and `_Pragma` you could programmatically disable some warnings that just make things a headache....

feature request

There's no documentation for sol. Or well, any other lua binding library really. Should probably fix that. It's an on going progress and they'll be under the `docs` branch. They'll...

feature request
question

I'm not sure if this is the best way to handle demangling failure, but it should save a few minutes of debugging. Is there a graceful solution?