Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More work on Makefiles | Benoit Germain | 10 days | 1 | -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 improvements | Benoit Germain | 11 days | 1 | -4/+4 |
| | |||||
* | Makefile tweaks | Benoit Germain | 11 days | 1 | -1/+1 |
| | |||||
* | Makefile and code fixes to build the unit tests | Benoit Germain | 2025-03-06 | 1 | -107/+3 |
| | |||||
* | AllocatorDefinition implementation improvements | Benoit Germain | 2024-11-20 | 1 | -1/+1 |
| | |||||
* | Fix Makefiles following header renames | Benoit Germain | 2024-10-28 | 1 | -3/+3 |
| | |||||
* | Minor Makefile update | Benoit Germain | 2024-10-09 | 1 | -3/+3 |
| | |||||
* | Makefile fixes for g++/mingw | Benoit Germain | 2024-10-01 | 1 | -5/+15 |
| | |||||
* | Merge pull request #227 from benoit-pierre/pr/fix_incorrect_makefile_indents | Benoit Germain | 2024-06-08 | 1 | -12/+12 |
|\ | | | | | Fix incorrect Makefile indents | ||||
| * | Fix incorrect Makefile indents | Benoit Pierre | 2024-06-04 | 1 | -12/+12 |
| | | | | | | | | Rules must be indented with tabs, not spaces. | ||||
* | | Use a precompiled header to speed up the build | Benoit Germain | 2024-06-07 | 1 | -1/+1 |
|/ | |||||
* | Moved implementation of lanes.nameof in a separate file | Benoit Germain | 2024-05-29 | 1 | -1/+1 |
| | |||||
* | Move Lane implementation in a separate file | Benoit Germain | 2024-05-14 | 1 | -1/+1 |
| | |||||
* | Moved Lane tracking implementation in a separate file | Benoit Germain | 2024-05-14 | 1 | -2/+2 |
| | |||||
* | Move InterCopyContext implementation in a separate file | Benoit Germain | 2024-05-13 | 1 | -9/+9 |
| | |||||
* | Move LindaFactory in separate files | Benoit Germain | 2024-04-26 | 1 | -1/+1 |
| | |||||
* | Makefile fixes | Benoit Germain | 2024-04-14 | 1 | -2/+2 |
| | |||||
* | C++ migration: changed file extensions from .c to .cpp | Benoit Germain | 2024-03-19 | 1 | -1/+1 |
| | |||||
* | correctly transfer the uservalue of a deep userdata | Benoit Germain | 2021-06-24 | 1 | -1/+1 |
| | |||||
* | Makefile detect MinGW 64 as well as MinGW 32 | Benoit Germain | 2020-04-22 | 1 | -2/+2 |
| | |||||
* | Lane cancellation rework | Benoit Germain | 2019-04-26 | 1 | -1/+1 |
| | | | | | opt.cancelstep is gone, hook is installed by lane:cancel() if requested lane:cancel() rework (see doc) | ||||
* | Fix build errors | Benoit Germain | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Fix for deep-aware modules | Benoit Germain | 2017-08-01 | 1 | -1/+1 |
| | | | | | | Don't crash when using a module that creates Lanes-compatible deep userdata. Added a sample deep-aware module. | ||||
* | Deep userdata changes | Benoit Germain | 2014-06-17 | 1 | -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/master | Benoit Germain | 2014-04-26 | 1 | -14/+22 |
|\ | | | | | LuaJIT auto detect part 2 | ||||
| * | LuaJIT auto detect part 2 | Stepets | 2014-04-26 | 1 | -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/h | Benoit Germain | 2014-04-23 | 1 | -1/+1 |
|/ | |||||
* | Building Lanes doesn't need lua.exe | Benoit Germain | 2013-04-08 | 1 | -7/+3 |
| | |||||
* | * removed the search for MSVCR80.DLL when building for MinGW32 since it no ↵ | Benoit Germain | 2012-08-14 | 1 | -8/+1 |
| | | | | longer seems to be necessary | ||||
* | one more step toward 5.2 compatibilityv3.1.5 | Benoit Germain | 2012-07-10 | 1 | -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.10 | Benoit Germain | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | * keeper.lua is now embedded in text form instead of bytecode to improve ↵ | Benoit Germain | 2011-02-18 | 1 | -4/+8 |
| | | | | | | LuaJIT2-compatibility (but this is not enough). * moved keeper-related code in a separate source file | ||||
* | Import to git | Peter Drahoš | 2010-10-01 | 1 | -0/+176 |