aboutsummaryrefslogtreecommitdiff
path: root/src/nameof.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix unit tests failing for Lua 5.3Benoit Germain2025-03-101-4/+3
| | | | | * Fix compatibility function lua_getiuservalue() for Lua 5.3 * Fix handling of nil function upvalues in lanes.nameof()
* Buildfix against Lua 5.1 (no lua_Unsigned)Benoit Germain2025-03-071-3/+3
| | | | Unit tests for lanes.nameof() fail with Lua 5.3 only (to be investigated later)
* Revamped lanes.nameofBenoit Germain2025-03-071-110/+200
|
* lanes.nameof internal code refacto + a few unit testsBenoit Germain2025-03-051-52/+57
|
* Minor internal code tweaksBenoit Germain2025-02-051-3/+3
| | | | | | | * mark all eligible classes Final * new TableIndex strong type * buildfixes for HAVE_DEBUGSPEW() * overridden virtual destructors tagged as such
* More [[nodiscard]] boyscoutingBenoit Germain2024-11-201-1/+2
|
* Renamed tracker.h → tracker.hpp, nameof.h → nameof.hppBenoit Germain2024-10-281-1/+1
|
* Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → ↵Benoit Germain2024-10-281-1/+1
| | | | keeper.hpp, tools.h → tools.hpp
* Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hppBenoit Germain2024-10-281-1/+1
|
* Strengthen more code with UserValueIndexBenoit Germain2024-10-241-1/+1
|
* Sprinkling StackIndex all over the placeBenoit Germain2024-10-081-9/+9
|
* BoyscoutingBenoit Germain2024-06-141-1/+0
|
* lua_pushliteral -> luaG_pushstringBenoit Germain2024-06-141-5/+5
|
* Improvements in compat.hBenoit Germain2024-06-071-1/+1
|
* Boyscouting some luaG_ functionsBenoit Germain2024-06-071-1/+1
|
* Use a precompiled header to speed up the buildBenoit Germain2024-06-071-0/+1
|
* Modernize compatBenoit Germain2024-06-051-7/+7
|
* Moved implementation of lanes.nameof in a separate fileBenoit Germain2024-05-291-0/+208