Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Sort include lists according to clang-format.
[simgrid.git] / src / bindings / java /
2017-10-10 Arnaud GierschSort include lists according to clang-format.
2017-10-10 Arnaud GierschUse C++ style includes when available.
2017-10-10 Arnaud GierschIn C++ files, replace SG_{BEGIN,END}+_DECL() by extern...
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-04 Arnaud GierschAdd a dummy action in empty catch block (sonar).
2017-10-04 Arnaud GierschRemove lines of commented code spotted by sonar.
2017-10-04 Arnaud GierschUse std::replace instead of xbt_str_subst in C++ files.
2017-09-02 Arnaud GierschRevert "Libsimgrid-java already depends on libsimgrid...
2017-09-01 Arnaud GierschLibsimgrid-java already depends on libsimgrid. There...
2017-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-23 Arnaud GierschUse (const) references with range-based for loops.
2017-08-21 Arnaud GierschUse NewGlobalRef since Vm in unref'd by DeleteGlobalRef.
2017-08-21 Arnaud GierschUsing std::remove_if is overkill here.
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-09 Frederic Suterless bprintf (some were completely useless)
2017-08-07 Martin QuinsonMerge pull request #213 from bcamus/master
2017-08-07 Frederic Suterjxbt_throw_null needs a string. no need to bprintf
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-03 Arnaud GierschUse std::vector instead of dynar in simix_global (proce...
2017-08-03 Frederic Sutersome dict related cleanups
2017-08-01 Martin Quinsontidy the exceptions that can be raised by our Java...
2017-07-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Arnaud GierschUse C++ style includes when available.
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-20 Frederic Suterremove unused variable
2017-07-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-19 Frederic Suterremove useless try/catch
2017-07-17 Martin QuinsonMerge pull request #200 from Takishipp/clear_fct
2017-07-15 Martin Quinsonfix java builds
2017-07-13 Martin Quinsoncodacy
2017-07-13 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-13 Frederic Suterplease sonar
2017-07-06 Martin Quinsontend to the google coding standards in all S4U API
2017-07-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-06 Frederic Sutervarious cleanups in actors/processes
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-20 Martin Quinsonseparate the energy plugin from surf in the doc + impro...
2017-06-20 Frederic Sutera few codacy treats
2017-06-15 Martin QuinsonMerge pull request #181 from bcamus/master
2017-06-14 TakishippMerge branch 'clean_events' of github.com:Takishipp...
2017-06-14 Toufik BoubehzizMerge branch 'master' into clean_events
2017-06-13 Martin Quinsonkill all trailling whitespaces
2017-06-13 Martin Quinsonplease sonar, damnit
2017-06-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-06-13 Martin QuinsonEnergy: New function to update the consumption of all...
2017-06-08 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-06-08 Frederic Sutergetting closer: no more MSG_STORAGE_LEVEL
2017-06-02 Martin QuinsonMerge pull request #179 from Takishipp/signals
2017-06-02 Martin QuinsonMerge pull request #177 from Takishipp/sd_exit
2017-06-01 Martin Quinsonplease codacy: make a private field useful
2017-06-01 Martin QuinsonAllow multicore VMs, and take this into account in...
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-26 Martin Quinsonmore than 100 codacy treats, not bad
2017-05-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-24 Frederic Suteruseless includes
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-15 Frederic Suteranother bunch of sonar treats
2017-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-05-10 Frederic Suterno xbt_lib in java world + leak plug
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-06 Martin QuinsonAPI improvement in s4u
2017-05-06 Martin Quinsonrename all MSG_zone_* functions (backward compatible)
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-05-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-01 Martin QuinsonFix java builds
2017-03-22 Martin Quinsoncosmetics: fix the 'work' of clang-format
2017-03-22 Martin Quinsonplease sonar
2017-03-22 Martin Quinsonplug two memleaks
2017-03-22 Martin QuinsonImplement natively VM_getVMByName. Java VMs are now...
2017-03-22 Martin QuinsonImplement VM::all() as a native, and use it in tests
2017-03-22 Martin Quinsoncosmetics
2017-03-22 Martin Quinsonjava: rename an internal method
2017-03-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-03-21 Martin Quinsonthat malloc is really useless
2017-03-21 Martin Quinsonjtask: remove the ability to receive from a given host
2017-03-21 Martin Quinsonjtask: reduce the code duplication
2017-03-21 Frederic Suterpartially address a bug in Java initialization
2017-03-21 Martin Quinsoncode cleanups in jtask
2017-03-21 Martin Quinsonjava: plug a memleak
2017-03-21 Martin Quinsonguess what? I hate our java crufty code
2017-03-21 Martin Quinsonmore cleanups to jprocess
2017-03-21 Martin Quinsonjava: inline a function and don't leak a global ref
2017-03-20 Martin Quinsonjprocess: more cruft removed
2017-03-20 Martin Quinsonfurther the jprocess creation by not testing conditions...
2017-03-20 Martin Quinsondeperlify the Java process creation: no need to pass...
2017-03-20 Martin Quinsonjava: code simplification: no need for an extra boolean...
2017-03-20 Martin Quinsonjava: well, use a closure if you really want to
2017-03-20 Martin Quinsoncode simplification by using directly the function...
2017-03-20 Martin Quinsonstop being ugly, Adrien, this cannot happen
2017-03-20 Martin Quinsonreindent, no real change
2017-03-13 Martin Quinsoncosmetics
2017-03-13 Frederic Suterplease sonar and override finalize methods
2017-03-13 Martin Quinsonmake msg_process_t point onto s4u::Actor*
2017-03-09 Frederic Sutera dict was a unkowning vector
2017-03-08 Frederic Suteroptimize perf - part 2
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
next