Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar
[simgrid.git] / src / simix /
2016-08-09 Frederic Suterdynar to std::vector
2016-08-07 Martin Quinsonrename smx_synchro_t to smx_activity_t
2016-08-07 Martin QuinsonRename kernel::activity::Synchro into kernel::activity...
2016-08-03 Frederic Suterbugs and smells
2016-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-08-03 Frederic Sutertrack all the useless void
2016-08-01 Martin Quinsonvery preliminary cleanups in the contextes
2016-08-01 Martin Quinsonuseless cosmetics
2016-08-01 Martin QuinsonPopulate the kernel::context namespace and continue...
2016-08-01 Martin Quinsonpopulate the kernel/context directory
2016-08-01 Martin QuinsonRename smx_process to ActorImpl
2016-08-01 Martin Quinsoncosmetics
2016-08-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-01 Martin Quinsonfix problem 20636 on gforge
2016-07-31 Martin Quinsonkill 3 more functions around processes
2016-07-31 Martin Quinsonkill 2 more empty functions: simcall_process_get_name...
2016-07-31 Martin Quinsonkill two useless calls: SIMIX_process_get_host & simcal...
2016-07-31 Martin Quinsonchange a false simcall to a s4u call
2016-07-31 Martin Quinsonremove a useless call
2016-07-31 Martin Quinsonalign namespaces on directories for kernel::activity
2016-07-31 Martin Quinsonmove parts of the kernel to the right subdir
2016-07-30 Martin Quinsonmove the synchronization stuff to its own directory
2016-07-29 Frederic Sutermorning cleanups
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 QuinsonRename the S4U interface stored in internal objects...
2016-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-25 Martin Quinsonuseless cosmetics
2016-07-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-22 Gabriel CoronaMerge s4u wait_any
2016-07-22 Gabriel Corona[simix] Dexbtization: remove xbt_dynar_t argument in...
2016-07-22 adfaure[s4u] add Comm::wait_any
2016-07-22 adfaure[SIMIX]add timeout to simcall_comm_waitany
2016-07-12 Gabriel Corona[xbt] Move throwpoint out of xbt_ex in WithContextException
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 Corona[simix] Execute future callbacks in the main loop
2016-07-05 Gabriel Coronas/NULL/nullptr/ in our C++ codebase
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 Gabriel Corona[simix] Manage s_smx_mailbox with new/delte
2016-07-04 adfaure[simix] add intrusive_ptr for mailbox receiver.
2016-06-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-29 Gabriel CoronaAdd missing #includes
2016-06-29 Frederic Suteruse raw strings for regexp
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-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-26 Martin Quinsondon't return void values
2016-06-24 Gabriel Corona[simix] Use Task instead of std::package_task for timer...
2016-06-24 Gabriel CoronaRemove some useless #includes
2016-06-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-22 Gabriel CoronaMerge get-pid
2016-06-22 Gabriel Corona[simix] Fix extern 'C' error from clang
2016-06-22 Gabriel Corona[s4u] Register function names
2016-06-22 Gabriel Corona[simix] More generic mapping between function name...
2016-06-22 Martin Quinsonimprove a comment
2016-06-21 degommetry to cleanup sleep
2016-06-21 Gabriel Corona[simix] Do not deadlock when joining a process which...
2016-06-20 Martin Quinsondon't return void values
2016-06-20 Gabriel Corona[simix] Avoid useless mutex increment
2016-06-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-20 Gabriel CoronaMerge branch 'condvar'
2016-06-18 degommeWe add a ref directly at creation, so start at 0. Leaks --
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 Gabriel Corona[simix] Add a `run_blocking` simcall and simix::kernelSync
2016-06-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-16 adfaure[simix] Refcounting with SIMIX_cond_{ref,unref}()
2016-06-16 Gabriel Corona[simix] Add warning about atomic operations
2016-06-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-16 Gabriel Corona[simix] Group simcall_process_create()
2016-06-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-16 Gabriel Corona[simix] Refcounting with SIMIX_{process,mutex}_{ref...
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 Gabriel Corona[simix] Add refcount to Process
2016-06-15 Gabriel Corona[simix] Fix refcount in Mutex
2016-06-14 Martin Quinsontiny doc formating improvement
2016-06-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-14 Christian Heinrich[SIMIX] Add a comment
2016-06-14 Christian Heinrich[SMX] Alignment cosmetics.
2016-06-14 Gabriel Corona[simix] Add refcount to Mutex
2016-06-14 Gabriel Corona[simix] Make Mutex a C++ class (kind-of)
2016-06-14 degomme[SMPI] Die more peacefully when a process calls exit...
2016-06-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-13 Gabriel Corona[xbt] Move backtrace support for exceptions in a mixin...
2016-06-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-09 Frederic Suterreduce smell of python scripts too
2016-06-09 Gabriel CoronaGetting rid of C exceptions
2016-06-09 Christian Heinrich[SIMIX] NULL -> nullptr substitution
2016-05-31 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-31 Gabriel CoronaClearer indentation/nesting
2016-05-31 Gabriel Corona[simix] Remove Synchro::category, nobody's using it
2016-05-31 Gabriel Corona[simix] DeXFTification of Synchro: use std::list<>...
2016-05-31 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
next