Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not search the cluster backbones again and again, store them in the right location
[simgrid.git] / src / surf / surf_routing_dijkstra.c
2011-11-10 Martin Quinsonyou have to plug the memleaks from time to time
2011-11-10 Martin Quinsoncosmetics, nothing serious
2011-11-10 Martin Quinsonsanitize get_network_element_type()
2011-11-10 Martin QuinsonThat pointer to function was never given anything but...
2011-11-10 Martin Quinsonkill further globals
2011-11-10 Martin Quinsonrename routing_component to as, since that's just an...
2011-11-10 Martin Quinsonkill a type that were exactly the same than another
2011-11-10 Martin Quinsonsanitize type naming between surf models and routing...
2011-11-10 Martin QuinsonRename some routing logic fields to make them more...
2011-11-10 Martin Quinsonadd a constructor to the generic parsing logic, and...
2011-11-10 Martin Quinsonkill an unused structure + reindent and cosmetics
2011-11-09 Martin QuinsonI don't see the point of declaring and calling empty...
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-08 Martin Quinson/me also hates void* pointers
2011-10-20 Martin Quinsonmerge branches
2011-06-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-15 NavarropAdd cluster to ns3.
2011-06-07 Arnaud GierschRemove unused variables.
2011-04-27 mehdiMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-27 NavarropQuick verif to know if elements src and dst are found...
2011-04-14 NavarropSplit surf_routing.c