Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mcapi::restore_initial_state() in replay()
[simgrid.git] / examples /
2020-12-11 Ehsan AzimiMerge with simgrid/master
2020-12-10 Arnaud GierschFix file names for examples in doc.
2020-12-10 Arnaud GierschRemove mostly empty files.
2020-12-10 Arnaud GierschDon't define (nor use) any MSG symbol when MSG is not...
2020-12-10 Arnaud GierschMove bits of documentation for recently converted traci...
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 GierschFire Comm::on_completion in any case.
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-05 Arnaud Giersch[sonar] s/NULL/nullptr.
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 GierschPlease cppcheck.
2020-12-04 Arnaud GierschIncrease coverage.
2020-12-04 Arnaud GierschFix comment.
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-27 Arnaud GierschFinish replacing calloc with xbt_new0 in example.
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud GierschReduce scope for variables.
2020-11-26 Arnaud GierschUse xbt_new0 (calloc may fail).
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-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-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-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
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
next