Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the on_exit() of each actor is also executed when the simulation deadlocks
[simgrid.git] / include / simgrid / s4u / Actor.hpp
2020-05-06 Martin Quinsonthe on_exit() of each actor is also executed when the...
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-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Martin Quinsonfiddle with the doc of actors
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-10 Martin Quinsondocument the this_actor namespace in the new way
2020-01-10 Martin QuinsonKill a meaningless function: this_actor::resume()
2020-01-06 Arnaud GierschExplicit instanciation of xbt::Extendable<> specializat...
2020-01-03 Martin Quinsonvarious doc small fixups
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-23 Martin QuinsonVarious docs update
2019-12-12 Frederic Sutercleanups after introduction of Exec::wait_for(timeout)
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-12 Martin Quinsonfix clang builds
2019-11-12 Martin Quinsons4u::Actor: Rename migrate() into set_host()
2019-11-12 Martin Quinsons4u::Actor: Merge signals on_migration_start/end into...
2019-11-11 Martin Quinsonfurther API doc improvement
2019-11-10 Martin QuinsonFix autodoxy warnings
2019-11-10 Martin QuinsonDocument the Actor with the new autodoxy extension...
2019-11-10 Martin Quinsontiny doc improvements
2019-11-04 Arnaud GierschMinor cleanups.
2019-11-03 Martin Quinsonhide some cruft from the doc
2019-10-11 Arnaud GierschRemove features marked with XBT_ATTRIB_DEPRECATED_v325.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-10-05 Martin QuinsonNew doc section on plugins
2019-08-31 Gene CoopermanSpelling fixes & a few cases of polishing the English...
2019-08-02 Martin QuinsonNew signal: Actor::on_termination (when its code termin...
2019-08-01 Martin QuinsonActor: make the refcount observable, and improve debug...
2019-06-26 Arnaud GierschRemove features marked with DEPRECATED_v324.
2019-06-15 Martin Quinsonlittle tiny fix toward doc homogeneity
2019-06-14 Martin Quinsontiny doc improvements
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-19 Martin Quinsonmake sure that nobody can compile s4u without simgrid...
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-18 Arnaud GierschConstify get_properties() and and remove simcalls.
2019-04-17 Arnaud GierschSmart pointer is not necessary for Actor::self.
2019-04-09 Arnaud GierschA simcall seems superfluous here (+ constify).
2019-04-02 Arnaud GierschRemove features marked with DEPRECATED_v323.
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-18 Arnaud GierschAdd some const qualifier, needed for later changes.
2019-03-14 Frederic Sutercosmetic cleanups in S4U
2019-03-14 Frederic Sutercosmetic cleanups in S4U
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-11 Arnaud GierschMore references for parameters of type std::function.
2019-03-08 Arnaud GierschUse references for callback parameters of on_exit().
2019-03-07 Frederic Suteruse extension for user data in MSG
2019-03-05 Frederic Suters4u::Exec now has 2 child classes
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-05 Martin Quinsondon't let sonar think that pimpl_ can be null
2019-03-04 Martin QuinsonSanitize the prototype of Actor::on_exit() callbacks
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-02-12 Arnaud GierschWhenever possible, use std::move() for parameters ...
2019-02-12 Arnaud GierschAvoid unnecessary copy of parameters for parallel_execute.
2019-01-26 Martin QuinsonThe pimpl of s4u objects is const
2019-01-08 Martin Quinsondoc cosmetics, and cleanup the API
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-08 Martin QuinsonVarious doc improvements
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-03 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2019-01-03 Martin Quinsonpy: another example: actor-join
2019-01-03 Martin QuinsonPython: many improvements; add a new example (actor...
2018-12-31 Martin Quinsonpython: improve the documentation
2018-12-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-12-27 Frederic Sutera host and not an host
2018-12-26 Martin Quinsonpython: add the docstrings
2018-11-29 Martin QuinsonTiny doc improvement
2018-11-22 Martin QuinsonMerge pull request #315 from simgrid/smpirun-replay
2018-11-21 Martin Quinsontiny doc improvement
2018-11-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-11-16 Millian PoquetMerge commit 'c619e9d16'
2018-11-16 Millian Poquet[misc] fix deprecation msg for Actor::setProperty
2018-11-04 Martin QuinsonDeprecate the C API of parallel_execute
2018-10-19 Martin QuinsonMerge branch 'fix-multi-smpi-buffer-double-free' into...
2018-10-17 Martin QuinsonSanitize the API of this_actor::parallel_execute()
2018-10-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-14 Martin Quinsonmove the DTD file from gforge to our own homepage
2018-10-12 Martin QuinsonFix documentation: I inverted 2 host model names
2018-10-11 Martin QuinsonMerge pull request #307 from Jean-Emile/v3.20-expose...
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-10-10 Martin Quinsonwoops, I broke the build while fixing the doc
2018-10-10 Martin Quinsondocs: try to add a doxygene xample, but breathe does...
2018-10-09 Martin QuinsonAdd a link from API ref to example
2018-10-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-09 Martin QuinsonImprove the doc of parallel executions
2018-09-20 Martin Quinsonimprove the doc of Actor::on_destruction()
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-08-19 Martin Quinson'friend' keyworld is ok for the doc tooling as long...
2018-08-18 Martin Quinsondocument another s4u::Actor method
2018-08-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-17 Martin Quinsontuto_s4u: add an exercise about the Mailboxes, and...
2018-08-14 Martin Quinsonthis name is not explicit, thus this type is not helpin...
2018-08-14 Martin Quinsonmake the code of an s4u::actor copyiable in all cases...
2018-08-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-08-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-11 Martin QuinsonMerge branches 'auto_restart' and 'auto_restart' of...
2018-08-10 Martin Quinsonimprove doxygen comments in s4u
2018-07-17 Martin Quinsondoxygen: better handling of deprecated symbols
next