aboutsummaryrefslogtreecommitdiff
path: root/.vs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-13Cleaning up guanoBenoit Germain2-3/+3
2024-11-13Cleaning up guanoBenoit Germain3-5/+8
2024-11-13Cleaning up guanoBenoit Germain5-6/+7
2024-11-13Cleaning up guanoBenoit Germain4-28/+35
2024-11-13Cleaning up guanoBenoit Germain1-7/+8
2024-10-28Fix Makefiles following header renamesBenoit Germain2-4/+4
2024-10-28Renamed intercopycontext.h → intercopycontext.hpp, state.h → state.hppBenoit Germain8-10/+10
2024-10-28Renamed debugspew.h → debugspew.hpp, lindafactory.h → lindafactory.hppBenoit Germain9-7/+7
2024-10-28Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → threading...Benoit Germain14-16/+16
2024-10-28Renamed universe.h → universe.hppBenoit Germain8-7/+7
2024-10-28Renamed tracker.h → tracker.hpp, nameof.h → nameof.hppBenoit Germain9-9/+9
2024-10-28Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → ...Benoit Germain19-17/+17
2024-10-28Renamed uniquekey.h → uniquekey.hppBenoit Germain9-14/+14
2024-10-28Renamed macros_and_utils.h → macros_and_utils.hppBenoit Germain7-6/+6
2024-10-28Renamed compat.h → compat.hppBenoit Germain4-3/+3
2024-10-28Renamed debug.h → debug.hppBenoit Germain3-2/+2
2024-10-28Renamed luaerrors.h → luaerrors.hppBenoit Germain3-2/+2
2024-10-28Buildfix following deep.h → deep.hpp renamingBenoit Germain3-5/+5
2024-10-28Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hppBenoit Germain23-27/+27
2024-10-28Some internal function name changes + slight lane:__index optimizationBenoit Germain3-26/+28
2024-10-25New linda:wake() and linda.statusBenoit Germain5-25/+143
2024-10-25Fix a minor assert message + code boyscoutingBenoit Germain3-8/+10
2024-10-25New compatibility helper luaG_rawgetfieldBenoit Germain2-48/+58
2024-10-24Modernized some more triflesBenoit Germain6-20/+38
2024-10-24Factorized Lane::cancelSoft/cancelHard → internalCancelBenoit Germain2-28/+13
2024-10-24Improve Unique some moreBenoit Germain3-11/+34
2024-10-24Strengthen more code with UserValueIndexBenoit Germain7-26/+26
2024-10-24More strong typing for UniqueKey::getSubTable() argumentsBenoit Germain5-7/+10
2024-10-24Make Unique even strongerBenoit Germain14-36/+49
2024-10-24Added strong types UserValueCount and UnusedIntBenoit Germain11-17/+36
2024-10-16Fix/suppress MSVC /Wall warningsBenoit Germain9-23/+56
2024-10-15Fix incorrect int-bool conversionsBenoit Germain3-3/+3
2024-10-15Fix missing virtual destructorBenoit Germain1-1/+1
2024-10-09Improved Unique<> implementation, moved StackIndex into a separate headerBenoit Germain4-17/+34
2024-10-09Minor Makefile updateBenoit Germain1-3/+3
2024-10-09Minor code style fixBenoit Germain1-2/+2
2024-10-08Sprinkling StackIndex all over the placeBenoit Germain26-380/+394
2024-10-07Internal improvements: new strong types StackIndex and KeeperIndexBenoit Germain8-79/+84
2024-10-01.gitignore precompiled headers and mapfileBenoit Germain1-0/+2
2024-10-01Makefile fixes for g++/mingwBenoit Germain2-6/+16
2024-10-01Build fixes for mingw/g++Benoit Germain6-24/+37
2024-09-24Update CHANGES and documentationBenoit Germain2-1/+4
2024-09-24less char const* in the codeBenoit Germain2-7/+7
2024-09-24Modernized lanes.gen() base library list processing codeBenoit Germain2-15/+25
2024-07-30Fix index.htmlBenoit Germain1-83/+83
2024-07-30Code boyscoutingBenoit Germain4-28/+30
2024-07-29Internal refactorization to properly handle lua_resume idiosyncrasiesBenoit Germain8-187/+292
2024-07-29Fix luaG_setmetatableBenoit Germain1-2/+2
2024-07-08Update BUGSBenoit Germain1-46/+1
2024-07-04Reorganize CHANGES contentsBenoit Germain1-35/+40