Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo in unit test name
[simgrid.git] / src / java /
2008-08-11 cheriermThe default alias name is now build from the name of...
2008-07-12 mquinsonAdd endofline at end of file
2008-07-12 mquinsonAdd new line at the end of the file, to avoid a gcc...
2008-07-11 cheriermThe JNI interface for the Java ApplicationHandler
2008-07-11 cheriermUse now the SimGrid parser instead of Xerces.
2008-07-09 cheriermImplementation of the Java native function deployApplic...
2008-07-09 cheriermAdd to new utility functions :
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-30 mquinsonStupid me. Arguments should be marked with @a in inline...
2008-04-30 mquinsonDocumentation fixup and light reindentation
2008-04-15 mquinsonDo not pass a NULL argument to processes
2008-04-15 mquinsoncosmetics
2008-04-14 mquinsonsearch the factory under its new name
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-12-20 mquinsonmv surfxml.dtd simgrid.dtd
2007-12-18 mquinsonDos2unix (second try)
2007-12-18 mquinsonDos2unix
2007-11-28 mquinsonFix use of verbatim sections
2007-11-27 mquinsonRename xbt/xbt_context.h to xbt/context.h, and add...
2007-11-19 mquinsonFurther cleanups of the Java bindings:
2007-11-19 mquinsonReindent, no change at all
2007-11-16 mquinsonDo not include C files. Instead, add them to the projec...
2007-11-15 cheriermthese files are useless in the new implementation of...
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-10-04 mquinsonkill some misplaced portability bits, leftover from...
2007-09-26 cheriermNow the java implementation of the msg process don...
2007-09-24 mquinsonPrefer automatically updated date marker to manual one
2007-09-24 cheriermjust add the copyright of the file
2007-09-24 mquinsonInsist on searching the DTD where I put it in the jar
2007-09-24 cheriermAs the ApplicationHandler class this file doesn't use...
2007-09-24 cheriermJust add a new line at the end of the file
2007-09-24 cheriermThe java reflect is already of use, i have removed...
2007-09-24 cheriermIndeed, the sax.helpers and java.lang importation are...
2007-09-21 mquinsonThis file must not be dupplicated in the svn tree....
2007-09-21 cheriermjni schedule and unschedule functions implementation
2007-09-21 cheriermnow this file does not used the native locks
2007-09-21 cheriermnow this file does not used the native locks
2007-09-21 cheriermnow this file doesn't use the native locks
2007-09-21 cheriermappend the surfxml dtd for the DTDResolver
2007-09-21 cheriermschedule() and unschedule() methods implementation
2007-09-21 cheriermcorrection of sem.acquire() method
2007-09-21 cheriermimport java.reflect
2007-09-21 cheriermimport sax helpers
2007-09-21 cheriermimport the good exception class
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-09-13 alegrandremove cvs files.
2007-08-06 mquinsonname threads to ease debugging
2007-07-17 mquinsonLet it compile without --disable-compile-optimizations
2007-07-14 mquinsonSanitize backtrace naming space
2007-07-11 mquinsonkill dead code
2007-07-11 mquinsonMore cleanups in simix and friends. Do not request...
2007-07-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-09 mquinson.
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