aboutsummaryrefslogtreecommitdiff
path: root/deep_userdata_example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copy deep_userdata_example test script in the test frameworkHEADmasterBenoit Germain2025-07-311-1/+1
| | | | | * I need to keep deep_userdata_example hackishly built-in inside the unit tests executable, because using the external module cause a crash in Lua51 tests (module is unloaded before some deep objects are GCed...) * copy the test script in the proper location and invoke it as part of the tests
* Adjust deep_userdata_example test script to the latest linda API changesBenoit Germain2025-07-311-1/+1
|
* Use LANES_DEBUG instead of MSVC-specific _DEBUG to activate debug codeBenoit Germain2025-07-241-14/+24
|
* Changed lua wrapper prefixes from luaG_ to luaW_ (w as in wrapper!)Benoit Germain2025-07-041-7/+7
|
* Added targets for Lua 5.5 in VS projects and SolutionBenoit Germain2025-07-041-0/+187
|
* Fix 32 bits compilation warningsBenoit Germain2025-04-041-8/+8
|
* More vcproj fixes for some targetsBenoit Germain2025-03-211-25/+42
|
* Adjusting MSVC files to ease unit testingBenoit Germain2025-03-212-219/+176
| | | | | * Everything assumes there is a _LuaVersions folder containing all supported Lua versions (binaries, libs and headers) alongside the Lanes.sln location * After that the solutions to build the Lua binaries themselves will appear too for reference (mainly because their output folders will be configured accordingly)
* A few vcproj tweaksBenoit Germain2025-03-201-36/+56
|
* Give a name to all lanes in the testsBenoit Germain2025-03-141-0/+1
|
* More makefile tweaksBenoit Germain2025-03-141-11/+11
|
* More work on MakefilesBenoit Germain2025-03-133-8/+47
| | | | | | | | | | | * renamed makefiles: - Shared.mk → Shared.makefile - src/Makefile → src/Lanes.makefile - unit_tests/Makefile → unit_tests/UnitTests.makefile - deep_userdata_example/Makefile → deep_userdata_example/DUE.makefile * Add a makefile for deep_userdata_example * added a target 'unit_tests' to build them (not running them yet) * plus some minor internal improvements
* Cleanup in MSVC projectsBenoit Germain2025-03-133-39/+31
|
* Add a VisualStudio solution to build and debug LanesBenoit Germain2025-03-113-139/+137
| | | | | | * configured to build Lanes, the example module deep_userdata_example, and the unit tests * relies on Lua 5.1 → 5.4, LuaJIT and MoonJIT to be built and located in a fixed directory * manual_register legacy test now uses deep_userdata_example module instead of lfs
* Sample module deep test renamed deep_userdata_exampleBenoit Germain2025-03-116-0/+1572