Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix use-after-free.
[simgrid.git] / examples /
2020-11-26 Arnaud GierschReduce scope for variables.
2020-11-26 Arnaud GierschUse xbt_new0 (calloc may fail).
2020-11-24 Arnaud GierschWorks without pointer too.
2020-11-24 Arnaud GierschFor sonar, remove explicit new/delete.
2020-11-24 Arnaud GierschRevert "Make simgrid::xbt::action_fs a std::unique_ptr."
2020-11-24 Arnaud GierschUse a lambda for comparator.
2020-11-23 Arnaud GierschUseless dynamic allocation.
2020-11-23 Arnaud GierschAutomatic memory management with std::unique_ptr.
2020-11-23 Arnaud GierschMake simgrid::xbt::action_fs a std::unique_ptr.
2020-11-23 Arnaud GierschUse std::unique_ptr for Message::answer_.
2020-11-21 Arnaud GierschRemove useless new/delete (please sonar).
2020-11-18 Arnaud GierschEnum class in examples/s4u/dht-chord/.
2020-11-18 Arnaud GierschEnum class in examples/s4u/app-bittorrent/.
2020-11-18 Arnaud GierschMore const.
2020-10-23 Arnaud GierschMore coding style updates for sg_host.
2020-10-23 Arnaud GierschMore coding style updates for sg_link.
2020-10-23 Arnaud GierschMore coding style updates for sg_disk.
2020-10-23 Arnaud GierschFollow coding style for sg_host_{get,set}_data.
2020-10-23 Arnaud GierschFollow coding style for sg_disk_{get,set}_data.
2020-10-23 Arnaud GierschFollow coding style for sg_actor_{get,set}_data.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-10-17 Martin Quinsontiny cleanups in platform examples
2020-10-17 Arnaud GierschNested code block is useless.
2020-10-16 Augustin DegommeMerge branch 'test-condvar-wait_until' into 'master'
2020-10-16 Millian Poquettest condition variable wait_until+notify_all
2020-10-16 Arnaud GierschKeep the right definition for type_names[].
2020-10-16 Arnaud GierschMake static stuff member of class Replayer.
2020-10-16 Arnaud GierschMake global variables const.
2020-10-11 Martin QuinsonFinish this plugin rename to make the tests pass again
2020-10-11 Martin QuinsonDocument some plugins
2020-10-11 Martin QuinsonRename that C example for consistency with C++
2020-10-10 Arnaud GierschMerge branch 'master' into 'master'
2020-10-10 Martin QuinsonBetter attempt at fixing 32bits
2020-10-10 Martin QuinsonFix build on 32bits
2020-10-10 Martin QuinsonRename the link load plugin for decency (and consistency)
2020-10-10 Martin QuinsonMake it clear in the doc that this example was extended...
2020-10-10 Martin QuinsonExtend the example on ptasks to demo malleable tasks...
2020-10-10 Arnaud GierschMerge branch 'link-cumload-plugin' into 'master'
2020-10-10 Millian Poquetbasic test for plugin link_cumload
2020-10-09 Arnaud GierschSonar smells.
2020-10-09 Martin QuinsonMerge branch 'master' into 'master'
2020-10-09 Clément CourageuxDocumentation for the Wifi energy example
2020-10-08 Arnaud GierschUse vector of strings for args.
2020-10-08 Arnaud GierschUse C++ types instead of c-style arrays.
2020-10-08 Arnaud GierschUse meaningful names for dragonfly coords.
2020-10-08 Martin QuinsonAdapt the wifi_energy platform to the new wifi routing
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschPrefer to use emplace_back.
2020-10-06 Arnaud GierschModern C++ use "auto".
2020-10-06 Arnaud GierschPrefer nullptr and bool literals.
2020-10-05 Arnaud GierschPrefer C++ headers, and C++-style void-arg declarations.
2020-10-05 Martin QuinsonNew 'WiFi' routing, that makes it easier to specify...
2020-10-04 Martin QuinsonRecompile the XML parser, and alleviate an ambiguity...
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (examples/).
2020-10-02 Arnaud GierschReduce scope for loop variables.
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 Martin QuinsonMake the wifi_energy tests pass (+cosmetics)
2020-07-09 Martin QuinsonAdd the wifi energy plugin to the SimGrid build system...
2020-07-09 Arnaud GierschTry to fix for 32bits systems.
2020-07-09 Martin QuinsonMerge branch 'master' into klement
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 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-03 Clément Courageuxadded platform wifi_energy
2020-07-03 Clément Courageuxplugin wifi
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
next