| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Shuffling code around | Benoit Germain | 2024-05-14 | 15 | -366/+388 |
* | Progressively applying the coding rules | Benoit Germain | 2024-05-14 | 5 | -23/+23 |
* | Almost nothing | Benoit Germain | 2024-05-14 | 5 | -8/+9 |
* | Move Lane implementation in a separate file | Benoit Germain | 2024-05-14 | 10 | -903/+956 |
* | Moved Lane tracking implementation in a separate file | Benoit Germain | 2024-05-14 | 8 | -92/+159 |
* | Merge branch 'master' of https://github.com/LuaLanes/lanes | Benoit Germain | 2024-05-13 | 0 | -0/+0 |
|\ |
|
| * | Progressively applying the coding rules | Benoit Germain | 2024-05-13 | 3 | -67/+68 |
| * | Progressively applying the coding rules | Benoit Germain | 2024-05-13 | 10 | -754/+751 |
| * | Progressively applying the coding rules | Benoit Germain | 2024-05-13 | 6 | -441/+442 |
| * | deep_test vcproj tweaks | Benoit Germain | 2024-05-13 | 2 | -10/+10 |
| * | Move InterCopyContext implementation in a separate file | Benoit Germain | 2024-05-13 | 19 | -1464/+1489 |
| * | Linda API changes | Benoit Germain | 2024-05-07 | 10 | -228/+250 |
| * | Some more code refactorization | Benoit Germain | 2024-05-07 | 14 | -199/+244 |
| * | API changes | Benoit Germain | 2024-05-07 | 3 | -26/+36 |
| * | new lane generator option opt_tbl.name | Benoit Germain | 2024-05-06 | 5 | -70/+114 |
* | | Progressively applying the coding rules | Benoit Germain | 2024-05-13 | 3 | -67/+68 |
* | | Progressively applying the coding rules | Benoit Germain | 2024-05-13 | 10 | -754/+751 |
* | | Progressively applying the coding rules | Benoit Germain | 2024-05-13 | 6 | -441/+442 |
* | | deep_test vcproj tweaks | Benoit Germain | 2024-05-13 | 2 | -10/+10 |
* | | Move InterCopyContext implementation in a separate file | Benoit Germain | 2024-05-13 | 19 | -1464/+1489 |
* | | Linda API changes | Benoit Germain | 2024-05-13 | 10 | -228/+250 |
* | | Some more code refactorization | Benoit Germain | 2024-05-13 | 14 | -199/+244 |
* | | API changes | Benoit Germain | 2024-05-13 | 3 | -26/+36 |
* | | New lane generator option opt_tbl.name | Benoit Germain | 2024-05-13 | 5 | -70/+114 |
|/ |
|
* | Improve error message on table transfer type mismatch | Benoit Germain | 2024-05-06 | 1 | -5/+5 |
* | Fix handling of error occuring during lane setup | Benoit Germain | 2024-05-03 | 1 | -2/+6 |
* | Some code factorization | Benoit Germain | 2024-05-03 | 11 | -112/+85 |
* | Remove dependency on _G["package"] | Benoit Germain | 2024-05-02 | 4 | -8/+44 |
* | de-megathodize lanes.configure() | Benoit Germain | 2024-05-02 | 1 | -607/+649 |
* | InterCopyContext always raises errors in a non-Keeper state | Benoit Germain | 2024-05-02 | 4 | -27/+29 |
* | Progressively applying the coding rules | Benoit Germain | 2024-05-02 | 15 | -219/+220 |
* | Progressively applying the coding rules | Benoit Germain | 2024-05-02 | 8 | -94/+94 |
* | Progressively applying the coding rules | Benoit Germain | 2024-04-30 | 4 | -129/+112 |
* | Progressively applying the coding rules | Benoit Germain | 2024-04-30 | 16 | -2601/+2061 |
* | Progressively applying the coding rules | Benoit Germain | 2024-04-29 | 12 | -267/+323 |
* | Fix keeper state stack integrity assertion | Benoit Germain | 2024-04-29 | 1 | -1/+5 |
* | Function parameters L → L_ | Benoit Germain | 2024-04-29 | 20 | -1357/+1345 |
* | All headers reformatted with updated clang-format settings | Benoit Germain | 2024-04-29 | 15 | -131/+126 |
* | C++ migration: wrap all Lua error raising API functions in a [[noreturn]] rai... | Benoit Germain | 2024-04-26 | 10 | -93/+131 |
* | Move LindaFactory in separate files | Benoit Germain | 2024-04-26 | 9 | -163/+220 |
* | Update documentation | Benoit Germain | 2024-04-26 | 1 | -5/+5 |
* | Expose nil sentinel as lanes.null | Benoit Germain | 2024-04-26 | 1 | -2/+1 |
* | Formalize a few coding style rules, start to enforce them for constants | Benoit Germain | 2024-04-26 | 18 | -225/+251 |
* | C++ integration: cleanup in Linda/Keeper interaction | Benoit Germain | 2024-04-25 | 4 | -150/+164 |
* | C++ migration: using KeeperState = Unique<lua_State*> | Benoit Germain | 2024-04-24 | 11 | -45/+47 |
* | C++ migration: push_thread_status converted to a Lane class method | Benoit Germain | 2024-04-24 | 4 | -22/+20 |
* | C++ migration: enum → enum class | Benoit Germain | 2024-04-24 | 1 | -12/+12 |
* | ASSERT_L → LUA_ASSERT | Benoit Germain | 2024-04-24 | 10 | -84/+90 |
* | C++ migration: split UniqueKey into UniqueKey+RegistryUniqueKey | Benoit Germain | 2024-04-24 | 10 | -59/+74 |
* | some dead code elimination and other trifles | Benoit Germain | 2024-04-16 | 22 | -787/+703 |