Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add first steps to explain How to add a new model in Simgrid
[simgrid.git] / src / surf / surf_routing_cluster.c
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-08-28 navarroCompletely remove route_t and replace by sg_platf_route...
2012-07-05 navarrofree this dynar in none_finalize (if it was used).
2012-07-05 navarroAdd two new tag for routing cluster (only):
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-04-20 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-09 Martin Quinson[route parsing] rename network_element_t into sg_routin...
2012-03-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-19 navarroUse for push_as and get_as for dynar
2012-03-19 navarroRemove dict cluster_host_link specific to cluster model.
2012-03-16 navarroNow call communicate and get_route with void* and not...
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-16 NavarropCleanups suggested by eclipse.
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-15 Martin Quinsonmerge get_route and get_latency in routings too
2011-11-15 Martin QuinsonAS->get_route is no longer in charge of creating the...
2011-11-14 Martin Quinsonmerge structures route_t and route_extended_t.
2011-11-14 Martin Quinsonfix the breakages that were hidden because some tests...
2011-11-10 Martin QuinsonMerge branch 'parser'
2011-11-10 Martin Quinsondo not search the cluster backbones again and again...
2011-11-10 Martin Quinsonyou have to plug the memleaks from time to time
2011-11-10 Martin Quinsonkill small crufts here and there
2011-11-10 Martin Quinsonrename routing_component to as, since that's just an...
2011-11-10 Martin Quinsoncluster routing is simpler than you thought
2011-11-10 Martin Quinsonkill unused function
2011-11-08 Martin Quinson/me also hates void* pointers
2011-11-08 Martin Quinson/me hates globals
2011-11-08 Martin Quinsonimprove comments
2011-11-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-07 Martin QuinsonFurther parser cleanups
2011-11-04 Martin QuinsonClean callbacks for the host parsing.
2011-11-04 Martin Quinsonmerge changes. Strange, it seems to ate pierre commit
2011-11-04 NavarropCreate a structure to put link up and down for model...
2011-11-04 NavarropGet rid of uselessly duplicated code.
2011-11-04 NavarropAdd new model for cluster tag.