aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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