Age | Commit message (Collapse) | Author |
|
Refactor existing implementation and add 4-dimensional vectors support.
|
|
|
|
|
|
- tests
- shortcuts for `OwnedFunction` and `OwnedAnyUserData`
|
|
This is not necessary an error and should not be enforced by default.
Fixes #268.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Don't use release mode in tests
Try to use cache in CI
|
|
|
|
|
|
|
|
|
|
|
|
2.0.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Seems there is a race in a LuaJIT 2.0 that makes the tests unstable.
Works ok on LuaJIT 2.1 and all Lua.
|
|
|
|
Don't link module with Lua core (see: http://lua-users.org/wiki/BuildingModules)
Example and tests for modules
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|