diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2017-05-10 17:10:29 +0200 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2017-05-10 17:10:29 +0200 |
commit | e5f454b3cee91f79f4f107b68a4708addc0a914a (patch) | |
tree | e8d3c53937659b2f615870b9294a0d5e0dfa7a30 /CHANGES | |
parent | 0a064da8d02d0863463583e4f693462ef7725c2f (diff) | |
download | lanes-e5f454b3cee91f79f4f107b68a4708addc0a914a.tar.gz lanes-e5f454b3cee91f79f4f107b68a4708addc0a914a.tar.bz2 lanes-e5f454b3cee91f79f4f107b68a4708addc0a914a.zip |
Improve LuaJIT support
* better LuaJIT-specific headers detection
* add LuaJIT-specific libraries when known
* properly raise an error when attempting to transfer a LUAT_CDATA value
* some compilationg warning fixes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 119: BGe 10-May-17 | ||
4 | * Fixed some compilation warnings | ||
5 | * Improved LuaJIT support | ||
6 | |||
3 | CHANGE 118: trukanduk 21-Nov-16 | 7 | CHANGE 118: trukanduk 21-Nov-16 |
4 | * bumped version to 3.10.1 | 8 | * bumped version to 3.10.1 |
5 | * objects with a metatable that contains __lanesignore are skipped during data transfers | 9 | * objects with a metatable that contains __lanesignore are skipped during data transfers |