Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to clean and uniformize Activity Impls
[simgrid.git] / src / kernel / activity / ExecImpl.hpp
2019-03-28 Frederic Sutertry to clean and uniformize Activity Impls
2019-03-27 Frederic Suteruse setters
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-18 Arnaud GierschAdd some const qualifier, needed for later changes.
2019-03-14 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-14 Frederic Suterlet base class dtor deal with surf action
2019-03-13 Frederic Sutercomestics in src/kernel
2019-03-06 Frederic Suterplease sonar
2019-03-05 Frederic Suters4u::Exec now has 2 child classes
2019-02-25 Frederic Suterpriority and bound of MSG tasks can only be set BEFORE...
2019-02-23 Frederic Suterplay with (parallel) execs. still not satisfying
2019-02-19 Frederic SuterAll activities have their own finish method \o/
2019-02-08 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-08 Frederic Suterallow and use method chaining for ExecImpl
2019-02-06 Frederic Suterfactor suspend/resume across Activities
2019-02-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-03 Frederic Suterallow all activities to set their tracing category
2019-02-03 Frederic Sutermodernize a few simcall_execution_* calls
2019-02-02 Frederic Suterproperly split init/start for Exec activities
2019-02-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-01 Frederic Suterfactor surf_action_ in ActivityImpl
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-11-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-11-21 Martin QuinsonMerge pull request #316 from bcamus/master
2018-11-20 bcamusfix a bug related to the CPU utilization of multi-core VM
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-21 Frederic Suterallow to set a tracing category for an Exec
2018-07-14 Martin QuinsonProperly stringify, snake_case and cleanups in k::ExecImpl
2018-07-13 Martin QuinsonRevert "stringify, snake_case and cleanups in k::ExecImpl"
2018-07-13 Martin Quinsonstringify, snake_case and cleanups in k::ExecImpl
2018-05-11 Martin Quinsoncosmetics: rename 2 fields
2018-05-11 Martin Quinsonprivatize ExecImpl::timeoutDetector and partially ExecI...
2018-05-11 Martin Quinsonfactorize code between SIMIX_execution_start and SIMIX_...
2018-05-11 Martin Quinsonsnake_case kernel::activity::ExecImpl
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschReplace "XBT_PUBLIC_CLASS" with "class XBT_PUBLIC".
2018-03-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
2017-12-26 Frederic Suteradd Exec::setBound (and what lies beneath)
2017-12-26 Martin Quinsonallow to call s4u::Exec->setHost() after its start...
2017-12-19 Frederic Sutertracking works better if signals are triggered
2017-12-19 Frederic Sutercleanups
2017-12-18 Frederic Suteradd some signals
2017-12-08 Martin Quinsonimplement ExecImpl::remainingRatio and make sure we...
2017-12-08 Martin Quinsonmake similarities between CommImpl and ExecImpl more...
2017-12-06 Frederic Suterfirst step towards asynchronous executions
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-05 Martin Quinsonchange src/include/surf.h into surf.hpp
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-27 Martin QuinsonRename some activity/SynchroBlah into activity/BlahImpl...