Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove forgotten debug println
[simgrid.git] / src / bindings / java /
2013-02-19 Augustin Degommeremove forgotten debug println
2013-02-19 Augustin DegommeJava didn't report the same OS name as Cmake for Window...
2013-02-19 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-18 Arnaud GierschRemove declarations for nonexistent functions or variables.
2013-02-14 Arnaud GierschRemove remaining traces from synchronized dynars.
2013-02-14 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2013-02-14 Arnaud GierschSimply say func(...) instead of (*func)(...) when func...
2013-02-14 Arnaud GierschUse CATCH_ANONYMOUS whenever possible.
2013-02-14 Arnaud GierschReplace, when possible, calls to bprintf() by calls...
2013-02-14 Arnaud GierschRemove declarations for undefined functions.
2013-02-14 Jonathan Rouzaud... Remove commented code from surf_routing_cluster
2013-02-13 Arnaud GierschFix errors caught by java -Xcheck:jni.
2013-02-13 Arnaud GierschMore long -> intptr_t changes.
2013-02-13 Arnaud GierschAdd missing class initializer for VM.java.
2013-02-13 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-13 Arnaud GierschTypos: binded -> bound.
2013-02-12 Arnaud GierschFix build warnings on 32bits archs.
2013-02-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-11 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-05 Arnaud GierschMerge branch 'v3_9_x'
2013-02-04 Arnaud GierschAvoid to return from inside a TRY block.
2013-02-03 Arnaud GierschFix javadoc warnings.
2013-02-03 Arnaud GierschConnect log categories used in java bindings.
2013-02-03 Arnaud GierschChange message to debug loglevel.
2013-02-02 Arnaud GierschSG_java_tracing is not a separate library anymore.
2013-02-02 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2013-02-01 Martin Quinsonbugfix in Task.setDataSize(): change both C and Java...
2013-01-31 Arnaud GierschMerge branch 'with_java'
2013-01-31 Arnaud GierschFix warning: [cast] redundant cast to java.lang.String.
2013-01-31 Arnaud GierschDon't define variables in header file.!
2013-01-31 Arnaud GierschDon't catch exceptions if you don't know what to do...
2013-01-31 Arnaud GierschBuild simgrid.jar.
2013-01-30 Arnaud GierschMove Java sources (Java files) to src/bindings/java...
2013-01-30 Arnaud GierschMove Java sources (C files) to src/bindings/java/.