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_floyd.cpp
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-20 Martin Quinsoncleanups around bypassRoute
2016-02-19 Martin Quinsonrename AsGeneric into AsRoutedGraph
2016-02-19 Martin Quinsononly routed ASes can have bypassRoutes
2016-02-19 Martin Quinsonrouting cleanup: symbol renaming
2016-02-14 Martin Quinsonfurther cleanups in routing: check if route already...
2016-02-14 Martin Quinsonrouting: rename and sort things
2016-02-14 Martin Quinsonrouting: rename all fields, and less void*
2016-02-14 Martin Quinsonrouting: factorize the argument checking of parseRoute()s
2016-02-14 Martin Quinsonboolean can only take true or false as a value, don...
2016-02-14 Martin Quinsongosh, this shitty code is even dupplicated!
2016-02-14 Martin Quinsoncleanups in the API and fields of NetCard
2016-02-14 Martin QuinsonThe code deal with <ASroute> in the exact same way...
2016-02-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-12 Martin Quinsonrename a field and slightly improve the doc
2016-02-12 Martin Quinsonrename the fields of AS for clarity sake
2016-02-12 Martin Quinsonstart initializing routing fields in the constructors...
2016-02-12 Martin Quinsonand now, blow up the routing_models table \o/
2016-02-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-11 Martin Quinsonkill useless code now that As::Seal() exists
2016-02-11 Martin Quinsoncleanup: rename a symbol
2016-02-11 Martin QuinsonFirst attempt to untangle the AS parsing
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2016-01-25 Frederic Suterbody count++: routing_get_latency_and_bandwidth
2016-01-09 Martin Quinsoncompile with -Wmissing-declarations to catch more errors
2015-12-29 Martin QuinsonGive a p_netcard to simgrid::Host instead of relying...
2015-12-27 Martin QuinsonRename RoutingEdge into NetCard
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-10 Gabriel Corona[surf] Move some code in a simgrid::surf namespace
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-20 Martin QuinsonGet ride of ???Ptr types in C++: make pointers explicit
2015-07-19 Martin QuinsonKill link_lib and have C++ handle the hashmap of all...
2015-07-18 Martin Quinsonkill LinkPtr type and make Link* explicit
2015-07-18 Martin QuinsonRename NetworkLink type to Link
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-08 Adrien LebreMerge before commiting VM changes - Adrien
2015-04-04 Martin Quinsondont segfault when exiting before everything is allocat...
2014-07-25 Gabriel CoronaMerge branch 'mc'
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-04-22 Stéphane CastelliMerge branch 'smpi-topo'
2014-03-21 Gabriel CoronaMerge branch 'mc++'
2014-03-19 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-18 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-14 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-13 Pierre VeyreUse surf_parse_error() rather than xbt_die() during...
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-24 Gabriel CoronaMerge 'master' into mc
2014-02-05 Arnaud GierschAdd/update copyright notices.
2014-01-31 Paul BédarideAdd RoutingEdge wrapper to manage vm not destroy
2013-12-19 Paul BédarideRemove all dynamic casts
2013-12-05 Arnaud GierschIn XBT_LOG_NEW_SUBCATEGORY_helper, protect function...
2013-11-29 Paul BédarideRestructure surf++ cpu and network
2013-11-21 Arnaud GierschInitialize variables.
2013-11-20 Arnaud GierschFix warnings about comparisons of integers of different...
2013-11-15 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-11-15 Paul BédarideMerge branch 'surf++'
2013-11-15 Paul BédarideMerge branch 'hypervisor' into surf++
2013-10-31 Paul BédarideRemove unnecessry files
2013-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-10-22 Paul BédarideFix unset variables issues
2013-10-21 Paul BédarideFix simdag issue
2013-10-14 Paul BédarideAdd Floyd routing
2013-09-30 Paul BédarideReplace surf by surf++ and make it compile