aboutsummaryrefslogtreecommitdiff
path: root/deep_test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kill obsolete deeptest.lua fileBenoit Germain5 days1-159/+0
* Sample module deep test renamed deep_userdata_exampleBenoit Germain5 days5-1413/+0
* Some fixes for unit tests with LuaJITBenoit Germain6 days2-2/+99
* Makefile and code fixes to build the unit testsBenoit Germain10 days1-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 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