Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a bunch of typos thanks to the new spell script. I only made the words starting...
[simgrid.git] / src / bindings /
2013-08-22 Arnaud LegrandFix a bunch of typos thanks to the new spell script...
2013-07-17 suterdon't allow java to attach user data to file (for now...
2013-07-05 Arnaud GierschMake it build again after commit 152117af2fbcf4c99d0da5...
2013-07-01 acarpenaMerge branch 'dvfs'
2013-06-18 suterapply some coding standard in function naming (agier...
2013-06-18 suteryet another simplification of the storage API: we don...
2013-06-13 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-13 Jonathan Rouzaud... SIMIX call + MSG function + Java binding for get_core
2013-06-13 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-13 Jonathan Rouzaud... Properties available for cluster tag
2013-06-13 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-12 Arnaud GierschPrototypes were changed by previous commit.
2013-06-12 suterfurther simplification of the storage API, keep size...
2013-06-12 Arnaud GierschUse real parameter name in comment.
2013-06-12 Jonathan Rouzaud... AS access from MSG layer
2013-06-11 Paul BédarideRemove debuging printf
2013-06-11 Jonathan Rouzaud... Fix jmsg_as getSons
2013-06-11 Paul BédarideAdd msg As getModel and GetHosts
2013-06-11 Paul BédarideAdd missing files
2013-06-11 Paul BédarideAccess AS hierarchy at Msg layer
2013-06-11 sutercleaning step: uniform naming (stream to fd) + some...
2013-06-11 suterone parameter less for open
2013-06-11 suterget rid of mode for open in Java bindings too
2013-06-11 suterget rid of "mode" parameter in the open file function...
2013-06-06 LionelFix exception handling in Java semaphores
2013-06-06 LionelAdd correct headers for Java exports
2013-06-06 LionelMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-06 LionelAdded Semaphore visibility to the Java bindings
2013-06-06 LionelExport setAsyncMailbox to Java world
2013-05-27 Arnaud GierschRemove reference to nonexistent class.
2013-05-24 Arnaud GierschTry to normalize path for libraries bundled into simgri...
2013-05-23 Paul BédarideAdd a scala masterslave example
2013-05-15 Paul BédarideRemove PCRE dependency and RuleBased routing
2013-05-06 Paul BédarideFix to handle warnings+optimizations on CI for MC32...
2013-05-06 Paul BédarideFix to handle warnings+optimizations on CI [#15544]
2013-03-25 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-03-25 Jonathan Rouzaud... Fix sendBounded java binding
2013-03-19 Arnaud GierschAdd missing declarations.
2013-03-19 Jonathan Rouzaud... Add receive bounded to the java binding
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/.
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2013-01-21 Paul BédarideAll hosts types fusion to xbt_dictelm_t
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge with master
2013-01-08 Paul BédarideFix lua deploy
2013-01-08 Paul BédarideFix lua platform script
2012-12-20 Arnaud GierschSome symbols were renamed by last flexml update.
2012-12-18 Martin QuinsonUse xbt_malloc (and friends) instead of direct malloc()
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-23 Arnaud GierschMerge branch 'killgraskill'
2012-11-22 Arnaud GierschRemove more references to gras.
2012-10-03 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-02 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-02 Martin QuinsonDeprecate MSG_clean
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-27 Jonathan Rouzaud... Merge conflicts in instr_routing.c
2012-09-03 navarroAdd properties to AS structure (Not work for now) and...
2012-06-29 Samuel LepetitUse msg_error_t instead of MSG_error_t
2012-06-29 Samuel LepetitUse msg_task_t instead of m_task_t
2012-06-29 Samuel LepetitUse msg_host_t instead of m_host_t.
2012-06-29 Samuel LepetitUse msg_process_t instead of m_process_t
2012-06-21 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-06-21 Martin QuinsonDeprecate functions MSG_global_init() / MSG_global_init...
2012-06-20 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-20 navarroPut the different model in the dtd. Permit the xml...
next