aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More work on MakefilesBenoit Germain10 days1-70/+0
| | | | | | | | | | | * 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
* More makefile improvementsBenoit Germain11 days1-4/+4
|
* Makefile tweaksBenoit Germain11 days1-1/+1
|
* Makefile and code fixes to build the unit testsBenoit Germain2025-03-061-107/+3
|
* AllocatorDefinition implementation improvementsBenoit Germain2024-11-201-1/+1
|
* Fix Makefiles following header renamesBenoit Germain2024-10-281-3/+3
|
* Minor Makefile updateBenoit Germain2024-10-091-3/+3
|
* Makefile fixes for g++/mingwBenoit Germain2024-10-011-5/+15
|
* Merge pull request #227 from benoit-pierre/pr/fix_incorrect_makefile_indentsBenoit Germain2024-06-081-12/+12
|\ | | | | Fix incorrect Makefile indents
| * Fix incorrect Makefile indentsBenoit Pierre2024-06-041-12/+12
| | | | | | | | Rules must be indented with tabs, not spaces.
* | Use a precompiled header to speed up the buildBenoit Germain2024-06-071-1/+1
|/
* Moved implementation of lanes.nameof in a separate fileBenoit Germain2024-05-291-1/+1
|
* Move Lane implementation in a separate fileBenoit Germain2024-05-141-1/+1
|
* Moved Lane tracking implementation in a separate fileBenoit Germain2024-05-141-2/+2
|
* Move InterCopyContext implementation in a separate fileBenoit Germain2024-05-131-9/+9
|
* Move LindaFactory in separate filesBenoit Germain2024-04-261-1/+1
|
* Makefile fixesBenoit Germain2024-04-141-2/+2
|
* C++ migration: changed file extensions from .c to .cppBenoit Germain2024-03-191-1/+1
|
* correctly transfer the uservalue of a deep userdataBenoit Germain2021-06-241-1/+1
|
* Makefile detect MinGW 64 as well as MinGW 32Benoit Germain2020-04-221-2/+2
|
* Lane cancellation reworkBenoit Germain2019-04-261-1/+1
| | | | | opt.cancelstep is gone, hook is installed by lane:cancel() if requested lane:cancel() rework (see doc)
* Fix build errorsBenoit Germain2018-11-191-1/+1
|
* Fix for deep-aware modulesBenoit Germain2017-08-011-1/+1
| | | | | | Don't crash when using a module that creates Lanes-compatible deep userdata. Added a sample deep-aware module.
* Deep userdata changesBenoit Germain2014-06-171-1/+1
| | | | | | | | | * bumped version to 3.9.6 * separate deep userdata code in a dedicated file to allow external modules to implement Lanes-compatible deep userdata without requiring a binary dependency against the Lanes module. because of this linda_id function(eDO_metatable) must push 2 values on the stack: a metatable and a deep version string obtained from luaG_pushdeepversion()
* Merge pull request #101 from Stepets/masterBenoit Germain2014-04-261-14/+22
|\ | | | | LuaJIT auto detect part 2
| * LuaJIT auto detect part 2Stepets2014-04-261-14/+22
| | | | | | | | now one may just type "make" without specifing flags and libs and get luajit compatible lanes build !!pkg-config required!!
* | Fix build issues with compat.c/hBenoit Germain2014-04-231-1/+1
|/
* Building Lanes doesn't need lua.exeBenoit Germain2013-04-081-7/+3
|
* * removed the search for MSVCR80.DLL when building for MinGW32 since it no ↵Benoit Germain2012-08-141-8/+1
| | | | longer seems to be necessary
* one more step toward 5.2 compatibilityv3.1.5Benoit Germain2012-07-101-25/+12
| | | | | | * lua51-lanes renamed lanes.core * keeper state microcode is no longer embedded inside lanes.core, but located and loaded with package.loaders[2] * changed rockspec build type from "make" to "builtin"
* fix link on Ubuntu 11.10Benoit Germain2011-11-091-1/+1
|
* * keeper.lua is now embedded in text form instead of bytecode to improve ↵Benoit Germain2011-02-181-4/+8
| | | | | | LuaJIT2-compatibility (but this is not enough). * moved keeper-related code in a separate source file
* Import to gitPeter Drahoš2010-10-011-0/+176