Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ensures that the native libraries are always loaded before trying to access them
[simgrid.git] / src / jmsg_process.h
2012-11-08 Martin QuinsonNew function Process.getCount()
2012-07-05 Samuel LepetitAdd Process.getProperty, Host.getProperty, Host.setProp...
2012-07-05 Samuel LepetitAdd Process.setAutoRestart
2012-07-05 Samuel LepetitAdd Process.restart
2012-07-05 Samuel LepetitUpdate copyright comments
2012-06-29 Samuel LepetitAdapt to the latest changes in MSG API
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 LepetitAdd resume/suspend. Make restart/pause deprecated
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 LepetitAdd setKillTime in Process
2012-06-11 Samuel LepetitAdd EXPERIMENTAL Coroutines support
2012-05-16 Samuel LepetitRemoved "ApplicationHandler" and "japplication_handler...
2012-05-16 Samuel LepetitAdd a straightforward implementation of start_time...
2012-05-14 Samuel LepetitRemoved jprocess_start (useless now), cached ids in...
2012-05-14 Samuel LepetitChange the way the Process are killed, since we need...
2012-05-14 Samuel LepetitChange the way the threads are stopped, not killing...
2012-05-11 Samuel LepetitChange the way the threads are launched: they are now...
2012-05-09 Samuel LepetitAdd sleep in Process, with a Thread.sleep like use...
2012-05-09 Samuel LepetitDeleted simulatedSleep, use waitFor instead. Moved...
2012-05-04 Samuel LepetitMove some functions from MsgNative to Task again,to...
2012-04-27 Martin Quinsonadapt to lastest cleanups in the core library
2010-12-02 mquinsoninitial (almost working) release of a separate package...