Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved AllocatorDefinition in a lanes namespace | Benoit Germain | 2024-06-18 | 1 | -0/+1 |
| | |||||
* | Reorganized debug stuff | Benoit Germain | 2024-06-07 | 1 | -0/+7 |
| | |||||
* | Keeper management modernisation and improvements | Benoit Germain | 2024-05-30 | 1 | -1/+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 | ||||
* | Optional Decoda support (disabled by default) | Benoit Germain | 2024-05-27 | 1 | -0/+1 |
| | |||||
* | namespace tweaks | Benoit Germain | 2024-05-27 | 1 | -1/+2 |
| | |||||
* | Shuffling code around | Benoit Germain | 2024-05-14 | 1 | -0/+2 |
| | |||||
* | Progressively applying the coding rules | Benoit Germain | 2024-05-13 | 1 | -1/+1 |
| | |||||
* | Move LindaFactory in separate files | Benoit Germain | 2024-04-26 | 1 | -4/+2 |
| | |||||
* | Formalize a few coding style rules, start to enforce them for constants | Benoit Germain | 2024-04-26 | 1 | -0/+26 |
| | |||||
* | C++ migration: buildfixes | Benoit Germain | 2024-03-19 | 1 | -0/+17 |
Essentially, buildfixes when compiling as C++, plus properly marking public API as extern "C" |