Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Add const qualifier for reference parameter.
[simgrid.git] / examples /
2020-03-04 Frederic Suterconvert and simplify msg/process-lifetime
2020-03-04 Frederic Suterintroduce sg_actor_create and use it in C examples
2020-02-26 Arnaud Giersch[sonar] Change raw for-loops to range for-loops.
2020-02-25 Arnaud GierschNeedless XBT_ATTRIB_UNUSED.
2020-02-25 Augustin Degommerequalify some java tests after surf precision change
2020-02-25 Augustin DegommeMerge branch 'cmake-no-doc-when-disabled' into 'master'
2020-02-25 Frederic Suterrevalidate after merge of surf-precision branch
2020-02-25 Frederic Suterconvert energy-ptask to energy-exec-ptask
2020-02-25 Frederic Suteradd sg_actor_parallel_execute and rename sg_actor_self_...
2020-02-25 Frederic Suterplease sonar and codefactor
2020-02-25 Augustin DegommeMerge branch 'surf_precision' into 'master'
2020-02-24 Frederic Sutercosmetic changes
2020-02-24 Frederic Suterrework this example too
2020-02-24 Frederic Suterconvert and simplify async-wait
2020-02-23 Frederic Sutercosmetics
2020-02-22 Arnaud GierschKill unused variable.
2020-02-22 Arnaud Giersch[sonar] Const again.
2020-02-21 Arnaud GierschXBT_ATTRIB_UNUSED for unused parameters.
2020-02-21 Frederic Suterconvert energy-vm
2020-02-20 Frederic Suterconvert cloud-migration
2020-02-20 Frederic Sutermore documented examples
2020-02-20 Frederic Suterkill this file
2020-02-20 Frederic Suterconvert io-file-remote
2020-02-20 Frederic Suterenergy-pstate -> exec-dvfs
2020-02-20 Frederic Suterconvert and simplify app-chainsend in C
2020-02-20 Frederic Suterfix attribute
2020-02-19 Frederic Suterconvert cloud capping
2020-02-19 Frederic Suterconvert plugin-hostload
2020-02-19 Frederic Sutera couple more C examples
2020-02-19 Arnaud GierschFix attributes for variables.
2020-02-19 Frederic Suterdocument C examples related to actors
2020-02-18 Augustin Degommerequalify tesh for replay multiple with new surf precis...
2020-02-18 Augustin Degommerequalify tesh for chord with new surf precision value.
2020-02-18 Augustin Degommerequalify tesh for simdag scheduling with new surf...
2020-02-14 Frederic Suterconvert cloud simple
2020-02-13 Martin Quinsondocument the actor-{daemon,join,kill} C examples
2020-02-12 Frederic Suterconvert msg/energy-consumption to c/energy-exec
2020-02-12 Frederic Suterplease intel compiler
2020-02-11 Frederic SuterC version of async-waitall
2020-02-11 Frederic Suteradd actor-exiting in C
2020-02-10 Frederic Sutertwo more conversions
2020-02-09 Frederic Suterfix refcount issue
2020-02-09 Frederic Sutersimgrid_get_all_hosts was redundant with existing sg_ho...
2020-02-08 Frederic Suterbummer. fix clang
2020-02-08 Frederic Suteradd sg_actor_exit and sg_actor_on_exit
2020-02-07 Frederic Suterconvert more exemples from MSG to S4U-C
2020-02-07 Frederic SuterStart to get rid of storage examples in MSG
2020-02-06 Arnaud GierschReplace usage of <random> with <xbt/random.hpp>.
2020-02-06 Arnaud Giersch[examples/s4u-app-bittorrent] Use a different RNG for...
2020-02-06 Arnaud Giersch[examples/s4u-dht-chord] Use a different RNG for each...
2020-02-06 Arnaud GierschPlug memory leak, and othre polishing.
2020-02-06 Arnaud GierschUpdate Copyright line.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-05 Arnaud Giersch[examples/s4u-dht-chord] Handle TimeoutException which...
2020-02-05 Arnaud Giersch[examples/s4u-dht-chord] Simplify nested loops in Node...
2020-02-05 Arnaud Giersch[examples/s4u-dht-chord] Move implementation for Node...
2020-02-05 Frederic Sutermake C version of actor-create functional
2020-02-05 Frederic Suterconvert a MSG test to a s4u-c example
2020-02-04 Martin QuinsonClearly state that we don't care about the return code...
2020-02-04 Martin Quinsonfix make distcheck and pip compile
2020-02-04 Martin QuinsonAdd the 2 new C examples to the doc; use sg_comm_wait_a...
2020-02-04 Martin Quinsonnew C example on actor creation
2020-02-04 Martin Quinsonc/async-waitany: cleanups to align with cpp and py
2020-02-04 Martin Quinsonmove this first C example to the example directory...
2020-01-31 Arnaud GierschCosmetics: use std::vector, so that it's automatically...
2020-01-31 Martin Quinsonlower-case -Denable_msg and improve changelog
2020-01-31 Arnaud GierschForgot a newline.
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-31 Martin QuinsonAdd some parallel tests in S4U too
2020-01-30 Martin Quinsonrevalidate a python tesh after the merge of SimDAG++
2020-01-30 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2020-01-30 Martin QuinsonMerge branch 'depencencies' into 'master'
2020-01-30 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2020-01-30 Martin QuinsonAdd a cmake flag to not compile MSG at all
2020-01-30 Frederic Suterplug leak and check received payload
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-30 Frederic Sutertest dependencies with Comm too
2020-01-30 Frederic Suterdependencies support for Comm (needs testing)
2020-01-30 Frederic Suteruse ActivityPtr
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Frederic SuterMerge branch 'master' into depencencies
2020-01-28 Arnaud GierschKill obsolete TODO.
2020-01-28 Frederic SuterMerge branch 'master' into depencencies
2020-01-27 Frederic SuterMerge branch 'master' into depencencies
2020-01-27 Frederic Suterdeal with dependencies for Io too
2020-01-26 Frederic SuterMerge branch 'master' into depencencies
2020-01-25 Arnaud GierschRevert "Lame attempt to hide problems on Jenkins."
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-24 Frederic SuterImprove handling of dependencies, debug and example
2020-01-24 Arnaud GierschRe-enable test: python-actor-lifetime.
2020-01-24 Arnaud GierschTest python with multiple context factories.
2020-01-24 Frederic Suterworking version
2020-01-24 Frederic Suterstart working on adding dependencies between activities
2020-01-23 Arnaud GierschFix on_exit callback for python/actor-lifetime.
2020-01-19 Arnaud GierschCosmetics: make #endif's comment match #ifndef.
2020-01-16 Frederic Suterdrop last bits of Viva/Triva (long gone anyway) support
2020-01-16 Frederic Suterboring meeting commit: cognitive complexity reduction
2020-01-10 Augustin Degommeadd missing links in dragonfly fig gh #335
2020-01-09 Arnaud GierschOne import less.
2020-01-09 Arnaud GierschPut the loop right (easier to read and more efficient...
next