aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-17Error reporting revampBenoit Germain4-220/+292
2024-05-17Fix bad assert when raising a non-string errorBenoit Germain1-39/+54
2024-05-17Lane::close()Benoit Germain2-7/+5
2024-05-17Strong typed Lua thread statusBenoit Germain2-38/+64
2024-05-17Fix LUA_ASSERT not showing the line number properlyBenoit Germain1-2/+2
2024-05-17Fix missing lanes.nullBenoit Germain1-0/+1
2024-05-14Shuffling code aroundBenoit Germain15-366/+388
2024-05-14Progressively applying the coding rulesBenoit Germain5-23/+23
2024-05-14Almost nothingBenoit Germain5-8/+9
2024-05-14Move Lane implementation in a separate fileBenoit Germain10-903/+956
2024-05-14Moved Lane tracking implementation in a separate fileBenoit Germain8-92/+159
2024-05-13Progressively applying the coding rulesBenoit Germain3-67/+68
2024-05-13Progressively applying the coding rulesBenoit Germain10-754/+751
2024-05-13Progressively applying the coding rulesBenoit Germain6-441/+442
2024-05-13deep_test vcproj tweaksBenoit Germain2-10/+10
2024-05-13Move InterCopyContext implementation in a separate fileBenoit Germain19-1464/+1489
2024-05-13Linda API changesBenoit Germain10-228/+250
2024-05-13Some more code refactorizationBenoit Germain14-199/+244
2024-05-13API changesBenoit Germain3-26/+36
2024-05-13New lane generator option opt_tbl.nameBenoit Germain5-70/+114
2024-05-13Progressively applying the coding rulesBenoit Germain3-67/+68
2024-05-13Progressively applying the coding rulesBenoit Germain10-754/+751
2024-05-13Progressively applying the coding rulesBenoit Germain6-441/+442
2024-05-13deep_test vcproj tweaksBenoit Germain2-10/+10
2024-05-13Move InterCopyContext implementation in a separate fileBenoit Germain19-1464/+1489
2024-05-07Linda API changesBenoit Germain10-228/+250
2024-05-07Some more code refactorizationBenoit Germain14-199/+244
2024-05-07API changesBenoit Germain3-26/+36
2024-05-06new 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