aboutsummaryrefslogtreecommitdiff
path: root/src/tracker.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* More [[nodiscard]] boyscoutingBenoit Germain2024-11-201-2/+4
* Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → threading...Benoit Germain2024-10-281-1/+1
* Renamed tracker.h → tracker.hpp, nameof.h → nameof.hppBenoit Germain2024-10-281-1/+1
* Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hppBenoit Germain2024-10-281-1/+1
* Renamed set_debug_threadname → lane_threadname (can also read the current n...Benoit Germain2024-07-031-1/+1
* BoyscoutingBenoit Germain2024-06-141-1/+1
* lua_pushliteral -> luaG_pushstringBenoit Germain2024-06-141-1/+1
* Boyscouting some luaG_ functionsBenoit Germain2024-06-071-1/+1
* Use a precompiled header to speed up the buildBenoit Germain2024-06-071-0/+2
* Modernize compatBenoit Germain2024-06-051-1/+1
* Process upvalues equal to _G in Lua51 as in other flavorsBenoit Germain2024-05-241-4/+0
* More string_viewBenoit Germain2024-05-211-1/+1
* Lane::debugName is a std::string_viewBenoit Germain2024-05-201-1/+1
* Move Lane implementation in a separate fileBenoit Germain2024-05-141-1/+1
* Moved Lane tracking implementation in a separate fileBenoit Germain2024-05-141-0/+108