aboutsummaryrefslogtreecommitdiff
path: root/deep_test (follow)
Commit message (Expand)AuthorAgeFilesLines
* More [[nodiscard]] boyscoutingBenoit Germain2024-11-201-14/+28
* Renamed tracker.h → tracker.hpp, nameof.h → nameof.hppBenoit Germain2024-10-282-4/+4
* Renamed uniquekey.h → uniquekey.hppBenoit Germain2024-10-282-8/+8
* Renamed macros_and_utils.h → macros_and_utils.hppBenoit Germain2024-10-281-1/+1
* Buildfix following deep.h → deep.hpp renamingBenoit Germain2024-10-283-5/+5
* 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-142-2/+2
* Fix deeptest.luaBenoit Germain2024-06-141-2/+6
* lua_pushliteral -> luaG_pushstringBenoit Germain2024-06-141-2/+2
* A small step toward making clang happyBenoit Germain2024-06-131-0/+63
* Add support for to-be-closed lindaBenoit Germain2024-06-121-1/+2
* Removed .demote_full_userdataBenoit Germain2024-06-102-4/+11
* Factorize uservalue extraction in luaG_getalluservaluesBenoit Germain2024-06-072-2/+10
* Fix deep_test.cppBenoit Germain2024-06-071-2/+2
* Use a precompiled header to speed up the buildBenoit Germain2024-06-072-1/+2
* Debug code to help track linda gc during keeper operationBenoit Germain2024-06-071-15/+37
* 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-064-8/+46
* Fix deep_test for all flavors of LuaBenoit Germain2024-06-064-81/+88
* Boyscouting deep.cpp|hBenoit Germain2024-05-291-13/+13
* Start using string_viewBenoit Germain2024-05-201-1/+1
* deep_test vcproj tweaksBenoit Germain2024-05-132-10/+10
* Some more code refactorizationBenoit Germain2024-05-133-6/+7
* New lane generator option opt_tbl.nameBenoit Germain2024-05-131-3/+2
* InterCopyContext always raises errors in a non-Keeper stateBenoit Germain2024-05-021-2/+3
* 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: inter-state transfer managed by a new class InterCopyContextBenoit Germain2024-04-151-1/+1
* C++ migration: deep userdata API rework. bye bye idfunc, hello DeepFactoryBenoit Germain2024-04-152-36/+44
* 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: deep_test vcproj configuration fix (we need at least C++17 sta...Benoit Germain2024-03-271-0/+18
* C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomicBenoit Germain2024-03-252-4/+3
* deep_test VS user configBenoit Germain2024-03-251-0/+1
* deep_test VS extension Smart Command Line Arguments config fileBenoit Germain2024-03-251-0/+16
* C++ migration: make deep_test build and runBenoit Germain2024-03-253-84/+77
* C++ migration: buildfixesBenoit Germain2024-03-192-20/+14
* Bump deep_test.vcxproj to VS2022Benoit Germain2024-02-221-18/+18
* moonjit supportBenoit Germain2022-03-092-6/+90
* deep_test tweaksBenoit Germain2022-02-273-13/+186
* Update deep_test.vcxproj.userBenoit Germain2022-02-211-10/+35
* some fixes in deep_test vcproj for LuaJIT-2.1.0-beta3 testingBenoit Germain2022-02-212-0/+85
* __lanesclone is now called only once with 3 parameters dest, source, size -> ...Benoit Germain2022-02-083-18/+21
* deep_test vcproj migrated to VS2019v3.15.1Benoit Germain2021-07-083-24/+183