Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines with new year.
[simgrid.git] / src / simix /
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-05 Martin Quinsonfurther cleanups in contexts
2019-01-05 Martin Quinsonmake SIMIX_context_self() useless and use Context:...
2019-01-05 Martin Quinsonkill the unused xbt_os_thread_self_name()
2019-01-05 Martin QuinsonInline SIMIX_context_get_current()
2019-01-05 Martin Quinsonanother small simplification now that threads are usabl...
2019-01-04 Martin QuinsonFurther code simplifications now that the Thread contex...
2019-01-04 Martin Quinsonsome useless s/process/actor/ in the source code
2018-12-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-12-27 Frederic Sutera host and not an host
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-11 Martin Quinsonplease sonar: kill an unused type and reduce the visibi...
2018-11-04 Martin Quinsonthese archaic callbacks are not used anymore, so kill...
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-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 QuinsonConvert all xbt_ex(network_error) throwing locations
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 Quinsonsome compilers cannot see that this value is initialize...
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 QuinsonDo not swallow exceptions I don't know
2018-08-25 Martin QuinsonDo not convert TimeoutError to xbt_ex(timeout) in case...
2018-08-25 Martin Quinsonconvert all xbt_ex(timeout_error) throwing locations...
2018-08-25 Martin Quinsonconvert all xbt_ex(host_error) catching locations to...
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-15 Frederic Suterthe host_that_restart global is now useless
2018-08-15 Frederic Suterauto-restart daemons as daemons (untested)
2018-08-15 Martin Quinsonfurther remove boilerplate around std::bind
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-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-07 Frederic Sutersplit a function in two and kill it
2018-08-07 Martin QuinsonAllow to register functions that are void (*code)(std...
2018-08-06 Martin Quinsonvarious doc fixes
2018-08-05 Martin QuinsonAllow to register functions that are void (*code)(std...
2018-08-05 Frederic SuterWarn processes killed because their host was turned...
2018-08-05 Frederic SuterSIMIX_host_autorestart was a duplicate of host->turn_on
2018-08-05 Frederic Suterget rid od auto_restart_processes_
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-08-02 Frederic Suterworking version.
2018-08-02 Frederic Suterdeclare an Io::OpType enum class
2018-08-02 Frederic Suterfirst compiling version
2018-08-02 Frederic SuterImplement I/O as asynchronous activities
2018-07-30 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-26 Frederic Sutersonar
2018-07-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-25 Frederic Sutersimplifications
2018-07-25 Frederic Suterchanging the way the tracing category is passed to...
2018-07-24 Frederic Suterfix the (unoticed) mess I made
2018-07-20 Frederic Suterboolification
2018-07-18 Martin Quinsoncut some useless includes
2018-07-18 Martin Quinsons/xbt_os_get_numcores()/std::thread::hardware_concurren...
2018-07-18 Martin Quinsonuse std::mutex instead of xbt_os_mutex_t in simix
2018-07-18 Martin Quinsonthread_local is part of C++11, nowadays
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-17 Arnaud GierschCosmetic indentation.
2018-07-14 Martin QuinsonProperly stringify, snake_case and cleanups in k::ExecImpl
2018-07-13 Martin QuinsonRevert "stringify, snake_case and cleanups in k::ExecImpl"
2018-07-13 Martin Quinsonstringify, snake_case and cleanups in k::ExecImpl
2018-07-13 Martin QuinsonMailboxImpl: snake_case and follow our coding standards
2018-07-13 Martin Quinsondeprecate some of simix.h C API
2018-07-13 Arnaud GierschRestore C interface (needed by StarPU).
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-12 Martin Quinsonrename smpi::Process to smpi::ActorExt
2018-07-11 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-11 Martin Quinsonstringify s4u::Engine
2018-07-09 Martin Quinsonpartially stringify s4u::Actor
2018-07-09 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-07-09 Martin Quinsonprefer automatic mem handling (std::vector<>* becomes...
2018-07-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-08 Martin QuinsonC++ify some forgotten part of surf
2018-07-07 Martin Quinsonimprove a comment
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...
next