Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → ↵ | Benoit Germain | 2024-10-28 | 1 | -103/+0 |
| | | | | threading.hpp | ||||
* | Renamed universe.h → universe.hpp | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
| | |||||
* | Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → ↵ | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
| | | | | keeper.hpp, tools.h → tools.hpp | ||||
* | Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hpp | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
| | |||||
* | New linda:wake() and linda.status | Benoit Germain | 2024-10-25 | 1 | -1/+10 |
| | |||||
* | Added strong types UserValueCount and UnusedInt | Benoit Germain | 2024-10-24 | 1 | -2/+2 |
| | |||||
* | Sprinkling StackIndex all over the place | Benoit Germain | 2024-10-08 | 1 | -1/+1 |
| | |||||
* | Internal improvements: new strong types StackIndex and KeeperIndex | Benoit Germain | 2024-10-07 | 1 | -1/+1 |
| | |||||
* | Unify the value returned by linda:deep() and the string conversion of an ↵ | Benoit Germain | 2024-06-10 | 1 | -0/+7 |
| | | | | unnamed Linda | ||||
* | Use a precompiled header to speed up the build | Benoit Germain | 2024-06-07 | 1 | -5/+0 |
| | |||||
* | Debug code to help track linda gc during keeper operation | Benoit Germain | 2024-06-07 | 1 | -3/+29 |
| | |||||
* | Start modernizing Keeper implementation | Benoit Germain | 2024-05-31 | 1 | -1/+0 |
| | |||||
* | Keeper management modernisation and improvements | Benoit Germain | 2024-05-30 | 1 | -2/+1 |
| | | | | | | | * use a std::variant to manage the distinction between one or more keeper states. Use std::unique_ptr<Keeper[]> to manage the multiple keeper case. * setting "nb_keepers" renamed "nb_user_keepers", to indicate these are in addition to internal keeper #0 used for timers. * stricter lanes.linda() argument checking. group is imposed if more than one keeper is used. * more tests | ||||
* | Fix buffer overrun in Linda name | Benoit Germain | 2024-05-22 | 1 | -0/+1 |
| | |||||
* | Use string_view for Linda names | Benoit Germain | 2024-05-20 | 1 | -9/+5 |
| | |||||
* | Almost nothing | Benoit Germain | 2024-05-14 | 1 | -4/+3 |
| | |||||
* | Progressively applying the coding rules | Benoit Germain | 2024-05-02 | 1 | -9/+9 |
| | |||||
* | Function parameters L → L_ | Benoit Germain | 2024-04-29 | 1 | -1/+1 |
| | |||||
* | All headers reformatted with updated clang-format settings | Benoit Germain | 2024-04-29 | 1 | -8/+4 |
| | |||||
* | Move LindaFactory in separate files | Benoit Germain | 2024-04-26 | 1 | -0/+5 |
| | |||||
* | Formalize a few coding style rules, start to enforce them for constants | Benoit Germain | 2024-04-26 | 1 | -0/+1 |
| | |||||
* | C++ integration: cleanup in Linda/Keeper interaction | Benoit Germain | 2024-04-25 | 1 | -0/+70 |