Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2020-12-04 Ehsan Azimimc_api::s_initialize() renamed to mc_api::session_initi...
2020-12-04 Ehsan Azimicall to mcapi.s_initialize()
2020-12-04 Ehsan Azimimc_api::automaton_load() defined
2020-12-03 Arnaud GierschExclude examples/smpi/mc from coverage analysis.
2020-12-03 Arnaud GierschDry run MC examples for coverage.
2020-12-03 Arnaud GierschAllow to set a deadline for test.
2020-12-03 Arnaud GierschUnused argument.
2020-12-03 Arnaud GierschRevert "Silly workaround for coverage build with gcc...
2020-12-01 Arnaud GierschUpdate .mailmap.
2020-12-01 Arnaud GierschAttribute 'const'.
2020-12-01 Arnaud GierschAttribute 'noreturn'.
2020-12-01 Arnaud GierschUse operator= to copy std::vector.
2020-12-01 Arnaud GierschMC_smx_get_maxpid returns an unsigned long.
2020-12-01 Arnaud GierschFix build MC+NO_SMPI.
2020-12-01 Arnaud Giersch[pvs] Don't let field uninitialized.
2020-12-01 Arnaud GierschCall the good function.
2020-12-01 Arnaud GierschMerge remote-tracking branch 'github/master'
2020-12-01 Martin QuinsonMerge pull request #369 from eazimi/master
2020-12-01 Ehsan Azimistatic function
2020-12-01 Ehsan Azimimcapi::get().request_to_string() called in LivenessChec...
2020-12-01 Ehsan AzimiLivenessChecker::get_textual_trace() calls a facade api
2020-12-01 Ehsan Azimimc_api::mc_dump_record_path() renamed to mc_api::dump_r...
2020-12-01 Ehsan AzimiLivenessChecker::show_acceptance_cycle() call facade...
2020-12-01 Ehsan AzimiLivenessChecker::log_state() calls a facade api
2020-12-01 Ehsan Azimicopy_incomplete_comm_pattern() and copy_index_comm_patt...
2020-12-01 Ehsan Azimicleanup!
2020-11-30 Ehsan AzimiMC_restore_communications_pattern() and MC_patterns_cop...
2020-11-30 Ehsan AzimiCommunicationDeterminismChecker class doesn't use Remot...
2020-11-30 Ehsan Azimimc_api::comm_addr_equal() is used in CommunicationDeter...
2020-11-30 Ehsan Azimihandle_comm_pattern() defined in CommunicationDetermini...
2020-11-30 Ehsan Azimimc_api::comm_addr_equal() defined
2020-11-30 Ehsan Azimimc_api::get_comm_waitany_raw_addr() defined
2020-11-30 Ehsan Azimimc_api::get_comm_wait_raw_addr() defined
2020-11-30 Ehsan Azimimc_api::get_pattern_comm_addr() is renamed to mc_api...
2020-11-30 Ehsan AzimiMC_state_copy_incomplete_communications_pattern() imple...
2020-11-30 Ehsan AzimiMC_state_copy_index_communications_pattern() implemente...
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-30 Ehsan Azimimc_api (facade layer) is merged with mster branch in...
2020-11-29 Arnaud GierschFix comment.
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...
next