Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Automatic refcounting on the src and dst actors of a comm
[simgrid.git] / src / simix / ActorImpl.cpp
2019-01-26 Martin Quinsonrefcounting on the src and dst actors of a comm
2019-01-26 Martin Quinsonalways cancel the comms of killed actors in the context...
2019-01-26 Martin QuinsonAlways call process_on_exit in the actor context
2019-01-25 Arnaud GierschMove StopRequest out of Context.
2019-01-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-23 Martin QuinsonRemove 2 (out of 3) horrible hacks around Java contexts
2019-01-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-22 Martin QuinsonSimplify the actor answer to iwannadie
2019-01-20 Martin Quinsonkill an unused function
2019-01-20 Martin Quinsons/process/actor/ A lot remains TBD about it
2019-01-20 Martin Quinsonuseless cleanups
2019-01-15 Martin Quinsoncleanups around the actor terminaison
2019-01-14 Martin Quinsonmake sure that debugging msg don't cause any segfault
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-08 Martin Quinsonallow python actors to be killed
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-05 Martin Quinsonmake SIMIX_context_self() useless and use Context:...
2019-01-04 Martin Quinsonsome useless s/process/actor/ in the source code
2018-11-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-11-15 Arnaud GierschInclude seems useless.
2018-11-12 Martin QuinsonFactorize code between the calling sites of the ActorIm...
2018-11-11 Martin Quinsontiny factorizations and doc improvements
2018-11-11 Martin Quinsonremove the argc/argv version of simcall_process_create
2018-11-04 Martin Quinsonthese archaic callbacks are not used anymore, so kill...
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-09-03 Martin QuinsonSomehow fix the killing of actors in Java
2018-08-29 Martin QuinsonDisplay a msg when contexts are killed by uncatched...
2018-08-29 Martin Quinsonimprove debug messages and error reporting
2018-08-26 Martin QuinsonWhen the host dies, the actor need an exception even...
2018-08-26 Martin QuinsonDo not throw exception in maestro when host->is_off...
2018-08-25 Martin Quinsondeprecate SIMIX_process_throw for ActorImpl::throw_exce...
2018-08-25 Martin QuinsonReplace all xbt_ex(host_error) throwing location with...
2018-08-25 Martin Quinsonallow to pass a std::string as message to Exceptions
2018-08-25 Martin QuinsonRename simgrid::exception into simgrid::Exception
2018-08-24 Martin Quinsonmerge xbt/ex.hpp into simgrid/exception.hpp
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-12 Martin QuinsonMerge branch 'auto_restart' into 'master'
2018-08-11 Martin QuinsonMerge branches 'auto_restart' and 'auto_restart' of...
2018-08-07 Frederic Sutersplit a function in two and kill it
2018-08-05 Frederic SuterWarn processes killed because their host was turned...
2018-08-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-08-03 Martin QuinsonMerge branch 'async_io' into 'master'
2018-08-02 Frederic SuterSIMIX_io_destroy is ~IoImpl
2018-07-30 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-25 Frederic Suterchanging the way the tracing category is passed to...
2018-07-20 Frederic Suterboolification
2018-07-18 Martin Quinsonuse std::mutex instead of xbt_os_mutex_t in simix
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-13 Frederic Sutersleep activities throw exception on host failure
2018-07-09 Martin Quinsonpartially stringify s4u::Actor
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-07-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-03 Martin Quinsonobey our coding standards and cosmetics
2018-07-02 Martin Quinsonavoid a segfault triggered when debugging #131 [noci]
2018-07-02 Martin Quinsonkill some include directives
2018-07-01 Martin Quinsonmerge extension<simgrid::simix::Host>() into HostImpl
2018-07-01 Martin Quinsonobey a FIXME and factorize some code
2018-07-01 Martin Quinsonsimplify SIMIX_host_add_auto_restart_process
2018-06-30 Martin Quinsonreplace SIMIX_process_auto_restart_set() with ActorImpl...
2018-06-30 Martin QuinsonPartially snake_case ActorImpl
2018-06-29 Christian Heinrich[SIMIX] Move std::function<void()> to simgrid::simix...
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-13 Martin Quinsonsnake_case xbt/functional.hpp
2018-06-10 Martin Quinsonuse unordered_maps to store properties
2018-06-01 Arnaud GierschUse new style SIMIX_process_on_exit().
2018-06-01 Arnaud GierschDefine SIMIX_process_on_exit() taking a std::function.
2018-06-01 Arnaud GierschUse std::function for s_smx_process_exit_fun_t.
2018-05-30 Frederic Sutercosmetics
2018-05-24 Martin Quinsontrivial snake_casing of xbt::PropertyHolder
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-18 Martin Quinsonsnake_case some methods in s4u::Host
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-17 Martin QuinsonUPPER_CASE the Action::State values (+ uniformity with...
2018-05-12 Martin Quinsonrename simix::kernelImmediate into simix::simcall
2018-05-11 Martin Quinsonrename some fields (change toto to toto_)
2018-05-11 Martin Quinsoncosmetics: rename 2 fields
2018-05-07 Frederic Suteradd and use callback instr_actor_on_creation
2018-05-03 Arnaud GierschModernize simcall process_killall.
2018-04-26 Arnaud GierschFix more Doxygen warnings.
2018-04-25 Arnaud GierschMake ActorImpl::userdata private.
2018-04-23 Arnaud GierschFix some doxygen warnings.
2018-04-08 Martin Quinsonstart snake_casing s4u::Actor
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschRemove extern "C" from cpp files.
2018-03-25 Martin Quinsonsnake_case some resource::Action fields and cleanups
2018-03-25 Martin Quinsonmove simix::ActorImpl to kernel::actor::ActorImpl
2018-03-23 Frederic Suterthis has been bugging me for a while
2018-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-23 Frederic Sutermake tracing less tightly coupled to MSG
2018-03-20 Frederic Sutera bit of simplification
2018-03-19 Arnaud GierschUse an ActorPtr as parameter to smpi_switch_data_segemnt.
2018-03-15 Arnaud GierschUse alternate spelling.
2018-03-15 Arnaud GierschNo need to switch data segment when process is finished.
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
next