Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more cleanups
[simgrid.git] / src /
2020-11-30 Ehsan Azimimore cleanups
2020-11-30 Ehsan Azimimcapi::s_restore_initial_state() renamed to mcapi:...
2020-11-30 Ehsan AzimiA little bit clean up, mc_api::s_log_state() renamed...
2020-11-30 Ehsan Azimimcapi::get().get_actors() is called in CommunicationDet...
2020-11-30 Ehsan Azimimc_api::restore_state() is defined, it is used in Safet...
2020-11-30 Ehsan Azimimc_api::get_actors_size() defined and it is used 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 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 GierschUse a local variable, and hope to fix PVS-studio warning.
2020-11-26 Arnaud Giersch[pvs] Possible overflow. Cast operands of the '1 <...
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 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 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 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 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 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-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 GierschMake simgrid::xbt::action_fs a std::unique_ptr.
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-21 Arnaud GierschUse nullptr for recvbuf when myrank != 0.
2020-11-21 Arnaud GierschFix test requirement (and add missing semicolon).
2020-11-21 Arnaud GierschKill two unused helper functions.
2020-11-21 Arnaud GierschRemove more new/delete, this time for lmm::System in...
2020-11-21 Arnaud GierschRemove useless new/delete (please sonar).
2020-11-21 Arnaud GierschAdapt to std::vector.
2020-11-21 Arnaud GierschReplace dynamic C-style arrays with std::vector.
2020-11-21 Arnaud GierschReplace fixed-size C-style arrays with std::array.
2020-11-20 Arnaud GierschUse more std::string.
2020-11-20 Arnaud GierschMisc simplifications.
2020-11-20 Ehsan Azimiget_pattern_comm_rdv() defined in mc_api and used in...
2020-11-20 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-20 Ehsan Azimimc_pattern.hpp created
2020-11-20 Arnaud GierschMake pointer parameter const.
2020-11-19 Augustin Degommeone day, I'll add a test for this feature
2020-11-19 Arnaud GierschDefine NUM_SIMCALLS apart from the enum.
2020-11-19 Ehsan AzimiCommunicationDeterminismChecker::log_state() uses APIs...
2020-11-19 Ehsan AzimiCommunicationDeterminismChecker::restoreState() uses...
2020-11-19 Arnaud GierschDon't call function inside xbt_assert which may be...
2020-11-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-19 Arnaud GierschVariables captured by copy are constant and cannot...
2020-11-19 Arnaud GierschMore useless std::move.
2020-11-19 Arnaud GierschConstify some sg_vm_t.
2020-11-19 Augustin Degommethis message does no harm
next