Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
no need for the sendstr() pimple. use send() instead
[simgrid.git] / src / s4u /
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