Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix typo
[simgrid.git] / src /
2017-11-15 Augustin Degommeadd TI tracing to RMA calls (all but win_create, win_de...
2017-11-15 Arnaud GierschReduce number of tests; remove fixme..
2017-11-15 Arnaud GierschMerge if statements.
2017-11-14 Arnaud GierschLittle simplification.
2017-11-14 Arnaud GierschKill dead code.
2017-11-14 Arnaud GierschMake some functions static in maxmin.cpp.
2017-11-14 Arnaud GierschUse std::min/std::max instead of MIN/MAX in C++ files.
2017-11-14 Arnaud GierschUse std::vector for s_lmm_element_t::cnsts.
2017-11-14 Arnaud GierschAdd parentheses around macro parameters.
2017-11-14 Arnaud GierschUse new/delete.
2017-11-14 Arnaud GierschUse a std::vector for saturated_constraint_set.
2017-11-14 Arnaud GierschMove simgrid::xbt::HeapComparator in xbt/utility.hpp.
2017-11-14 Arnaud GierschUse boost::heap for simix timers too, and allow proper...
2017-11-14 Arnaud GierschDefine and use utility class to compare pairs in priori...
2017-11-13 Arnaud GierschSonar wants a class.
2017-11-13 Arnaud GierschFix build on Centos7 (again).
2017-11-13 Arnaud GierschKill now unused xbt_heap.
2017-11-13 Arnaud GierschReplace xbt_heap with boost::heap for surf actions.
2017-11-13 Arnaud GierschUseless include.
2017-11-12 Arnaud GierschRemove unused method.
2017-11-12 Arnaud Gierschcpu_ti: use methods of Action to update heap.
2017-11-12 Arnaud GierschDefine helper methods to access actionHeap_.
2017-11-12 Arnaud GierschMake Model::actionHeap_ private.
2017-11-12 Arnaud GierschCpuTiModel::tiActionHeap_ seems redundant with Model...
2017-11-10 Frederic Suterremove useless tests and reduce number of breaks
2017-11-10 Frederic SuterThx Takishipp for the catch
2017-11-09 Arnaud GierschMerge remote-tracking branch 'github/master'
2017-11-09 Arnaud GierschUse a std::priority_queue for simix_timers.
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-09 Martin QuinsonMerge pull request #236 from mazhe/master
2017-11-08 Matthieu VolatUse unsigned int for std:*map positions (must be >0).
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.
next