Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-11-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-21 Frederic Suterviva is a dead project
2017-11-21 Arnaud GierschMerge remote-tracking branch 'github/master'
2017-11-21 Arnaud GierschUse a std::vector<std::string> for process arguments.
2017-11-21 Frederic Suteruse storage and not name and type in File
2017-11-21 Arnaud GierschCosmetics: s/free/xbt_free.
2017-11-21 Arnaud GierschSonar: constructors should only call non-overridable...
2017-11-21 Arnaud GierschSimplify loop.
2017-11-21 Martin QuinsonMerge pull request #238 from barais/master
2017-11-20 Arnaud GierschCorrectly increment xbt_initialized.
2017-11-20 Olivier Baraisremove ununsed exception in javadocs
2017-11-20 Frederic Suterfix borken link to ping-pong
2017-11-20 Frederic SuterSimGrid is getting older and older
2017-11-20 Arnaud GierschDeclare as XBT_PUBLIC.
2017-11-20 Arnaud GierschUse method get() instead of &* for intrusive_ptr.
2017-11-20 Arnaud GierschConstify some methods in surf_interface.
2017-11-19 Arnaud GierschComment some unused parameters.
2017-11-19 Arnaud GierschStrange that this include line is only missing on appveyor.
2017-11-19 Frederic Sutersimplify loops on sets
2017-11-19 Frederic Sutersimplify this example and please sonar
2017-11-19 Arnaud GierschFix 32bits builds.
2017-11-19 Arnaud GierschUse already existing simgrid::xbt::demangle().
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
next