Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
give s4u::Actor a cname() method
[simgrid.git] / src /
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-12 Martin Quinsonplug a memleak
2017-03-12 Martin Quinsonplease sonar on recent SMPI++ code
2017-03-11 degommeuse/unuse -> ref/unref
2017-03-11 degommeReplace all the lookup tables in smpi_f77.cpp by a...
2017-03-11 degommeFinally free MPI_Info from the dreaded smpi_pmpi.cpp...
2017-03-10 Martin Quinsonfix 32bits builds
2017-03-10 Martin QuinsonAllow to mark actors as daemon
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-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 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 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 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 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 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 SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 degommestop failing at applying simple regexps :p
2017-03-07 degommeoops.
2017-03-07 degommerename members names from m_ to _
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin Quinsonadd an easy way to retrieve the name of the current...
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 degommeplease sonar
2017-03-07 degommebetter handling for MPI_COMM_UNINITIALIZED to please...
2017-03-07 degommeMPI_Topo -> c++
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin Quinsonfix MC builds, bummer
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin QuinsonCleanups
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin Quinsonplease AddressSan: match new/delete and plug a memleak
2017-03-07 Martin Quinsoncosmetics in actors
2017-03-06 Martin Quinsoncosmetics in the energy plugin
2017-03-06 Martin QuinsonThose damn VM keep getting in our way
2017-03-06 Martin Quinsonfix lua builds
2017-03-06 Frederic Suterboostify parsers
2017-03-06 degommeThis time really attempt compiling with gcc 6 before...
2017-03-06 degommeRemove useless check - Appease gcc >= 6
2017-03-06 degommeMerge branch 'smpi_cpp'
2017-03-06 Christian Heinrich[Energy] Fix broken commit c6fc463d75e4daa67ddf9c460cbc...
2017-03-06 degommeuseless, done in private.h
2017-03-06 Christian Heinrich[SMPI] Updated/elaborated on comment about iprobes
2017-03-06 Christian Heinrich[ENERGY] Updated comment to reflect recent changes
2017-03-06 Christian Heinrich[Energy] Energy plugin now also reports used hosts...
2017-03-06 degommeMPI_Comm -> C++
2017-03-05 degommerename method
2017-03-05 degommefix dist
2017-03-05 degommeBring C++ for MPI_Group.
2017-03-05 degommeMove all smpi colls to cpp.
2017-03-03 Christian Heinrich[SMPI] Fixed broken build; added missing header file...
2017-03-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-03 Frederic Sutercatch a couple more reinterpret_cast
2017-03-03 Christian Heinrich[INSTR] Purely cosmetics: Aligned '='
2017-03-03 Christian Heinrich[INSTR] Removed duplicated code by calling another...
2017-03-03 Christian Heinrich[Energy] Updated in-file documentation regarding the...
2017-03-03 Christian Heinrich[SMPI] Introduced smpi/iprobe-cpu-usage option.
2017-03-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-03 Frederic Suterfix
2017-03-03 degommeFix compilation with warnings
2017-03-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-03 Frederic Sutermore minor smells removed
next