Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the simcall template to the kernel::actor namespace
[simgrid.git] / src / s4u / s4u_Comm.cpp
2019-08-15 Martin Quinsonmove the simcall template to the kernel::actor namespace
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-17 Arnaud GierschUseless smart pointer.
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-16 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-03-15 Martin Quinsontiny doc improvement
2019-03-14 Frederic Sutercosmetic cleanups in S4U
2019-03-12 Arnaud GierschMailboxPtr looks like a smart pointer, but it's not...
2019-03-12 Frederic Sutermv ActorImpl where it belongs
2019-03-01 Frederic Sutermess with MSG tasks
2019-02-27 Arnaud GierschRemove dead code after returrn statement.
2019-02-22 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-22 Arnaud GierschThrow exception when comm was canceled.
2019-02-21 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-21 Frederic Suterfix some issues with Cancel
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 GierschDefine and use optimized variants for simcalls comm_tes...
2019-02-20 Arnaud GierschChange dynar parameter for waitany to a raw array ...
2019-02-20 Arnaud GierschRemove superfluous refcounting.
2019-02-15 Arnaud GierschDynamic cast without checking result is slow and useles...
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 the error messages so that you can understand...
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-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 Suteruniformity in Activity cancel()
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-17 Martin QuinsonEnum values are in UPPER_SNAKE_CASE
2018-05-11 Martin Quinsonrename some fields (change toto to toto_)
2018-04-23 Martin Quinsonstart enforcing our new coding standards