Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / examples /
2021-03-01 Frederic SuterRollback a little in programmatic description of disks
2021-02-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-26 Frederic Suterextend example with another disk
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-22 Arnaud GierschReturn 0 on failure.
2021-02-19 Frederic Suterconvert one more test of ptask_L07 model
2021-02-19 Martin QuinsonFix a bunch of errors in the documentation
2021-02-19 Arnaud GierschUse :: to call get_clock() which is a static member...
2021-02-18 Frederic Suterfix and convert another ptask_L07 test
2021-02-18 Frederic Suterconvert more simdag tests
2021-02-18 Martin Quinsongramarly the s4u reference doc
2021-02-18 Martin Quinsongrammarly the beginning of the doc
2021-02-16 Frederic SuterStart to replace old simdag tests of the ptask_L07...
2021-02-12 Martin QuinsonIntroduce the sg4 namespace alias in all comm examples
2021-02-11 Arnaud GierschUse nullptr rather than 0.
2021-02-10 Martin QuinsonMerge branch 'local changes'
2021-02-10 Martin Quinsonmv examples/s4u examples/cpp
2021-02-09 Arnaud GierschCmake: allow wildcards (*, ^) when listing factories.
2021-02-04 Frederic SuterImplement a second veto on start. Activity must be...
2021-02-04 Frederic SuterHost::exec_async was an init(), fix that.
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-02-03 Frederic SuterStorage-kill: get rid of this platform file
2021-02-03 Frederic SuterStorage-kill: remove java bindings
2021-02-02 Martin QuinsonFix make distcheck
2021-02-02 Martin Quinsonhaving generated files in the git is of no use for...
2021-01-28 Martin QuinsonAlso fix the ns3 log channels. What a debacle...
2021-01-27 Martin QuinsonY U NO test before commit/push??
2021-01-27 Arnaud GierschAvoid to define log categories twice.
2021-01-26 Martin Quinsonlogs: Allow %a instead of %P to display the actor name
2021-01-25 Martin QuinsonRevert "Assert that the log categories are unique"
2021-01-25 Martin QuinsonAssert that the log categories are unique
2021-01-25 Martin QuinsonStart cleaning up the log channel hierarchy
2021-01-23 Martin Quinsoncosmetics: define and use the sg4 namespace as a shortc...
2021-01-23 Martin QuinsonFix a bunch of issues with the documentation
2021-01-23 Martin QuinsonRename an example: I'm always looking for a simple...
2021-01-20 eazimiMerge with fragmagit/master
2021-01-20 Martin QuinsonMake it possible to detach direct communications
2021-01-20 Martin QuinsonNew functions: Comm::sendto_{init,async}
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 eazimimerge with framagit/master
2021-01-12 eazimiMerge with framagit/master
2021-01-12 Arnaud GierschUse const reference for std::string parameter.
2021-01-12 Arnaud GierschReduce scope for variables.
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 Degommetest failure fix for #45.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
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."
next