Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics.
[simgrid.git] / src / kernel / actor / ActorImpl.cpp
2020-10-23 Arnaud GierschCosmetics.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
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
2019-10-24 Frederic Sutersome process to actor renaming
2019-10-11 Arnaud GierschRemove features marked with XBT_ATTRIB_DEPRECATED_v325.
2019-10-11 Arnaud GierschUndeprecate SIMIX_process_self_{get,set}_data.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-06 Frederic SuterMerge branch 'master' into disk
2019-09-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-05 Frederic Suterno more need to pass issuer to suspend
2019-09-01 Martin Quinsonmodernize our C++
2019-08-15 Martin Quinsonobey our coding standards, and snake_case some parts...
2019-08-15 Martin Quinsonmove the simcall template to the kernel::actor namespace
2019-08-10 Martin QuinsonPort simcall_process_suspend to the modernity
2019-08-10 Martin Quinsonconvert simcall_process_sleep to modernity
2019-08-09 Martin Quinsonport a blocking simcall to the modernity
2019-08-09 Martin Quinsonconvert SIMIX_simcall_answer() into ActorImpl::simcall_...
2019-08-08 Martin Quinsonnamespacify a global function of SIMIX
2019-08-02 Martin Quinsonforcefully kill exiting actors even if their host is...
2019-08-02 Martin Quinsonrun Actor::on_destruction even if the actor was killed...
2019-08-02 Martin QuinsonNew signal: Actor::on_termination (when its code termin...
2019-08-01 Martin QuinsonActor::by_pid: also search through the dead actors
2019-08-01 Martin QuinsonActorImpl: postpone the on_destroy signal to the destructor
2019-06-26 Arnaud GierschRemove features marked with DEPRECATED_v324.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-18 Arnaud GierschDeobfuscation.
2019-05-03 Arnaud GierschRename fields to follow coding syle and unshadow from...
2019-04-25 Arnaud GierschFix again FG #11 (mixing daemonize and auto-restart).
2019-04-24 Arnaud GierschField seems unused since 10 years at least.
2019-04-24 Arnaud GierschClear the 'on_exit' vector when the actor doesn't have...
2019-04-24 Arnaud GierschFix 'on_exit' preservation which failed when auto_resta...
2019-04-24 Arnaud GierschPreserve on_exit funcions between restarts.
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-18 Arnaud GierschDefine PropertyHolder::set_properties.
2019-04-18 Arnaud GierschConstify get_properties() and and remove simcalls.
2019-04-10 Arnaud GierschSimplify deprecated function.
2019-04-08 Frederic Suterfurther simplify throw_exception
2019-04-08 Frederic Sutersimplify throw_exception
2019-04-08 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 Frederic Sutersimplify terminaison of activities in Actor::exit()
2019-04-03 henricasanovaMerge branch 'master' of framagit.org:simgrid/simgrid
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic Sutermake more sense
2019-04-03 Frederic Suterfactoring with an ActivityImpl::clean_action() method
2019-04-03 Frederic Suteruse activity cancel, not the action cancel
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-29 Frederic Sutermore uniformity in kernel
2019-03-28 Frederic Suterrework ExecImpl to have a single start() method
2019-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-28 Frederic Sutertry to clean and uniformize Activity Impls
2019-03-27 Frederic Suteruse setters
2019-03-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
next