aboutsummaryrefslogtreecommitdiff
path: root/deep_test/deep_test.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Makefile and code fixes to build the unit testsBenoit Germain2025-03-061-17/+17
* Minor internal code tweaksBenoit Germain2025-02-051-4/+5
* DeepFactory counts the number of active Deep objectsBenoit Germain2024-12-101-0/+11
* deep_test buildfixBenoit Germain2024-12-101-2/+2
* Expanded deep_test a bitBenoit Germain2024-12-101-6/+45
* Improved DeepPrelude architectureBenoit Germain2024-12-091-1/+5
* More [[nodiscard]] boyscoutingBenoit Germain2024-11-201-14/+28
* Renamed macros_and_utils.h → macros_and_utils.hppBenoit Germain2024-10-281-1/+1
* Buildfix following deep.h → deep.hpp renamingBenoit Germain2024-10-281-1/+1
* Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hppBenoit Germain2024-10-281-1/+1
* Strengthen more code with UserValueIndexBenoit Germain2024-10-241-8/+8
* Make Unique even strongerBenoit Germain2024-10-241-1/+1
* Added strong types UserValueCount and UnusedIntBenoit Germain2024-10-241-2/+2
* Sprinkling StackIndex all over the placeBenoit Germain2024-10-081-10/+10
* 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