Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix some dead assignments reported by clang scan-build
[simgrid.git] / src / surf / network_smpi.cpp
2016-02-20 Martin Quinsonfix some dead assignments reported by clang scan-build
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-09 Martin QuinsonPlug a memleak -- the ugly way
2016-02-07 Martin Quinsonkill all atol() from our codebase
2016-02-07 Martin Quinsonbetter name for that struct, and add comments
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
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-11-24 Martin Quinson[surf] move gap-related definition to the subclass...
2015-11-22 Martin Quinsonrename a global to make its purpose clear (hopefully)
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-18 Martin Quinsonkill LinkPtr type and make Link* explicit
2015-07-18 Martin QuinsonRename NetworkLink type to Link
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-11 Paul BédarideNetwork::shareResourcesFull revival
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.
2013-12-19 Paul BédarideMerge lmm into base to avoid diamond inheritance
2013-12-12 Paul BédarideClean surf interface
2013-12-05 Arnaud GierschMake prototype match overloaded function from class...
2013-11-28 Paul BédarideFix smpi memleak
2013-11-28 Paul BédarideFix issue with surf.h included in simix.h
2013-11-22 Augustin Degommefixes were trashed by merge
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-24 Paul BédarideFix smpi replay issue
2013-09-30 Paul BédarideReplace surf by surf++ and make it compile