aboutsummaryrefslogtreecommitdiff
path: root/.vs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-13New lane generator option opt_tbl.nameBenoit Germain5-70/+114
2024-05-06Improve error message on table transfer type mismatchBenoit Germain1-5/+5
2024-05-03Fix handling of error occuring during lane setupBenoit Germain1-2/+6
2024-05-03Some code factorizationBenoit Germain11-112/+85
2024-05-02Remove dependency on _G["package"]Benoit Germain4-8/+44
2024-05-02de-megathodize lanes.configure()Benoit Germain1-607/+649
2024-05-02InterCopyContext always raises errors in a non-Keeper stateBenoit Germain4-27/+29
2024-05-02Progressively applying the coding rulesBenoit Germain15-219/+220
2024-05-02Progressively applying the coding rulesBenoit Germain8-94/+94
2024-04-30Progressively applying the coding rulesBenoit Germain4-129/+112
2024-04-30Progressively applying the coding rulesBenoit Germain16-2601/+2061
2024-04-29Progressively applying the coding rulesBenoit Germain12-267/+323
2024-04-29Fix keeper state stack integrity assertionBenoit Germain1-1/+5
2024-04-29Function parameters L → L_Benoit Germain20-1357/+1345
2024-04-29All headers reformatted with updated clang-format settingsBenoit Germain15-131/+126
2024-04-26C++ migration: wrap all Lua error raising API functions in a [[noreturn]] rai...Benoit Germain10-93/+131
2024-04-26Move LindaFactory in separate filesBenoit Germain9-163/+220
2024-04-26Update documentationBenoit Germain1-5/+5
2024-04-26Expose nil sentinel as lanes.nullBenoit Germain1-2/+1
2024-04-26Formalize a few coding style rules, start to enforce them for constantsBenoit Germain18-225/+251
2024-04-25C++ integration: cleanup in Linda/Keeper interactionBenoit Germain4-150/+164
2024-04-24C++ migration: using KeeperState = Unique<lua_State*>Benoit Germain11-45/+47
2024-04-24C++ migration: push_thread_status converted to a Lane class methodBenoit Germain4-22/+20
2024-04-24C++ migration: enum → enum classBenoit Germain1-12/+12
2024-04-24ASSERT_L → LUA_ASSERTBenoit Germain10-84/+90
2024-04-24C++ migration: split UniqueKey into UniqueKey+RegistryUniqueKeyBenoit Germain10-59/+74
2024-04-16some dead code elimination and other triflesBenoit Germain22-787/+703
2024-04-16C++ migration: more conversion to InterCopyContext. debugspew indentation is ...Benoit Germain9-176/+231
2024-04-15C++ migration: inter-state transfer managed by a new class InterCopyContextBenoit Germain8-326/+385
2024-04-15C++ migration: all linda operations go through a different lua_CFunction so a...Benoit Germain4-420/+427
2024-04-15C++ migration: deep userdata API rework. bye bye idfunc, hello DeepFactoryBenoit Germain9-314/+318
2024-04-15fix keeper state stack accumulating garbage in case of transfer errorsBenoit Germain5-2/+12
2024-04-15C++ migration: keeper_call returns a std::optionalBenoit Germain7-106/+200
2024-04-14Makefile fixesBenoit Germain2-3/+3
2024-04-11Bring all interesting fixes from the C++ implementation back into the C imple...Benoit Germain29-615/+880
2024-04-10C++ migration: wrap lua type values in an enum class for type safety and debu...Benoit Germain4-23/+57
2024-04-10C++ migration: luaG_inter_copy_* now return an enum class instead of an anony...Benoit Germain9-64/+93
2024-04-10C++ migration: fixed a few std::ignoreBenoit Germain7-156/+154
2024-04-09Minor fixesBenoit Germain2-107/+106
2024-04-09C++ migration: [[nodiscard]] everywhere. still have to check all std::ignoreBenoit Germain20-395/+410
2024-04-09C++ migration: use strong type safety for source and destination states in tr...Benoit Germain19-895/+161
2024-04-09C++ migration: simpler one-time initializationsBenoit Germain1-37/+14
2024-04-09C++ migration: still more threading code cleanup. 'sudo' global moved in the ...Benoit Germain9-68/+67
2024-04-09C++ migration: YIELD() → std::this_thread::yield. plus more threading code ...Benoit Germain3-319/+193
2024-04-08C++ migration: lanes.now_secs uses std::chrono::sytem_clock. plus more enum c...Benoit Germain6-153/+77
2024-04-08C++ migration: use std::jthread, std::condition_variable, std::chrono.Benoit Germain13-1207/+588
2024-04-08Tweak some test scriptsBenoit Germain3-6/+9
2024-04-05C++ migration: one-time inits are sequenced with std::atomic_flagBenoit Germain1-30/+14
2024-04-05Enable manual control of GC inside keeper statesBenoit Germain8-73/+119
2024-04-04tweak cancel.lua to enable individual tests. fix "hook" test for LuaJIT (need...Benoit Germain1-10/+24