index
:
Balau
master
Unnamed repository; edit this file 'description' to name the repository.
Pixel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
LuaHandle.cc
Age
Commit message (
Collapse
)
Author
2014-08-11
Bugs fixing in Lua - we really can't afford to have destructors throwing ↵
Nicolas Noble
exceptions, and also making sure we're using the proper types for Handles.
2014-08-10
Few more tweaks, and adding a bunch of accessors to LuaHandle.
Nicolas "Pixel" Noble
2014-08-09
Fixing even more warnings.
Nicolas "Pixel" Noble
2014-05-25
Fixing a few warnings and errors.
Nicolas "Pixel" Noble
2013-08-12
Fixing a few more things, added BigInt to ints conversions, and added the 64 ↵
Nicolas Noble
bits read / write versions for LuaHandle.
2013-08-07
Binding all the helpers - save it for the 64 bits ones.
Nicolas Noble
2013-08-07
Adding readU16, readU32 and readU64. The Lua version of readU64 will need ↵
Nicolas Noble
GMP support.
2013-08-07
Adding readU8()
Nicolas "Pixel" Noble
2013-08-07
Cleaning up types a bit.
Nicolas "Pixel" Noble
2013-08-07
The close operation is actually async too. Meaning that the destroy ↵
Nicolas "Pixel" Noble
operation probably should become async...
2013-08-07
Adding skeleton LuaHandle.
Nicolas "Pixel" Noble