Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add some coverage in fortran bindings
[simgrid.git] / src / msg /
2019-04-02 Arnaud GierschRemove features marked with DEPRECATED_v323.
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-03-29 Frederic Suterenable user data extension without calling MSG_init
2019-03-27 Arnaud Giersch[sonar] Use :: to access static member.
2019-03-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-26 Arnaud GierschMake config flag static (global), and rename s_MSG_Glob...
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 Suterobjectify a few msg::Comm functions
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-10 Arnaud GierschMake ActorImpl::context_ a std::unique_ptr.
2019-03-08 Arnaud GierschDon't hide class member.
2019-03-08 Frederic Suterhopefully fix most issues. thx agier for spotting the...
2019-03-07 Frederic Suterpoor damage control for tonight only
2019-03-07 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-07 Frederic Sutersimplifications and fixes (forgot properties)
2019-03-07 Frederic Suteruse extension for user data in MSG
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-04 Martin QuinsonSanitize the prototype of Actor::on_exit() callbacks
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 Suterone step further not using kernel execution activities...
2019-03-01 Frederic Sutermess with MSG tasks
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-27 Frederic Sutermake MSG_process_create die if host is off.
2019-02-26 Frederic Suterfix (#324)
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-23 Frederic Suterplay with (parallel) execs. still not satisfying
2019-02-22 Frederic Suterdeprecate SIMIX_process_{a,de}tach
2019-02-22 Frederic Suterforgot that one
2019-02-22 Frederic Suterstop using old simcalls in our own code
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-17 Frederic Suterweek-end cleanups in ActorImpl
2019-02-16 Frederic Suteradd support for CancelException
2019-02-13 Arnaud GierschChange some calls to get_cname to calls to get_name.
2019-02-13 Frederic Sutermessing with msg tracing
2019-02-12 Arnaud GierschDeprecate the is_off() methods.
2019-02-12 Frederic Suterkeep a return value for MSG_process_sleep
2019-02-12 Frederic Sutera bug notified on July 28, 2014 is finally solved \o/
2019-02-03 Frederic Suterfurther cleaning in simcalls
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 Arnaud GierschFix memleak.
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-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 Suterretry with warnings activated
2018-11-17 Frederic Suterback to business!
2018-11-11 Martin QuinsonMSG: kill the MSG_process_create_from_stdfunc() pimple
2018-11-04 Martin Quinsonsimplify MSG process creation/destruction
2018-10-12 Martin Quinsondoxygen: fix some warnings
2018-10-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
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-10 Martin Quinsondoxygen: kill group m_process_management
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-09 JeDExpose Host Load for Java API through JNI
2018-10-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-02 Arnaud GierschReplace "switch" statement by "if" (Sonar).
next