Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correct tesh files after patch time commit.
[simgrid.git] / examples / java /
2010-04-14 mquinsonTight exception declaration
2010-03-23 mquinsonFix last commit of Medhi so that the Java bindings...
2010-03-17 mquinsonfix the examples now that they can throw potentially...
2010-03-02 mquinsonAcknoledge the fact that JniException is a runtime...
2010-02-27 mquinsondisplay all used arguments (to ease manual rerun)
2010-02-27 mquinsonSmaller instance for smaller run time
2010-02-27 mquinsonUse send/recv instead of put/get
2010-02-27 mquinsonRemove 2 useless examples
2010-02-27 mquinsoncosmetics, and add a README
2010-02-27 mquinsonAlso remove the pseudo-specific task type for this...
2010-02-27 mquinsonSimplify this example by not declaring BasicTask since...
2010-02-27 mquinsonrewrite to use send/recv instead of put/get (+ add...
2010-02-27 mquinsonAdd a simple README to that directory to help users
2010-02-27 mquinsonRewrite the basic master/slave example to use the send...
2009-10-14 mquinsonMake sure it works to compile only one file of the...
2009-10-14 mquinsonKill a warning in java example: unused variable
2009-08-18 mquinsonVarious fixes to the java building infrastructure ...
2008-11-11 mquinsonKill all the autogenerated I've found. Feel free to...
2008-11-10 mquinsonautogenerated files (sorry)
2008-07-11 cheriermincludes the java examples Tesh files
2008-05-21 mquinsonadd one more testing script to the archive
2008-05-14 mquinsonautogen commit fest (some of them being tests related...
2008-03-06 mquinsonregenerate all makefiles.in with the lastest autotools
2008-01-11 cheriermthe java samples alias0 and alias1 are renamed autoDest...
2008-01-07 cheriermThe java examples to illustrate the usage of the mailbo...
2007-12-20 mquinsonautogenerated
2007-12-18 mquinsonrename surfxml.dtd into simgrid.dtd
2007-11-19 mquinsonFurther cleanups of the Java bindings:
2007-11-14 mquinsonCleanups and cosmetics of the example
2007-11-08 mquinsonPortability fixups (second try). This is the bad side...
2007-11-08 mquinsonPortability fixups
2007-11-08 mquinsonProperly say the test suite that java tests are not...
2007-11-02 mquinsonThis time, hopefully, the files are in valid version...
2007-10-31 mquinsonUpdate the platform files: the root tag is now called...
2007-10-27 mquinsonKill useless variable
2007-10-27 mquinsonOops, forgot to add this file
2007-10-27 mquinsonMore java approach with a specific task type for finali...
2007-10-27 mquinsonBetter Java philosophy: create a new type of tasks...
2007-10-26 quasarupdate all the XML files
2007-10-05 mquinsonOther useless copyright notice updates
2007-09-25 mquinsonStop trying to add the .class files into the dist ...
2007-09-25 alegrandFix EXTRA_DIST
2007-09-25 alegrandThese Makefiles should always include the source files...
2007-09-25 alegrandAutomatically generated files
2007-09-24 mquinsonAdd . to the classpath to find the source of the exampl...
2007-09-24 mquinsonKill oldies
2007-09-13 mquinsonNew version of the java bindings by Malek, passing...
2007-09-13 alegrandremove cvs files.
2007-09-12 mquinsonRegenerate yet another time the Makefile.in
2007-08-28 marklsrefactored smpi into multiple source files.
2007-08-08 alegrandCommitting automatically generated file (after the...
2007-08-08 mquinsonthis is a known failure. Mark it as is, do not mask it
2007-08-08 mquinsonForce the classpath to make it compile again
2007-08-08 mquinsonuse long option so that I still understand it 3 days...
2007-08-07 marklsadded SMPI_DEP to configure.ac and src/Makefile.am
2007-08-06 mquinsonDamn autogenerated, get out of the way, I can't see...
2007-08-02 alegrandAutomatically generated files.
2007-07-17 mquinsonProperly disable broken test, plus small fixups
2007-07-17 mquinsonDisable broken test (yeah, that's bad)
2007-07-17 mquinsonautogenerated
2007-07-17 mquinsonAt least, I've found a way to make both gcj and plain...
2007-07-17 mquinsonSpecify the right path to the simgrid.jar Hopefully...
2007-07-17 mquinsonStop using options that only gcj understands, and stick...
2007-07-09 mquinsondo not break when java isn't around
2007-07-08 mquinson(kinda) working java wrappers by Malek and me