Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rework the hack on sendrecv to fix umpire test
[simgrid.git] / src /
2017-11-09 Frederic Suterrework the hack on sendrecv to fix umpire test
2017-11-09 Frederic Suteraddress new smells and hack smthg for sendrecv
2017-11-08 Arnaud GierschFix Werror=missing-field-initializers with older compilers.
2017-11-08 Arnaud GierschUse plain vectors and references for link lists.
2017-11-08 Arnaud GierschAvoid using memset to initialize structs.
2017-11-08 Arnaud Gierschtrace_mgr: replace xbt_heap_t with std::priority_queue.
2017-11-08 Arnaud GierschDijkstraZone: replace xbt_heap_t with std::priority_queue.
2017-11-08 Arnaud GierschUse a more specific exception.
2017-11-08 Arnaud GierschReduce code duplication.
2017-11-08 Arnaud GierschSonar: make overridden methods virtual.
2017-11-08 Arnaud GierschClang needs pointers to be explicitely casted here.
2017-11-08 Frederic Suterdo as Clang says
2017-11-08 Frederic SuterMassive change in SMPI+instr
2017-11-07 Frederic Suterdamn forgot that!
2017-11-07 Frederic Suterremove useless calls
2017-11-07 Frederic Sutermerge identical functions
2017-11-07 Frederic Sutera bit of factoring to decrease overload
2017-11-07 Frederic Sutertry to reduce brain overload
2017-11-06 Frederic Sutertake care of mismatched new/delete
2017-11-06 Frederic Suterfix broken tests
2017-11-06 Frederic Sutera bit of unperfect simplification in this SMPI+TI TRaci...
2017-11-05 Frederic Suterremove useless parameters in (simplified) instr
2017-11-05 Frederic Suterplease sonar
2017-11-05 Martin QuinsonTODO list about the DTD
2017-11-05 Martin Quinsonconvert src/mc/mc_replay.h into mc_replay.hpp (+ don...
2017-11-05 Martin Quinsonchange src/include/surf.h into surf.hpp
2017-11-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-04 Martin Quinsonnobody will launch the logging AFTER the application...
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Frederic Suterthere are still C users ...
2017-11-04 Martin Quinsonfix native windows build
2017-11-04 Martin Quinsonstop loading surf.h from C files
2017-11-04 Martin Quinsonkill borken code for _WIN32
2017-11-04 Martin QuinsonRemove the undocumented/untested tag <include>
2017-11-04 Martin Quinsonregenerate the flexML files (mostly reindent, it seems)
2017-11-04 Martin Quinsoncosmetics
2017-11-04 Augustin Degommetry to get rid of asan cryptic error
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Augustin Degommefix mismatched new[]/free
2017-11-04 Frederic Suterthis is a good catch by CI
2017-11-04 Frederic Suterclang again
2017-11-04 Frederic Sutertry to please clang
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Frederic Suterstringify (a lot)
2017-11-03 Martin Quinsonsonar: kill useless override
2017-11-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-03 Arnaud GierschMove namespace out of extern "C" block.
2017-11-03 Christian Heinrich[SMPI] Use SMPI-Instances also when smpirun is used.
2017-11-03 Christian Heinrich[SMPI] Renamed default SMPI instance for smpirun
2017-11-03 Christian Heinrich[SMPI] Cosmetics
2017-11-03 Christian Heinrich[SMPI] Elaborated on comment
2017-11-03 Christian Heinrich[SMPI] Move all 3 MPI_Comm getters together
2017-11-03 Frederic Suterreindent
2017-11-03 Frederic Sutercreate timestamp at lowest level to save parameters
2017-11-03 Frederic Sutermore protected->private fields
2017-11-02 Arnaud GierschHopefully resolve ambiguity on osx too.
2017-11-02 Arnaud GierschSome compilers need an explicit constructor.
2017-11-02 Arnaud GierschUse a map and generator to handle units.
2017-11-02 Arnaud GierschSonar smells of the day.
2017-11-02 Arnaud GierschRemove old commented declaration.
2017-11-02 Arnaud GierschRemove empty destructor.
2017-11-02 Frederic Suterprevent infinite recursion with clang
2017-11-02 Frederic Suteruse (existing) accessors to make protected fields private
2017-11-02 Frederic Sutersimplify link events and rename getRootContainer to...
2017-11-01 Arnaud GierschFix memory leaks.
2017-11-01 Arnaud GierschUse a vector for index_to_rank_map_ too.
2017-11-01 Arnaud GierschMake field private.
2017-11-01 Arnaud GierschUse explicit atomic operations.
2017-11-01 Arnaud GierschRemove unused typedef.
2017-11-01 Arnaud GierschRemove unused parameter.
2017-11-01 Arnaud GierschSonar: extract assignment from expression.
2017-11-01 Arnaud GierschRemove useless typedefs.
2017-11-01 Arnaud GierschRemove redundant conditional.
2017-10-31 Arnaud GierschReplace legacy __sync* builtins by __atomic*.
2017-10-31 Arnaud GierschReduce code duplication (untested).
2017-10-31 Arnaud GierschFactorize code.
2017-10-31 Arnaud GierschUse a static map for dwarf attr and tag names.
2017-10-31 Arnaud GierschMake loop easier to follow for scan-build.
2017-10-31 Arnaud GierschDon't return when debug is enabled.
2017-10-31 Frederic Suterplease sonar + cosmetics
2017-10-30 Frederic Sutercosmetics
2017-10-30 Frederic Suterfix invalid read
2017-10-30 Frederic Suterenough playing with instr for now ...
2017-10-30 Arnaud GierschPlease scan-build.
2017-10-30 Arnaud GierschBe safe in case of spurious wakeup of xbt_os_cond_wait.
2017-10-30 Arnaud GierschTypos.
2017-10-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-30 Frederic Sutera few more simplifications
2017-10-30 Frederic Suterstringify
2017-10-30 Frederic Sutersimplify the way states are used in high-level instr...
2017-10-30 Christian Heinrich[SMPI] Moved variable declaration.
2017-10-30 Christian Heinrich[SMPI] Move a map in smpi::Group from array to std...
2017-10-30 Christian Heinrich[SMPI] Move variable declaration into for-loop
2017-10-30 Christian Heinrich[SMPI] Added a comment explaining why we subtract 1
2017-10-30 Christian Heinrich[SMPI] Renamed global memory init function
2017-10-30 Christian Heinrich[SMPI] This fixes the indentation in smpi_memory.cpp
2017-10-30 Christian Heinrich[SMPI] Allow privatization in a more generic way
2017-10-30 Christian Heinrich[SMPI] Added explanation of what smpi_data_exe_size...
2017-10-30 Christian Heinrich[SMPI] Added privatized_region_ property to simgrid...
2017-10-30 Christian Heinrich[SMPI] Moved local address to for-initializer
next