aboutsummaryrefslogtreecommitdiff
path: root/deep_test/deep_test.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wording fix: parameter → argumentBenoit Germain2024-06-141-1/+1
* lua_pushliteral -> luaG_pushstringBenoit Germain2024-06-141-2/+2
* Add support for to-be-closed lindaBenoit Germain2024-06-121-1/+2
* Removed .demote_full_userdataBenoit Germain2024-06-101-1/+1
* Fix deep_test.cppBenoit Germain2024-06-071-2/+2
* Use a precompiled header to speed up the buildBenoit Germain2024-06-071-0/+1
* Converted a few more raw string pointers to std::string_viewBenoit Germain2024-06-061-2/+2
* Augment deep_test with deep:invoke()Benoit Germain2024-06-061-0/+14
* Fix deep_test for all flavors of LuaBenoit Germain2024-06-061-68/+67
* Boyscouting deep.cpp|hBenoit Germain2024-05-291-13/+13
* 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]] rai...Benoit Germain2024-04-261-3/+3
* 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