| Commit message (Expand) | Author | Files | Lines |
4 days | Circumvent MSVC possible bug causing a crash in optimized builds | Benoit Germain | 2 | -4/+3 |
4 days | Fix test "allocator = <bad C function>" not failing against LuaJIT like it sh... | Benoit Germain | 4 | -176/+185 |
4 days | Raise a regular Lua error instead of throwing a C++ std::logic_error exceptio... | Benoit Germain | 11 | -63/+119 |
4 days | Fix crash with LuaJIT when using { name = 'auto' } for lane name detection | Benoit Germain | 1 | -1/+3 |
7 days | Give a name to all lanes in the tests | Benoit Germain | 45 | -80/+82 |
7 days | Fix crash when using { name = 'auto' } with a lane generated from a string | Benoit Germain | 1 | -4/+11 |
7 days | lanes/core.[so|dll] → lanes_core.[so|dll] | Benoit Germain | 17 | -117/+119 |
7 days | More makefile tweaks | Benoit Germain | 4 | -33/+36 |
8 days | Run a test after building the test executable | Benoit Germain | 1 | -0/+2 |
8 days | More work on Makefiles | Benoit Germain | 11 | -134/+196 |
8 days | Cleanup in MSVC projects | Benoit Germain | 9 | -189/+199 |
8 days | Disable unit test "lanes.stack checker" in Release builds | Benoit Germain | 3 | -7/+23 |
9 days | More makefile improvements | Benoit Germain | 3 | -18/+30 |
9 days | Makefile tweaks | Benoit Germain | 4 | -3/+4 |
9 days | Fix unit tests makefile | Benoit Germain | 1 | -1/+1 |
9 days | Make gcc happy | Benoit Germain | 2 | -1/+2 |
9 days | Unit tests for lanes.sleep | Benoit Germain | 1 | -0/+65 |
10 days | Add a VisualStudio solution to build and debug Lanes | Benoit Germain | 17 | -183/+3329 |
10 days | Kill obsolete deeptest.lua file | Benoit Germain | 1 | -159/+0 |
10 days | Sample module deep test renamed deep_userdata_example | Benoit Germain | 9 | -36/+195 |
10 days | More unit tests | Benoit Germain | 2 | -47/+194 |
11 days | Fix unit tests failing for Lua 5.3 | Benoit Germain | 2 | -7/+6 |
11 days | Fix/disable some unit tests against LuaJIT until the failure reason is discov... | Benoit Germain | 5 | -68/+76 |
11 days | Some fixes for unit tests with LuaJIT | Benoit Germain | 8 | -11/+204 |
13 days | Buildfix against Lua 5.1 (no lua_Unsigned) | Benoit Germain | 1 | -3/+3 |
14 days | Revamped lanes.nameof | Benoit Germain | 4 | -118/+218 |
2025-03-06 | New compatibility helper luaG_rawget | Benoit Germain | 6 | -40/+55 |