Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
partially stringify s4u::Actor
[simgrid.git] / include / simgrid / s4u / Actor.hpp
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...
2017-12-02 Frederic Suteradd getProperties to Actor
2017-12-01 Frederic Suteradd parallel_execute with timeout in s4u.
2017-11-30 Frederic Suterattempt to have parallel tasks in s4u.
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Martin QuinsonMerge pull request #244 from Takishipp/actor-yield
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-25 Martin QuinsonMerge pull request #241 from barais/master
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-21 Martin QuinsonMerge pull request #237 from oar-team/upstream
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-20 Martin QuinsonFix the doc of S4U: s/process/actor/
2017-10-24 Takishippsuggested solution tu use simix through a function
2017-10-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-20 Martin Quinsondoc improvement
2017-10-20 Martin QuinsonMerge branch 'Takishipp-actor-priority'
2017-10-20 Martin QuinsonMerge branch 'actor-priority' of https://github.com...
2017-10-18 Arnaud GierschUse standard C/C++ attributes when available.
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-18 TakishippAdd actor-priority example to s4u API
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-14 Arnaud GierschConstify getName()/getCname() in s4u::Actor.
2017-10-14 Arnaud GierschReindent.
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-21 Frederic Sutersimplify process/actor restart
2017-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-21 Martin Quinsoncosmetics in error message
2017-07-17 Martin QuinsonMerge pull request #200 from Takishipp/clear_fct
2017-07-13 Martin QuinsonImprove deprecate messages: we know when to remove it
2017-07-06 Martin Quinsons4u::Actor::execute() dont need to return a state
2017-07-06 Martin Quinsontend to the google coding standards in all S4U API
2017-07-06 Martin QuinsonYou don't send a mailbox, but instead put stuff on it
2017-07-06 Martin QuinsonRework the OO design of S4U comms
2017-07-05 Martin Quinsonfix the API to isend detach() and speak about it in...
2017-07-05 Frederic Sutersimcall to kernelImmediate
2017-07-04 Frederic Suteradd daemonize for s4u actors too
2017-07-04 Frederic Suteranother try to solve weird travis issues
2017-07-04 Martin Quinsontry to speed up the refcounting madness by using std...
2017-07-03 Frederic Suterplease henri, add recv with timeout.
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-19 Martin QuinsonMerge pull request #190 from Takishipp/clean_events
2017-06-18 Martin QuinsonNew: this_actor::isMaestro() returns whether we are...
2017-06-15 Martin QuinsonMerge pull request #181 from bcamus/master
2017-06-14 TakishippMerge branch 'clean_events' of github.com:Takishipp...
2017-06-14 Toufik BoubehzizMerge branch 'master' into clean_events
2017-06-13 Martin Quinsonkill all trailling whitespaces
2017-06-13 Martin Quinsonplease vera++: don't pass vectors by copy
2017-06-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-06-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-11 Martin Quinsonallow to declare an actor with parameter without going...
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-29 Martin Quinsonchop includes
2017-05-26 Martin QuinsonAnother step toward working CommPtr. chord example...
2017-05-23 degommeremove spurious non breaking spaces, grrr
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-05 Martin QuinsonNew functions: s4u::Actor::property() and s4u::Actor...
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-05-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
next