Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Smart pointer is not necessary for Actor::self.
[simgrid.git] / include / simgrid / s4u / Actor.hpp
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-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-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
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-09 Martin Quinsonpartially stringify s4u::Actor
2018-07-09 Martin Quinsonthis_actor::exit() is a better name than this_actor...
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-06-30 Martin QuinsonPartially snake_case ActorImpl
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-24 Martin Quinsonmake an unused parameter as such
2018-06-13 Martin Quinsonuseless reformating to ease my grepping for stuff to...
2018-06-13 Martin Quinsonsnake_case xbt/functional.hpp
2018-06-10 Martin Quinsonuse unordered_maps to store properties
2018-06-01 Arnaud GierschMark deprecated functions.
2018-06-01 Arnaud GierschDefine Actor::on_exit() taking a std::function.
2018-05-18 Frederic Sutermore signals and more lambdas
2018-05-05 Frederic Suteruse signals and callbacks to trace actors
2018-04-11 Martin Quinsonfurther cut include files
2018-04-10 Martin Quinsonfurther snake_case s4u::Actor
2018-04-09 Martin Quinsonfurther snake_case Actor (::this_actor remains)
2018-04-08 Martin Quinsonstart snake_casing s4u::Actor
2018-04-07 Martin Quinsonkill ALL trailing whitespace (and deprecate a function...
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-25 Martin Quinsonmove simix::ActorImpl to kernel::actor::ActorImpl
2018-03-22 Arnaud GierschKill features marked deprecated until v3.20.
2018-03-16 Arnaud GierschCorrect comment.
2018-03-13 Martin Quinsonpublic headers should include simgrid in a system-wide...
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschReplace "XBT_PUBLIC_CLASS" with "class XBT_PUBLIC".
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-02-05 Christian Heinrich[S4U API] Expose the isDaemon() function to the API
2018-02-05 Arnaud GierschRevert "Revert "actually fix the memleak around smpi...
2018-02-05 Arnaud GierschRevert "actually fix the memleak around smpi's process_...
2018-02-02 Martin Quinsontry to plug a memleak
2018-01-12 Christian Heinrich[S4U] Add onCreation signal to the actor API
2017-12-09 Martin Quinsonmove exec_init and exec_async to the this_actor namespace
2017-12-08 Arnaud GierschFix build errors and warnings with mingw.
2017-12-06 Frederic Suterfirst step towards asynchronous executions
2017-12-04 Frederic Suterconvert process-join to actor-join
2017-12-02 Martin QuinsonMerge branch 'energy-pstate' of https://github.com...
2017-12-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
next