Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Const methods.
[simgrid.git] / include / simgrid / s4u / Comm.hpp
2022-03-02 Arnaud GierschConst methods.
2022-03-01 Martin QuinsonMerge branch 'dev' into 'master'
2022-03-01 SUTER Fredericrework how host-to-host comms are managed
2022-03-01 SUTER Fredericclean up before modifications
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-01-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-01-22 Martin QuinsonMany tiny documentation improvements
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2022-01-05 Martin QuinsonIntroduce on_???_cb functions to shield the signals
2021-12-24 SUTER Frederic[sonar] bunch of const
2021-12-23 SUTER Fredericallow to retrieve the source and destination of a host...
2021-12-22 SUTER Fredericenable sendto_init()->set_from(h1)->set_to(h2)
2021-12-22 SUTER FredericActivity refactoring
2021-10-21 SUTER Fredericsplit Comm::on_start into two signals (on_send and...
2021-10-06 SUTER Fredericdeprecate 2 more SIMIX functions
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-02 SUTER Frederic[procrasticommit] less implicit casts and more consistency
2021-07-23 SUTER FredericEnable setting a specific data copy callback to any...
2021-07-13 Martin QuinsonHide some deprecated symbols from doxygen
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::wait_any.
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::test_any.
2021-06-23 Arnaud GierschPrefer a reference for first parameter of {test,wait...
2021-06-22 Arnaud GierschImplement Comm::wait_all_for (wait_all with a timeout).
2021-04-22 Arnaud GierschFactor Activity::wait() and wait_for() through CRTP.
2021-04-22 Arnaud GierschFactor Activity::cancel() through CRTP.
2021-04-22 Arnaud GierschDefine overridable Activity::complete() to be called...
2021-03-10 Martin QuinsonDocument direct communications, deprecate Host::sendto...
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-19 Martin QuinsonFix a bunch of errors in the documentation
2021-02-04 Frederic Suterplease clang and explicitly override
2021-02-04 Frederic SuterImplement a second veto on start. Activity must be...
2021-02-04 Frederic Sutertest and fix Comm::set_payload_size + more chaining
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-02-02 Martin QuinsonNew function: Comm::set_payload_size() to set the amoun...
2021-01-20 eazimiMerge with fragmagit/master
2021-01-20 Martin QuinsonNew functions: Comm::sendto_{init,async}
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2021-01-11 Ehsan AzimiMerge with framagit/master
2021-01-10 Martin QuinsonNew: s4u::Comm::get_dst_data()
2021-01-10 Martin QuinsonRemove the actor of the on_{start/completion} parameter...
2021-01-10 Martin QuinsonUnify on_start/on_completion signals of Activities
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-11 Ehsan AzimiMerge with simgrid/master
2020-12-10 Arnaud GierschKill dead code: tracing_category is managed by AnyActivity.
2020-12-01 Arnaud GierschMerge remote-tracking branch 'github/master'
2020-11-29 Arnaud GierschFix comment.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschModernize method declarations.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-05 Martin QuinsonMerge branch 'doc' into 'master'
2020-02-05 Arnaud GierschAdd "const" to some getters of Activities.
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-16 Arnaud GierschMake mailbox matching functions return a bool.
2019-10-11 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-10-10 Frederic Suteruse CRTP to factor refcounting across activity types
2019-10-10 Frederic SuterMerge branch 'master' into CRTP
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-06-26 Arnaud GierschRemove features marked with DEPRECATED_v324.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-14 Martin Quinsonfix some errors and warnings in the doc generation
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-17 Arnaud GierschUseless smart pointer.
2019-04-02 Arnaud GierschRemove features marked with DEPRECATED_v323.
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud Gierschdetached really is a boolean.
2019-04-02 Frederic Suterplease clang
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-14 Frederic SuterStart to use Curiously Recurring Template Patterns
2019-03-14 Frederic Sutercosmetic cleanups in S4U
2019-03-14 Frederic Sutercosmetic cleanups in S4U
2019-03-12 Arnaud GierschMailboxPtr looks like a smart pointer, but it's not...
2019-03-01 Frederic Sutermess with MSG tasks
2019-02-20 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-20 Frederic Sutercleanups and uniformization in Activity headers
2019-02-20 Arnaud GierschUse CommImpl* for comm_copy callbacks.
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-09-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-09-26 Martin QuinsonAllow to chain calls to activity::Comm functions
2018-09-20 Martin Quinsonimprove doc to avoid mixture between Comm::set_src_data...
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-08-24 Martin Quinsonrename Activity::wait(double) to Activity::wait_for...
2018-08-24 Martin QuinsonNew function: s4u::Activity::test()
2018-08-19 Martin Quinson'friend' keyworld is ok for the doc tooling as long...
2018-08-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-16 Frederic Suteradd minimal signals to trace Comm
2018-07-30 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-28 Frederic Suterallow to cancel a s4u::Exec
2018-07-17 Martin Quinsondoxygen: better handling of deprecated symbols
next