Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing const.
[simgrid.git] / src / kernel / actor / ActorImpl.cpp
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.
2020-01-09 Arnaud GierschA simcall on Actor destruction doesn't make much sense.
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-10 Frederic Sutera few process to actor changes
2019-12-10 Frederic Suternamespacing cleanups
2019-11-29 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-29 Frederic Sutermaestro_process -> maestro_
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Frederic SuterImprove self (less SIMIX more kernel)
2019-11-28 Frederic Suterdepreacate SIMIX_process_on_exit
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-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-04 Frederic Suterreplace SIMIX_process_count by simgrid_get_actor_count
2019-11-03 Frederic Suteruser data doesn't have to be stored at kernel level
2019-11-02 Arnaud GierschCosmetics.
2019-11-02 Arnaud GierschReduce number of direct accesses to simix_global.
2019-10-24 Frederic Sutermake HostImpl::actor_list_ private
next