Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove deprecated simdag/properties example
[simgrid.git] / examples / s4u /
2020-03-10 Frederic Suterconvert, simplify, and disable mc-electric-fence
2020-03-10 Frederic Suterforgot that one
2020-03-10 Frederic Suterdo not talk about tasks anymore
2020-03-10 Frederic SuterDo not call actors processes in S4U examples
2020-03-09 Arnaud GierschCosmetics: reduce scope for variables.
2020-03-08 Frederic Suterfix ns3
2020-03-08 Frederic Suterconvert and simplify network-ns3 example
2020-03-07 Frederic Suteruseless call
2020-03-05 Martin Quinsonfix the execution of the bittorrent example
2020-03-05 Martin Quinsonfix make distcheck and pip builds, again
2020-03-05 Martin Quinsoncmake: also factorize the multi-files examples
2020-03-05 Martin Quinsonexamples/s4u/CMakeLists.txt: Also factorize the mc...
2020-03-05 Martin Quinsonfurther factorize our cmake code to run the s4u examples
2020-03-05 Martin Quinsonmove actor-stacksize from teshsuite to examples now...
2020-03-04 Arnaud GierschFix tesh file.
2020-03-04 Frederic Suterconvert and simplify msg/process-lifetime
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 DegommeMerge branch 'cmake-no-doc-when-disabled' into 'master'
2020-02-25 Frederic Suterrevalidate after merge of surf-precision branch
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-18 Augustin Degommerequalify tesh for chord with new surf precision value.
2020-02-11 Frederic SuterC version of async-waitall
2020-02-07 Frederic Suterconvert more exemples from MSG to S4U-C
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 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-04 Martin QuinsonClearly state that we don't care about the return code...
2020-02-04 Martin Quinsonmove this first C example to the example directory...
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 QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2020-01-30 Martin QuinsonMerge branch 'depencencies' into 'master'
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 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-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-24 Frederic SuterImprove handling of dependencies, debug and example
2020-01-24 Frederic Suterworking version
2020-01-24 Frederic Suterstart working on adding dependencies between activities
2020-01-19 Arnaud GierschCosmetics: make #endif's comment match #ifndef.
2020-01-16 Frederic Suterboring meeting commit: cognitive complexity reduction
2020-01-09 Arnaud GierschPut the loop right (easier to read and more efficient...
2020-01-08 Arnaud GierschRemove "--" from XML comments.
2020-01-08 Arnaud Giersch[sonar] Avoid nested code block.
2020-01-04 Martin Quinsonadd an example for condition variables
2020-01-03 Martin Quinsonone void* less
2020-01-02 Arnaud GierschSmall cleanups in kademlia::Answer.
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-28 Arnaud Giersch[sonar] More const for pointer and reference local...
2019-12-27 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-27 Arnaud GierschUse type bool for boolean variables.
2019-12-27 Arnaud Giersch[sonar] A few more const local pointers.
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-23 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-12-23 Arnaud Giersch[sonar] Initialize data members with class initializers...
2019-12-23 Frederic Suter[sonar] initialization lists and co.
2019-12-18 Frederic Sutercodefactor: a few more annoying spaces
2019-12-13 Frederic Suterdocument fixed issue GH#321
2019-12-13 Frederic Suterend the implementation of Io::test with a new simcall
2019-12-13 Frederic Suteradd waitfor of Io too
2019-12-12 Frederic Sutercleanups after introduction of Exec::wait_for(timeout)
2019-12-12 Frederic Suterimplement Exec::wait_for()
2019-12-11 Frederic SuterMerge branch 'master' into depencencies
2019-12-11 Frederic Suterworking version
2019-12-10 Frederic Suterstart working on adding dependencies between activities
2019-12-09 Frederic Sutergive access to disk's read and write (nomimal) bandwidt...
2019-12-06 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Arnaud GierschReplace non-breaking spaces.
2019-11-22 Augustin Degommecosmetics : I activated -pedantic for a quick pass
2019-11-20 Yann DuplouyReverting the change to xbt_uniform_int
2019-11-20 Yann DuplouyUpdating tests results for dht-chord (due to change...
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-12 Martin Quinsons4u::Actor: Rename migrate() into set_host()
2019-11-10 Arnaud Giersch[python/pep8] Use "not in" to test for membership.
2019-11-03 Martin Quinsonmove the README.rst in examples/ as it also describes...
2019-11-03 Martin Quinsonfurther convert the example documentation to the tabbed RST
2019-11-03 Frederic Sutermake s4u::File extendable
2019-11-02 Martin Quinsonbetter factorization of how examples are displayed...
2019-11-02 Martin QuinsonCosmetics on how we present examples in C++ and python
2019-10-24 Arnaud GierschEndgame mode is always enabled, remove option.
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
next