| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Give a name to all lanes in the tests | Benoit Germain | 2025-03-14 | 1 | -0/+1 |
| | | |||||
| * | More makefile tweaks | Benoit Germain | 2025-03-14 | 1 | -11/+11 |
| | | |||||
| * | More work on Makefiles | Benoit Germain | 2025-03-13 | 3 | -8/+47 |
| | | | | | | | | | | | | * 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 | 3 | -39/+31 |
| | | |||||
| * | Add a VisualStudio solution to build and debug Lanes | Benoit Germain | 2025-03-11 | 3 | -139/+137 |
| | | | | | | | * 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 | 6 | -0/+1572 |
