Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-03-14 degommeSome cleanups, some smells
2017-03-14 degommehide this from users
2017-03-14 degommeSimplify, cleanup, remove useless bits, and some files.
2017-03-14 degommeSMPI colls in not really C++. But cleaner than before.
2017-03-14 degommeMove collective algorithms to separate folders
2017-03-14 Christian Heinrich[EXAMPLES] Added an example for the HostLoad plugin
2017-03-14 Christian Heinrich[PLUGIN] Added the HostLoad plugin
2017-03-14 Frederic Sutercorrect/remove include of rename xbt/replay.h
2017-03-14 Frederic Suterone step further on C++ization of replay
2017-03-13 Martin Quinsonfix the prototype of s4u::Host::processes() to not...
2017-03-13 Martin QuinsonDrop s4u::Host::getPstateSpeedCurrent() which dupplicat...
2017-03-13 Martin Quinsonplease sonar: specify that these functions are not...
2017-03-13 Frederic Suterdumb me.
2017-03-13 Frederic Suterunperfect and uncomplete C++ization of xbt_replay....
2017-03-13 Martin Quinsoncosmetics
2017-03-13 Martin Quinsontiny update to the doc on how to add tests
2017-03-13 Frederic Suterxbt_str_split --
2017-03-13 Frederic Suterplease sonar and override finalize methods
2017-03-13 Frederic Sutera switch with only one case is an if
2017-03-13 Frederic Suterremove some useless typedefs
2017-03-13 Martin Quinsonplease sonar
2017-03-13 Frederic Suterminor bugs and smells
2017-03-13 Frederic Suterxbt_sr_parse to std::sto
2017-03-13 Martin Quinsonfix out of tree builds
2017-03-13 Martin Quinsonmake msg_process_t point onto s4u::Actor*
2017-03-13 Martin Quinsongive s4u::Actor a cname() method
2017-03-13 Martin Quinsonplease sonar
2017-03-13 Martin QuinsonMSG_process_ref/unref: allow to fiddle with the process...
2017-03-13 Martin Quinsonmove an example from teshsuite to examples
2017-03-12 Martin Quinsontry to fix some supurious failures with Thread san
2017-03-12 Martin Quinsonplug a memleak
2017-03-12 Martin Quinsonplease sonar on recent SMPI++ code
2017-03-11 Martin Quinsoncosmetics
2017-03-11 degommeuse/unuse -> ref/unref
2017-03-11 degommeReplace all the lookup tables in smpi_f77.cpp by a...
2017-03-11 degommeDon't pretend we support types we don't actually support.
2017-03-11 degommeFinally free MPI_Info from the dreaded smpi_pmpi.cpp...
2017-03-10 Martin Quinsonavoid a stupid namespace clash: daemon() already exist...
2017-03-10 Martin Quinsonfix 32bits builds
2017-03-10 Martin QuinsonAllow to mark actors as daemon
2017-03-10 Martin Quinsonignore 2 more examples
2017-03-10 Frederic Suterlist the new examples in the doc
2017-03-10 Christian Heinrich[ENERGY] Energy wasn't computed correctly when pstates...
2017-03-10 Frederic Suterno need for casts with maps
2017-03-10 degommeOops
2017-03-10 degommeAdd some accessors
2017-03-10 Christian Heinrich[ENERGY] Use a local variable instead of making the...
2017-03-10 Frederic Suterfix build, and avoid (void*) cast
2017-03-10 Frederic SuterS4U is a true API, it has to have its own master-worker ;)
2017-03-09 Martin QuinsonIgnore some more cruft coming from ASan
2017-03-09 degommeconnect new log categories
2017-03-09 degommeMove derived datatypes to their own file.
2017-03-09 degommePut back serialize calls... and fix introduced bugs.
2017-03-09 degommeContinuing work on datatypes
2017-03-09 degommeFirst works on the datatypes. Still missing a lot.
2017-03-09 degommeRename specific topology classes, to ease comprehension.
2017-03-09 degommeDon't use this anymore, as we are in the same namespace...
2017-03-09 Frederic Suterstart to C++ify this example
2017-03-09 Frederic Suterplug newly introduced leak
2017-03-09 Frederic Sutera dict was a unkowning vector
2017-03-09 Frederic Suterinternal dynar--
2017-03-09 Frederic Suterplug leak
2017-03-09 Martin Quinsonprefer the stack to the heap (+ don't refill the host...
2017-03-09 Frederic Suterfix jedule and do the right thing for netzone hosts
2017-03-09 Frederic Suterdynar--
2017-03-08 Frederic Suteroptimize perf - part 2
2017-03-08 Frederic Suteroptimize performances
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 Frederic Sutermoving dynar up in the stack
2017-03-08 Frederic Sutersimplify storage internals
2017-03-08 degommeWelcome to simgrid::smpi::Op
2017-03-08 Frederic Suterfurther prepare the elegant death of dynars
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 Frederic Sutermore stringification
2017-03-08 Martin Quinsonfix a new/free mismatch
2017-03-08 Martin Quinsoncosmetics
2017-03-08 Martin Quinsonplug a memleak
2017-03-08 Martin Quinsonfix copyright years and other psychotic cleanups
2017-03-08 Frederic Suterstring++ and static_cast too
2017-03-08 Frederic Suterstringify exception message in java bindings
2017-03-08 Frederic Suterplease sonar with some compliant macro names
2017-03-08 Frederic Suterremove unnecessary access specifiers
2017-03-08 Frederic Suterreindent and reorder modifiers
2017-03-07 degommeUse the size argument to check we are not out of bounds
2017-03-07 degommeTry to have MC accept C++ requests... One assert commen...
2017-03-07 degommewelcome simgrid::smpi::Request
2017-03-07 degommeMPI_Win (RMA) -> C++
2017-03-07 Martin Quinsonincrease the default timeout value to 10 seconds
2017-03-07 Martin Quinsontry to please clang by marking overriding methods accor...
2017-03-07 Martin Quinsonrename the logging channel of java from 'jmsg' to ...
2017-03-07 Martin QuinsonThis example can now be used to stress-test the VMs
2017-03-07 Martin QuinsonPlug many memleaks in the Java bindings
2017-03-07 Martin Quinsoncleanups to the java actors
2017-03-07 Frederic Sutercosmetics
2017-03-07 Frederic Suteruse a map for host list and fix s4u example
2017-03-07 Frederic SuterRevert "fix distcheck"
2017-03-07 Frederic Suterfix distcheck
2017-03-07 Frederic Suteradd a S4U example: token-ring
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 degommestop failing at applying simple regexps :p
next