Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / kernel / actor / ActorImpl.hpp
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-12 Martin QuinsonMC: stop reading maxpid in memory, but ask it over...
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-06 Martin Quinsonsetter function only need a simcall in MC or with paral...
2022-11-04 Martin QuinsonKill the now useless type xbt::string
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
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-17 Martin QuinsonMerge branch 'add_semaphore_python_bindings' into ...
2022-03-17 Arnaud GierschA few more sonar smells.
2022-03-16 Arnaud GierschFix misc sonar issues.
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-12 Martin Quinsonobey our coding conventions in ActorImpl::mailboxes...
2022-03-12 Martin QuinsonCosmetics in ActorImpl
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-10 Martin Quinsoneasy sonar fixes
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 GierschRename popping.cpp -> simcall.cpp to better reflect...
2022-03-08 Arnaud GierschMake Simcall a real class.
2022-03-01 Martin QuinsonMerge branch 'dev' into 'master'
2022-02-28 Fabien ChaixMinimal change to support host on-off and permanent...
2022-02-11 Martin QuinsonNo need to save the observers on the App side now that...
2022-02-07 Martin QuinsonMC: Trade less use of executed_req for more network...
2022-01-24 Arnaud GierschTyped template for Extendable::get_data.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-12-22 Martin QuinsonTiny simplifications now that we have a ActorImpl:...
2021-12-22 Martin QuinsonImplement a (cheap) ActorImpl::is_maestro()
2021-11-10 SUTER FredericRevert "use smart pointers for kernel timers"
2021-11-10 SUTER Fredericuse smart pointers for kernel timers
2021-11-08 SUTER Fredericsay bye to simgrid::surf namespace
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
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 GierschMake smpi_switch_data_segment check if a switch is...
2021-05-25 SUTER FredericContinue to migrate contents of simix_global to EngineImpl
2021-05-21 SUTER Fredericprocess -> actor
2021-05-16 SUTER Fredericmove kernel timers from simix:: to kernel::timer::
2021-05-05 Martin QuinsonMC: Start implementing the dependency functions on...
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-16 Arnaud GierschFix build with older clang.
2021-04-14 Arnaud GierschDisable copy for actor::ProcessArg.
2021-04-12 SUTER Fredericplease clang (?) and make properties optional to create...
2021-04-12 SUTER Fredericdo not allocate/free properties
2021-04-07 Arnaud GierschReplace void* used for RemoteProcess pointers.
2021-03-17 Arnaud GierschLowercase PID in function name (1/2 - private part).
2021-03-14 Martin QuinsonMC gets the addresses of variables it needs from the...
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-20 Martin QuinsonDeprecate a SIMIX function that was badly named anyway
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-27 Arnaud GierschFix return type for get_maxpid().
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschPrefer "using" to "typedef".
2020-11-18 Arnaud GierschKill dead code.
2020-10-23 Arnaud GierschCosmetics.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-22 adrien gougeonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-10-22 AdrienMerge branch 'master' into 'master'
2020-10-20 Arnaud GierschUse consistent naming scheme.
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-03 Arnaud Giersch[sonar] Const for pointer and reference parameters...
2020-07-03 Arnaud Giersch[sonar] Declare functions "const" (round #2).
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/kernel/.
2020-05-10 Martin Quinsonstick to our coding standards: fields must have a trail...
2020-03-12 Arnaud GierschRename ActorImpl::comms into activities.
2020-03-05 Martin Quinsonallow to specify the stack size on a per-actor basis
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-04 Martin QuinsonSimplify the API between Engine and EngineImpl when...
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-27 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-21 Arnaud Giersch[sonar] Use a RAII idiom instead of calling lock()...
2019-12-09 Frederic Sutertidy up PropertyHolder
2019-12-06 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-06 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-02 Frederic Sutercosmetics
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Frederic SuterImprove self (less SIMIX more kernel)
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
next