Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename sg_platf_new_AS_{open,close} to {begin,end} since you cannot reopen them to...
[simgrid.git] / src / bindings / lua / lua_console.c
2011-11-10 Martin QuinsonRename sg_platf_new_AS_{open,close} to {begin,end}...
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-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-10-20 Martin Quinsonmerge branches
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-23 coldpeaceadd methods to describe a Router component from lua...
2011-02-24 navarropCreate current_property_set only if it is required.
2011-02-23 coldpeaceget AS id when addRoute method is not indexed
2011-02-22 agierschInitialize current_as.
2011-02-22 coldpeaceimprove the way to describe platform and all multi...
2011-02-22 agierschRemove spurious else..
2011-02-22 agierschReplace a combination of malloc+strcpy by xbt_strdup.
2011-02-17 agierschUse new style logging macros.
2010-12-07 coldpeaceFix lua console by adding new core element when bypass...
2010-12-03 thieryFix compilation
2010-11-12 coldpeacecleanups
2010-11-12 coldpeaceuse indexed table for Route.new (only for lua examples...
2010-10-12 coldpeaceseparate between the console code and the bindings...