aboutsummaryrefslogtreecommitdiff
path: root/src/tracker.h (unfollow)
Commit message (Expand)AuthorFilesLines
9 daysCircumvent MSVC possible bug causing a crash in optimized buildsBenoit Germain2-4/+3
9 daysFix test "allocator = <bad C function>" not failing against LuaJIT like it sh...Benoit Germain4-176/+185
9 daysRaise a regular Lua error instead of throwing a C++ std::logic_error exceptio...Benoit Germain11-63/+119
9 daysFix crash with LuaJIT when using { name = 'auto' } for lane name detectionBenoit Germain1-1/+3
12 daysGive a name to all lanes in the testsBenoit Germain45-80/+82
12 daysFix crash when using { name = 'auto' } with a lane generated from a stringBenoit Germain1-4/+11
12 dayslanes/core.[so|dll] → lanes_core.[so|dll]Benoit Germain17-117/+119
12 daysMore makefile tweaksBenoit Germain4-33/+36
13 daysRun a test after building the test executableBenoit Germain1-0/+2
13 daysMore work on MakefilesBenoit Germain11-134/+196
13 daysCleanup in MSVC projectsBenoit Germain9-189/+199
13 daysDisable unit test "lanes.stack checker" in Release buildsBenoit Germain3-7/+23
14 daysMore makefile improvementsBenoit Germain3-18/+30
14 daysMakefile tweaksBenoit Germain4-3/+4
14 daysFix unit tests makefileBenoit Germain1-1/+1
2025-03-12Make gcc happyBenoit Germain2-1/+2
2025-03-12Unit tests for lanes.sleepBenoit Germain1-0/+65
2025-03-11Add a VisualStudio solution to build and debug LanesBenoit Germain17-183/+3329
2025-03-11Kill obsolete deeptest.lua fileBenoit Germain1-159/+0
2025-03-11Sample module deep test renamed deep_userdata_exampleBenoit Germain9-36/+195
2025-03-11More unit testsBenoit Germain2-47/+194
2025-03-10Fix unit tests failing for Lua 5.3Benoit Germain2-7/+6
2025-03-10Fix/disable some unit tests against LuaJIT until the failure reason is discov...Benoit Germain5-68/+76
2025-03-10Some fixes for unit tests with LuaJITBenoit Germain8-11/+204
2025-03-07Buildfix against Lua 5.1 (no lua_Unsigned)Benoit Germain1-3/+3
2025-03-07Revamped lanes.nameofBenoit Germain4-118/+218
2025-03-06New compatibility helper luaG_rawgetBenoit Germain6-40/+55