Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Clang-tidy: readability-qualified-auto.
[simgrid.git] / src / kernel / actor / ActorImpl.cpp
2023-06-06 Arnaud GierschClang-tidy: readability-qualified-auto.
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-05-31 Martin QuinsonMerge branch 'simgrid-fork-plugin-photovoltaic'
2023-05-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-22 Martin QuinsonAdd instance signals for all Actor signals
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Martin QuinsonMerge ActivityImpl::post() and ::finish()
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-19 Martin QuinsonFinally kill surf_interface.hpp watched_host was actual...
2023-02-18 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-02-18 Martin QuinsonMove some content of surf_interface to a new math_utils.h
2023-02-18 Martin QuinsonRename ActivityImpl::surf_action_ to ActivityImpl:...
2023-02-17 Martin QuinsonMove HostImpl to kernel/resource with its friends
2023-02-15 Martin QuinsonMerge branch 'actor-comms' into 'master'
2023-02-15 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-13 Arnaud GierschDefine context related globals as static members of...
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-12-01 Augustin DegommeMerge branch 'faster_activity_removal' into 'master'
2022-12-01 Henri CasanovaReplaced std::list by std::set to keep track of activities
2022-11-21 Arnaud GierschAddress misc Sonar issues.
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-11-04 Martin QuinsonMove a function to the right file and other cleanups
2022-11-04 Martin QuinsonKill the now useless type xbt::string
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Martin QuinsonDisplay the stack of each actor during a MC replay...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-10-04 Arnaud GierschRemove deprecated features for next release (3.33).
2022-05-12 Arnaud GierschRename variables to avoid shadowed declarations.
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-24 Arnaud GierschMake maxpid a static member of ActorIDTrait.
2022-03-16 Arnaud GierschFix misc sonar issues.
2022-03-16 Arnaud GierschDirectly reset observer_ instead of using an empty...
2022-03-14 Martin QuinsonMake sure that ActorImpl::cleanup_from_kernel is called...
2022-03-14 Arnaud GierschMark smx_actor_t as deprecated.
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin QuinsonKill a useless static function
2022-03-13 Martin QuinsonSort Actor traits alphabetically + cleanups
2022-03-13 Martin QuinsonIntroduce ActorIDTrait to split ActorImpl apart
2022-03-13 Martin QuinsonMove the actor lifecycle markers from Context to ActorImpl
2022-03-13 Martin QuinsonActorImpl::join: react right away if the other actor...
2022-03-12 Martin Quinsonobey our coding conventions in ActorImpl::mailboxes...
2022-03-12 Martin QuinsonDefuse a trap on refcounting activities by adding a...
2022-03-12 Martin QuinsonMake sure that actors killed by a timer are properly...
2022-03-12 Martin QuinsonCosmetics in ActorImpl
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-09 Martin QuinsonBetter split between the cleanups from self and the...
2022-03-09 Martin QuinsonIntroduce a Trait to deal with autorestart matter in...
2022-03-09 Martin Quinsonnew: Actor::get_restart_count(): Returns the number...
2022-03-08 Arnaud GierschMove Simcall from namespace simix to kernel::actor.
2022-03-08 Arnaud GierschMake Simcall a real class.
2022-03-08 Arnaud GierschMark all of simix.h as deprecated.
2022-03-01 Martin QuinsonMerge branch 'dev' into 'master'
2022-02-28 Fabien Chaixapply Simgrid coding rules
2022-02-28 Fabien ChaixMinimal change to support host on-off and permanent...
2022-02-28 Arnaud GierschEventually, OOP is really good.
2022-02-27 Arnaud GierschReintroduce smartptr lost with recent changes.
2022-02-27 Martin QuinsonRename sg::k::actor::simcall ::actor::simcall_answered
2022-02-27 Martin QuinsonMC: after all, checker does not need the list of dead...
2022-02-27 Martin QuinsonRevert "OOP is good, too"
2022-02-25 Martin QuinsonOOP is good, too
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-01-31 Arnaud GierschRemove deprecated features for next release (3.31).
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-22 Martin QuinsonTiny simplifications now that we have a ActorImpl:...
2021-12-22 Martin QuinsonImplement a (cheap) ActorImpl::is_maestro()
2021-11-09 SUTER Fredericrename log category from simix_process to ker_actor
2021-10-06 SUTER Fredericdeprecate SIMIX_is_maestro
2021-10-06 SUTER Fredericmodernize some SIMIX functions
2021-10-02 Arnaud GierschMisc. cosmetic changes.
2021-10-01 SUTER Fredericdeprecate 2 simix functions
2021-10-01 SUTER Fredericmore include cleanups
2021-09-21 SUTER Fredericremove smx_global.cpp
2021-09-20 SUTER Fredericsimplify writing in model setup + may fix issue with...
2021-09-19 Arnaud GierschSomewhat redo commit df93dfaab8d79f5e08088aedc95dd2712c...
2021-09-17 SUTER FredericMerge branch 'no_simix_global'
2021-09-17 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-17 SUTER Fredericget rid of simix_global and smx_private.hpp
2021-09-15 SUTER Fredericmove maestro to EngineImpl. breaks a unit-test
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-07-14 Arnaud GierschRemove deprecated features for next release (3.29).
2021-07-09 Arnaud GierschMissing const.
2021-07-08 Arnaud GierschCosmetics around deprecated functions.
2021-07-08 Arnaud GierschKill deprecated private field ActorImpl::userdata_...
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-03 Arnaud GierschFix build with enable_smpi=OFF.
2021-06-03 Arnaud GierschMake smpi_switch_data_segment check if a switch is...
2021-05-27 Arnaud GierschDeprecate SIMIX_get_clock().
2021-05-26 SUTER Fredericmake simix_global->maestro_ private
2021-05-26 SUTER Fredericprepare transition of context_factory: make it private
2021-05-25 SUTER FredericContinue to migrate contents of simix_global to EngineImpl
2021-05-21 SUTER Fredericmigrate actors_to_run and actors_that_ran to EngineImpl
2021-05-17 SUTER Fredericmigrate daemons from simix::Global to kernel::EngineImpl
2021-05-17 SUTER Fredericmove another function out of simix + private field
2021-05-16 SUTER Fredericmove kernel timers from simix:: to kernel::timer::
next