Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add Process.getProperty, Host.getProperty, Host.setProperty (update Changelog)
[simgrid.git] / src / jmsg_task.c
2012-06-29 Samuel LepetitAdapt to the latest changes in MSG API
2012-06-19 Samuel LepetitFix memory leak when process killed. Fix bug where...
2012-06-14 Samuel LepetitFix indentation
2012-06-14 Samuel LepetitBugfix in Task.execute (simulation crash when Process...
2012-06-13 navarroMerge branch 'v3_7_1'
2012-06-12 alebreMerge branch 'master' of git://scm.gforge.inria.fr...
2012-06-12 Samuel LepetitMerge scm.gforge.inria.fr:/gitroot/simgrid/simgrid...
2012-06-12 Samuel LepetitMerge scm.gforge.inria.fr:/gitroot/simgrid/simgrid...
2012-06-12 Samuel LepetitMerge scm.gforge.inria.fr:/gitroot/simgrid/simgrid...
2012-06-12 Samuel LepetitMerge scm.gforge.inria.fr:/gitroot/simgrid/simgrid...
2012-06-11 Samuel LepetitAdd EXPERIMENTAL Coroutines support
2012-05-18 Samuel LepetitFix the handling of errors in Task.send
2012-05-14 Samuel LepetitUse jxbt_get_jfield instead of jxbt_get_sfield (faster)
2012-05-14 Samuel LepetitChange the way the Process are killed, since we need...
2012-05-09 Samuel LepetitAdd setName in Task
2012-05-09 Samuel LepetitAdd setComputeDuration in Task
2012-05-09 Samuel LepetitCache the task name in Task
2012-05-09 Samuel LepetitAdd a cache on Host.name. Add a cache on some jfieldID...
2012-05-09 Samuel LepetitDeleted simulatedSleep, use waitFor instead. Moved...
2012-05-09 Samuel LepetitAdd checking on getSender/getSource to prevent a SEGFAULT
2012-05-05 Samuel LepetitCheck if the fields were found in Task.nativeInit and...
2012-05-04 Samuel LepetitMove all the remaining stuff for Task from MsgNative...
2012-05-04 Samuel LepetitMove some functions from MsgNative to Task again,to...
2012-05-04 Samuel LepetitMove some functions from MsgNative to Task, to make...
2012-05-04 Samuel LepetitMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-05-04 Samuel LepetitAdd cache for jfieldID/jmethodID on jtask/jcomm
2012-05-04 Samuel LepetitAdd isend in Task
2012-05-03 Samuel LepetitAdd asynchronous API (except wait) for communications
2011-02-09 navarropHuge commit for java with simgrid3_5
2010-12-02 mquinsoninitial (almost working) release of a separate package...