Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / s4u / s4u_Exec.cpp
2023-09-13 Martin QuinsonMerge branch 'plugins-energy-battery-interaction' into...
2023-07-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-07-21 Martin QuinsonC bindings of ActivitySet, along with 4 examples
2023-07-20 Martin QuinsonImplement Exec::wait_any on top of ActivitySet and...
2023-06-29 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-28 Arnaud GierschMove signals "on_(this_)start" and methods "fire_on_...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-06-01 Martin QuinsonMerge branch 'python-repr' into 'master'
2023-05-31 Fred Suter add on_this_start signal to Activities
2023-02-26 Martin QuinsonMerge branch 'master' into 'master'
2023-02-25 Martin QuinsonSimplify the way Execs detect host failures
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-24 Martin QuinsonAdd a comment on why we need such a callback
2023-02-23 Martin QuinsonMerge ActivityImpl::post() and ::finish()
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-18 Martin QuinsonRename ActivityImpl::surf_action_ to ActivityImpl:...
2023-02-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-08 Fred Sutermake all Activity starts vetoable
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-06 Martin Quinsonsetter function only need a simcall in MC or with paral...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-10-06 Arnaud GierschDo not expose Activity::set_remaining publicly.
2022-07-13 SUTER Fredericget access to Exec thread count
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-08 SUTER Fredericintroduce thread_execute
2022-02-27 Martin QuinsonRename sg::k::actor::simcall ::actor::simcall_answered
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-01-13 SUTER Fredericmake more ActivityImpl fields private
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-12-24 SUTER Frederic[sonar] bunch of const
2021-12-23 SUTER FredericMight be interesting to have start and finish time...
2021-12-22 SUTER FredericActivity refactoring
2021-12-20 SUTER Fredericallow an Exec to be unscheduled (reset host list, flops...
2021-10-30 SUTER Fredericadd capacity to update priority of Execs too
2021-09-30 SUTER Fredericinclude cleanups in src/s4u
2021-09-29 Augustin DegommeFix high memory usage when exec events are done.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-08-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-08-23 SUTER FredericRemote Exec should not survive to a host failure
2021-07-14 Arnaud GierschRemove deprecated features for next release (3.29).
2021-06-23 Arnaud GierschUse ssize_t for Exec::wait_any and Io::wait_any too.
2021-06-23 Arnaud GierschPrefer a reference for first parameter of {test,wait...
2021-05-03 Arnaud GierschKeep execution alive after timeout in sg_exec_wait_for.
2021-05-03 Arnaud GierschReduce code duplication.
2021-05-03 Arnaud GierschMove fields from Exec to ExecImpl.
2021-04-22 Arnaud GierschFactor Activity::wait() and wait_for() through CRTP.
2021-04-22 Arnaud GierschFactor Activity::cancel() through CRTP.
2021-04-22 Arnaud GierschDefine overridable Activity::complete() to be called...
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-12 Arnaud GierschPrint state_ in symbolic form.
2021-04-12 Arnaud GierschUse a reference for ExecImpl::wait_any_for()'s vector.
2021-03-30 SUTER Frederictry to match Activity design to Resource design
2021-03-26 Martin QuinsonMove SimcallObserver from simgrid::mc to simgrid::kerne...
2021-03-26 Arnaud GierschMerge branch 'simcall_blocking' into 'master'
2021-03-26 Arnaud GierschFix simcall_blocking returning a value.
2021-03-22 Arnaud GierschHandle simcall result through mc::SimcallObserver.
2021-03-18 Arnaud GierschModernize simcall execution_waitany_for.
2021-03-18 Arnaud GierschUse functions from ActorImpl when available.
2021-03-09 Frederic SuterA canceled Activity is a completed Activity too
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-15 Frederic Suterthis one should be vetoable too
2021-02-10 Martin QuinsonMerge branch 'local changes'
2021-02-09 Frederic Sutersetters can be used in the STARTING state too
2021-02-09 Frederic Sutertrigger on_completion from wait_any_for
2021-02-09 Frederic SuterEnable access to Exec from ExecImpl and fix get_finish_...
2021-02-09 Frederic Suterfix Exec::get_start_time()
2021-02-04 Frederic SuterImplement a second veto on start. Activity must be...
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-02-01 Frederic SuterIntroduce Exec::init(). One step towards SimDag++
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2021-01-11 Ehsan AzimiMerge with framagit/master
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-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
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
next