Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines with new year.
[simgrid.git] / src / kernel / activity / ExecImpl.cpp
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-16 Frederic Sutermornign cleanups
2019-12-12 Frederic Suterimplement Exec::wait_for()
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Frederic Sutere_smx_state_t is now kernel::activity::State
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-10-06 Martin QuinsonMerge similar signals, and other cleanups
2019-08-15 Martin Quinsonsmall simplifications around simcalls
2019-08-15 Martin Quinsonobey our coding standards, and snake_case some parts...
2019-08-15 Martin Quinsontransparent cleanups around simcalls mechanism
2019-08-09 Martin Quinsonconvert SIMIX_simcall_answer() into ActorImpl::simcall_...
2019-07-02 Arnaud GierschRename simgrid::TimeoutError to simgrid::TimeoutException.
2019-06-04 Martin QuinsonRename Action::priority into Action::sharing_penalty...
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-19 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-19 Frederic Suterplease sonar, pass parameters to lambda
2019-05-17 Frederic Suterenable wait_any and wait_any_for for asynchronous execu...
2019-04-08 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 Frederic Suterfactor simcall/activity binding
2019-04-03 henricasanovaMerge branch 'master' of framagit.org:simgrid/simgrid
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic Sutersimcall_execution_test returns a bool not a state
2019-04-03 Frederic Suterfactoring with an ActivityImpl::clean_action() method
2019-04-02 Frederic SuterSave a cast per action completion
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-06 Frederic Suterremove or deprecate now useless code
2019-03-05 Frederic Suters4u::Exec now has 2 child classes
2019-02-28 Martin QuinsonDon't give actors a chance to survive their exec if...
2019-02-23 Frederic Suterplay with (parallel) execs. still not satisfying
2019-02-20 Arnaud GierschSpecialize parameter for simcall execution_wait.
2019-02-20 Arnaud GierschSpecialize parameter for simcall execution_test.
2019-02-20 Arnaud GierschCosmetics: adjust method names in debug messages.
2019-02-19 Frederic SuterAll activities have their own finish method \o/
2019-02-13 Arnaud GierschUse get_cname() instead of name_.c_str().
2019-02-12 Arnaud GierschWhenever possible, use std::move() for parameters ...
2019-02-12 Arnaud GierschDeprecate the is_off() methods.
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-08 Frederic Suteruse namespaces for sake of readability
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-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-20 Martin QuinsonCall ExecImpl::on_completion() before starting to destr...
2018-07-19 Christian Heinrich[KERNEL] Check if surf_action_ is nullptr
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-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-18 Martin Quinsonsnake_case some methods in s4u::Host
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-17 Martin QuinsonUPPER_CASE the Action::State values (+ uniformity with...
2018-05-11 Martin Quinsoncosmetics: snake_case some random local variables,...
2018-05-11 Martin Quinsonrename some fields (change toto to toto_)
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-04-03 Martin Quinsonfix some issues arising when killing new-born actors...
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-25 Martin Quinsonfinish snake_casing resource::Action
2018-03-25 Martin Quinsonsnake_case some resource::Action fields and cleanups
2018-03-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
2018-02-13 Christian Heinrich[KERNEL] Simple spelling fix
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-18 Frederic Suteradd some signals
2017-12-09 Martin Quinsons4u::Exec->getRemains() should not fail on terminated...
2017-12-09 Martin Quinsonuse assert instead of throw std:logic_error
next