Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #108 from adfaure/master
[simgrid.git] / src / surf /
2016-08-18 Martin QuinsonMerge pull request #108 from adfaure/master
2016-08-18 Frederic Suterwoops
2016-08-18 Frederic Suterfix build
2016-08-18 Frederic Sutercosmetics
2016-08-18 Frederic Suteryet another dynar to disappear
2016-08-18 Frederic Suter2 dynar less (but this code is ... improvable)
2016-08-17 Frederic Suterstore host and not names
2016-08-16 Frederic Suterdynar-- for hosts that restart
2016-08-16 Frederic Suterdynar-- for trace mgmt
2016-08-15 Martin Quinsonfix NS3 builds
2016-08-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-14 Martin Quinsonrename smx_process_t to smx_actor_t
2016-08-14 Martin Quinsonreduce the amount of mallocs (and plug a memleak)
2016-08-14 Martin Quinsonplease sonar with some cleanups
2016-08-13 Martin Quinsoncleanups to please sonar, and add a FIXME for a bug...
2016-08-12 Martin Quinsonreduce the amount of unneed malloc
2016-08-12 Frederic Suterdynar to std::vector for pstates
2016-08-12 Frederic Sutercosmetics
2016-08-10 Martin Quinsonkill the half backen setAffinity feature
2016-08-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-09 Frederic Suterdynar to std::vector
2016-08-05 Martin Quinsonadd Exa- and Peta- units to XML
2016-08-03 Frederic Suterbugs and smells
2016-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-08-03 Frederic Sutertrack all the useless void
2016-08-02 degommeAdd a check to crash when user is compiling with stable...
2016-08-02 degommeOrder of these error messages was inverted
2016-08-02 Frederic Suterguess what? bugs and smells
2016-07-31 Martin Quinsonalign namespaces on directories for kernel::routing
2016-07-31 Martin Quinsonmove parts of the kernel to the right subdir
2016-07-29 Frederic Suterthis code is full of void
2016-07-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-07-28 degommeAdd a flag maxmin/concurrency_limit to allow setting...
2016-07-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-28 degommeFix for manually crafted clusters.
2016-07-26 Martin QuinsonRename the S4U interface stored in internal objects...
2016-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-25 Martin Quinsonmove the routing logic to its own directory
2016-07-25 Frederic Suteryet another == with doubles
2016-07-25 Frederic Sutertry to avoid == for double.
2016-07-22 Gabriel CoronaMerge s4u wait_any
2016-07-22 Frederic Sutervarious tiny changes
2016-07-13 degommeAdd an assert in case a platform using cluster routing...
2016-07-05 degommegrouped trace or not, MPI_LINK type should be tied...
2016-07-05 Gabriel Coronas/NULL/nullptr/ in our C++ codebase
2016-07-05 Gabriel CoronaAvoid (conditionnaly) including C++ headers files in...
2016-07-05 degommeFix compilation of NS3 model
2016-06-30 Gabriel CoronaSome #include fixes
2016-06-30 Gabriel CoronaRemove "using namespace"
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-27 Gabriel CoronaRemove xbt::args: use vector<string> instead
2016-06-26 Martin Quinsonmore explicit error messages
2016-06-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-26 Martin Quinsondon't return void values
2016-06-24 degommetypo
2016-06-24 degommeThis model can't handle 0 sized msg with 0 computation
2016-06-24 Gabriel CoronaRemove some useless #includes
2016-06-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-22 Gabriel Corona[simix] More generic mapping between function name...
2016-06-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-20 Gabriel CoronaMerge branch 'condvar'
2016-06-19 Martin Quinsonkill dupplicates
2016-06-19 Martin Quinsonmove the routing stuff to its namespace
2016-06-18 degommeprint the right walue here
2016-06-18 degommeFix bug : limiter_link was not read as a bandwidth...
2016-06-17 degommemaintainer mode pass, to add dragonfly topology
2016-06-17 degommewarnings --
2016-06-17 degommeDocument the Dragonfly cluster
2016-06-17 degommeHave Dragonfly use only one link with n times the bw...
2016-06-17 degommeBugfixes in dragonfly routing
2016-06-17 degommeAdd loopbacks and limiters for dragonfly
2016-06-17 degommeAdd Dragonfly topology. Use XC30's Cray description...
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Gabriel Corona[simix] Add comments about the generic simcalls and...
2016-06-17 Martin Quinsonrename some methods of s4u::Host
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Martin Quinsonsmall cleanups in s4u::hosts: improve doc, kill useless...
2016-06-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-13 Martin Quinsonignorable cosmetics
2016-06-13 Martin QuinsondePERLify a bit the routing
2016-06-12 Martin Quinsonremove redundent forward declarations
2016-06-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-09 Gabriel CoronaGetting rid of C exceptions
2016-06-09 Christian Heinrich[SURF] NULL -> nullptr substitution
2016-06-04 Martin Quinsoncosmetics in AsCluster and friends
2016-06-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-01 Martin Quinsonuse strbuff instead of a big mess of reallocs
2016-05-31 degomme.. and of strcat, replaced by strncat
2016-05-31 degommeReplace sprintf by snprintf.
2016-05-31 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-31 Gabriel CoronaUse boost::range algorithms
2016-05-31 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-31 Gabriel CoronaNormalize virtual/override usage
2016-05-30 Gabriel Corona[surf] Fix NetCard leak
2016-05-30 Gabriel CoronaMake some constructors explicit
2016-05-30 Gabriel CoronaSet the levels to -1 by default
2016-05-30 Gabriel Corona[surf] Init ROUTING_ASR_LEVEL
2016-05-30 Gabriel CoronaFix a leak in XML parsing
2016-05-30 Gabriel CoronaComment overloaded method in HostImpl for covariant...
next