Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Split simgrid_lua.c in one source file per module
[simgrid.git] / src / bindings / lua / simgrid_lua.c
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.
2010-03-24 mquinsonone more FIXME/TODO for medhi
2010-03-23 mquinsonLua works!
2010-03-22 mquinsonSecond try at lua. Still does not work: I get a 'attemp...