aboutsummaryrefslogtreecommitdiff
path: root/deep_test/deep_test.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start using string_viewBenoit Germain2024-05-201-1/+1
|
* All headers reformatted with updated clang-format settingsBenoit Germain2024-04-291-2/+2
|
* C++ migration: wrap all Lua error raising API functions in a [[noreturn]] ↵Benoit Germain2024-04-261-3/+3
| | | | raise_... equivalent
* Move LindaFactory in separate filesBenoit Germain2024-04-261-11/+14
|
* some dead code elimination and other triflesBenoit Germain2024-04-161-25/+25
|
* C++ migration: deep userdata API rework. bye bye idfunc, hello DeepFactoryBenoit Germain2024-04-151-36/+30
|
* C++ migration: [[nodiscard]] everywhere. still have to check all std::ignoreBenoit Germain2024-04-091-139/+139
|
* C++ migration: all enums are enum classBenoit Germain2024-03-291-4/+4
|
* C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomicBenoit Germain2024-03-251-2/+1
|
* C++ migration: make deep_test build and runBenoit Germain2024-03-251-0/+260