Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Deployment file generator in Ruby, takes a platform file, parses hostnames and output...
[simgrid.git] / src / msg /
2012-11-26 Arnaud GierschRemove needless volatile qualifier.
2012-11-18 Marion Guthmullermodel-checker : ignore some variables enabled with...
2012-11-16 Marion Guthmullermodel-checker : ignore new local variable
2012-11-14 Martin QuinsonNew function: MSG_get_process_number()
2012-11-12 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-12 Augustin Degommeupdate doc for asynchronous send
2012-11-12 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-07 Marion Guthmullermodel-checker : add local variables from xbt/ex.h in...
2012-11-07 Marion Guthmullermodel-checker : add ignore mechanism for comparison...
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-25 Martin Quinsondocumentation improvement [thx Sylvain for pointing...
2012-10-25 navarroFix documentation warnings
2012-10-25 navarroDelete some warning during the ref_guide build
2012-10-19 Maximiliano GeierMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-17 Arnaud GierschFunction MSG_get_host_number() is not deprecated anymore.
2012-10-16 Martin Quinsons/MC_IS_ENABLED/MC_is_active()/ to remove an unfriendly...
2012-10-12 navarroFirst steps for making a tutorial on How to create...
2012-10-05 Marion Guthmullermodel-checker : extend MC_ignore mechanism for global...
2012-10-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-10-03 Arnaud GierschUse xbt_abort instead of abort.
2012-10-03 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-02 Martin QuinsonDo not kill all processes when MSG shuts down: simix...
2012-10-02 Martin QuinsonDeprecate MSG_clean
2012-10-02 Martin QuinsonEnsures that SIMIX_clean is called automatically
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-27 Martin Quinsonimprove a tiny bit the doc
2012-09-18 suterDoesn't see why MSG_get_host_number should be deprecated.
2012-09-13 Augustin Degommefix a compilation warning/error in MSG_task_isend_with_...
2012-09-12 schnorr[trace] instrumentation of MSG_task_isend_with_matching
2012-09-12 schnorr[trace] instrumenting MSG_task_dsend
2012-09-11 navarroAdd a function ls to storage
2012-09-06 navarroAdd a simcall for as and router property
2012-09-06 navarroAdd 3 msg functions to get and modify property of an...
2012-08-10 Augustin Degommenow that the simcall has been created, use it
2012-08-09 Jean-Baptiste HervéMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-08-08 Augustin Degommeadd getter/setter functions in simix to access more...
2012-08-08 Augustin Degommeadd missing includes
2012-08-08 Augustin DegommeAdd a MSG_mailbox_set_async function to allow to set...
2012-08-08 Marion Guthmullermodel-checker : MC_ignore_init in MSG for ucontext
2012-08-03 Jean-Baptiste HervéPlatform generation can now be used with MSG
2012-08-02 Martin QuinsonRevert "[trace] something might have failed during...
2012-08-01 Marion Guthmullermodel-checker : init list of irrelevant differences...
2012-08-01 Marion Guthmullermodel-checker : ignore irrelevant differences for heap...
2012-07-31 schnorr[trace] something might have failed during process...
2012-07-31 schnorrcosmetics
2012-07-31 navarroAdd function to unlink a file.
2012-07-31 navarroFix memory leak
2012-07-04 Samuel LepetitMemory leak fix
2012-07-04 Samuel LepetitAdd MSG_vm_reboot
2012-07-04 Samuel LepetitReturn the new process in SIMIX_process_restart, simcal...
2012-07-04 Samuel LepetitFix SIMIX_process_kill(SIMIX_process_self()); issue...
2012-07-03 navarroFix some warnings in doc
2012-07-02 lbobelinJust cleaned some stuff to only show undocumented funct...
2012-06-29 lbobelinCleaned doc, re-included examples, should be better...
2012-06-29 Samuel LepetitUse msg_error_t instead of MSG_error_t
2012-06-29 Samuel LepetitUse msg_gpu_task_t instead of m_gpu_task_t
2012-06-29 Samuel LepetitUse msg_task_t instead of m_task_t
2012-06-29 Samuel LepetitUse msg_host_t instead of m_host_t.
2012-06-29 Samuel LepetitUse msg_process_t instead of m_process_t
2012-06-27 Samuel LepetitFirst bricks for auto_restart support in SIMIX/MSG.
2012-06-25 Samuel LepetitAdd a simcall for process_on_exit
2012-06-25 Samuel LepetitFix an issue when you registered a on_exit function...
2012-06-22 navarroNeed to have a double because the result should not...
2012-06-22 Samuel LepetitRemove MSG_process_kill_from_SIMIX
2012-06-22 Martin Quinsonoops, we broke non-model-checking builds yesterday...
2012-06-21 Arnaud GierschMove MSG_parallel_task_create() in msg_task.c.
2012-06-21 Arnaud GierschMake the initializations follow the order of the declar...
2012-06-21 Arnaud GierschRemaining s/MSG_global_init/MSG_init/.
2012-06-21 Martin QuinsonCleanups in the --cfg options regarding model-checking
2012-06-21 Martin Quinsonimprove documentation on the way
2012-06-21 Martin QuinsonVarious cleanups to the model-checking user interface
2012-06-21 Samuel LepetitPrevent TRACE_msg_process_kill to be called more than...
2012-06-21 Samuel LepetitAdd TRACE_msg_process_kill to the list of functions...
2012-06-21 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-06-21 Samuel LepetitRemove dead code from MSG
2012-06-21 Marion Guthmullermodel-checker : factorization of code for model-checkin...
2012-06-21 Martin QuinsonDeprecate functions MSG_global_init() / MSG_global_init...
2012-06-21 Samuel LepetitFix commit 825fb3d5095e6cce48885d1d04ab1ec3823dae6c
2012-06-21 Arnaud GierschCall simcall_set_category after simdata->compute is...
2012-06-20 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-20 Samuel LepetitAdd on_exit support on SIMIX/MSG, calling functions...
2012-06-20 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-20 Samuel LepetitBugfix in MSG_parallel_task_execute
2012-06-20 Samuel LepetitStop doing evil things in MSG_parallel_task_execute...
2012-06-20 Samuel LepetitFactorise MSG_task_execute and MSG_parallel_task_execute
2012-06-20 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-20 Samuel LepetitMemory leak fix
2012-06-20 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-20 Samuel LepetitUse the same way of checking the state of the communica...
2012-06-20 Samuel LepetitBugfix of the previous commit.
2012-06-20 Samuel LepetitFix issue when a host failed while executing a task...
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-06-19 Samuel LepetitRemove internal function from the documentation
2012-06-19 Samuel LepetitTypo
2012-06-14 Marion Guthmullerresolve merge conflict
2012-06-14 Samuel LepetitIndentation fix
2012-06-14 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-14 Arnaud GierschFix format string.
next