Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I don't understand how it could have worked at any point
[simgrid.git] / src / s4u /
2015-08-25 Martin QuinsonI don't understand how it could have worked at any...
2015-08-18 Martin Quinsonworkaround a possible race condition
2015-08-17 Martin Quinsonlet's keep the API simple, with reduced redudency ...
2015-08-17 Martin Quinsonimplement s4u::Comm::recv_async()
2015-08-17 Martin Quinsonreact sainly if the actor was not create by S4U but...
2015-08-16 Martin QuinsonHave the s4u::Actor::execute() actually wait for the...
2015-08-16 Martin Quinsonno need for the sendstr() pimple. use send() instead
2015-08-16 Martin Quinsonthere is no need for a recvstr() pimple. recv() works
2015-08-16 Martin Quinsonadapt to the new simcall_comm_recv() prototype
2015-08-16 Martin QuinsonMerge branch 'master' into S4U
2015-08-16 Martin Quinsonimplement receive async
2015-08-16 Martin QuinsonImplement send async
2015-08-12 Martin Quinsoncosmetics
2015-08-12 Martin Quinsonactually rename s4u::Process into s4u::Actor
2015-08-12 Martin Quinsonrename S4U::Channel to S4U::Mailbox. It was not a good...
2015-08-12 Martin QuinsonMerge branch 'master' into S4U
2015-08-09 Martin QuinsonMerge branch 'master' into S4U
2015-08-02 Martin QuinsonMerge branch 'master' into S4U
2015-07-26 Martin QuinsonChannel: the S4U name of msg_mailbox_t
2015-07-25 Martin Quinsonbasic grounding of S4U, the next interface of SimGrid