Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
respect MSG privacy : host case
[simgrid.git] / src / java / jmsg.c
2010-06-18 coldpeace respect MSG privacy : host case
2010-06-18 coldpeace respect MSG privacy : Using public setter and getter...
2010-05-03 mquinsonFix the mess around task references: the JVM should...
2010-04-25 mquinsonFix copyright headers
2010-03-25 coldpeacecleanups
2010-03-24 coldpeace(allHost method :using MSG_get_host_number(/table)...
2010-03-23 mquinsonRename MSG_TIMEOUT_FAILURE into MSG_TIMEOUT for sake...
2010-03-23 coldpeaceremoving NativeExpection and adding others
2010-03-22 mquinsonfurther cleanups of the java bindings
2010-03-15 coldpeacethrow the right exception corresponding to TimeoutFailu...
2010-03-15 coldpeacethrow the right exception corresponding to HostFailureE...
2010-03-02 mquinsonFurther cleanups of ruby, plus add FIXME in ruby and...
2010-02-27 mquinsonMake JniException a runtime exception, nobody wants...
2010-02-27 mquinsonAllow task name to be null
2010-02-27 mquinsonvarious cleanups to the java bindings
2009-10-05 mquinson[Cristian] Lots and lots of small fixes to MSG to work...
2009-08-18 cristianrosaMerge java simix process creation with the standard...
2009-08-17 cristianrosaFinally the Java interface is working again! (It was...
2009-08-17 cristianrosaTrying to fix another java bug
2009-08-17 cristianrosaFix try to fix the JAVA crap!
2009-08-17 mquinsonFixed the java's context interface to build with the...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-07-09 cheriermImplementation of the Java native function deployApplic...
2008-07-08 cheriermDetails of this changes:
2008-06-09 alegrandPropagate recent modifications of change_host function...
2008-05-07 cheriermcorrect a thoughtlessness (access violation)
2008-04-15 mquinsoncosmetics
2008-04-14 mquinsonUse exception where appropriate instead of integer...
2008-04-14 mquinsonTry to fixup the context mess
2008-01-11 cheriermThis change is relative with the mailbox concept :
2008-01-07 cheriermThis change introduce the new mailbox concept.
2007-11-19 mquinsonFurther cleanups of the Java bindings:
2007-11-16 mquinsonDo not include C files. Instead, add them to the projec...
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-10-04 mquinsonkill some misplaced portability bits, leftover from...
2007-09-21 cheriermnow this file does not used the native locks
2007-09-20 mquinsonOps, there is some more s_host fields around
2007-09-13 mquinsonNew version of the java bindings by Malek, passing...
2007-07-17 mquinsonLet it compile without --disable-compile-optimizations
2007-07-11 mquinsonkill dead code
2007-07-11 mquinsonMore cleanups in simix and friends. Do not request...
2007-07-09 mquinsonrename xbt_thread, xbt_mutex and xbt_thcond to xbt_os_t...
2007-07-08 mquinson(kinda) working java wrappers by Malek and me