Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / examples /
2017-08-02 Martin Quinsoncleanups in Java examples advised by Sonar
2017-08-01 Martin QuinsonAdd two missing @Override annotations
2017-08-01 Martin Quinsontidy the exceptions that can be raised by our Java...
2017-08-01 Frederic Suterproperties are now stored in maps and managed by Proper...
2017-07-31 Frederic Sutermove ugly dict closer to the C APIs
2017-07-28 Martin Quinsondon't let every process do the initialization, only...
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 GierschFix signedness issues in dht-pastry in a more conservat...
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Arnaud GierschForgotten signedness issues.
2017-07-27 Arnaud GierschFix signedness errors in format strings.
2017-07-27 Arnaud GierschShell scripts: remove useless variable expansion in...
2017-07-27 Arnaud GierschUse C++ style includes when available.
2017-07-25 Frederic Suterpartial leak plug in chord
2017-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-25 Frederic Suterlet parsing raise C++ exceptions, kill a dict, reindent
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-20 Arnaud GierschPrefix is unsigned and can't be negative.
2017-07-20 Arnaud GierschMerge "if" statements.
2017-07-20 Arnaud GierschRun smpi tracing tests in their own directories.
2017-07-20 Arnaud Gierschexamples/msg/trace-host-user-variables: remove generate...
2017-07-20 Arnaud Gierschexamples/smpi/replay_multiple: put generated file in...
2017-07-20 Arnaud GierschUse actual names for configuration options (kebab-case...
2017-07-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-19 Frederic Sutertry to please codacy and reduce NPath complexity
2017-07-19 Frederic Suterplease both sonar and codacy
2017-07-17 Martin QuinsonMerge pull request #200 from Takishipp/clear_fct
2017-07-15 Martin Quinsondeprecate properly another function
2017-07-13 Frederic Sutera few sonar treats
2017-07-13 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-13 Frederic Suterplease sonar
2017-07-13 Frederic Suterplug leak
2017-07-13 Martin QuinsonMerge pull request #199 from Takishipp/clear_fct
2017-07-13 Frederic Suterfix 32-bit storage tests
2017-07-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-12 Martin Quinsondon't commit binaries
2017-07-12 Martin QuinsonMerge pull request #198 from Takishipp/clear_fct
2017-07-12 Frederic Sutersimplify simcalls
2017-07-12 Frederic Suterupdate doc
2017-07-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-12 Frederic Suterrevisit pingpong in s4u
2017-07-12 Frederic Sutermv deprecated examples to teshsuite
2017-07-12 Frederic Suterdo not use deprecated and redirected functions in examples
2017-07-12 Frederic Suterplugins are the future, this example pertains to S4U
2017-07-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-11 Frederic Sutercrappy fix of cloud examples that mix host and VMs
2017-07-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-09 Martin Quinsonsonar & codacy
2017-07-09 Martin Quinsoncodacy
2017-07-06 Martin Quinsontend to the google coding standards in all S4U API
2017-07-06 Martin QuinsonYou don't send a mailbox, but instead put stuff on it
2017-07-06 Martin Quinsoncodacy
2017-07-06 Martin QuinsonFix clang build
2017-07-06 Martin QuinsonRework the OO design of S4U comms
2017-07-05 Martin Quinsonfix the API to isend detach() and speak about it in...
2017-07-05 Martin Quinsonrevalidate the tesh files after fixing #195
2017-07-05 Martin Quinsonrevalidate a last example after the fix of loopback...
2017-07-05 Martin Quinsonkill the msg-chord example: the s4u one is much better
2017-07-05 Martin Quinsonmake it clear to static analyzers that this mem is...
2017-07-05 Martin Quinsonrevalidate some tesh after the loopback latency fix
2017-07-05 Frederic Suterrevalide tesh
2017-07-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-05 Frederic Suterfree the engine at the end of test
2017-07-04 Frederic Suteradd daemonize for s4u actors too
2017-07-04 Martin Quinsonfinish removing simix.h from C files, and avoid the...
2017-07-02 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-06-30 Martin Quinsonplease sonar
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-28 Martin Quinsonuse a msg_barrier instead of smx synchro in this example
2017-06-28 Martin Quinsonuse MSG_bar instead of xbt_mutex in this example
2017-06-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-06-26 Martin Quinsondestroy all hosts before destroying the engine (fix...
2017-06-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-26 Frederic Suterplug leak of file unlink
2017-06-24 Martin Quinsonplease codacy
2017-06-20 Frederic Sutera few codacy treats
2017-06-19 Martin Quinsonrevalidate the tesh files
2017-06-19 Martin Quinsonadapt these tests to the fact that the hosts are now...
2017-06-19 Martin Quinsonadapt the platform examples to the new energy model...
2017-06-19 Martin QuinsonRevert "platform change impacts java too"
2017-06-19 Martin QuinsonRevert "[ENERGY] Assert that 1-core systems are correct...
2017-06-19 Frederic Suterplatform change impacts java too
2017-06-19 Frederic Suterdict/32-bit combo from hell!
2017-06-19 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-06-19 Martin Quinsonplug a memleak
2017-06-19 Martin QuinsonMerge pull request #190 from Takishipp/clean_events
2017-06-19 Frederic Suterbummer
2017-06-19 Frederic Suterfix test (hate dict) and please sonar
2017-06-19 Frederic Sutermassive cleanups in the storage world.
2017-06-19 Martin Quinsontypo
2017-06-17 Martin QuinsonMerge pull request #188 from Takishipp/clean_events
2017-06-17 Martin Quinsoncosmetics
2017-06-16 Martin Quinsonkill a useless platform file
2017-06-16 Martin Quinsonnew platform file, serving as a documentation to clusters
2017-06-16 Martin Quinsonswitch the platform used by these examples
2017-06-16 Christian Heinrich[ENERGY] Assert that 1-core systems are correctly confi...
next