Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-11-19 Arnaud GierschUse std::string, new/delete; remove useless new.
2017-11-18 Arnaud GierschUse std::string, and new/delete.
2017-11-18 Arnaud GierschNo need to search twice in map.
2017-11-18 Arnaud GierschUse new/delete.
2017-11-18 Arnaud GierschUse a std::vector<bool>.
2017-11-18 Arnaud GierschReduce code duplication.
2017-11-16 Arnaud GierschMove check for MPI_BOTTOM one level up.
2017-11-16 Arnaud GierschMove file near other smpi include files.
2017-11-15 Arnaud GierschFix segfault seen with mpich3-test/perf/nestvec2.
2017-11-15 Arnaud GierschTest mpich3-perf needs a larger platform.
2017-11-15 Arnaud GierschCosmetics: hostfile and machinefile are synonyms.
2017-11-15 Arnaud GierschUnhide errors from mpich3 tests.
2017-11-15 Arnaud GierschFactorize SMPI_SAMPLE macros.
2017-11-15 Augustin Degommefix typo
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 GierschMissing include.
2017-11-13 Arnaud GierschSome files were removed or renamed.
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 GierschRevalidate tesh files for replay_multiple too.
2017-11-13 Arnaud GierschRevalidate tesh files (DHT examples).
2017-11-13 Arnaud GierschRevalidate tesh files (trivial changes).
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-10 Augustin Degommemove implemented calls in smpi.h before the comment...
2017-11-09 Arnaud GierschPIDs are non-deterministic when several processes have...
2017-11-09 Arnaud GierschFix duplicated test.
2017-11-09 Arnaud GierschSort this one too.
2017-11-09 Arnaud GierschMerge remote-tracking branch 'github/master'
2017-11-09 Arnaud GierschSort output for this test since several processes talk...
2017-11-09 Arnaud GierschUse a std::priority_queue for simix_timers.
2017-11-09 Arnaud GierschFix compilation warnings in ISP testsuite (mostly unuse...
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 GierschDefine and use 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 Suterrevalidate tesh to account for the removed useless...
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 Sutersplit platform dump in sub function to reduce overload
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 Quinsonfix make dist
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 Martin QuinsonWindows need time to remove the builddir
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 Quinsonignore another cruft seen on a CI system
2017-11-04 Martin Quinsonfix native windows build
2017-11-04 Martin Quinsonstop loading surf.h from C files
2017-11-04 Martin Quinsonremove the last mention of the <include> tag
2017-11-04 Martin Quinsonkill borken code for _WIN32
2017-11-04 Martin QuinsonRemove the undocumented/untested tag <include>
2017-11-04 Martin Quinsonremove the (unused) example of <include>
2017-11-04 Martin Quinsonregenerate the flexML files (mostly reindent, it seems)
2017-11-04 Martin Quinsonignore recently added binaries
2017-11-04 Martin Quinsoncosmetics
next