Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add the Storage::read_async and Storage::write_async methods
[simgrid.git] / src / msg /
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-13 Martin Quinsondeprecate some of simix.h C API
2018-07-13 Martin QuinsonC API: rename sg_engine_*() into simgrid_*()
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-13 Martin Quinsonmsg::ActorExt got useless, so kill it
2018-07-10 Arnaud GierschKill unused field.
2018-07-09 Martin Quinsonpartially stringify s4u::Actor
2018-07-07 Martin QuinsonMerge pull request #283 from mpoquet/smpi_convert_fix
2018-07-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-05 Frederic Suteradd C interface to s4u::Barrier
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-07-02 Martin Quinsonkill some include directives
2018-06-30 Martin QuinsonPartially snake_case ActorImpl
2018-06-29 Christian Heinrich[SIMIX] Move std::function<void()> to simgrid::simix...
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-06-13 Martin Quinsonsnake_case xbt/functional.hpp
2018-06-10 Martin Quinsonuse unordered_maps to store properties
2018-06-01 Arnaud GierschUse new style Actor::on_exit().
2018-05-22 Frederic Suterone more legacy MSG function
2018-05-18 Frederic Suterunsecure commit
2018-05-15 Martin Quinsonsnake_case s4u::Mailbox
2018-05-12 Martin Quinsonrename simix::kernelImmediate into simix::simcall
2018-05-11 Martin Quinsonsnake_case kernel::activity::ExecImpl
2018-05-11 Frederic Sutersnake_case in instr
2018-05-07 Arnaud GierschRemove useless check for null before free.
2018-05-06 Frederic Suterdid I say bummer?
2018-05-06 Frederic Sutermore legacy MSG functions
2018-05-04 Arnaud GierschStop using costly exceptions on timeout for simix synchros.
2018-05-04 Frederic Sutermsg_process_from_PID => sg_actor_by_PID
2018-05-03 Arnaud GierschModernize simcall process_on_exit.
2018-05-03 Arnaud GierschModernize simcall process_killall.
2018-04-30 Frederic Suterbetter use of signals for TRACE init/exit
2018-04-25 Arnaud GierschMake ActorImpl::userdata private.
2018-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-25 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-04-25 Frederic Suteruse signals a bit more to create tracing stuff
2018-04-19 Arnaud GierschConvert xbt_cfg_set_as_string -> simgrid::config::set_a...
2018-04-19 Arnaud GierschRename simgrid::config::get_config -> simgrid::config...
2018-04-19 Arnaud GierschChange xbt_cfg_get_bool -> simgrid::config::get_config...
2018-04-19 Arnaud GierschMore snake_case in xbt/config (bind_flag, declare_flag).
2018-04-18 Arnaud GierschConvert some config flags to C++ API.
2018-04-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-16 Arnaud GierschRename instr_interface.h and mc_ignore.h to .hpp.
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-08 Arnaud GierschUpdate copyright headers.
2018-04-08 Martin Quinsonstart snake_casing s4u::Actor
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 GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-03-28 Christian Heinrich[MSG/Replay] Delete old msg/replay code
2018-03-28 Arnaud GierschRemove useless extern "C" from msg_private.hpp.
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-25 Martin Quinsondeprecate an old pimple
2018-03-24 Martin QuinsonKill typedef lmm_system_t
2018-03-23 Frederic Suteroops
2018-03-23 Frederic Sutermore legacy MSG for processes/actors
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-03-22 Martin Quinsonmore MSG aliases converted to really dumb functions
2018-03-22 Martin Quinsonold school legacy wrappers for MSG
2018-03-22 Frederic SuterMSG aliasing instead of macro-ization to keep ABI safe
2018-03-20 Frederic SuterMove last functions in msg_host.cpp to the S4U C interface
2018-03-20 Frederic Sutera bit of simplification
2018-03-20 Frederic Sutermove netzone C API to the right place
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschDefine XBT_PUBLIC_DATA without parameter too.
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-12 Martin QuinsonRemove feature: reset PID on killall()
2018-03-02 Frederic Suterreplace msg_io by a C sg_* interface to S4U
2018-03-02 Frederic Sutermove VMs in the S4U realm for good
2018-02-14 Martin Quinsontry to reduce the amount of warnings in StarPU compilation
2018-01-23 Frederic SuterMake MSG fade away (part 2)
2018-01-23 Frederic SuterMaking MSG fade away (part 1)
2018-01-23 Frederic Sutermessing around MSG
2018-01-11 Frederic SuterMessing up with VM
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-27 Arnaud GierschReturn 1.0 if the task has not started.
2017-12-26 Frederic Suterget rid of the vm_params struct
2017-12-26 Frederic Sutervm_migrate is now part of the live_migration plugin \o/
2017-12-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
next