aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning up guanoBenoit Germain2024-11-132-3/+3
| | | | Lane::tracking_next and LaneTracker::trackingFirst do not need to be volatile or anything else, all accesses are mutex-protected
* Cleaning up guanoBenoit Germain2024-11-133-5/+8
| | | | Lane::selfdestruct_next and Universe::selfdestructFirst do not need to be volatile or anything else, all accesses are mutex-protected
* Cleaning up guanoBenoit Germain2024-11-135-6/+7
| | | | Converted volatile Lane::cancelRequest to std::atomic
* Cleaning up guanoBenoit Germain2024-11-134-28/+35
| | | | Converted volatile Lane::status to std::atomic
* Cleaning up guanoBenoit Germain2024-11-131-7/+8
| | | | Converted some volatile crap to std::atomic_flag in EnableCrashingOnCrashes
* Fix Makefiles following header renamesBenoit Germain2024-10-282-4/+4
|
* Renamed intercopycontext.h → intercopycontext.hpp, state.h → state.hppBenoit Germain2024-10-288-10/+10
|
* Renamed debugspew.h → debugspew.hpp, lindafactory.h → lindafactory.hppBenoit Germain2024-10-289-7/+7
|
* Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → ↵Benoit Germain2024-10-2814-16/+16
| | | | threading.hpp
* Renamed universe.h → universe.hppBenoit Germain2024-10-288-7/+7
|
* Renamed tracker.h → tracker.hpp, nameof.h → nameof.hppBenoit Germain2024-10-289-9/+9
|
* Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → ↵Benoit Germain2024-10-2819-17/+17
| | | | keeper.hpp, tools.h → tools.hpp
* Renamed uniquekey.h → uniquekey.hppBenoit Germain2024-10-289-14/+14
|
* Renamed macros_and_utils.h → macros_and_utils.hppBenoit Germain2024-10-287-6/+6
|
* Renamed compat.h → compat.hppBenoit Germain2024-10-284-3/+3
|
* Renamed debug.h → debug.hppBenoit Germain2024-10-283-2/+2
|
* Renamed luaerrors.h → luaerrors.hppBenoit Germain2024-10-283-2/+2
|
* Buildfix following deep.h → deep.hpp renamingBenoit Germain2024-10-283-5/+5
|
* Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hppBenoit Germain2024-10-2823-27/+27
|
* Some internal function name changes + slight lane:__index optimizationBenoit Germain2024-10-283-26/+28
|
* New linda:wake() and linda.statusBenoit Germain2024-10-255-25/+143
|
* Fix a minor assert message + code boyscoutingBenoit Germain2024-10-253-8/+10
|
* New compatibility helper luaG_rawgetfieldBenoit Germain2024-10-252-48/+58
|
* Modernized some more triflesBenoit Germain2024-10-246-20/+38
|
* Factorized Lane::cancelSoft/cancelHard → internalCancelBenoit Germain2024-10-242-28/+13
|
* Improve Unique some moreBenoit Germain2024-10-243-11/+34
|
* Strengthen more code with UserValueIndexBenoit Germain2024-10-247-26/+26
|
* More strong typing for UniqueKey::getSubTable() argumentsBenoit Germain2024-10-245-7/+10
|
* Make Unique even strongerBenoit Germain2024-10-2414-36/+49
|
* Added strong types UserValueCount and UnusedIntBenoit Germain2024-10-2411-17/+36
|
* Fix/suppress MSVC /Wall warningsBenoit Germain2024-10-169-23/+56
|
* Fix incorrect int-bool conversionsBenoit Germain2024-10-153-3/+3
|
* Fix missing virtual destructorBenoit Germain2024-10-151-1/+1
|
* Improved Unique<> implementation, moved StackIndex into a separate headerBenoit Germain2024-10-094-17/+34
|
* Minor Makefile updateBenoit Germain2024-10-091-3/+3
|
* Minor code style fixBenoit Germain2024-10-091-2/+2
|
* Sprinkling StackIndex all over the placeBenoit Germain2024-10-0826-380/+394
|
* Internal improvements: new strong types StackIndex and KeeperIndexBenoit Germain2024-10-078-79/+84
|
* .gitignore precompiled headers and mapfileBenoit Germain2024-10-011-0/+2
|
* Makefile fixes for g++/mingwBenoit Germain2024-10-012-6/+16
|
* Build fixes for mingw/g++Benoit Germain2024-10-016-24/+37
|
* Update CHANGES and documentationBenoit Germain2024-09-242-1/+4
|
* less char const* in the codeBenoit Germain2024-09-242-7/+7
|
* Modernized lanes.gen() base library list processing codeBenoit Germain2024-09-242-15/+25
|
* Fix index.htmlBenoit Germain2024-07-301-83/+83
|
* Code boyscoutingBenoit Germain2024-07-304-28/+30
|
* Internal refactorization to properly handle lua_resume idiosyncrasiesBenoit Germain2024-07-298-187/+292
|
* Merge branch 'master' of https://github.com/LuaLanes/lanesBenoit Germain2024-07-291-46/+1
|\
| * Update BUGSBenoit Germain2024-07-081-46/+1
| |
* | Fix luaG_setmetatableBenoit Germain2024-07-291-2/+2
|/