Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
routing: dedupplicate code
[simgrid.git] / src / surf / surf_routing_generic.cpp
2016-02-13 Martin Quinsonrouting: dedupplicate code
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 QuinsonRouting: kill some dupplicated code
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-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-11 Martin Quinsoncleanup: rename a symbol
2016-02-11 Martin Quinsonkill obscure dead code
2016-02-11 Martin Quinsontiny cleanups in the parsing of clusters
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2016-01-13 Martin Quinsonsome simple cleanups in the routing code
2016-01-11 Martin Quinsonremove completely the energy concern from the core
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-12-09 Gabriel CoronaRemove 'using namespace foo;' in headers
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-07-18 Martin Quinson[SGpp] make ROUTING_HOST_LEVEL private. That was painful
2014-03-21 Gabriel CoronaMerge branch 'mc++'
2014-03-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-03-05 Arnaud GierschFix another null dereference.
2014-03-05 Arnaud GierschDon't dereference null pointer.
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-12 Paul BédarideClean surf interface
2013-12-05 Arnaud GierschIn XBT_LOG_NEW_SUBCATEGORY_helper, protect function...
2013-11-29 Paul BédarideRestructure surf++ cpu and network
2013-11-20 Arnaud GierschComment unused parameters.
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-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-10-08 Paul BédarideFix surf_usage
2013-09-30 Paul BédarideReplace surf by surf++ and make it compile