Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
save some hidden calls to Engine::get_instance
[simgrid.git] / teshsuite / s4u / listen_async / listen_async.cpp
2021-09-20 SUTER Fredericsave some hidden calls to Engine::get_instance
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-17 Arnaud GierschUse Mailbox::get_unique<>(), and save a few delete.
2020-12-17 Arnaud GierschUse typed Mailbox::get<>() instead of using static_cast...
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-03-30 Frederic Suteruse listen_from in s4u test and kill the MSG one
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-03-12 Arnaud GierschMailboxPtr looks like a smart pointer, but it's not...
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-05-15 Martin Quinsonsnake_case s4u::Mailbox
2018-04-23 Martin Quinsonstart snake_casing s4u::Engine
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-04-08 Martin Quinsonstart snake_casing s4u::Actor
2018-01-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-30 Frederic Suteravoid xbt_strdup in c++ examples and tests
2017-12-05 Frederic Suterplease sonar and do the same in teshsuite
2017-07-06 Martin QuinsonYou don't send a mailbox, but instead put stuff on it
2017-07-06 Martin QuinsonFix clang build
2017-07-06 Martin QuinsonRework the OO design of S4U comms
2017-07-05 Martin Quinsonfix the API to isend detach() and speak about it in...
2017-07-05 Martin Quinsonmake it clear to static analyzers that this mem is...
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-28 Martin Quinsonthis should work without keeping an artificial reference
2017-05-27 Augustin Degommetry to get older gccs and clang to compile... untested
2017-05-26 Martin QuinsonAnother step toward working CommPtr. chord example...
2017-05-26 Martin Quinsonfurther useless cleanups
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-03-27 Frederic Sutertesh conversion