Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
prevent stings to be destroyed (dumb me)
[simgrid.git] / src / surf /
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...
2016-05-26 Martin Quinsonuse unordered_map instead of map for sake of speed
2016-05-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-26 Gabriel CoronaMove some C++ helpers in xbt/
2016-05-26 Martin Quinsondoc: fix broken references
2016-05-23 Gabriel Corona[simix] Use the closure-based timer API
2016-05-23 Gabriel Corona[simix] Wrap (xbt_main_func_t, argc, argv) in a std...
2016-05-23 Gabriel Corona[simix] Create a (fake) simcall for creating a process...
2016-05-23 Gabriel Corona[simix] Use simgrid::simix::args in MSG
2016-05-23 Gabriel Corona[simix] C++-based ownership of process name and arguments
2016-05-23 Gabriel Corona[simix] Rename s_smx_process_arg to simgrid::simix...
2016-05-23 Gabriel Corona[simix] Use std::string for s_smx_process_arg
2016-05-23 Gabriel Corona[simix] Remove SIMIX_process_create_from_wrapper()
2016-05-23 Gabriel CoronaUse new/delete for smx_process_arg_t
2016-05-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-20 Martin Quinsonvarious doc cleanups
2016-05-19 Martin Quinsondocumentation shuffeling
2016-05-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-16 Martin Quinsoncosmetics
2016-05-16 Martin Quinsondoxygen fixups
2016-05-14 Martin Quinsondoxygen: Fix 3 out of 23235235235 small formating issues
2016-05-08 Martin Quinsonturn SIMIX_comm_new() into a proper constructor
next