| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Shamelessly grab Lua's CSS and use them for ourselves in the documentation | Benoit Germain | 2026-03-03 | 1 | -0/+6 |
| | | |||||
| * | Add CLAUDE.md | Benoit Germain | 2026-03-02 | 1 | -0/+1 |
| | | |||||
| * | Updated COPYRIGHT and README | Benoit Germain | 2025-12-01 | 1 | -0/+4 |
| | | |||||
| * | Lift restriction on functions and userdata as table keys | Benoit Germain | 2025-09-30 | 1 | -0/+1 |
| | | | | | As demonstrated by the unit tests, there is no problem with using a function or a userdata as a table key, as long as they are transferable | ||||
| * | Use LANES_DEBUG instead of MSVC-specific _DEBUG to activate debug code | Benoit Germain | 2025-07-24 | 1 | -22/+22 |
| | | |||||
| * | Use LANES_DEBUG instead of MSVC-specific _DEBUG to activate debug code | Benoit Germain | 2025-07-24 | 1 | -2/+2 |
| | | |||||
| * | Added targets for Lua 5.5 in VS projects and Solution | Benoit Germain | 2025-07-04 | 1 | -0/+326 |
| | | |||||
| * | More vcproj fixes for some targets | Benoit Germain | 2025-03-21 | 1 | -4/+4 |
| | | |||||
| * | Adjusting MSVC files to ease unit testing | Benoit Germain | 2025-03-21 | 1 | -244/+363 |
| | | | | | | * 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 | -49/+36 |
| | | |||||
| * | Circumvent MSVC possible bug causing a crash in optimized builds | Benoit Germain | 2025-03-17 | 1 | -3/+0 |
| | | |||||
| * | lanes/core.[so|dll] → lanes_core.[so|dll] | Benoit Germain | 2025-03-14 | 1 | -70/+75 |
| | | |||||
| * | More work on Makefiles | Benoit Germain | 2025-03-13 | 1 | -2/+2 |
| | | | | | | | | | | | | * 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 | 1 | -51/+52 |
| | | |||||
| * | Add a VisualStudio solution to build and debug Lanes | Benoit Germain | 2025-03-11 | 1 | -0/+1648 |
| * 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 | |||||
