Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2020-11-30 Ehsan Azimimc_api (facade layer) is merged with mster branch in...
2020-11-27 Ehsan AzimiIntroduce mc::mc_api (pull request 1 -- #349)
2020-11-27 Ehsan Azimimc_api::get_pattern_comm_data() defined,
2020-11-27 Ehsan Azimimc_api::get_actor_host_name() used by update_comm_patte...
2020-11-27 Ehsan Azimimc_api::get_dst_actor() defined,
2020-11-27 Ehsan Azimimc_api::get_src_actor() defined,
2020-11-27 Ehsan Azimimc_api clean up
2020-11-27 Ehsan AzimiCommunicationDeterminismChecker::deterministic_comm_pat...
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-27 Arnaud GierschFix return type for get_maxpid().
2020-11-27 Ehsan Azimimc_api::check_send_request_detached() defined and used...
2020-11-27 Ehsan Azimimc_api::get_pattern_comm_dst_proc() defined and used...
2020-11-27 Arnaud GierschFix comments.
2020-11-27 Ehsan Azimimc_api::get_smpi_request_tag() defined and used in...
2020-11-27 Arnaud GierschAssert that *request != MPI_REQUEST_NULL, and remove...
2020-11-27 Arnaud GierschDeclare function 'const'.
2020-11-27 Arnaud GierschFinish replacing calloc with xbt_new0 in example.
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud GierschUnnecessary semicolon (codefactor).
2020-11-26 Arnaud Giersch[pvs] Simplify expression.
2020-11-26 Arnaud Giersch[pvs] The conditional expressions of the 'if' statement...
2020-11-26 Arnaud GierschDead code: xbt_malloc won't fail.
2020-11-26 Arnaud Giersch[pvs] Two or more case-branches perform the same actions.
2020-11-26 Arnaud Giersch[pvs] Don't let field uninitialized.
2020-11-26 Arnaud GierschInitialize variable.
2020-11-26 Arnaud GierschUse a local variable, and hope to fix PVS-studio warning.
2020-11-26 Arnaud GierschDisable some useless warnings for PVS-studio.
2020-11-26 Arnaud Giersch[pvs] Possible overflow. Cast operands of the '1 <...
2020-11-26 Martin QuinsonSpeak of mattermost as a way to reach the community
2020-11-26 Ehsan Azimicall APIs from facade layer
2020-11-26 Ehsan Azimiunused variable removed
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud GierschFix use-after-free.
2020-11-26 Arnaud GierschSet default values.
2020-11-26 Arnaud GierschReduce scope for variables.
2020-11-26 Arnaud GierschUse xbt_new0 (calloc may fail).
2020-11-26 Arnaud GierschCosmetics.
2020-11-26 Arnaud GierschDon't set variable twice.
2020-11-26 Arnaud GierschDon't repeat obvious default values.
2020-11-26 Arnaud GierschCorrectly handle lowercase and default values for route...
2020-11-26 Ehsan AzimiMerge with simgrid/master
2020-11-26 Ehsan Azimiconflict with simgrid/master resolved
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud Gierschstd::array...
2020-11-25 Arnaud Giersch[pvs] A part of conditional expression is always false...
2020-11-25 Arnaud Giersch[pvs] A part of conditional expression is always false...
2020-11-25 Arnaud Giersch[pvs] Expression 'req' is always true.
2020-11-25 Arnaud Giersch[pvs] Two or more case-branches perform the same actions.
2020-11-25 Arnaud Giersch[pvs] The 'tp' pointer was utilized before it was verif...
2020-11-25 Arnaud Giersch[pvs] The 'gw_src' pointer was utilized before it was...
2020-11-25 Arnaud Giersch[pvs] The 'status' pointer was utilized before it was...
2020-11-25 Arnaud Giersch[pvs] The 'mc_model_checker' pointer was utilized befor...
2020-11-25 Arnaud GierschEnum class for MC call types, and MC comm pattern diffe...
2020-11-25 Arnaud GierschEnum class for MC call types, and MC comm pattern diffe...
2020-11-25 Arnaud GierschEnum class for MC call types, and MC comm pattern diffe...
2020-11-25 Arnaud Gierschprojet_description: lookup in ModelChecker build too...
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-25 Ehsan Azimimc_api::get_pattern_comm_rdv()
2020-11-25 Arnaud GierschFix buffer overflow.
2020-11-25 Arnaud GierschOnce again, use sd::array instead of C-style arrays.
2020-11-25 Arnaud GierschUnused field.
2020-11-25 Arnaud GierschSave another bunch of new/delete.
2020-11-25 Arnaud GierschA binary search can be used here too.
2020-11-25 Arnaud GierschReplace another handmade binary search.
2020-11-25 Arnaud Giersch[sonar] Rename local parameters.
2020-11-24 Arnaud GierschWorks without pointer too.
2020-11-24 Arnaud GierschUse std algorithms for binary search.
2020-11-24 Arnaud Giersch[sonar] Reduce number of 'break' in loop.
2020-11-24 Arnaud GierschKill unused field.
2020-11-24 Arnaud GierschDon't modify loop counter inside of loop body.
2020-11-24 Arnaud GierschFor sonar, remove explicit new/delete.
2020-11-24 Arnaud GierschRevert "Make simgrid::xbt::action_fs a std::unique_ptr."
2020-11-24 Arnaud GierschExplicit cast.
2020-11-24 Arnaud GierschFix ctors for smpi::Datatype.
2020-11-24 Arnaud GierschUse a lambda for comparator.
2020-11-23 Arnaud GierschCleanups in smpi::Win (use std::vector, and simplify...
2020-11-23 Arnaud GierschMake Datatype::name_ and Win::name_ a std::string.
2020-11-23 Arnaud GierschUse std::unique_ptr with std::ifstream.
2020-11-23 Arnaud GierschMore std::vector's.
2020-11-23 Arnaud GierschOne more std::unique_ptr.
2020-11-23 Arnaud GierschUseless dynamic allocation.
2020-11-23 Arnaud GierschAutomatic memory management with std::unique_ptr.
2020-11-23 Arnaud GierschMake simgrid::xbt::action_fs a std::unique_ptr.
2020-11-23 Arnaud GierschUse std::unique_ptr for Message::answer_.
2020-11-22 Arnaud GierschUpdate simgrid.supp for libcgraph.
2020-11-22 Arnaud GierschRevert "Adapt projet_description again."
2020-11-22 Arnaud GierschAdapt projet_description again.
2020-11-22 Arnaud GierschMore thorough cleaning of /tmp on jenkins.
2020-11-22 Arnaud GierschReally ignore Python 3.8 and later on appveyor.
2020-11-22 Arnaud GierschIt's ok to have only Python3_Interpreter.
2020-11-22 Arnaud GierschSearch for Python3_Development too.
2020-11-22 Augustin Degommeadapt projet_description for new python3 detection
2020-11-22 Arnaud GierschUse ssize_t.
2020-11-22 Arnaud Giersch[sonar] Extract assignment from sub-expression.
2020-11-22 Arnaud GierschGot SIGBUS with std::array; give std::vector a try.
2020-11-22 Arnaud GierschRevert "Use nullptr for recvbuf when myrank != 0."
2020-11-22 Augustin Degommewe use this variable later on
2020-11-22 Augustin Degommepython detection with pythoninterp was deprecated in...
2020-11-21 Arnaud GierschUse nullptr for recvbuf when myrank != 0.
2020-11-21 Arnaud GierschFix test requirement (and add missing semicolon).
next