Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Deprecate the is_off() methods.
[simgrid.git] / src / simix / ActorImpl.cpp
2019-02-12 Arnaud GierschDeprecate the is_off() methods.
2019-02-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-12 Frederic SuterSIMIX_process_killall becomes ActorImp::kill_all
2019-02-12 Frederic SuterSIMIX_process_kill becomes ActorImpl::kill
2019-02-12 Frederic Suterstart to differentiate kill from exit in ActorImpl
2019-02-11 Arnaud GierschEnrich debugging messages.
2019-02-11 Arnaud GierschDeprecate an unused function.
2019-02-09 Arnaud GierschUsing cancel() seems to be the right way to do.
2019-02-08 Frederic Sutercosmetics
2019-02-08 Frederic Suterhandle SleepImpl more like other activities
2019-02-08 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-08 Frederic Suterallow and use method chaining for ExecImpl
2019-02-08 Frederic Suterreplace SIMIX_execution_start by modern simcall
2019-02-08 Frederic Suterchange_host -> set_host
2019-02-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-04 Frederic SuterSIMIX_process_change_host becomes ActorImpl::change_host
2019-02-04 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-04 Arnaud Giersch[codacy/cppcheck] A few more issues.
2019-02-04 Arnaud GierschMerge remote-tracking branch 'origin/master'
2019-02-04 Frederic Suterthink about users
2019-02-03 Frederic Suterset_kill_time is a method of ActorImpl
2019-02-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-01 Frederic Suteruniform naming across activities
2019-01-28 Martin QuinsonOnly unregister the kill timer once, in maestro context
2019-01-26 Martin Quinsoninline a function
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
next