Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a missing file to the archive
[simgrid.git] / src /
2012-11-09 Martin Quinsontry to add a more verbose error message when the corout...
2012-11-08 Martin QuinsonNew function Process.getCount()
2012-10-25 Martin Quinsonreduce the amount of log messages
2012-10-02 Martin QuinsonDeprecate Msg.clean()
2012-09-27 Martin QuinsonEase the installation of coroutines
2012-09-26 Martin Quinsonpoint to the coroutines documentation from the Ad error...
2012-08-20 Martin Quinsonpublicize the existance of Java continuations as an...
2012-07-05 Samuel LepetitAdd Process.getProperty, Host.getProperty, Host.setProp...
2012-07-05 Samuel LepetitAdd VM.reboot
2012-07-05 Samuel LepetitAdd Process.setAutoRestart
2012-07-05 Samuel LepetitAdd Process.restart
2012-07-05 Samuel LepetitUpdate copyright comments
2012-07-02 Arnaud Gierschs/MSG_error_t/msg_error_t/
2012-07-02 Samuel LepetitAdd more logging level to Msg
2012-06-29 Samuel LepetitAdapt to the latest changes in MSG API
2012-06-21 Samuel LepetitUse MSG_init instead of MSG_global_init. Use MSG_vm_des...
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 Java Cloud API. Bugfix in the associated...
2012-06-14 Samuel LepetitBugfix in Task.execute (simulation crash when Process...
2012-06-14 Samuel LepetitAdd an example for the cloud API (doesn't work yet).
2012-06-13 Samuel LepetitChange the File java API according to the changes in...
2012-06-13 Samuel LepetitAdd VM API from MSG (experimental, still buggy in MSG...
2012-06-13 navarroMerge branch 'v3_7_1'
2012-06-12 alebreMerge branch 'master' of git://scm.gforge.inria.fr...
2012-06-12 alebreMerge branch 'master' of git://scm.gforge.inria.fr...
2012-06-12 Samuel LepetitBugfix in coroutines
2012-06-12 alebreUpdate the ChangeLog with Traces stuf + Trace stuff...
2012-06-12 Samuel LepetitAdd File support and an example to cover it.
2012-06-12 Samuel LepetitMerge scm.gforge.inria.fr:/gitroot/simgrid/simgrid...
2012-06-12 Samuel LepetitBugfix in smx_context_cojava
2012-06-12 Samuel LepetitForgot coroutines files
2012-06-12 Samuel LepetitMerge scm.gforge.inria.fr:/gitroot/simgrid/simgrid...
2012-06-12 Samuel LepetitChange the way the flag is handled in smx_ctx_java_stop
2012-06-12 Samuel LepetitBugfix in Mutex class. Forgot the deployment file in...
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-06-11 Samuel LepetitProcess bind bugfix
2012-06-07 Samuel LepetitRemove a useless FIXME (since it has already been fixed)
2012-06-05 alebreMerge concerns - Adrien
2012-05-31 Samuel LepetitExport RngStreams to Java
2012-05-31 Samuel LepetitAdd a boolean field "finished" in Comm to prevent excep...
2012-05-29 Samuel LepetitMake simgrid-java buildable after MSG_process_create_wi...
2012-05-29 alebreMerge branch 'master' of git://scm.gforge.inria.fr...
2012-05-25 Samuel LepetitWe don't need the msg process to sleep.
2012-05-23 Samuel LepetitStop using JNI_GetCreatedJavaVMs, cache the java_vm...
2012-05-21 Samuel LepetitBugfix in Process.waitFor and Process.sleep: Throw...
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 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 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-10 Samuel LepetitAdd setlocale in jmsg.c, to have traces not depending...
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 LepetitCache the task name in Task
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-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-27 Martin Quinsonadapt to lastest cleanups in the core library
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-24 Martin QuinsonAdd dsend and simulatedSleep to the binding, and add...
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-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...
next