Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2023.
[simgrid.git] / src / msg / msg_task.cpp
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-10-12 Arnaud GierschRemove redundant guard.
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-01-24 Arnaud GierschTyped template for Extendable::get_data.
2022-01-11 SUTER Fredericdeprecate a large part of the old C tracing API
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-06-25 Arnaud GierschFix another bunch of dead links in docs.
2021-06-25 Arnaud GierschMinor fixes in doc.
2021-03-30 SUTER Fredericfix java test: get_remaining() needs the Exec to be...
2021-03-27 Arnaud Giersch[sonar] Useless parentheses.
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-18 Martin QuinsonFix the RST inclusions in doxygen comments
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-13 Arnaud GierschRemove useless type aliases.
2020-04-27 Yann DuplouyMerge branch 'random_readwritestate' into 'master'
2020-04-25 Frederic Suterremove redundant Link Type
2020-03-30 Frederic Suteradd Mailox_listen_from
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-09 Arnaud GierschUse implicit string conversion.
2020-01-06 Arnaud GierschExplicit instanciation of xbt::Extendable<> specializat...
2020-01-03 Martin QuinsonFurther reduce the amount of errors and warnings when...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-28 Arnaud Giersch[sonar] Constify pointer parameters in src/msg/.
2019-12-12 Frederic Sutercleanups after introduction of Exec::wait_for(timeout)
2019-12-09 Frederic Suteranother bunch of codefactor style issues
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-03 Frederic Sutermake msg task extendable too
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-11 Arnaud GierschMSG_task_receive_ext_bounded was indeed deprecated...
2019-10-11 Arnaud GierschRemove features marked with XBT_ATTRIB_DEPRECATED_v325.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-07-03 Martin Quinsondoc: copy/paste error
2019-07-02 Arnaud GierschCosmetics: namespace simgrid is implicit.
2019-07-02 Arnaud GierschRename simgrid::TimeoutError to simgrid::TimeoutException.
2019-07-02 Arnaud GierschCatch specialized exceptions instead of generic xbt_ex.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-03 Arnaud Giersch[sonar] Don't name unused exceptions.
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-17 Arnaud GierschUseless smart pointer.
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-27 Arnaud Giersch[sonar] Use :: to access static member.
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-13 Arnaud GierschDirectly fill vectors at construction.
2019-03-12 Arnaud GierschMailboxPtr looks like a smart pointer, but it's not...
2019-03-12 Frederic Suterproperly split task/comm in msg files
2019-03-12 Frederic Sutermark old MSG functions as deprecated
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-11 Arnaud GierschDon't use pass-by-value for large parameters.
2019-03-08 Arnaud GierschDon't hide class member.
2019-03-06 degommeFix mc liveness examples.
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-03 Frederic Sutermore factoring when sending MSG tasks
2019-03-01 Frederic Sutermv the internal isend function to the class
2019-03-01 Frederic Suterone step further not using kernel execution activities...
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 data 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 Suterpriority and bound of MSG tasks can only be set BEFORE...
2019-02-25 Frederic Sutersource is sender's host. One field is enough
2019-02-22 Frederic Sutersnake casing
2019-02-21 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-21 Frederic Suteruse more s4u calls in MSG
2019-02-13 Frederic Sutermessing with msg tracing
2019-02-03 Frederic Suterfurther cleaning in simcalls
2019-02-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-03 Frederic Sutermodernize a few simcall_execution_* calls
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-10-12 Martin Quinsondoxygen: fix some warnings
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-10 Martin Quinsonwoops, I broke the build while fixing the doc
2018-10-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-09 Martin QuinsonImprove the doc of parallel executions
2018-10-01 Martin QuinsonFurther improvements to the docs
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-05-11 Martin Quinsonsnake_case kernel::activity::ExecImpl
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschRemove extern "C" from cpp files.
2018-01-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-27 Arnaud GierschReturn 1.0 if the task has not started.
2017-12-18 Frederic Suterone step toward a live migration plugin
2017-12-08 Martin QuinsonRemove the now unused MSG_task_get_initial_flops_amount()
next