Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / src / surf / surf_routing.c
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-11-28 Arnaud GierschPush last_route in global_routing.
2011-11-15 NavarropAdd a platform with a bypass route. Add the test to...
2011-11-15 Martin Quinsonplug some more memleaks. aint bad anymore
2011-11-15 Martin Quinsonplug a bunch of memleaks
2011-11-15 Martin Quinsondamn it, there is no example testing the bypass mecanism!!
2011-11-15 Martin Quinsonreplace a new/free cycle by a locally stacked object
2011-11-15 Martin Quinsonwork to enforce that link arg is readily usable in...
2011-11-15 Martin Quinsonreduce the dynar creation madness in g_r_a_l in recursi...
2011-11-15 Martin Quinsonmerge get_route and get_latency in routings too
2011-11-15 Martin Quinsonrename a global to avoid namespace pollution (and other...
2011-11-15 Martin Quinsonkill useless asserts: this is not the way routing logic...
2011-11-15 Martin Quinsonfurther streamline r_get_route_a_l: now that latency...
2011-11-15 Martin Quinsonsimplify _routing_get_route_and_latency wrt latency
2011-11-15 Martin QuinsonChange again the calling convention of routing_get_rout...
2011-11-15 Martin Quinsonkill the now useless 'cleanup' parameter of routing_get...
2011-11-15 Martin Quinsonkill global_routing->get_route_no_cleanup()
2011-11-15 Martin Quinsonkill routing_get_route(), use routing_get_route_and_lat...
2011-11-15 Martin QuinsonAS->get_route is no longer in charge of creating the...
2011-11-14 Martin Quinsonsimplification + add comments + reindent of _get_route_...
2011-11-14 Martin Quinsonpre-parse the vivaldi coordinates
2011-11-14 Martin Quinsondon't trust globals to be memset'ed to 0 (and rework...
2011-11-14 Martin Quinsonmerge structures route_t and route_extended_t.
2011-11-14 Martin Quinsontiny function renaming
2011-11-14 Arnaud GierschRemove usage of xbt_dict_size().
2011-11-11 Martin Quinsonkill another "method" away from the "singleton" global_...
2011-11-11 Martin Quinsonmove the callbacks to the cluster creation from surfxml...
2011-11-11 Martin Quinsonmove some XML specific code from surf_routing.c to...
2011-11-10 Arnaud GierschRemove two more declaration of phantom functions.
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-11-10 Martin Quinsonvarious psychorigid cleanups -- routing_parse_cluster...
2011-11-10 Martin Quinsonthat's a quite complicated no-op :)
2011-11-10 Martin QuinsonMerge branch 'parser'
2011-11-10 Martin Quinsondo not search the cluster backbones again and again...
2011-11-10 Martin Quinsonpopulate the routing_none_finalize to make sure that...
2011-11-10 Martin Quinsoncosmetics: variable&fields renaming
2011-11-10 Martin Quinsonsanitize get_network_element_type()
2011-11-10 Martin Quinsonkill unused global_routing->get_latency()
2011-11-10 Martin QuinsonKill global_routing->get_route_or_null
2011-11-10 Martin QuinsonThat pointer to function was never given anything but...
2011-11-10 Martin Quinsonfactorize the routing_exit functionality, and ensure...
2011-11-10 Martin Quinsonkill small crufts here and there
2011-11-10 Martin Quinsonkill further globals
2011-11-10 Martin Quinsonsaner pattern use in the trace files
2011-11-10 Martin Quinsonvarious cleanups
2011-11-10 Martin Quinsonahah. Mort de rire. :-/
2011-11-10 Martin Quinsonvarious cleanups and clarifications
2011-11-10 Martin Quinsonrename routing_component to as, since that's just an...
2011-11-10 Martin Quinsonkill unused static functions
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 QuinsonMove the SURF model initialization from routing_parse...
2011-11-10 Martin Quinsonkill unused callbacks in the routing models
2011-11-10 Martin QuinsonRename sg_platf_new_AS_{open,close} to {begin,end}...
2011-11-10 Martin QuinsonRename some routing logic fields to make them more...
2011-11-10 Martin Quinsonkill asserts which error message is as instructive...
2011-11-10 Martin QuinsonStart fixing the OO organization of the routing
2011-11-10 Martin Quinsonhide an ugly function used only locally
2011-11-10 Martin Quinsonwhat is that pimple, for god's sake??
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-09 Arnaud GierschReindent surf_routing.c
2011-11-09 NavarropFactorize routing_parse_cluster.
2011-11-08 Martin QuinsonI demand you to stop that empty function chaining madne...
2011-11-08 Martin Quinsonsanitize the names of the routing's parse callbacks
2011-11-08 Martin Quinsonno need to have the routing_parse_Scluster() function...
2011-11-08 Martin Quinsonsanitize the way parsing callbacks of the routing submo...
2011-11-08 Martin Quinsonsimplify this function
2011-11-08 Martin Quinsonreindent, no real change
2011-11-08 Martin Quinsonimplement cluster tag on top of sg_platf w/o XML black...
2011-11-08 Martin QuinsonKill the XML-level callbacks to AS_open/close and creat...
2011-11-08 Martin Quinsonsimplify that vicious nasty code
2011-11-08 Martin Quinsonkill dead code
2011-11-08 Martin Quinson/me hates globals
2011-11-08 Martin Quinsonintegrate the peer creation in sg_platf properly
2011-11-08 Martin Quinsonpreparse the arguments of peer tag
2011-11-08 Martin Quinsonimprove peer creator: use sg_platf_new_*, not the XML...
2011-11-08 Martin Quinsonfurther parser cleanups
2011-11-08 Martin Quinsondo use the parameters I'm given, not some random globals
2011-11-08 Martin Quinsonkill dead code
2011-11-08 Martin Quinsonplug a memleak when the cluster's router_id is not...
2011-11-08 Martin Quinsonfix constness in parser
2011-11-08 Martin Quinsonfurther fields renamings in the parser
2011-11-08 Martin Quinsonfurther code simplification. This one were nasty
2011-11-08 Martin Quinsonsimplify the code a bit
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-07 Martin QuinsonKill some further empty function chaining.
2011-11-07 Martin QuinsonProperly integrate the link creation into sg_platf
2011-11-07 Martin Quinsonfurther parser cleanups
2011-11-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-07 Martin QuinsonFurther parser cleanups
2011-11-07 NavarropAdd a source file for model vivaldi. Write vivaldi_get_...
2011-11-07 NavarropRemove some bprintf, fix memleaks.
2011-11-07 NavarropResolved merge "merge changes. Strange, it seems to...
2011-11-07 NavarropRemove unused function.
2011-11-07 Martin QuinsonFurther parser cleanups
next