Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'adrien' into 'master'
[simgrid.git] / examples /
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-29 Arnaud GierschFix call to Process.yield() (keyword in java >= 13).
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-09-13 Martin Quinsondoc: fix formating and functions signatures
2020-08-26 Martin QuinsonAdd some s4u::Link setters, and doc improvements
2020-07-27 Augustin Degommewhen enable_debug is turned off, these tests were failing.
2020-07-17 Arnaud GierschAdd an assert to please scan-build.
2020-07-15 Arnaud GierschRename examples: slave -> worker.
2020-07-15 Augustin Degommerevert some overzealous changes
2020-07-14 Augustin Degommecheck smpi compilation scripts with shellcheck.net
2020-07-10 Arnaud Giersch[sonar] Fix more implicit casts that should not lower...
2020-07-10 Arnaud GierschCosmetics.
2020-07-09 Arnaud GierschTry to fix for 32bits systems.
2020-07-09 Arnaud Giersch[sonar] Explicit cast when loosing precision (C++ examp...
2020-07-09 Arnaud Giersch[sonar] Explicit cast when loosing precision (C examples).
2020-07-09 Martin QuinsonAdd an example of wifi communication
2020-07-08 Martin QuinsonRemove this dupplicated and unused platform file
2020-07-08 Martin QuinsonFix pip builds and distcheck
2020-07-08 Martin QuinsonTentative implementation of Activity::suspend() and...
2020-07-06 Martin QuinsonRename the async-* tests into comm-*
2020-07-03 Arnaud Giersch[sonar] Const for pointer and reference parameters...
2020-07-02 Arnaud Giersch[sonar] Convert integer literals to bool literals.
2020-07-02 Arnaud GierschAny idea on how to fix this?
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in examples/ and...
2020-07-02 Arnaud GierschMake Engine::set_config(...) static functions.
2020-07-01 Arnaud Giersch[sonar] Remove redundant casts.
2020-06-13 Martin Quinsonfix some long -> double faulty convertions reported...
2020-06-12 Augustin Degommespelling mistakes in include/ and examples/
2020-06-11 Martin QuinsonFinish converting the way we use cfg=smpi/host-speed...
2020-06-10 Martin QuinsonAccept units for 'smpi/host-speed' config element
2020-06-03 Augustin Degommerequalify all SMPI tesh files with timing information...
2020-05-31 Arnaud GierschMisc issues in shell scripts (codefator.io).
2020-05-31 Arnaud GierschFix potential memory leaks.
2020-05-10 Martin QuinsonPlease the checkers (sonar, codacy)
2020-05-10 Martin QuinsonThe examples must be readable. I'll shut off sonar...
2020-05-06 Martin QuinsonThe return type of the sg_actor_on_exit() callbacks...
2020-05-06 Martin Quinsonactor-exiting: Align the C test with the C++ one
2020-05-06 Martin Quinsonthe on_exit() of each actor is also executed when the...
2020-05-01 Martin QuinsonFix doc markup to not break the build process
2020-04-27 Yann DuplouyMerge branch 'random_readwritestate' into 'master'
2020-04-27 Frederic Suterrevalidate tesh files
2020-04-25 Frederic Suterremove redundant Link Type
2020-04-24 Arnaud GierschMerge branch 'doc' into 'master'
2020-04-21 Frederic Suterplease sonar
2020-04-05 Frederic Suteruseless morning cleanups
2020-04-02 Martin Quinsonfix that example
2020-04-02 Martin Quinsonset_maestro example: improve comments
2020-04-02 Frederic Suterfix distcheck
2020-04-02 Frederic Suterrevalidate Java tesh files
2020-04-02 Frederic Suteradd a tesh for bugged2-liveness
2020-04-01 Frederic Suterthis was never tested and neither a bug finder
2020-04-01 Loic GueganAdd WIFI decay model along with tesh tests.
2020-03-29 Frederic Sutercosmetics
2020-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2020-03-27 Frederic Suterplease sonar
2020-03-27 Frederic Suterrename C examples binaries (prefix and not suffix)
2020-03-26 Martin QuinsonPlease PVS
2020-03-26 Frederic Suterplease sonar
2020-03-26 Frederic Suterfix coverage build (disable liveness-visited)
2020-03-25 Frederic Suterconvert teshsuite/msg/io-file to examples/c/io-file...
2020-03-24 Frederic Suterdisable mc-bugged1-liveness-visited for now
2020-03-23 Frederic Suterhope this will be okay now
2020-03-23 Frederic Sutertry to fix MC now (sigh, CMake ...)
2020-03-23 Frederic Sutertry to fix CI
2020-03-23 Frederic Suterconvert bugged1-liveness
2020-03-23 Frederic Suterconvert mc-bugged1 and mc-bugged2
2020-03-23 Frederic Sutermess with mc examples platform
2020-03-23 Frederic Suteranother const for sonar
2020-03-23 Frederic Suterdo not use memory after free
2020-03-21 Frederic Suterfix example
2020-03-21 Frederic Suterconvert dht-pastry
2020-03-21 Frederic Suterconvert sychro-semaphore
2020-03-21 Frederic Suterplease sonar
2020-03-20 Frederic Sutercosmetics
2020-03-20 Frederic Sutermore doc updates
2020-03-20 Frederic Suterupdate doc
2020-03-19 Frederic Suterplease sonar
2020-03-19 Frederic Sutercleanups
2020-03-19 Frederic Suterconvert and massevely rewrite app-bittorrent
2020-03-19 Frederic Suterwrong order
2020-03-19 Frederic Suterplease sonar with a few const
2020-03-18 Martin QuinsonPVS: don't survive malloc returning NULL
2020-03-16 Frederic Suterplug leaks
2020-03-16 Frederic Suterconvert (and simplify a bit) dht-kademlia example
2020-03-12 Frederic Suterconvert msg/app-masterworker
2020-03-12 Frederic Suterdo not rely on deployment file
2020-03-11 Arnaud GierschCosmetics.
2020-03-10 Frederic Suterbummer
2020-03-10 Frederic Suterrahh it was called from within an example code. damnit
2020-03-10 Frederic Suterless test this example afterall
2020-03-10 Frederic Suterremove deprecated simdag/properties example
2020-03-10 Frederic Suterconvert, simplify, and disable mc-electric-fence
2020-03-10 Frederic Suterforgot that one
2020-03-10 Frederic Suterconvert platform-properties
2020-03-10 Frederic Suterdocument 2 more C examples
2020-03-10 Frederic Suterfix (thx agier)
2020-03-10 Frederic Suterdo not talk about tasks anymore
2020-03-10 Frederic SuterDo not call actors processes in S4U examples
2020-03-10 Frederic Suterconvert cloud-masterworker
next