Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make global variables 'const'.
[simgrid.git] / src / mc /
2021-03-01 Arnaud GierschA few less global variables.
2021-03-01 Martin QuinsonDon't require MC dependencies when building w/o MC
2021-03-01 Martin QuinsonMissing file
2021-03-01 Martin Quinsonremove a workaround for a bug removed in previous commit
2021-03-01 Martin QuinsonSet the textual representation of a transition before...
2021-02-28 Martin QuinsonSplit inspector::is_pending() in two logical parts
2021-02-28 Martin QuinsonNot sure why to_string is sometimes called when there...
2021-02-28 Martin QuinsonRename ActorState::consider() and State::add_interleave...
2021-02-28 Martin QuinsonFix build on clang
2021-02-28 Martin Quinsonobjectification of MC simcall achieved -- many tests...
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-20 Arnaud GierschDrop simgrid::xbt::demangle and use boost::core::demang...
2021-02-19 Arnaud GierschRedundant cast.
2021-02-19 Arnaud GierschTypedef.
2021-02-10 Martin QuinsonMerge branch 'local changes'
2021-02-08 eazimia flag for udpor in the simgrid config
2021-02-08 eazimidictation corrected
2021-02-08 eazimiget_enabled_transitions() is a general function
2021-02-05 eazimicleanup!
2021-02-05 eazimiMC_smx_actor_get_name() implemented in Api class, it...
2021-02-05 eazimiMC_smx_actor_get_host_name() implemented in Api, it...
2021-02-05 eazimiMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-05 eazimiget_enabled_transitions() implemented
2021-02-05 Arnaud GierschUse XBT_DECLARE_ENUM_CLASS for mc::MessageType.
2021-02-05 eazimiMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-05 eazimimerge with framagit/master
2021-02-05 eazimiindentation
2021-02-05 Martin QuinsonCommImpl: don't mix state and type, and make type_...
2021-02-04 eazimiget_mbox_remote_addr() returns RemotePtr
2021-02-04 eazimiget_comm_remote_addr() implemented
2021-02-04 eazimisimcall_get_name() updated
2021-02-04 eazimiget_mbox() replaced by get_mbox_remote_addr()
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-29 Arnaud GierschUse default member initializer.
2021-01-28 eazimiget_comm_irecv_raw_addr() defined and implemented
2021-01-28 eazimiporivate functions
2021-01-28 eazimiassignment used
2021-01-28 eazimisimcall_get_issuer() implemented in Api class
2021-01-28 eazimiclarification
2021-01-27 eazimiget rid of calling local(), easy peasy!
2021-01-27 eazimiRemotePtr in get_dst_actor()
2021-01-27 eazimiRemotePtr in get_src_actor()
2021-01-27 eazimiRemotePtr in PatternCommunication class
2021-01-27 eazimino need to comm_addr_equal()
2021-01-27 eazimiget_comm_isend_raw_addr() update
2021-01-27 eazimiRemotePtr in get_comm_waitany_raw_addr()
2021-01-27 eazimiRemotePtr in get_comm_wait_raw_addr()
2021-01-27 eazimiRemotePtr in get_pattern_comm_dst_proc()
2021-01-27 eazimiRemotePtr in get_pattern_comm_src_proc()
2021-01-27 eazimiRemotePtr in complete_comm_pattern()
2021-01-27 eazimiRemotePtr in update_comm_pattern()
2021-01-27 eazimiRemotePtr as the input parameter type in get_pattern_co...
2021-01-27 eazimiRemotePtr as the input parameter type in get_pattern_co...
2021-01-27 eazimidefusing
2021-01-27 eazimisimcall_get_comm() deleted
2021-01-26 Martin QuinsonThis was not meant to be commited, sorry
2021-01-26 Martin Quinsonlogs: Allow %a instead of %P to display the actor name
2021-01-25 eazimikilling mc_get_remote_simulation()
2021-01-25 eazimifilenames changed
2021-01-25 eazimimc_api renamed to Api
2021-01-25 eazimisimcall_check_dependency() defined and implemented
2021-01-25 eazimirequest_depend_asymmetric() in mc_api class
2021-01-25 eazimisimcall_get_comm() defined and implemented
2021-01-25 eazimisimcall_get_mbox() defined and implemented
2021-01-25 Arnaud GierschFix build error.
2021-01-25 Arnaud GierschUse auto return type deduction.
2021-01-25 Arnaud GierschKill ancient compatibility hack (fixed since elfutils...
2021-01-24 Arnaud GierschSymbol is not defined by older elfutils.
2021-01-24 Augustin Degommeadd more libs (from ubuntu 21.04) to exclusion list
2021-01-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-01-24 Arnaud GierschHandle DW_FORM_implicit_const (dwarf 5).
2021-01-23 Arnaud GierschAdd recent language dialects to MC_dwarf_default_lower_...
2021-01-20 eazimiEvtSetTools::makeUnion() implemented
2021-01-20 eazimiEvtSetTools::pushBack() implemented
2021-01-20 eazimiEvtSetTools::contains() implemented
2021-01-20 eazimioperator== mimicked
2021-01-20 eazimiMerge with fragmagit/master
2021-01-20 eazimidoing a rename
2021-01-20 Martin Quinsonkill an ugly function that would break code separation...
2021-01-20 eazimiMerge branch 'master' of github.com:eazimi/simgrid
2021-01-20 eazimisimcall_get_issuer_id() defined + indentation
2021-01-20 eazimiudpor_global.cpp defined
2021-01-19 Arnaud GierschOne more static initialization order fiasco.
2021-01-14 eazimiudpor_global.cpp defined
2021-01-13 Arnaud Giersch[sonar] Replace the use of "::type" with the "_t" versi...
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 eazimimerge with framagit/master
2021-01-12 eazimiudpor_global.hpp deifined
2021-01-12 eazimiMerge with framagit/master
2021-01-12 eazimiEvtSetTools class deifined
2021-01-12 Arnaud GierschKill redundand blank lines.
2021-01-12 eazimiUnfoldingEvent class deifined
2021-01-12 eazimiConfiguration class defined
2021-01-12 eazimiudpor_global.hpp deifined
2021-01-12 Arnaud GierschUpdate copyright lines.
2021-01-11 Ehsan AzimiMerge with framagit/master
2021-01-04 Ehsan AzimicreateUdporChecker() defined
2021-01-04 Ehsan AzimiUdporChecker class introduced
2020-12-20 Martin Quinsonfix MC builds
next