Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjusting MSVC files to ease unit testing | Benoit Germain | 2025-03-21 | 4 | -240/+88 |
| | | | | | * Everything assumes there is a _LuaVersions folder containing all supported Lua versions (binaries, libs and headers) alongside the Lanes.sln location * After that the solutions to build the Lua binaries themselves will appear too for reference (mainly because their output folders will be configured accordingly) | ||||
* | A few vcproj tweaks | Benoit Germain | 2025-03-20 | 1 | -20/+28 |
| | |||||
* | Fix test "allocator = <bad C function>" not failing against LuaJIT like it ↵ | Benoit Germain | 2025-03-17 | 1 | -169/+178 |
| | | | | should | ||||
* | Raise a regular Lua error instead of throwing a C++ std::logic_error ↵ | Benoit Germain | 2025-03-17 | 5 | -49/+66 |
| | | | | exception in Universe::UniverseGC | ||||
* | Give a name to all lanes in the tests | Benoit Germain | 2025-03-14 | 14 | -18/+19 |
| | |||||
* | lanes/core.[so|dll] → lanes_core.[so|dll] | Benoit Germain | 2025-03-14 | 3 | -4/+4 |
| | |||||
* | More makefile tweaks | Benoit Germain | 2025-03-14 | 1 | -7/+7 |
| | |||||
* | More work on Makefiles | Benoit Germain | 2025-03-13 | 3 | -10/+12 |
| | | | | | | | | | | | * 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 | ||||
* | Cleanup in MSVC projects | Benoit Germain | 2025-03-13 | 2 | -71/+85 |
| | |||||
* | Disable unit test "lanes.stack checker" in Release builds | Benoit Germain | 2025-03-13 | 2 | -7/+22 |
| | |||||
* | Makefile tweaks | Benoit Germain | 2025-03-12 | 1 | -1/+1 |
| | |||||
* | Fix unit tests makefile | Benoit Germain | 2025-03-12 | 1 | -1/+1 |
| | | | | * UnitTest.exe is not a shared library | ||||
* | Make gcc happy | Benoit Germain | 2025-03-12 | 2 | -1/+2 |
| | |||||
* | Unit tests for lanes.sleep | Benoit Germain | 2025-03-12 | 1 | -0/+65 |
| | |||||
* | Add a VisualStudio solution to build and debug Lanes | Benoit Germain | 2025-03-11 | 6 | -38/+641 |
| | | | | | | * 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 | ||||
* | Sample module deep test renamed deep_userdata_example | Benoit Germain | 2025-03-11 | 2 | -11/+11 |
| | |||||
* | More unit tests | Benoit Germain | 2025-03-11 | 2 | -47/+194 |
| | |||||
* | Fix/disable some unit tests against LuaJIT until the failure reason is ↵ | Benoit Germain | 2025-03-10 | 4 | -67/+74 |
| | | | | | | | | | 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 | ||||
* | Some fixes for unit tests with LuaJIT | Benoit Germain | 2025-03-10 | 6 | -9/+105 |
| | | | | | | | * 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 | ||||
* | Revamped lanes.nameof | Benoit Germain | 2025-03-07 | 1 | -3/+12 |
| | |||||
* | Add unit_tests/.gitignore | Benoit Germain | 2025-03-06 | 1 | -0/+3 |
| | |||||
* | Makefile and code fixes to build the unit tests | Benoit Germain | 2025-03-06 | 7 | -14/+43 |
| | |||||
* | lanes.nameof internal code refacto + a few unit tests | Benoit Germain | 2025-03-05 | 1 | -0/+19 |
| | |||||
* | All enums are [[nodiscard]] | Benoit Germain | 2025-02-05 | 2 | -2/+2 |
| | |||||
* | Make VS Test Explorer happy by absorbing the text output of legacy tests | Benoit Germain | 2024-12-20 | 2 | -3/+12 |
| | |||||
* | Reorganized tests for the Test Explorer | Benoit Germain | 2024-12-20 | 8 | -53/+155 |
| | |||||
* | Migrated unit tests to Catch2 v3.7.1 | Benoit Germain | 2024-12-20 | 16 | -1352/+27415 |
| | |||||
* | Unit tests for thread name | Benoit Germain | 2024-12-16 | 1 | -5/+56 |
| | |||||
* | Append all unit tests to depot | Benoit Germain | 2024-12-13 | 29 | -0/+4010 |