Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use const reference for std::string parameter.
[simgrid.git] / examples / s4u /
2021-01-12 Arnaud GierschUse const reference for std::string parameter.
2021-01-12 Arnaud GierschSearching before insertion is not necessary with std...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-18 Arnaud GierschPointer-to-const for sonar.
2020-12-17 Arnaud GierschUseless cast to void*.
2020-12-17 Arnaud GierschUse Mailbox::get_unique<>(), and save a few delete.
2020-12-17 Arnaud GierschDefine Mailbox::get_unique() returning a std::unique_ptr.
2020-12-17 Arnaud GierschUse typed Mailbox::get_async<>() instead of using casts...
2020-12-17 Arnaud GierschUse typed Mailbox::get<>() instead of using static_cast...
2020-12-17 Arnaud GierschFix use-after-scope.
2020-12-17 Arnaud GierschUse sensible names for variables.
2020-12-16 Arnaud GierschAvoid unnecessary copy by using a 'const' reference...
2020-12-16 Arnaud GierschCosmetics (and one less memleak).
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-11 Ehsan AzimiMerge with simgrid/master
2020-12-10 Arnaud GierschDon't define (nor use) any MSG symbol when MSG is not...
2020-12-10 Arnaud GierschConvert deprecated/msg/trace-process-migration to s4u...
2020-12-08 Arnaud GierschRename runtime option 'tracing/msg/process' to 'tracing...
2020-12-08 Arnaud Gierschnullptr one more time.
2020-12-08 Ehsan AzimiPull from simgrid/master and a subsequent merge with...
2020-12-08 Arnaud GierschConvert deprecated/msg/trace-masterworker to s4u/trace...
2020-12-08 Ehsan AzimiA Pull from simgrid/master and a subsequent merge
2020-12-07 Arnaud GierschSpacing cosmetics.
2020-12-07 Arnaud GierschFix misleading cmake message.
2020-12-07 Arnaud GierschReduce scope for variables.
2020-12-07 Arnaud GierschUseless code.
2020-12-07 Arnaud GierschFix type.
2020-12-07 Arnaud GierschConvert deprecated/msg/trace-host-user-variables to...
2020-12-07 Arnaud GierschConvert deprecated/msg/trace-link-user-variables to...
2020-12-07 Arnaud GierschConvert deprecated/msg/trace-host-user-variables to...
2020-12-07 Arnaud GierschConvert deprecated/msg/trace-categories to s4u/trace...
2020-12-07 Arnaud GierschChdir into example directory, and set srcdir.
2020-12-04 Ehsan Azimipull from simgrid/master and a subsequent merge with...
2020-12-04 Arnaud GierschChange timeout value to avoid a NetworkFailureException.
2020-12-04 Ehsan AzimiPull simgrid/master and a subsequent merge
2020-12-04 Arnaud GierschChange parameter to increase coverage.
2020-12-03 Arnaud GierschDry run MC examples for coverage.
2020-12-03 Arnaud GierschAllow to set a deadline for test.
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-27 Arnaud GierschDeclare function 'const'.
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud GierschReduce scope for variables.
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
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-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-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-18 Arnaud GierschEnum class in examples/s4u/dht-chord/.
2020-11-18 Arnaud GierschEnum class in examples/s4u/app-bittorrent/.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-22 adrien gougeonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-10-22 adrien gougeonupdated ns3 wifi example to be valid independently...
2020-10-22 AdrienMerge branch 'master' into 'master'
2020-10-22 adrien gougeonadded code and tesh files for ns3 wifi example
2020-10-22 adrien gougeonadded support for test s4u-network-ns3-wifi
2020-10-19 Arnaud GierschCorrect a few a/an.
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-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 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-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 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 Martin QuinsonNew 'WiFi' routing, that makes it easier to specify...
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-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-27 Augustin Degommewhen enable_debug is turned off, these tests were failing.
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 Martin QuinsonAdd an example of wifi communication
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 Courageuxplugin wifi
2020-07-03 Arnaud Giersch[sonar] Const for pointer and reference parameters...
next