aboutsummaryrefslogtreecommitdiff
path: root/src/universe.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DEBUGSPEW fprintf(stderr) → std::cerrBenoit Germain2024-05-221-5/+5
|
* lua503_getfield → strong typed luaG_getfieldBenoit Germain2024-05-221-17/+14
|
* Lane::debugName is a std::string_viewBenoit Germain2024-05-201-1/+1
|
* More string_viewBenoit Germain2024-05-201-3/+3
|
* Shuffling code aroundBenoit Germain2024-05-141-1/+221
|
* Move Lane implementation in a separate fileBenoit Germain2024-05-141-1/+1
|
* Progressively applying the coding rulesBenoit Germain2024-05-131-33/+33
|
* Move InterCopyContext implementation in a separate fileBenoit Germain2024-05-131-3/+0
|
* Linda API changesBenoit Germain2024-05-131-2/+1
| | | | | * timeout clarifications (negative values are no longer accepted, use nil instead) * linda(send, linda.null, key, ...) removed, if you want to send a nil, just do it as usual
* Some more code refactorizationBenoit Germain2024-05-131-23/+93
|
* Progressively applying the coding rulesBenoit Germain2024-05-021-1/+1
|
* Progressively applying the coding rulesBenoit Germain2024-04-301-5/+4
|
* Function parameters L → L_Benoit Germain2024-04-291-16/+16
|
* Formalize a few coding style rules, start to enforce them for constantsBenoit Germain2024-04-261-8/+8
|
* ASSERT_L → LUA_ASSERTBenoit Germain2024-04-241-2/+2
|
* C++ migration: split UniqueKey into UniqueKey+RegistryUniqueKeyBenoit Germain2024-04-241-2/+2
|
* some dead code elimination and other triflesBenoit Germain2024-04-161-5/+5
|
* C++ migration: use strong type safety for source and destination states in ↵Benoit Germain2024-04-091-4/+4
| | | | transfer functions
* C++ migration: still more threading code cleanup. 'sudo' global moved in the ↵Benoit Germain2024-04-091-0/+29
| | | | Universe
* C++ migration: parallelize lane setup and OS thread warmupBenoit Germain2024-03-291-1/+1
|
* C++ migration: improved UniqueKey interfaceBenoit Germain2024-03-281-8/+5
|
* C++ migration: new helper templates lua_tolightuserdata and lua_tofulluserdataBenoit Germain2024-03-271-7/+13
|
* C++ migration: templated lua_touserdataBenoit Germain2024-03-261-1/+1
|
* C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomicBenoit Germain2024-03-251-8/+7
|
* C++ migration: revamped stack checking macrosBenoit Germain2024-03-251-9/+9
|
* C++ migration: REGISTRY_SET and REGISTRY_GET are gone, welcome templates and ↵Benoit Germain2024-03-211-3/+3
| | | | lambdas
* C++ migration: more NULL → nullptrBenoit Germain2024-03-201-1/+1
|
* C++ migration: UniqueKeyBenoit Germain2024-03-201-1/+1
|
* C++ migration: NULL → nullptrBenoit Germain2024-03-191-1/+1
|
* C++ migration: changed file extensions from .c to .cppBenoit Germain2024-03-191-0/+75