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 / surf / surfxml_parseplatf.c
2011-11-10 Martin QuinsonRename sg_platf_new_AS_{open,close} to {begin,end}...
2011-11-09 Martin Quinsonuse a sane way to declare postparse callbacks, now...
2011-11-08 Martin Quinsonsanitize the way parsing callbacks of the routing submo...
2011-11-08 Martin QuinsonKill the XML-level callbacks to AS_open/close and creat...
2011-11-08 Martin Quinsonintegrate the peer creation in sg_platf properly
2011-11-07 Martin QuinsonProperly integrate the link creation into sg_platf
2011-11-07 Martin Quinsonfurther parser cleanups
2011-11-07 Martin QuinsonFurther parser cleanups
2011-11-05 Martin Quinsonusing pointer to scalar is a strange way to return...
2011-11-05 Martin QuinsonAdd a new module allowing to interact with the platform...
2011-11-04 Martin QuinsonCall surf_parse_models_setup() from the right level
2011-11-04 Martin QuinsonRegister the generic <AS> callback soon enough
2011-11-04 Martin QuinsonClean callbacks for the host parsing.
2011-11-04 Martin Quinsonnormalize some type names
2011-11-04 Martin Quinsonuseless cosmetics
2011-11-03 Martin Quinsonsplit raw parsing functions from platform parsing,...