Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
31 hours | Fix crash when using { name = 'auto' } with a lane generated from a string | Benoit Germain | 1 | -4/+11 | |
34 hours | lanes/core.[so|dll] → lanes_core.[so|dll] | Benoit Germain | 17 | -117/+119 | |
36 hours | More makefile tweaks | Benoit Germain | 4 | -33/+36 | |
2 days | Run a test after building the test executable | Benoit Germain | 1 | -0/+2 | |
2 days | More work on Makefiles | Benoit Germain | 11 | -134/+196 | |
* renamed makefiles: - Shared.mk → Shared.makefile - src/Makefile → src/Lanes.makefile - unit_tests/Makefile → unit_tests/UnitTests.makefile - deep_userdata_example/Makefile → deep_userdata_example/DUE.makefile * Add a makefile for deep_userdata_example * added a target 'unit_tests' to build them (not running them yet) * plus some minor internal improvements | |||||
2 days | Cleanup in MSVC projects | Benoit Germain | 9 | -189/+199 | |
2 days | Disable unit test "lanes.stack checker" in Release builds | Benoit Germain | 3 | -7/+23 | |
3 days | More makefile improvements | Benoit Germain | 3 | -18/+30 | |
3 days | Makefile tweaks | Benoit Germain | 4 | -3/+4 | |
3 days | Fix unit tests makefile | Benoit Germain | 1 | -1/+1 | |
* UnitTest.exe is not a shared library | |||||
4 days | Make gcc happy | Benoit Germain | 2 | -1/+2 | |
4 days | Unit tests for lanes.sleep | Benoit Germain | 1 | -0/+65 | |
4 days | Add a VisualStudio solution to build and debug Lanes | Benoit Germain | 17 | -183/+3329 | |
* configured to build Lanes, the example module deep_userdata_example, and the unit tests * relies on Lua 5.1 → 5.4, LuaJIT and MoonJIT to be built and located in a fixed directory * manual_register legacy test now uses deep_userdata_example module instead of lfs | |||||
4 days | Kill obsolete deeptest.lua file | Benoit Germain | 1 | -159/+0 | |
4 days | Sample module deep test renamed deep_userdata_example | Benoit Germain | 9 | -36/+195 | |
4 days | More unit tests | Benoit Germain | 2 | -47/+194 | |
5 days | Fix unit tests failing for Lua 5.3 | Benoit Germain | 2 | -7/+6 | |
* Fix compatibility function lua_getiuservalue() for Lua 5.3 * Fix handling of nil function upvalues in lanes.nameof() | |||||
5 days | Fix/disable some unit tests against LuaJIT until the failure reason is ↵ | Benoit Germain | 5 | -68/+76 | |
discovered * cancel.lua fails when using lanes.coro * coro/basics.lua fails because an error message is different * coro/error_handling fails for an unknown reason * a lanes.finally test crashes inside lua_close | |||||
5 days | Some fixes for unit tests with LuaJIT | Benoit Germain | 8 | -11/+204 | |
* vcproj settings * always load "jit" module so that lanes does not detect it in running under PUC-Lua * add fixture support so that test "cooperative_shutdown.lua" works * fix test "lanes.configure() allocator setting not failing like it should | |||||
8 days | Buildfix against Lua 5.1 (no lua_Unsigned) | Benoit Germain | 1 | -3/+3 | |
Unit tests for lanes.nameof() fail with Lua 5.3 only (to be investigated later) | |||||
8 days | Revamped lanes.nameof | Benoit Germain | 4 | -118/+218 | |
9 days | New compatibility helper luaG_rawget | Benoit Germain | 6 | -40/+55 | |