Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2022.
[simgrid.git] / src / kernel / actor / ActorImpl.cpp
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::
2021-05-04 Arnaud GierschConst pointer/reference.
2021-05-03 Arnaud GierschCancel any activity on actor exit.
2021-05-03 Arnaud GierschSuspend all the associated activities on actor suspend.
2021-04-27 Arnaud GierschThe header <typeinfo> must be included before using...
2021-04-23 Arnaud GierschMake SIMIX_simcall_name() use the type of observer_...
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
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-30 Bruno DonassoloRefactor Host and HostImpl
2021-03-22 Arnaud GierschFactor un-registration of simcall.
2021-03-19 Arnaud GierschMake Time::date const; kill useless getter.
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-03-04 Arnaud GierschCosmetics
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-20 Arnaud GierschDrop simgrid::xbt::demangle and use boost::core::demang...
2021-02-19 Arnaud GierschDefine and use Exception::rethrow_nested to rethrow...
2021-02-13 Martin QuinsonWhen an exception occures in kernel mode, display both...
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-20 eazimiMerge branch 'master' of github.com:eazimi/simgrid
2021-01-17 Arnaud GierschFix another static initialization order fiasco for...
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-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-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-18 Arnaud GierschUseless std::move.
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
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-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (include...
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 QuinsonBetter fix for FG#50
2020-05-10 Martin Quinsonstick to our coding standards: fields must have a trail...
2020-05-09 Martin QuinsonEnsure that suspending an actor running later in the...
2020-05-06 Martin QuinsonMC: rename remote/Client into remote/AppSide
2020-03-12 Arnaud GierschRename ActorImpl::comms into activities.
2020-03-09 Arnaud GierschContext::get_actor() has become const.
2020-03-05 Martin Quinsonallow to specify the stack size on a per-actor basis
2020-02-25 Augustin DegommeMerge branch 'surf_precision' into 'master'
2020-02-21 Arnaud GierschClear simcall.timeout_cb_ after use (contribute to...
2020-02-21 Arnaud GierschEnsure that only valid simcalls are answered.
2020-02-21 Arnaud GierschCosmetics.
2020-02-07 Arnaud GierschDeprecate unused simcall_comm_iprobe() + comments.
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-16 Arnaud GierschMake field 'Context::iwannadie' private.
next