Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines.
[simgrid.git] / src / kernel / activity / ExecImpl.cpp
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-25 Arnaud GierschEnum class for MC call types, and MC comm pattern diffe...
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschPrefer to use emplace_back.
2020-05-10 Martin Quinsonstick to our coding standards: fields must have a trail...
2020-03-12 Arnaud GierschRegister ExecImpls with ActorImpl.
2020-02-25 Augustin DegommeMerge branch 'surf_precision' into 'master'
2020-02-21 Arnaud GierschClear simcall.timeout_cb_ after use (contribute to...
2020-02-10 Arnaud GierschTake simcalls {execution,io}_wait toward modernity.
2020-02-10 Arnaud GierschMove ::wait_for() from ExecImpl and IoImpl to ActivityImpl.
2020-02-10 Arnaud GierschDefine {Exec,Io}Impl::wait_for().
2020-02-09 Arnaud GierschImprove coverage :p
2020-02-07 Arnaud GierschModernize simcall_execution_test().
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-16 Arnaud GierschMake field 'Context::iwannadie' private.
2020-01-05 Arnaud GierschUse a std::unique_ptr.
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
next