Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move hosts_ to ActivityImpl_ to allow tracking of detached comms by maestro
[simgrid.git] / src / kernel / activity / ExecImpl.hpp
2022-05-18 Fabien ChaixMove hosts_ to ActivityImpl_ to allow tracking of detac...
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-17 Martin QuinsonMerge branch 'add_semaphore_python_bindings' into ...
2022-03-17 Arnaud GierschA few more sonar smells.
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-08 SUTER Fredericintroduce thread_execute
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
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-12-16 SUTER Fredericneed to set Exec finish time when created by maestro
2021-12-15 Martin QuinsonNew function: Engine::track_vetoed_activities()
2021-12-14 Martin QuinsonFix ExecImpl::get_remaining to return the right value...
2021-11-10 SUTER Fredericrefactor exception handling for activities
2021-10-30 SUTER Fredericadd capacity to update priority of Execs too
2021-10-02 Arnaud GierschMisc. cosmetic changes.
2021-09-30 SUTER Fredericinclude cleanups (mostly surf/surf.hpp)
2021-09-29 Augustin DegommeFix high memory usage when exec events are done.
2021-05-03 Arnaud GierschMove fields from Exec to ExecImpl.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-12 Arnaud GierschUse a reference for ExecImpl::wait_any_for()'s vector.
2021-03-31 Arnaud GierschMake ExecImpl::get_hosts return a const&.
2021-03-30 SUTER Frederictry to match Activity design to Resource design
2021-03-18 Arnaud GierschImplement simcall_HANDLER_execution_waitany_for into...
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-11 Arnaud GierschWhitespaces for codefactor.io.
2021-02-10 Martin QuinsonMerge branch 'local changes'
2021-02-09 Frederic SuterEnable access to Exec from ExecImpl and fix get_finish_...
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-03-12 Arnaud GierschRegister ExecImpls with ActorImpl.
2020-02-10 Arnaud GierschMove ::wait_for() from ExecImpl and IoImpl to ActivityImpl.
2020-02-10 Arnaud GierschDefine ActivityImpl::set_timeout().
2020-02-10 Arnaud GierschDefine {Exec,Io}Impl::wait_for().
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-05 Arnaud GierschUse a std::unique_ptr.
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Frederic Sutercosmetics (less SIMIX, more kernel)
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-10-06 Martin QuinsonMerge similar signals, and other cleanups
2019-06-04 Martin QuinsonRename Action::priority into Action::sharing_penalty...
2019-04-02 Frederic Suterfactor cancel across activities
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Frederic Suterfactor get_remaining across acitvities
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
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-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...
next