Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #193 from Takishipp/signals
[simgrid.git] / src / bindings / java / org /
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-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 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-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-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-03-22 Martin Quinsonplease sonar
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 Quinsonjava: rename an internal method
2017-03-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
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 Martin Quinsoncode cleanups in jtask
2017-03-21 Martin Quinsonguess what? I hate our java crufty code
2017-03-20 Martin Quinsonjprocess: more cruft removed
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-13 Frederic Suterplease sonar and override finalize methods
2017-03-08 Frederic Suterreindent and reorder modifiers
2017-03-07 Martin QuinsonPlug many memleaks in the Java bindings
2017-03-07 Martin Quinsoncleanups to the java actors
2017-02-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-16 Frederic Sutercosmetics
2017-02-02 Martin QuinsonDon't specify RuntimeExceptions in throws clauses
2017-01-27 Martin Quinsonjava: kill obscure NativeException
2017-01-26 Martin QuinsonMake MSG_process_yield visible from java, and test it
2017-01-26 Martin Quinsonallow java actors to kill themselves
2017-01-26 Martin Quinsonfix a memleak in Java VM when the used did not manually...
2017-01-19 Martin Quinsonimplement the DVFS functions in Java
2016-12-19 Martin Quinsondrop unimplementd VM methods: save/restore
2016-12-19 Martin Quinsoncosmetics
2016-12-19 Martin QuinsonVM: don't take ignored parameter that may fool the...
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-09-25 Martin Quinsondo not display a warning when running on AppVeyor ...
2016-09-25 Martin QuinsonDon't use stderr to nicely interleave with outputs...
2016-08-23 Martin Quinson[java] new function: msg.Comm.waitAny()
2016-08-22 Martin Quinson[java] New function: msg.Comm.waitAll()
2016-08-19 Martin Quinsondon't try to survive to native exceptions
2016-08-09 Martin QuinsonThis stupid windows wants to shield me from myself...
2016-08-06 Martin Quinsonmake it even better with Java 7 constructs. Thanks...
2016-08-05 Martin Quinsontry to greatly simplify this file
2016-08-04 Martin Quinsonalways close file descriptors, even on exceptions
2016-08-02 Frederic Suteruseless duplicated code
2016-06-30 Frederic Sutercosmetics
2016-06-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-29 Frederic SuterAttempt to solve issues with our own finalize
2016-06-29 Frederic Suterremove an emptty finalize override
2016-06-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-28 Frederic Suterpublic -> private+get
2016-06-23 Frederic Suterchase a few more rules
2016-06-23 Frederic Sutermodifiers in right order
2016-06-20 Gabriel CoronaMerge branch 'condvar'
2016-06-19 Martin QuinsonFix a warning in javadoc that turns into an error on...
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-17 Frederic Suterreduce Java debt (endless wip)
2016-06-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-09 Frederic Sutercosmetics in java
2016-06-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-03 Frederic Suterreplace Vector by ArrayList
2016-06-02 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-02 Frederic Sutersmells --
2016-06-02 Martin QuinsonJava: be more verbose when cleaning the disk on exit...
2016-05-31 Martin Quinsondo not catch Throwable
2016-05-31 Frederic SuterCannot let GC destroy VM itself ...
2016-05-30 Frederic SuterJava comes with data structures, use them.
2016-05-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-27 Frederic SuterSmelly code, smelly code, how are they writing you
2016-05-17 Frederic Suteradd File.seek to Java API
2016-05-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-14 Frederic Sutercosmetics
2016-04-27 Martin Quinsonfix a bunch of typos reported by lintian
2016-04-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-21 Martin Quinsonremove some half baken functions cluttering the mailboxes
2016-04-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-13 Martin Quinsonalso provide an informative error message when Java...
2016-04-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-12 Martin Quinsonmore informative message when java needs libcgraph
2016-03-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-10 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-09 Martin Quinsonreduce some overly verbose comments
2016-03-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-04 Julien GossaMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-04 Julien GossaVM.setBound(int load) is now VM.setBound(double bound...
next