Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Actually, upvalues were implemented a while ago.
[simgrid.git] / src / bindings / lua /
2012-06-19 Christophe ThiéryActually, upvalues were implemented a while ago.
2012-06-12 Marion Guthmullerfix merge conflict
2012-06-12 jbrvchange a function name that I forgot to change
2012-06-08 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-04 Arnaud GierschAdd missing includes.
2012-06-02 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-01 navarroUse default value core, state host value if empty
2012-06-01 navarroMissing routing callback and creation of SIMIx and...
2012-05-31 Christophe ThiéryLua: fix an indentation bug in debug logs (the stack...
2012-05-30 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-30 navarroSome typos in source code
2012-04-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-02 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-02 Arnaud GierschEradicate strange characters...
2012-02-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-28 navarrofree dynar hosts
2012-02-28 navarroFix warning compilation with deprecated functions
2012-01-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-13 Christophe ThiéryLua: close the Lua world of a process being destroyed
2012-01-13 Christophe ThiéryLua: forgot the timeout argument of simgrid.comm.send
2012-01-13 Christophe ThiéryMSG_comm_destroy should not assume that the task still...
2012-01-13 Marion GuthmullerMerge branch 'MC_LTL'
2012-01-13 Martin QuinsonMerge branch 'MC_LTL'
2012-01-12 Christophe ThiéryLua: only keep tracks of tables coming from maestro
2012-01-12 Christophe ThiérySplit simgrid_lua.c in one source file per module
2012-01-12 Christophe ThiéryAdd comments to the Lua task copy callback
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-11 Christophe ThiéryLua: copy the Lua task right after the C task using...
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-16 Christophe ThiéryLua: change the return values of simgrid.task.send.
2011-11-15 Christophe ThiéryLua: simplify the return values of simgrid.comm.test()
2011-11-15 Christophe ThiéryLua: implement isend, dsend and irecv
2011-11-15 Christophe ThiéryLua: copy tasks so that the sender doesn't have to...
2011-11-14 Christophe ThiéryLua: implementing asynchronous comms (wait, test, isend...
2011-11-14 Christophe ThiéryLua: add a function simgrid.process.sleep()
2011-11-14 Christophe ThiéryLua: add a function simgrid.get_clock()
2011-11-14 Christophe ThiéryLua: document the possibility to use numbers for mailboxes
2011-11-14 Christophe ThiéryLua: return errors from execute/send/recv, or nil in...
2011-11-14 Christophe ThiéryLua: rename simgrid.task.name() to simgrid.task.get_name()
2011-11-14 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2011-11-10 Christophe ThiéryLua: set a task metatable that allows OO-style syntax
2011-11-10 Christophe ThiéryLua: garbage collect the simgrid module (remove simgrid...
2011-11-10 Christophe ThiéryDon't protect access to the metatable from Lua.
2011-11-10 Martin QuinsonRename sg_platf_new_AS_{open,close} to {begin,end}...
2011-11-09 Christophe ThiéryClean the code and comments of registering C functions...
2011-11-09 Christophe ThiéryThese function don't return anything
2011-11-09 Christophe ThiéryMove this debugging function to lua_utils.c
2011-11-09 Christophe ThiéryThe argument is a userdata, not a Lua task
2011-11-09 Christophe ThiéryLua: merge simgrid.task.recv and simgrid.task.recv_with...
2011-11-09 Christophe ThiéryDocument C functions that Lua calls
2011-11-09 Christophe ThiéryWhen a C function is called by Lua, get the args with...
2011-11-09 Christophe ThiéryNice joke.
2011-11-09 Christophe ThiéryMake the Lua API respect coherent naming conventions
2011-11-09 Christophe ThiéryRename functions in simgrid_lua.c
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-08 Christophe ThiéryThese files have nothing to do here
2011-11-08 Martin QuinsonAlso cleanup the fields of s_sg_platf_link_cbarg_t
2011-11-08 Martin Quinsonalso cleanup the field names of s_sg_platf_router_cbarg_t
2011-11-08 Martin QuinsonParser cleanup: simplify structure's fields' names
2011-11-08 Martin QuinsonReimplement the lua console on top of sg_platf
2011-11-08 Martin Quinsonkill more empty function chaining in lua console
2011-11-07 Martin QuinsonSlight cleanups in the lua console
2011-11-07 Martin QuinsonKill some further empty function chaining.
2011-11-07 Christophe ThiéryThis structure was not necessary
2011-11-07 Christophe ThiéryLua: don't garbage collect a task after sending it...
2011-11-07 Christophe ThiéryLua: add a function sglua_copy_value
2011-11-07 Christophe ThiéryAdd some _XBT_GNUC_UNUSED to avoid compilation warnings...
2011-11-05 Martin QuinsonAdd a new module allowing to interact with the platform...
2011-11-04 Martin Quinsonfixing lua console (brain dead) damages to the parser
2011-11-04 Martin Quinsonthis function should definitely not be called from...
2011-11-03 Martin QuinsonNobody cares about this argument since maybe 4 years...
2011-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-28 Christophe ThiéryDon't memset to zero
2011-10-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-20 Arnaud Gierschs/GRAS_STUB_GENERATOR/SIMGRID_LUA/ to actually match...
2011-10-20 Arnaud GierschGuard against multiple inclusion.
2011-10-20 Martin QuinsonMerge stuff again. Damn, I should pull before changing...
2011-10-20 Martin Quinsonmerge branches
2011-10-13 Christophe ThiéryMerge branch 'lua'
2011-10-13 Christophe ThiéryLua: more debugging info
2011-10-06 Christophe ThiéryLua: add support of closures to the state cloner
2011-10-04 Christophe ThiéryRemove an obsolete function
2011-10-03 Christophe ThiéryLua: fix registering maestro tables
2011-09-29 Christophe ThiérySimplifying and improving identification of tables
2011-09-29 Christophe ThiérySplit sglua_move_value() in different functions for...
2011-09-29 Christophe ThiéryRename s_buffer_t to s_sglua_buffer_t
2011-09-29 Christophe ThiéryLua: separate bindings, state cloning functions and...
2011-09-28 Christophe ThiéryLua: sending and receiving tasks work, tests are okay.
2011-09-27 Christophe ThiéryTrying to make userdata work
2011-09-27 Christophe ThiéryLua: handle userdata and the registry
2011-09-27 Christophe ThiéryMerge branch 'lua' of git+ssh://scm.gforge.inria.fr...
2011-09-27 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-09-27 Christophe ThiéryRevert "Implementing Lua simulated processes as indepen...
2011-09-27 Christophe ThiéryRevert "These messages should be print in debug logs...
2011-09-27 Christophe ThiéryRevert "Fix format string error."
2011-09-27 Christophe ThiéryImprove formatting of debug info
next