Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup in MSVC projects | Benoit Germain | 6 days | 1 | -23/+23 |
| | |||||
* | Add a VisualStudio solution to build and debug Lanes | Benoit Germain | 8 days | 1 | -0/+86 |
| | | | | | | * 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 | ||||
* | Some fixes for unit tests with LuaJIT | Benoit Germain | 9 days | 1 | -0/+10 |
| | | | | | | | * 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 | ||||
* | Migrated unit tests to Catch2 v3.7.1 | Benoit Germain | 2024-12-20 | 1 | -0/+47 |