aboutsummaryrefslogtreecommitdiff
path: root/src/lanesconf.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved AllocatorDefinition in a lanes namespaceBenoit Germain2024-06-181-0/+1
|
* Reorganized debug stuffBenoit Germain2024-06-071-0/+7
|
* Keeper management modernisation and improvementsBenoit Germain2024-05-301-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 Germain2024-05-271-0/+1
|
* namespace tweaksBenoit Germain2024-05-271-1/+2
|
* Shuffling code aroundBenoit Germain2024-05-141-0/+2
|
* Progressively applying the coding rulesBenoit Germain2024-05-131-1/+1
|
* Move LindaFactory in separate filesBenoit Germain2024-04-261-4/+2
|
* Formalize a few coding style rules, start to enforce them for constantsBenoit Germain2024-04-261-0/+26
|
* C++ migration: buildfixesBenoit Germain2024-03-191-0/+17
Essentially, buildfixes when compiling as C++, plus properly marking public API as extern "C"