Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill the now useless ParallelRawContext and ParallelBoostContext
[simgrid.git] / src / s4u /
2019-01-05 Martin Quinsonmake SIMIX_context_self() useless and use Context:...
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-21 Martin QuinsonMerge pull request #314 from simgrid/smpi-args-cleanup
2018-11-17 Frederic Suterback to business!
2018-11-12 Martin Quinsonfix clang build
2018-11-11 Martin Quinsontiny factorizations and doc improvements
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-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-11 Martin Quinsonimprove the doc of the host plugin API
2018-10-11 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
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-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-09 JeDExpose Host Load for Java API through JNI
2018-10-05 Arnaud GierschRemove features marked with DEPRECATED_v322.
2018-10-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-01 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-10-01 Martin QuinsonMerge pull request #303 from mpoquet/s4u-semaphore
2018-10-01 Millian Poquet[s4u] implement semaphore as direct SIMIX wrapper
2018-09-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-09-26 Martin QuinsonAllow to chain calls to activity::Comm functions
2018-09-24 Martin QuinsonMerge pull request #299 from mpoquet/example/s4u-barrier
2018-09-24 Martin QuinsonMerge pull request #301 from mpoquet/s4u-barrier-refcou...
2018-09-24 Millian Poquet[s4u] Barrier refcounting
2018-09-20 Martin Quinsonimprove the error messages so that you can understand...
2018-09-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-09-11 Arnaud GierschAdd an assert/fixme around Actor::set_auto_restart.
2018-09-11 Arnaud GierschUse a std::vector for actors_at_boot_.
2018-08-25 Martin QuinsonMerge the content of xbt/exception.hpp into simgrid...
2018-08-24 Martin Quinsonmerge xbt/ex.hpp into simgrid/exception.hpp
2018-08-24 Martin Quinsonnew function: Activity::wait_until()
2018-08-24 Martin Quinsonrename Activity::wait(double) to Activity::wait_for...
2018-08-24 Martin QuinsonNew function: s4u::Activity::test()
2018-08-24 Martin Quinsonnew function: Host::exec_async
2018-08-21 Martin Quinsons4u::Exec::wait(): start the tasks on need
2018-08-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-16 Frederic Suteradd minimal signals to trace Comm
2018-08-15 Frederic Suteradd minimal signals on Exec to trace them
2018-08-13 Martin Quinsonon actor_restart, add it into the real map, not into...
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-12 Martin QuinsonMerge pull request #290 from kovin/master
2018-08-12 Martin Quinsoncosmetics
2018-08-11 Kevin PiotrkowskiAdd method to check if a mailbox has a message ready...
2018-08-11 Martin QuinsonMerge branches 'auto_restart' and 'auto_restart' of...
2018-08-10 Martin Quinsonimprove doxygen comments in s4u
2018-08-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-08 Frederic Suteradd the Storage::read_async and Storage::write_async...
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-05 Martin QuinsonAllow to register functions that are void (*code)(std...
2018-08-05 Frederic Suterwrong order there
2018-08-05 Frederic Suterwhen set_auto_restart is set, it should be add to the...
2018-08-03 Frederic Suterstupid me. try again
2018-08-03 Frederic Sutertry to please clang
2018-08-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-08-03 Martin QuinsonMerge branch 'async_io' into 'master'
2018-08-03 Frederic Suterbetter handling of size at creation
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-31 Martin Quinsoncosmetics in error message
2018-07-30 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-28 Frederic Suteruniformity in Activity cancel()
2018-07-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-28 Frederic Suterallow to cancel a s4u::Exec
2018-07-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-25 Frederic Suterremove another call to simcall_execution_start
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-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-21 Frederic Suterallow to set a tracing category for an Exec
2018-07-20 Frederic Suterallow to name an Exec
2018-07-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-20 Frederic Suteruse our new toys
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-14 Martin QuinsonProperly stringify, snake_case and cleanups in k::ExecImpl
2018-07-13 Martin QuinsonMailboxImpl: snake_case and follow our coding standards
2018-07-13 Martin Quinsonstringify s4u::Mailbox and k::a::MailboxImpl
2018-07-13 Martin Quinsonstringify s4u::Link
2018-07-13 Martin Quinsonstringify s4u::Host
2018-07-13 Martin Quinsondeprecate some of simix.h C API
2018-07-13 Martin QuinsonC API: rename sg_engine_*() into simgrid_*()
2018-07-13 Martin Quinsonnew C function: simgrid_init
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-12 Martin Quinsonsmpi: initialize fields, and don't reset the actor...
2018-07-12 Martin QuinsonEngine::{host,link,storage}_by_name throw std::invalid_...
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 Quinsonthis_actor::exit() is a better name than this_actor...
2018-07-09 Frederic Suterattempt to fully trace ptasks
next