Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Lua: garbage collect the simgrid module (remove simgrid.clean())
[simgrid.git] / src / bindings / lua / simgrid_lua.c
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-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-08 Martin QuinsonReimplement the lua console on top of sg_platf
2011-11-07 Martin QuinsonSlight cleanups in the lua console
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éryAdd some _XBT_GNUC_UNUSED to avoid compilation warnings...
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-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-09-29 Christophe ThiérySimplifying and improving identification of tables
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
2011-09-27 Arnaud GierschFix format string error.
2011-09-27 Christophe ThiéryThese messages should be print in debug logs only
2011-09-27 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-09-27 Christophe ThiéryImplementing Lua simulated processes as independent...
2011-07-30 Quintin Jean-NoëlMerge remote-tracking branch 'origin/master'
2011-07-29 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-07-29 Christophe ThiéryWorking on Lua.
2011-07-29 Christophe ThiéryLua / Splay: some cleanups
2011-04-27 mehdiMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-27 mehdigot a number (not a table?) with Task_splay_irecv
2011-04-12 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-11 Lucas Schnorrmerging tracing changes
2011-04-11 mehdiadd some bindings for lua that enable to add properties...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 thieryReplace XBT_INFO by XBT_DEBUG to make tesh happy
2011-03-23 coldpeaceadd methods to describe a Router component from lua...
2011-03-01 thieryRemove side effects from xbt_asserts calls
2011-02-24 thieryThose XBT_INFO broke the tests
2011-02-22 coldpeaceupdate methods
2011-02-17 agierschUse new style logging macros.
2011-01-25 thieryFix test lua-msg-masterslave-console (was broken since...
2010-12-13 schnorrtracing might be disable, protecting lua bindings
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-11-26 mquinsonkill the (unused) lua context factory. Lua does fine...
2010-11-26 mquinsoncleanup: kill unused variable
2010-11-09 mquinsonLet it compile in paranoid mode without _XBT_GNUC_UNUSE...
2010-11-04 agierschFix build in paranoid mode without tracing support.
2010-10-29 coldpeaceadding methods to get Host Properties, and trace file...
2010-10-12 coldpeacecleanup & reorganize code ...
2010-10-11 alegrandIndent include and src using this command:
2010-10-05 coldpeacefix lua console application for SimDag module
2010-10-01 coldpeacereimplement lua bingdings code to support the new platf...
2010-10-01 mquinsonFix typos [Arnaud Giersch]
2010-08-20 coldpeacefix the way to instanciate links via worsktation_ptask_...
2010-08-19 coldpeacemove e_surf_link_sharing_policy_t structure to surf...
2010-08-10 coldpeaceadd new source file to lua bindings code, having possib...
2010-08-05 coldpeaceextend bypass to grass...
2010-08-04 coldpeaceadd new callbacks to the Workstation's models, and...
2010-07-29 coldpeaceremove unused code, take into consideration in the...
2010-07-28 coldpeacefix the memory leak when create link resources and...
2010-07-26 coldpeacebypass the surf callbacks to parse XML... almost done
2010-07-21 navarropPlease compile with enable_compile_warnings=on. Missing...
2010-07-21 coldpeacecall MSG_set_function if BYPASS_MODEL is defined
2010-07-20 coldpeaceadd methods allowing routing, bypass the parser......
2010-07-18 coldpeaceadd function surf_add_route_element
2010-07-16 coldpeaceuse named arguments, and set optional properties to...
2010-07-15 coldpeaceadd create_host method to do the job of the old surf_cp...
2010-07-13 coldpeacecall surf_network_model_init_bypass when BYPASS_MODEL...
2010-07-13 coldpeacecall surf_model_init_bypass_im instead of init_host_bypass
2010-07-09 coldpeaceremove unused variables and use xbt_dynar_t to store...
2010-07-09 coldpeaceusing xbt_dynar_t to store host arguments / tryin'...
2010-06-24 mquinsonLet this code compile with the paranoid compiler flags on
2010-06-22 coldpeaceremove unused lines
2010-06-16 coldpeaceswitching to xbt_dynar_t for methods to bypass XMl
2010-05-21 coldpeacetricky way to bypass XML parser and setup the environme...
2010-04-25 mquinsonFix copyright headers
2010-04-09 mquinsonkill trivial MSG_task_has_data() and use get_data(...
2010-04-09 coldpeacemodified tesh files
2010-04-07 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-04-06 coldpeaceadding some Host methods to lua
2010-04-06 mquinsonEnclose the C data for tasks into a table so that user...
2010-03-26 mquinsonCopy directly the lua task from stack to stack. Allows...
2010-03-25 coldpeacecheck result when sending/receiving tasks
2010-03-25 coldpeacetrying to pass lua task as a data instead new allocation
2010-03-24 navarropChanges way to find lualib.h and lauxlib.h.
next