Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move parts of the kernel to the right subdir
[simgrid.git] / src / s4u /
2016-07-29 Martin Quinsonmv mutex.hpp Mutex.hpp (plus make it compile again)
2016-07-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-26 Martin Quinsonrename actor.hpp to Actor.hpp
2016-07-26 Martin Quinsonkill an unused function and make an internal field...
2016-07-26 Martin Quinsonrename the S4U method retrieving the internal impl...
2016-07-26 Martin QuinsonRename the S4U interface stored in internal objects...
2016-07-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-22 Gabriel CoronaMerge s4u wait_any
2016-07-22 adfaure[s4u] add Comm::wait_any
2016-07-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-22 Gabriel CoronaMerge commit 'dd9b0df'
2016-07-22 Gabriel Corona[s4u] Activity ought not to be copied
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-21 Gabriel Corona[s4u] Don't handle -1 specially in ConditionVariable...
2016-07-20 Gabriel CoronaMerge remote-tracking branch 'adfaure/master'
2016-07-20 adfaure[s4u] add Comm::test
2016-07-18 Gabriel CoronaMerge commit '458ff11'
2016-07-18 adfaure[s4u] Mailbox::receiver return a s4u::ActorPtr
2016-07-06 Gabriel Corona[s4u] Allocate Mailbox on the heap and return MailboxPtr
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-05 Gabriel CoronaAvoid (conditionnaly) including C++ headers files in...
2016-07-05 Gabriel CoronaAvoid depending on C++11 stuff when including C/SMPI...
2016-07-04 adfaure[simix] add intrusive_ptr for mailbox receiver.
2016-07-01 adfaure[s4u] replace smx_process_t by Actor in Mailbox::setRec...
2016-06-30 Gabriel CoronaRemove "using namespace"
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-23 adfaure[s4u] fix s4u::ConditionVariable::wait_for() return...
2016-06-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-22 Gabriel CoronaMerge get-pid
2016-06-22 adfaure[s4u] add this_actor::getPid()
2016-06-22 Gabriel Corona[s4u] Register function names
2016-06-22 Gabriel Corona[s4u] .notify_one() instead of .notify()
2016-06-21 Gabriel Corona[s4u] Actor::forPid()
2016-06-21 Gabriel Corona[s4u] ConditionVariable, implement missing wait methods
2016-06-21 Gabriel Corona[s4u] Make wait_for return a std::cv
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-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-20 Gabriel CoronaMerge branch 'condvar'
2016-06-19 Martin Quinsonmove the routing stuff to its namespace
2016-06-17 adfaure[s4u] add condition variables
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Gabriel Corona[simix] Add comments about the generic simcalls and...
2016-06-17 Martin Quinsonrename some methods of s4u::Host
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 QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-15 Gabriel Corona[s4u] Use simix simix::Mutex refcount support for s4u...
2016-06-15 adfaure[s4u] add mutex
2016-06-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-13 Martin QuinsondePERLify a bit the routing
2016-06-09 Christian Heinrich[S4U] NULL -> nullptr substitution
2016-06-07 adfaure[s4u] add actor join
2016-06-06 Gabriel Corona[s4u] Lowercase variable
2016-06-06 adfaure[s4u] add kill actor with its PID
2016-05-30 Gabriel CoronaSet the levels to -1 by default
2016-05-23 Gabriel Corona[s4u] Move actions by the current actor in the this_act...
2016-05-23 Gabriel Corona[s4u] Use std::function<void()> instead of std::functio...
2016-05-23 Gabriel Corona[s4u] Use the std::function simcall_process_create...
2016-05-23 Gabriel Corona[s4u] Move the actor logic out of the Actor class
2016-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-11 Martin Quinsonrename s4u Async to Activities
2016-05-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-09 Martin QuinsonSIMIX_mbox_get_head() -> simcall_mbox_front()
2016-05-09 Martin Quinsonmbox: kill a getter simcall
2016-05-09 Martin Quinsons4u: rename the private implementations as such
2016-05-06 Martin Quinsonkill smx_private.hpp We already have a smx_private.h
2016-05-03 Martin Quinsons4u: stick to the new naming conventions
2016-04-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-26 Martin Quinsonplug 2 memleaks
2016-04-26 Martin Quinsoncomplete the API of s4u::Mailbox
2016-04-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-23 Martin QuinsonRevert "We never use the name of the mailbox"
2016-04-23 Martin Quinsonpopulate s4u::mailbox
2016-04-23 Martin QuinsonWe never use the name of the mailbox
2016-04-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-21 Martin Quinsonrefactor rdv to mailbox for consistency
2016-04-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-18 Gabriel CoronaRevert "What's not malloced cannot be leaked"
2016-04-17 Martin QuinsonWhat's not malloced cannot be leaked
2016-04-03 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-01 Martin QuinsonAdd a way to set a property on s4u::Host
2016-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-23 Martin Quinsonrename a method to stick to our naming conventions
2016-03-21 Frederic Suterplug a i-am-everywhere leak
2016-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-10 Martin Quinsonimprove the s4u::Actor API (and mimick the one of rsg...
2016-03-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-08 Martin Quinsonmove implementation bits of s4u::As into surf::AsImpl
2016-03-02 Martin Quinsonmissing files -- bummer
2016-03-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-01 Martin Quinsonmove surf::As to s4u::As
2016-03-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-01 Martin Quinsoncreate a singleton for s4u::Engine
next