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] / org / simgrid / msg / Process.java
2012-12-05 Martin Quinsonensures that the native libraries are always loaded...
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 LepetitRemove deprecated restart function
2012-07-05 Samuel LepetitUpdate copyright comments
2012-06-13 Samuel LepetitMake bind atributes private (we don't want users to...
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 LepetitMake Process.migrate non-static
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-06-05 alebreMerge concerns - Adrien
2012-05-31 Samuel LepetitAdd a boolean field "finished" in Comm to prevent excep...
2012-05-21 Samuel LepetitBugfix in Process.waitFor and Process.sleep: Throw...
2012-05-16 Samuel LepetitRemoved "ApplicationHandler" and "japplication_handler...
2012-05-16 Samuel LepetitAdd a straightforward implementation of start_time...
2012-05-15 Samuel LepetitChange "ProcessKilledException" to "ProcessKilledError...
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-11 Samuel LepetitForgot to update migrate signature in Process
2012-05-10 Samuel LepetitChange the way the objects are created in ApplicationHa...
2012-05-09 Samuel LepetitAdd sleep in Process, with a Thread.sleep like use...
2012-05-09 Samuel LepetitRemoved the HostFailureException from waitFor, since...
2012-05-09 Samuel LepetitDeleted simulatedSleep, use waitFor instead. Moved...
2012-05-04 Samuel LepetitMove all the remaining stuff for Task from MsgNative...
2012-05-04 Samuel LepetitAdd isend in Task
2012-05-02 Martin Quinsoncosmetics
2012-05-02 Martin QuinsonDo not embeed our version of semaphores
2012-04-30 Martin Quinsonwork around issues by passing the hostname instead...
2012-04-27 Martin Quinsonremove the now useless Process.ifInterruptedStop()
2012-04-27 Martin Quinsonimplement the ability to kill processes without relying...
2012-04-27 Samuel LepetitMerge branch 'master' of git://scm.gforge.inria.fr...
2012-04-26 Martin Quinsonremove a method that is deprecated since a very long...
2012-04-26 Martin QuinsonMake Process.kill(process) an instance method, not...
2012-04-26 Samuel Lepetitcache for pid/ppid/host in Process.java
2012-04-24 Martin QuinsonAdd dsend and simulatedSleep to the binding, and add...
2012-02-16 Laurent BobelinProcess kills now seems to work. May need some addition...
2012-01-06 ChristophoClean smx_ctx_java_stop, but it does not work yet
2011-10-18 Laurent BobelinImproved javadoc (yet not totally corrected). Added...
2011-04-26 thieryRename Process.changeHost to process.migrate to match...
2011-02-28 navarropAdd svn and cdash to java project.
2011-02-09 navarropHuge commit for java with simgrid3_5
2010-12-03 mquinsonI guess that I removed the examples *instead of library...
2010-12-02 mquinsoninitial (almost working) release of a separate package...