Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
resolve cmakelists conflict
[simgrid.git] / examples / msg / sendrecv / sendrecv.c
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2012-10-03 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-02 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-02 Martin QuinsonDeprecate MSG_clean
2012-06-29 Samuel LepetitUse msg_error_t instead of MSG_error_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-21 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-06-21 Martin QuinsonDeprecate functions MSG_global_init() / MSG_global_init...
2012-03-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-21 Martin Quinsonfurther improve the MSG doc by documenting the examples
2012-01-19 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-01-17 navarroCompletely remove channel mecanism with tesh tested...
2011-02-17 navarropRemove all xbt_assert.*(0,FALSE or NULL for xbt_die
2011-02-17 agierschUse new style logging macros.
2011-01-27 agierschFix memory leaks in msg examples.
2010-10-11 alegrandIndent the rest of the code (examples, buildtools,...
2010-04-25 mquinsonFix copyright headers
2010-03-30 mquinsonRename configuration variables *_model into */model...
2010-03-02 mquinsonKill the MSG_paje_output() function. It's a noop since...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-06-27 cheriermBy default, the output of floating point numbers by...
2008-01-11 cheriermUsage of xbt_new0 instead calloc
2007-07-17 velhoNow use --cfg=workstation_model:<MODELNAME> to switch...
2007-07-16 alegrandsurf_workstation_model -> workstation_model
2007-07-16 velhoAdded files to the sendrecv example.