Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
objectify a few msg::Comm functions
[simgrid.git] / src / msg / msg_gos.cpp
2019-03-12 Frederic Suterobjectify a few msg::Comm functions
2019-03-12 Frederic Sutermark old MSG functions as deprecated
2019-03-06 Frederic SuterObjectify MSG task send
2019-03-06 Frederic SuterSimplifications in MSG task execution
2019-03-05 Frederic Suters4u::Exec now has 2 child classes
2019-03-05 Frederic Suterapply agier fixes for StarPU build
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-04 Frederic Sutercosmetics
2019-03-03 Frederic Sutermore factoring when sending MSG tasks
2019-03-01 Frederic Sutermv the internal isend function to the class
2019-03-01 Frederic Sutermess with MSG tasks
2019-02-25 Frederic Suterfix last issues
2019-02-25 Frederic Suterend objectification of MSG tasks
2019-02-25 Frederic Sutermv counter from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Sutermv category from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Sutermove name from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Suterobjectify simdata_task_t
2019-02-25 Frederic Sutersource is sender's host. One field is enough
2019-02-23 Frederic Suterplay with (parallel) execs. still not satisfying
2019-02-22 Frederic Suterforgot that one
2019-02-22 Frederic Sutersnake casing
2019-02-22 Frederic Sutertrim instr_msg code
2019-02-22 Frederic Suteruse TASK_CANCELED rather than HOST_FAILURE for CancelEx...
2019-02-22 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-22 Arnaud GierschHandle CancelException in MSG_{comm,test} too.
2019-02-21 Frederic Suterremove useless code
2019-02-21 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-21 Frederic Suteruse more s4u calls in MSG
2019-02-21 Arnaud GierschParameter is a boolean.
2019-02-20 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-20 Frederic Sutera few simplifications
2019-02-20 Frederic Suterreplace another old simcall in MSG
2019-02-20 Frederic Sutersave a cast
2019-02-20 Frederic Sutermodernize a simcall in MSG
2019-02-20 Arnaud GierschDefine and use optimized variants for simcalls comm_tes...
2019-02-20 Arnaud GierschChange dynar parameter for waitany to a raw array ...
2019-02-20 Arnaud GierschRemove superfluous refcounting.
2019-02-20 Arnaud GierschUse CommImpl* for comm_copy callbacks.
2019-02-16 Frederic Suteradd support for CancelException
2019-02-13 Frederic Sutermessing with msg tracing
2019-02-12 Frederic Sutera bug notified on July 28, 2014 is finally solved \o/
2019-02-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-03 Frederic Sutermodern simcall for set_category
2019-02-03 Frederic Sutermodernize a few simcall_execution_* calls
2019-01-27 Martin Quinsonactivity::CommImpl: stick to our naming standards for...
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-10-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-02 Arnaud GierschReplace "switch" statement by "if" (Sonar).
2018-10-01 Martin QuinsonFurther improvements to the docs
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-08-29 Martin Quinsonsonar
2018-08-26 Martin QuinsonMSG_process_sleep should intercept HostFailureException...
2018-08-25 Martin Quinsonconvert xbt_ex(timeout_error) catching locations to...
2018-08-25 Martin Quinsonconvert all xbt_ex(host_error) catching locations to...
2018-08-25 Martin QuinsonRename simgrid::exception into simgrid::Exception
2018-08-24 Martin Quinsonmerge xbt/ex.hpp into simgrid/exception.hpp
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-24 Frederic Suterfix the (unoticed) mess I made
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-16 Frederic Suterhide tracing from MSG
2018-07-14 Martin QuinsonProperly stringify, snake_case and cleanups in k::ExecImpl
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-07-02 Martin Quinsonkill some include directives
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-23 Martin QuinsonMerge pull request #272 from mpoquet/SMPI_convert
2018-06-19 Frederic Sutermore legacy MSG functions
2018-05-15 Martin Quinsonsnake_case s4u::Mailbox
2018-05-11 Frederic Sutersnake_case in instr
2018-04-09 Martin Quinsonfurther snake_case Actor (::this_actor remains)
2018-04-09 Arnaud GierschCheck return value of MSG_task_isend_internal (codacy).
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-28 Arnaud GierschReturn value is useless (always 1).
2018-03-28 Arnaud GierschUse C++'s true/false.
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-22 Arnaud GierschLast but one parameter should be null here.
2018-03-22 Arnaud GierschMSG_task_isend_internal: remove unused parameters match...
2018-03-22 Arnaud GierschKill features marked deprecated until v3.20.
2018-01-23 Frederic Sutermessing around MSG
2018-01-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-01-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-01-08 Martin QuinsonImprove the doc of MSG_task_*_bounded
2017-12-18 Frederic Suterone step toward a live migration plugin
2017-12-09 Martin Quinsonallow remote exec: s4u::Exec->setHost()
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-01 Arnaud GierschRemove unused parameter.
2017-10-18 ZitagccMerge branch 'master' into actor-priority
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 GierschChange getName() and add getCname() in s4u::Mailbox.
next