Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
code simplification: write the recursivity properly
[simgrid.git] / src / surf / surf_routing.cpp
2016-02-11 Martin Quinsontiny cleanups in the parsing of clusters
2016-02-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-09 Martin Quinsoncosmetics: inline a parsing function to unclutter the...
2016-02-07 Martin QuinsonKill some more atof
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2016-02-06 Martin QuinsonMerge pull request #59 from fabienchaix/master
2016-02-03 Martin QuinsonFurther untangle trace:connect. make trace_connect_list...
2016-02-02 fabienchaixMerge pull request #1 from mquinson/master
2016-02-01 Martin QuinsonMerge pull request #57 from fabienchaix/oldstyle_elemen...
2016-01-30 Martin Quinsonrename the datacontainers allowing the trace:connect tag
2016-01-28 Frederic Suterthis tentative of storage layer in SD was a bad idea.
2016-01-25 Frederic Suterbody count++: routing_get_latency_and_bandwidth
2016-01-25 Martin Quinsoncosmetics around surf traces
2016-01-14 Gabriel CoronaRemove sg_platf_*_add_cb, use the signal<T> directly
2016-01-13 Martin Quinsonsome simple cleanups in the routing code
2016-01-13 Gabriel CoronaMerge simgrid::Host into simgrid::s4u::Host
2016-01-13 Gabriel CoronaPublic simgrid::xbt:signal<F> class
2016-01-11 Martin Quinsonkill an unused static function
2016-01-11 Martin Quinsonremove completely the energy concern from the core
2016-01-07 Martin QuinsonMerge pull request #45 from mpoquet/master
2016-01-07 Martin Quinsonuntangle resource::state (ON/OFF) and VM::state (STARTE...
2015-12-29 Martin QuinsonGive a p_netcard to simgrid::Host instead of relying...
2015-12-27 Martin QuinsonRename RoutingEdge into NetCard
2015-12-27 Martin Quinsonkill the numerical SURF_HOST_LEVEL
2015-12-24 Martin Quinsonport NS3 to the new extension mechanism
2015-12-18 Martin Quinsonrename facets to extensions for clarity sake
2015-12-18 Gabriel Corona[surf] Remove signal-related #defines
2015-12-17 Gabriel Corona[surf] Use the pointers to simgrid::Host instead of...
2015-12-15 Martin Quinsongive informative names to Host methods
2015-12-15 Gabriel CoronaUse simgrid::Host instead of xbt_dictelt_t for root...
2015-12-11 Luka StanisicMerge remote-tracking branch 'origin/master'
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-11 Gabriel Corona[surf] Fix compilation in enable_debug
2015-12-10 Gabriel Corona[surf] Move some code in a simgrid::surf namespace
2015-12-04 Martin QuinsonRename power->speed in the inner layer of the parsing
2015-12-02 Gabriel Corona[surf] Move the basic cluster creation logic out of...
2015-12-02 Gabriel Corona[surf] Remove sg_platf_ASRoute_cb
2015-12-02 Gabriel Corona[surf] Remove sg_platf_bypass{,AS}Route_cb
2015-12-02 Gabriel Corona[surf] Remove sg_platf_trace_cb
2015-12-02 Gabriel Corona[surf] Remove sg_trace_connect_cb
2015-12-02 Gabriel Corona[surf] Remove sg_cabinet_cb
2015-12-02 Gabriel Corona[surf] Remove sg_platf_route_cb
2015-12-02 Gabriel Corona[surf] Remove sg_platf_peer_cb
2015-12-01 Gabriel Corona[surf] Remove sg_platf_host_link_cb
2015-12-01 Gabriel Corona[surf] Remove sg_ callbacks for AS
2015-12-01 Gabriel Corona[surf] Remove one sg_router_cb
2015-12-01 Gabriel Corona[surf] Remove one router callback
2015-11-30 Gabriel Corona[surf] Add routingEdgeCreatedCallbacks for RoutingEdge
2015-11-28 Martin Quinsonthe fabric of RoutingEdges should return the create one
2015-11-27 Gabriel Corona[surf] Change routing_parse_init() into routing_add_host()
2015-11-25 Gabriel Corona[surf] Hardcode some of the sg_platf_host callbacks
2015-11-25 Gabriel Corona[surf] Don't free power_peak from the caller
2015-10-31 Martin Quinsonkill two useless functions: surf_as_cluster_{get,set...
2015-08-09 Martin QuinsonMerge branch 'master' into S4U
2015-08-05 Martin QuinsonUpdate copyright notices
2015-07-24 kbaatiMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-21 Christian Heinrich[SURF] Callbacks now use the INITIALIZER macros
2015-07-20 Martin QuinsonGet ride of ???Ptr types in C++: make pointers explicit
2015-07-19 Martin Quinsonsort my TODO list :-(
2015-07-19 Martin QuinsonKill link_lib and have C++ handle the hashmap of all...
2015-07-19 Martin Quinsonkill some remainings of sd_link_t
2015-07-18 Martin Quinsonmake SD_HOST_LEVEL private
2015-07-18 Martin Quinson[SGpp] make ROUTING_HOST_LEVEL private. That was painful
2015-07-18 Martin Quinson[SGpp] make SURF_CPU_LEVEL private
2015-07-18 Martin Quinson[SGpp] make MSG_HOST_LEVEL private
2015-07-18 Martin Quinson[SGpp] make SIMIX_HOST_LEVEL private
2015-07-17 Christian Heinrich[SURF] Cosmetics - indented assignments in surf_routing...
2015-07-14 Martin QuinsonMerge pull request #17 from mpoquet/master
2015-07-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-10 Martin QuinsonMASSIVE cleanup: s/workstation/host/
2015-06-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-10 Gabriel CoronaFix dllexport/dllimport declarations (Windows)
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-08 Adrien LebreMerge before commiting VM changes - Adrien
2015-04-04 Martin Quinsoncleanups and simplifications to our build system
2015-02-18 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-02-12 Gabriel CoronaMerge master into mc-process
2015-01-26 Martin Quinsonoops, remove verbose debug output
2015-01-25 Martin Quinsonproperly pass the cluster's properties to the created...
2014-07-25 Gabriel CoronaMerge branch 'mc'
2014-06-30 Paul BédarideXml platform cleaning examples/msg/ns3
2014-06-27 Gabriel CoronaMerge branch 'mc'
2014-06-18 Paul BédarideMerge branch 'v3_11_x'
2014-06-02 Arnaud GierschMake xbt_free a function-like macro.
2014-05-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-05-27 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-05-27 Stéphane CastelliAdd limiter and loopback link support in fat trees
2014-05-26 Gabriel CoronaMerge branch 'master' into mc
2014-05-26 Stéphane CastelliLots of bugfixes for the fat trees, it should at least...
2014-05-26 Stéphane CastelliFix some bugs in fat trees
2014-05-14 Stéphane CastelliFat trees may actually be used
2014-05-14 Stéphane CastelliAdd a routing for fat trees
2014-05-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-05-07 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-05-06 Augustin Degommetypo --
2014-05-06 Augustin Degommeadd MSG_get_as_by_name call, answering [#17311]
2014-04-22 Stéphane CastelliMerge branch 'smpi-topo'
2014-04-15 Stéphane CastelliAdded some work in the creation of links in the fat...
2014-04-14 Augustin Degommetypo --
next