index
:
fluxbox_pavel.git
fixes
master
on-1.3.4
Pavel's repository
Pavel Labath
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
FbTk
/
Luamm.hh
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-18
Add lua::quote function, for safe (and pretty) quoting of strings
Pavel Labath
1
-0/+4
2011-07-29
Add checkstring() to lua::state
Pavel Labath
1
-0/+2
2011-07-25
Add checkudata and checkargno functions to lua::state
Pavel Labath
1
-0/+12
2011-07-24
luamm: add lua_isuserdata C++ binding
Pavel Labath
1
-0/+1
2011-07-08
A lightweight version of lua::state::pushclosure which handles the simple cases
Pavel Labath
1
-1/+2
2011-07-02
Luamm: add lua_istable C++ wrapper
Pavel Labath
1
-0/+1
2011-07-02
Add a version of lua::state::loadstring which accepts std::string
Pavel Labath
1
-0/+1
2011-06-15
Lua exceptions can now outlive thier lua context
Pavel Labath
1
-1/+13
2011-06-15
Luamm: add lua_createtable binding
Pavel Labath
1
-0/+1
2011-06-15
luamm: add a version of loadstring which also takes the string length as a pa...
Pavel Labath
1
-1/+3
2011-06-15
Add lua_rawgeti wrapper to luamm
Pavel Labath
1
-0/+1
2011-06-15
Remove the possibility to transport exceptions through lua code
Pavel Labath
1
-1/+1
2011-06-15
c++ lua binding: get rid of variadic templates
Pavel Labath
1
-5/+44
2011-06-15
c++ lua binding: get rid of shared_ptr
Pavel Labath
1
-54/+55
2011-06-15
c++ lua binding: get rid of deleted functions and rvalue references
Pavel Labath
1
-44/+14
2011-06-15
c++ lua binding: replace std::function with FbTk::Slot
Pavel Labath
1
-17/+32
2011-06-15
C++ binding for lua
Pavel Labath
1
-0/+341