Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some process to actor renaming
[simgrid.git] / src / kernel / actor / ActorImpl.cpp
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...
2019-03-26 Arnaud GierschTidy SIMIX_process on_exit callbacks.
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-18 Arnaud GierschAvoid deprecated type alias.
2019-03-16 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-03-15 Martin Quinsonactors on failing hosts should die silently and with...
2019-03-14 Martin QuinsonRestarting or killing maestro does not seem to be a...
2019-03-14 Martin Quinsonfurther let the actor clean for itself
2019-03-14 Martin Quinsonlet the actor clean for itself
2019-03-14 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-14 Frederic Suterrework SleepImpl (and save a cast)
2019-03-13 Frederic Sutercomestics in src/kernel
2019-03-12 Frederic Sutermv ActorImpl where it belongs