Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Lua: separate bindings, state cloning functions and helper functions
authorChristophe Thiéry <christopho128@gmail.com>
Thu, 29 Sep 2011 11:05:05 +0000 (13:05 +0200)
committerChristophe Thiéry <christopho128@gmail.com>
Thu, 29 Sep 2011 11:05:05 +0000 (13:05 +0200)
commit4610b103f5b664648c716031782165da1e6fbd41
tree54f222b30ed8efed6409d366c48081c35bedcc2b
parent71a91dee3af941be6c33936bfdac5e2f6bd55b36
Lua: separate bindings, state cloning functions and helper functions
buildtools/Cmake/DefinePackages.cmake
src/bindings/lua/lua_state_cloner.c [new file with mode: 0644]
src/bindings/lua/lua_state_cloner.h [new file with mode: 0644]
src/bindings/lua/lua_utils.c [new file with mode: 0644]
src/bindings/lua/lua_utils.h [new file with mode: 0644]
src/bindings/lua/simgrid_lua.c