Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move hosts_ to private, and deal with consequences
[simgrid.git] / src / kernel / activity / ExecImpl.cpp
2022-05-19 Fabien ChaixMove hosts_ to private, and deal with consequences
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin QuinsonMove the actor lifecycle markers from Context to ActorImpl
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-08 Arnaud GierschMove Simcall from namespace simix to kernel::actor.
2022-03-08 Arnaud GierschMake Simcall a real class.
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-20 SUTER FredericCleanup in log categories
2022-01-13 SUTER Fredericmake more ActivityImpl fields private
2022-01-06 Arnaud GierschCosmetics to please codefactor.io.
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-14 Martin QuinsonFix ExecImpl::get_remaining to return the right value...
2021-11-10 SUTER FredericRevert "use smart pointers for kernel timers"
2021-11-10 SUTER Fredericuse smart pointers for kernel timers
2021-11-10 SUTER Fredericrefactor exception handling for activities
2021-11-09 SUTER Fredericrename log category from simix_process to ker_actor
2021-11-09 SUTER Fredericremove timeout_cb only once + cosmetics
2021-11-05 SUTER Fredericmove Cpu resource definition where it belongs
2021-10-30 SUTER Fredericadd capacity to update priority of Execs too
2021-10-01 SUTER Fredericmore include cleanups
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 Fredericadd a FAILED state to activities. tested on comm and...
2021-08-23 SUTER Frederic the issuer of a remote exec that fails should not die
2021-08-09 Bruno DonassoloReworking user_bound for Exec actions.
2021-08-09 Bruno DonassoloRemove old fixme
2021-06-22 Arnaud GierschMake field 's4u::Host::pimpl_cpu' private.
2021-05-27 Arnaud GierschDeprecate SIMIX_get_clock().
2021-05-16 SUTER Fredericmove kernel timers from simix:: to kernel::timer::
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 GierschMore cosmetics around namespaces.
2021-04-12 Arnaud GierschCosmetics.
2021-04-12 Arnaud GierschUse a reference for ExecImpl::wait_any_for()'s vector.
2021-04-12 Arnaud GierschHomogenize debug messages across ActivityImpl's finish...
2021-03-26 Martin QuinsonMove SimcallObserver from simgrid::mc to simgrid::kerne...
2021-03-22 Arnaud GierschHandle simcall result through mc::SimcallObserver.
2021-03-22 Arnaud GierschFactor un-registration of simcall.
2021-03-19 Arnaud GierschMake cast explicit.
2021-03-18 Arnaud GierschModernize simcall execution_waitany_for.
2021-03-18 Arnaud GierschImplement simcall_HANDLER_execution_waitany_for into...
2021-03-18 Arnaud GierschMake simcall execution_waitany_for use a std::vector...
2021-03-09 Frederic Suteruser bound is now stored at Action level and not modifi...
2021-03-09 Frederic SuterAllow failure detection for parallel exec
2021-03-09 Martin QuinsonMerge branch 'multi_models_no_globals' into 'master'
2021-03-09 Bruno DonassoloSay goodbye to last global: surf_host_model
2021-03-09 Bruno Donassoloclang-format: ExecImpl.cpp and sd_task.cpp
2021-03-09 Frederic Suterpropagate the user bound down to the action
2021-03-08 Frederic Suterfix GH#343
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-13 Martin QuinsonImprove the behavior of wait_for(0), and activate some...
2021-02-10 Martin QuinsonMerge branch 'local changes'
2021-02-10 Arnaud Gierschsurf_action_ should not be null here.
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-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
next