Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[s4u] Allocate Actors on the heap and return ActorPtr
[simgrid.git] / examples / s4u / basic / s4u_basic.cpp
2016-07-06 Gabriel Corona[s4u] Allocate Actors on the heap and return ActorPtr
2016-06-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-22 Gabriel Corona[s4u] Register function names
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Gabriel Corona[simix] Create actor by passing function and arguments
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-06-15 Martin QuinsonImprove the doc of the S4U actors
2016-06-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-02 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-02 Frederic Sutertry to make TestHostOnOff do something
2016-05-30 Gabriel CoronaUse verbose cast
2016-05-23 Gabriel Corona[s4u] Move actions by the current actor in the this_act...
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-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2016-01-15 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-01-15 Gabriel Corona[s4u] s/ByName/by_name/
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-09 Gabriel CoronaTry to fix header dependency hell
2015-10-14 Martin Quinsonrename the basic s4u example