Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove the actor of the on_{start/completion} parameters as it is always initialized...
[simgrid.git] / src / s4u / s4u_Exec.cpp
2021-01-10 Martin QuinsonRemove the actor of the on_{start/completion} parameter...
2021-01-10 Martin QuinsonUnify on_start/on_completion signals of Activities
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-10-26 Arnaud GierschUse std::vector.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-02 Arnaud Giersch[sonar] Use "std::make_unique" to construct "std::uniqu...
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-09 Martin QuinsonMerge branch 'master' into klement
2020-07-08 Martin QuinsonTentative implementation of Activity::suspend() and...
2020-03-09 Arnaud GierschAlign sg_exec_wait* with sg_comm_wait*.
2020-03-09 Arnaud GierschMore const.
2020-03-07 Frederic Sutermore sg_exec functions
2020-03-06 Frederic Sutercouple of new sg_exec_* functions
2020-03-06 Frederic Suterhandle (some) exceptions for Comm and Exec in C
2020-03-05 Frederic Suteradd sg_exec_set_host
2020-02-25 Augustin DegommeMerge branch 'cmake-no-doc-when-disabled' into 'master'
2020-02-25 Frederic Suterhandle (badly) the timeout exception in wait_for()
2020-02-25 Augustin DegommeMerge branch 'surf_precision' into 'master'
2020-02-22 Arnaud Giersch[sonar] Const again.
2020-02-19 Frederic Suterextend C API for asynchronous executions
2020-02-14 Frederic Sutermerge ExecSeq and ExecPar into Exec (simdag-style)
2020-02-10 Arnaud GierschTake simcalls {execution,io}_wait toward modernity.
2020-02-07 Arnaud GierschDefine method test() in Activity (common to Exec and...
2020-02-07 Arnaud GierschModernize simcall_execution_test().
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-05 Martin QuinsonMerge branch 'doc' into 'master'
2020-02-05 Arnaud GierschAdd "const" to some getters of Activities.
2020-02-04 Arnaud GierschFix mess between smx_activity_t and ActivityImplPtr.
2020-02-02 Martin Quinsonfinish the API under the new format
2020-01-30 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2020-01-30 Martin QuinsonMerge branch 'depencencies' into 'master'
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Frederic SuterMerge branch 'master' into depencencies
2020-01-28 Frederic SuterMerge branch 'master' into depencencies
2020-01-27 Frederic SuterMerge branch 'master' into depencencies
2020-01-27 Frederic Suterrelease dependencies when test completes an activity too
2020-01-26 Frederic SuterMerge branch 'master' into depencencies
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-24 Frederic SuterImprove handling of dependencies, debug and example
2020-01-24 Frederic Suterworking version
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-12 Frederic Sutercleanups after introduction of Exec::wait_for(timeout)
2019-12-12 Frederic Suterimplement Exec::wait_for()
2019-12-11 Frederic SuterMerge branch 'master' into depencencies
2019-12-11 Frederic Suterworking version
2019-12-10 Frederic Suternamespacing cleanups
2019-10-11 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-10-10 Frederic Suteruse CRTP to factor refcounting across activity types
2019-10-10 Frederic Suterupdate things
2019-10-10 Frederic SuterMerge branch 'master' into CRTP
2019-10-09 Martin QuinsonMerge branch 'master' into rework-energy-plugin-2.0
2019-10-09 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2019-10-09 Martin Quinsonsonar: kill an overriding method
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-10-06 Martin QuinsonMerge similar signals, and other cleanups
2019-08-15 Martin Quinsonmove the simcall template to the kernel::actor namespace
2019-06-04 Martin QuinsonRename Action::priority into Action::sharing_penalty...
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-17 Frederic Suterenable wait_any and wait_any_for for asynchronous execu...
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-28 Frederic Suterrework ExecImpl to have a single start() method
2019-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
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-14 Frederic SuterStart to use Curiously Recurring Template Patterns
2019-03-14 Frederic Sutercosmetic cleanups in S4U
2019-03-14 Frederic Sutercosmetic cleanups in S4U
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-05 Frederic Suters4u::Exec now has 2 child classes
2019-03-01 Frederic Suterremove useless simcall for IO too and use better casts
2019-03-01 Frederic SuterThe creation of the pimpl needs no simcall
2019-02-27 Arnaud GierschRemove dead code after exception throw.
2019-02-23 Frederic Suterplay with (parallel) execs. still not satisfying
2019-02-15 Arnaud GierschDynamic cast without checking result is slow and useles...
2019-02-12 Arnaud GierschWhenever possible, use std::move() for parameters ...
2019-02-02 Frederic Suterproperly split init/start for Exec activities
2019-01-24 Arnaud Giersch[sonar] Anonymize unused parameters.
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-09-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-09-26 Martin QuinsonAllow to chain calls to activity::Comm functions
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-08-24 Martin Quinsonrename Activity::wait(double) to Activity::wait_for...
2018-08-21 Martin Quinsons4u::Exec::wait(): start the tasks on need
2018-08-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-15 Frederic Suteradd minimal signals on Exec to trace them
2018-07-30 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-28 Frederic Suteruniformity in Activity cancel()
2018-07-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-28 Frederic Suterallow to cancel a s4u::Exec
2018-07-25 Frederic Suterchanging the way the tracing category is passed to...
2018-07-24 Frederic Suterfix the (unoticed) mess I made
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
next