Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] check if user variables are being correctly used
[simgrid.git] / src / msg /
2012-04-05 Henri Casanovadoc rewording
2012-04-04 navarroFix warning by doxygen
2012-04-04 Martin QuinsonDoc improvement: rename GOS into task usage
2012-04-04 Martin Quinsonimprove the doc of MSG datatypes (and dispatch them...
2012-04-04 Martin Quinsonrename doxygen group m_file_management into msg_file_ma...
2012-04-04 Martin Quinsonimprove doc of trace-driven simulations
2012-04-04 Martin QuinsonMerge doc of platform mgmt functions into simulation...
2012-04-04 Martin Quinsonvarious MSG doc cleanups
2012-04-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-03 navarroImplement file stat for storage model.
2012-04-03 navarroReorganize storage structures (msg, smx and surf) and...
2012-04-03 navarroMake smx_file_t, surf_file_t and msg_file_t
2012-04-02 Arnaud GierschEradicate strange characters...
2012-03-30 Arnaud GierschDeclare the main log categories into their respective...
2012-03-28 Arnaud GierschMove all XBT_LOG_CONNECT into one place.
2012-03-28 Arnaud GierschRemove useless use of XBT_LOG_EXTERNAL_CATEGORY.
2012-03-28 navarroAdd a msg deprecated section on API
2012-03-26 schnorr[trace] fix more two documentation warnings
2012-03-26 navarroRemove surf_file_t and smx_file_t for only m_file_t
2012-03-24 schnorr[trace] improve documentation of tracing API, make...
2012-03-24 schnorrnew functions for the MSG API (set/get task category)
2012-03-23 schnorrget rid of CHECK_HOST
2012-03-23 schnorrfix compilation error
2012-03-23 schnorrimprove documentation of the MSG_task_listen* functions
2012-03-23 schnorrimprove documentation for MSG_host_is_avail
2012-03-23 schnorrimprove the documentation for the MSG_task_[send|receiv...
2012-03-23 navarroGenerate doc for actions
2012-03-23 navarroAdd missing documentation for msg_gos
2012-03-23 navarroLink for m_file_t works on doxygen now
2012-03-23 navarroWrite doc for MSG_file function.
2012-03-22 schnorrmissing documentation for these functions
2012-03-22 Martin QuinsonFix documentation of task_create
2012-03-20 Martin QuinsonImprove MSG doc a bit
2012-03-20 Martin Quinsonfurther doc fixups (and rewrite an error message)
2012-03-20 Martin Quinsonthis is not the way to declare a link to the parameters...
2012-03-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-05 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-02 navarroAdd storage to functions
2012-02-28 Martin Quinsonimplement MSG_processes_as_dynar (closes gforge #13642)
2012-02-28 Martin QuinsonDeprecate MSG_get_host_{table,number}; Implement MSG_ho...
2012-02-28 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-26 Arnaud GierschFunction does not exist yet.
2012-02-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-23 Pedro VelhoStarted the gpu model by adding the MSG_gpu_task_create...
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 Arnaud GierschFix format strings to match their arguments.
2012-02-21 Arnaud GierschCast is mandatory here.
2012-02-21 Arnaud GierschRemove unused variable.
2012-02-09 Arnaud GierschTypo.
2012-02-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-03 navarroPut #ifdef MSG_USE_DEPRECATED for all functions with...
2012-02-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-03 Arnaud GierschCorrectly initialize simdata->comm when marked as isused.
2012-02-01 Arnaud GierschRevert "Reset t_simdata->comm after comm is over."
2012-02-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-01 Arnaud GierschReset t_simdata->comm after comm is over.
2012-01-31 navarroUse m_file_t instead of m_file_t*
2012-01-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-31 navarroAdd MSG functions for file.
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-25 Christophe ThiérySIMIX refactoring: replace 'request' by a more precise...
2012-01-19 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-01-17 navarroPut XBT_WARN when try to use channel and not alias...
2012-01-17 navarroImplement SIMIX_process_from_PID
2012-01-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-16 Christophe ThiéryMSG_task_dsend: don't apply a default function if clean...
2012-01-13 Christophe ThiéryLua: close the Lua world of a process being destroyed
2012-01-13 Christophe ThiéryChange the prototype of copy data callbacks to add...
2012-01-13 Christophe ThiéryMSG_comm_destroy should not assume that the task still...
2012-01-13 Marion GuthmullerMerge branch 'MC_LTL'
2012-01-13 Martin QuinsonMerge branch 'MC_LTL'
2012-01-12 Christophe ThiéryMSG: register a SIMIX copy data callback only if necessary
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-11 Christophe ThiéryMSG: add a function to register a task copy callback
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-06 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-01-06 Christophe ThiéryMSG: don't keep pointers to a structure freed
2012-01-06 Christophe ThiéryMerge branch 'smpi'
2011-12-26 Martin QuinsonFurther investigate the dsend issue, in vain so far
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-26 Martin Quinsonfix some glitches in documentation generation
2011-12-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-16 NavarropUse isend instead of send to set the simdata->comm...
2011-12-13 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-13 Marion Guthmullermodel-checker : clean code
2011-12-07 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-28 Arnaud GierschReorganize structs to save a few bytes.
2011-11-25 Mark StillwellMerge branch 'smpi' of git+ssh://scm.gforge.inria.fr...
2011-11-23 Arnaud GierschFix warning about clobbered variable.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-16 Christophe ThiéryMSG_comm_test and MSG_comm_testany did not update isused
2011-11-15 Christophe ThiéryNobody uses MSG_get_errno and wants useless calls to...
2011-11-15 Christophe ThiérySIMIX: add a redundant parameter to avoid repeated...
2011-11-14 Christophe ThiéryLua: return errors from execute/send/recv, or nil in...
2011-11-14 Christophe ThiéryMake MSG_TASK_CANCELLED deprecated, replace it by MSG_T...
next