Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[s4u] Allocate Actors on the heap and return ActorPtr
[simgrid.git] / examples / s4u / io / s4u_io.cpp
2016-07-06 Gabriel Corona[s4u] Allocate Actors on the heap and return ActorPtr
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-24 Gabriel CoronaRemove some useless #includes
2016-06-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-16 Gabriel Corona[simix] Create actors by value (instead of new()-ing...
2016-05-30 Gabriel CoronaLimit scope of variables
2016-05-26 Martin Quinsonuse unordered_map instead of map for sake of speed
2016-05-23 Gabriel Corona[s4u] Return void in worker classes
2016-05-23 Gabriel Corona[s4u] Move the actor logic out of the Actor class
2016-03-07 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-07 Frederic Suteradopt good practices for s4u too