Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / examples / s4u /
2016-10-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-10-10 Martin QuinsonAPI format unification
2016-08-23 Martin QuinsonDon't use -- within XML comments, sonar fails when...
2016-08-14 Martin Quinsonplug a memleak
2016-08-13 Martin Quinsoncleanups to please sonar, and add a FIXME for a bug...
2016-08-12 Martin Quinsonfix an invalid access
2016-08-12 Martin Quinsonadd a Mailbox::byName(std::string) function
2016-08-12 Martin Quinsonrewrite the s4u_launching example
2016-08-12 Martin Quinsonrename the basic s4u example to 'launching'
2016-08-12 Martin Quinsonremove a dupplicated file
2016-08-09 Frederic Suterfix distcheck (courtesy to emptty;))
2016-08-07 Martin Quinsonimprove the s4u_mutex example
2016-08-07 Martin Quinsonvarious documentation improvements
2016-07-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-26 Martin Quinsonrename a C++-only header with the '.hpp' suffix
2016-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-21 Gabriel Corona[mc] this_actor, wait_for and wait_until
2016-07-06 Gabriel Corona[s4u] Allocate ConditionVariable on the heap and return...
2016-07-06 Gabriel Corona[s4u] Allocate Mutex on the heap and return MutexPtr
2016-07-06 Gabriel Corona[s4u] Allocate Actors on the heap and return ActorPtr
2016-07-04 degommeAdd missing file to dist
2016-07-01 Gabriel Corona[s4u] XML deployment example
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-27 Gabriel CoronaRemove xbt::args: use vector<string> instead
2016-06-24 Gabriel Corona[s4u] Restore the barrier as it was
2016-06-24 Gabriel CoronaRemove some useless #includes
2016-06-24 Martin Quinsonsonarqube procrastination
2016-06-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-22 Gabriel CoronaMerge get-pid
2016-06-22 degommefix dist
2016-06-22 Gabriel Corona[s4u] Register function names
2016-06-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-21 Gabriel Corona[s4u] Use unique_ptr in ConditionVariable (like the...
2016-06-21 Frederic Sutertrack down remaining XML glitches
2016-06-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-20 Martin Quinsonmake this loop sonarqube-complient
2016-06-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-20 degommeFix dist #2
2016-06-20 Frederic Suterfix distcheck
2016-06-20 degommeTry to fix dist
2016-06-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-20 Gabriel CoronaMerge branch 'condvar'
2016-06-17 adfaure[s4u] add condition variables
2016-06-17 Martin Quinsonno need to save the workers in an array in that example
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Gabriel Corona[s4u] Create actors by functions in the mutex example
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-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-15 Gabriel Corona[s4u] Cleanup s4u mutex example
2016-06-15 Gabriel Corona[s4u] Use simix simix::Mutex refcount support for s4u...
2016-06-15 adfaure[s4u] add mutex
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 CoronaLimit scope of variables
2016-05-30 Gabriel CoronaUse verbose cast
2016-05-26 Martin Quinsonuse unordered_map instead of map for sake of speed
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-03-22 Frederic Suterfactoring cmake
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
2016-02-27 Martin QuinsonMerge pull request #65 from fabienchaix/master
2016-02-24 Martin Quinsonconvert S4U to my current coding convention
2016-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-23 Martin Quinsonvarious cleanups in the CMakeLists.txt files
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-15 Frederic Suteranother try to fix distcheck
2016-02-15 Frederic SuterDo not declare empty sets
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2016-01-15 Gabriel Corona[s4u] Use const& references in Host::mounted_storages()
2016-01-15 Gabriel Corona[s4u] Host snake_case
2016-01-15 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-01-15 Gabriel Corona[s4u] s/ByName/by_name/
2016-01-15 Gabriel Corona[s4u] Do not use containers of references
2016-01-13 Gabriel CoronaMerge simgrid::Host into simgrid::s4u::Host
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 Quinsonignore more cruft
2015-10-14 Martin Quinson[cmake] move some add_subdirectory out of the silly...
2015-10-14 Martin QuinsonFix out of sources builds
2015-10-14 Martin Quinsonfix make distcheck
2015-10-14 Martin Quinsonrename the basic s4u example
2015-10-13 Martin QuinsonMerge branch 'S4U'
2015-08-27 Martin QuinsonMerge branch 'master' into S4U
2015-08-27 Martin QuinsonS4U: Implement Storage and File
2015-08-26 Martin Quinson[cmake cleanups] declare subdirs from the upper level
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 QuinsonMerge branch 'master' into S4U
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
next