Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2012-05-23 navarroSorry it's not elseif but else
2012-05-23 navarroAdd this variable to link flag only if it is not empty
2012-05-23 navarroFix configure on MAC
2012-05-21 Samuel LepetitBugfix in Process.waitFor and Process.sleep: Throw...
2012-05-18 Samuel LepetitBugfix in Chord
2012-05-18 Samuel LepetitMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-05-18 Samuel LepetitAdd chord example for java
2012-05-18 Samuel LepetitAdd chord example for java
2012-05-18 Samuel LepetitBugfix in Comm (GC didn't like it.). Add "debug" logging
2012-05-18 Samuel LepetitFix the handling of errors in Task.send
2012-05-18 Samuel LepetitChanged the way current_context is handled in smx_conte...
2012-05-16 Samuel LepetitRemoved "ApplicationHandler" and "japplication_handler...
2012-05-16 Samuel LepetitAdd an example to test starting_time and kill_time
2012-05-16 Samuel LepetitChange the way the process killing is handled, using...
2012-05-16 Samuel LepetitAdd a straightforward implementation of start_time...
2012-05-15 Samuel LepetitChange "ProcessKilledException" to "ProcessKilledError...
2012-05-14 Samuel LepetitFix platform file for mutual exclusion example. Fix...
2012-05-14 Samuel LepetitUse jxbt_get_jfield instead of jxbt_get_sfield (faster)
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-14 Samuel LepetitChange the include file for os_thread
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 LepetitAdd setlocale in jmsg.c, to have traces not depending...
2012-05-10 Samuel LepetitMissing import in examples
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 LepetitAdd setName in Task
2012-05-09 Samuel LepetitAdd setComputeDuration in Task
2012-05-09 Samuel LepetitRemove useless line in examples/async/Master.java
2012-05-09 Samuel LepetitCache the task name in Task
2012-05-09 Samuel LepetitRemoved the HostFailureException from waitFor, since...
2012-05-09 Samuel LepetitAdd cache on jmsg_syncro.c/Mutex.java
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 functions from MsgNative to Host, and from jmsg...
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 navarroUsed of tesh for test.
2012-05-04 Samuel LepetitAdd waitCompletion to Comm as a binding of MSG_comm_wait
2012-05-04 Samuel LepetitAdd isend in Task
2012-05-04 Samuel LepetitBugfix in async example. maybe our code should be more...
2012-05-03 Samuel LepetitAdd asynchronous API (except wait) for communications
2012-05-03 Samuel LepetitProperly finalize the simgrid mutexes
2012-05-02 Martin QuinsonQuick (and probably dirty) exportation of SimGrid simul...
2012-05-02 Martin Quinsoncosmetics
2012-05-02 Martin QuinsonDo not embeed our version of semaphores
2012-04-30 Martin Quinsoncosmetics
2012-04-30 Martin Quinsonuse -1 as default kill time to make sure that our proce...
2012-04-30 Martin Quinsonwork around issues by passing the hostname instead...
2012-04-30 Martin Quinsonadapt to the lastest (and probably short-lived) API...
2012-04-30 Martin Quinsonrevive this file that is very handful to debug the...
2012-04-27 Martin Quinsonadapt to lastest cleanups in the core library
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-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-25 Martin Quinsoncheck error conditions of task receiption [Samuel Lepetit]
2012-04-25 navarroUse of SIMGRID_LIB_PATH and not SIMGRID_LIB
2012-04-25 navarroRemove unused tesh files.
2012-04-25 navarroFix compilation problem with library path.
2012-04-24 Martin Quinsonadd a release date to the previous stable, and document...
2012-04-24 Martin QuinsonAdd dsend and simulatedSleep to the binding, and add...
2012-04-24 Martin QuinsonStop using SIMGRID_ROOT at compile time, use SIMGRID_LI...
2012-04-23 Martin Quinsonadd a pimple to our code to silence some useless warnin...
2012-04-23 Martin Quinsonadd some parenthesis around a truth value, as suggested...
2012-04-17 Stephane Genaudreflect real location for simgrid.jar
2012-04-13 navarroFix some link problème.
2012-04-13 navarroPrint simgrid_lib (dbug)
2012-03-26 Arnaud GierschBuild argv properly.
2012-03-05 navarroReplace MSG_get_host_number with MSG_hosts_as_dynar.
2012-02-16 Laurent BobelinProcess kills now seems to work. May need some addition...
2012-02-16 unknownCosmetics
2012-02-16 navarroLoad SG_java but rename libSG_java for SG_java on windows.
2012-02-16 navarroProtect windows specific needs.
2012-02-16 unknownLoad libSG_java instead of SG_java
2012-02-16 unknownRemove deprecated function getErrCode.
2012-02-16 unknownUse and create dll for simgrid java.
2012-02-16 unknownDon't try to use git with windows and cmake
2012-02-13 navarroUpdate commands to install simgrid-java
2012-02-13 navarroMake a pdf for simgrid-java
2012-01-31 Martin Quinsonmsg.h lives in a subdir, actually
2012-01-31 Martin Quinsongive more hints to that stupid cmake
2012-01-27 Martin Quinsondoc cleanups
2012-01-27 Martin Quinsonalso fix the way we look for the simgrid library
2012-01-27 Martin Quinsonproperly look for the SimGrid header files; stop relyin...
2012-01-27 Martin QuinsonI changed that path recently
2012-01-27 Martin Quinsonlook for msg.h instead of gras.h (cosmetics only: GRAS...
2012-01-19 navarroWrite doc for how to use examples
2012-01-06 ChristophoClean smx_ctx_java_stop, but it does not work yet
2012-01-06 ChristophoDon't destroy the Java thread object yet, we still...
next