Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mark old MSG functions as deprecated
[simgrid.git] / include / simgrid / msg.h
2019-03-12 Frederic Sutermark old MSG functions as deprecated
2019-03-08 Arnaud GierschPut XBT_ATTRIB_DEPRECATED at proper place.
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-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-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-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 Suterback to business!
2018-11-11 Martin QuinsonMSG: kill the MSG_process_create_from_stdfunc() pimple
2018-10-24 Martin Quinsonfix some doxygen errors
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-05 Arnaud GierschRemove features marked with DEPRECATED_v322.
2018-10-01 Martin QuinsonFurther improvements to the docs
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
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-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-10 Martin Quinsonuse unordered_maps to store properties
2018-05-22 Frederic Suterone more legacy MSG function
2018-05-07 Frederic Suterthis parameter belongs to the plugin
2018-05-06 Frederic Suterdid I say bummer?
2018-05-06 Frederic Suterbummer
2018-05-06 Frederic Sutermore legacy MSG functions
2018-05-04 Frederic Sutermsg_process_from_PID => sg_actor_by_PID
2018-04-18 Martin Quinsonproperly protect our definitions of MIN/MAX (w/o using...
2018-04-17 Martin Quinsondo not define MIN() and MAX() in xbt/base.h to not...
2018-04-13 Martin Quinsonmake sure that simgrid/s4u/forward.hpp is loaded from...
2018-04-09 Arnaud GierschMSG_action* have been removed.
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-25 Martin Quinsondeprecate an old pimple
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 GierschKill features marked deprecated until v3.20.
2018-03-22 Martin Quinsontypo
2018-03-22 Frederic SuterMSG aliasing instead of macro-ization to keep ABI safe
2018-03-20 Frederic Suteradd zone.h and storage.h
2018-03-20 Frederic Sutermove back MSG_host_* macros to msg.h
2018-03-20 Frederic Suterstart to split msg.h into pieces
2018-03-20 Frederic SuterMove last functions in msg_host.cpp to the S4U C interface
2018-03-20 Frederic Sutermove netzone C API to the right place
2018-03-13 Martin Quinsonpublic headers should include simgrid in a system-wide...
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-02-13 Arnaud GierschKill function declarations without definitions.
2018-01-23 Frederic SuterMake MSG fade away (part 2)
2018-01-23 Frederic SuterMaking MSG fade away (part 1)
2018-01-18 Arnaud GierschKeep deprecated functions for three versions as usual.
2018-01-11 Frederic SuterMessing up with VM
2018-01-09 Arnaud GierschKill features marked deprecated until v3.19.
2018-01-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-27 Frederic Suterremove includes of datatypes.h
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-08 Martin QuinsonRemove the now unused MSG_task_get_initial_flops_amount()
2017-12-08 Martin QuinsonUn-deprecate MSG_task_get_flops_amount() and implement...
2017-12-06 Frederic Suterisolate VM migration parameters from others
2017-12-02 Martin QuinsonMerge branch 'energy-pstate' of https://github.com...
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-30 Frederic Suterthe plugin is now complete \o/
2017-11-30 Frederic Suterremote copy and move in the plugin
2017-11-30 Frederic SuterMSG_file_open/close now are in the plugin
2017-11-30 Frederic Suterextend the plugin public interface
2017-11-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-29 Frederic Sutermore pluginification of our pseudo file system
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-28 Frederic Suterexpose direct I/O on storage in MSG
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-25 Martin QuinsonMerge pull request #241 from barais/master
next