Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'doc_link' into 'master'
[simgrid.git] / examples / cpp /
2021-07-22 Arnaud GierschSonar smells.
2021-07-16 Bruno DonassoloThe next day sonar commit
2021-07-15 Bruno DonassoloHost: non-linear constraints
2021-07-15 Bruno DonassoloLink: Non-linear constraints
2021-07-15 Bruno DonassoloDisk: Non-linear contraints
2021-07-06 Arnaud GierschMake single argument constructor LinkInRoute::LinkInRou...
2021-07-01 Bruno DonassoloSonar variety
2021-06-30 Bruno DonassoloMerge branch 'split_link_impl' into 'master'
2021-06-28 Bruno DonassoloSplit-Duplex: new management
2021-06-24 Arnaud GierschCorrectly remove generated files.
2021-06-23 Arnaud GierschUse ssize_t for Exec::wait_any and Io::wait_any too.
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::wait_any.
2021-06-23 Arnaud GierschTwo more s/pointer/reference/ for std::vector parameter.
2021-06-23 Arnaud GierschPrefer a reference for first parameter of {test,wait...
2021-06-22 Arnaud GierschAdd missing copyright notices.
2021-06-21 Bruno DonassoloLink::set_concurrency_limit
2021-06-13 Arnaud GierschCleanup in .gitignore files; delete obsolete tesh file...
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-04 Bruno DonassoloChange C++ platform example
2021-06-04 Bruno DonassoloRuns examples with C++ platform description
2021-06-02 Arnaud GierschGet rid of "%s" in second argument of function xbt_str_...
2021-06-01 Bruno DonassoloFix link-load test
2021-06-01 Bruno DonassoloFix timing of Vivaldi/two_peers.xml tests
2021-06-01 Bruno DonassoloFix timing of Wi-Fi tests.
2021-06-01 Bruno DonassoloAdjust dynamic network-factors test.
2021-06-01 Arnaud GierschUseless tests for emptyness.
2021-05-31 Arnaud GierschReplace redundant type with 'auto'.
2021-05-31 Arnaud GierschAdd some 'const' qualifiers.
2021-05-25 SUTER FredericChange way Mailboxes are create, stored, and destroyed
2021-05-25 Arnaud GierschCoding style: ! -> 'not'.
2021-05-25 Arnaud Giersch[sonar] Unused parameter.
2021-05-25 Bruno DonassoloPlease sonar
2021-05-24 Bruno DonassoloAdjust test timing
2021-05-24 Bruno DonassoloDynamic factors: implement and test
2021-05-21 SUTER Fredericprocess -> actor
2021-05-19 SUTER Fredericintroduce a new plugin: stock implementation of a Produ...
2021-05-10 Bruno DonassoloFix example: seal zone
2021-05-10 Arnaud Giersch[cppcheck] Pass parameters by const reference.
2021-05-04 Bruno DonassoloDragonflyZone: Add limiters for switches
2021-05-04 Bruno DonassoloFatTreeZone: Add limiters for switches
2021-05-04 Bruno DonassoloTorusZone: Add limiter for destination node
2021-05-04 Bruno DonassoloMix create_host and add_route during platf creation.
2021-05-03 Arnaud GierschFix test s4u-exec-ptask: task needs to be canceled...
2021-05-03 Arnaud GierschImprove messages: timeout is for the 'wait', not for...
2021-04-30 Bruno DonassoloTorus/Fat-Tree/Dragonfly: Aggregate callbacks
2021-04-28 Bruno DonassoloNew: s4u::create_dragonfly_zone
2021-04-27 Bruno DonassoloNew example: Fat Tree cluster of multi-cpu hosts(Star...
2021-04-27 SUTER Fredericadd a (modern) wait_any for Io activities. Thx agier!
2021-04-26 Bruno DonassoloTry to please sonar
2021-04-23 Bruno DonassoloImprovements in torus test
2021-04-23 Bruno DonassoloNew example: Torus cluster of multi-cpu hosts(Star...
2021-04-19 Arnaud GierschUse std algorithm.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-16 Arnaud GierschUse const& for std::string parameters.
2021-04-15 Arnaud GierschUse rule-of-three, and hope to please sonar without...
2021-04-14 Arnaud GierschRevert "Delete the implicitely defined move constructor."
2021-04-14 Arnaud GierschDelete the implicitely defined move constructor.
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud Giersch[sonar] Const in s4u::Disk.
2021-04-02 Arnaud GierschAvoid a local variable only used by xbt_assert.
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-03-27 Arnaud Giersch[sonar] Useless parentheses.
2021-03-22 Martin QuinsonSanitize how tracefiles are handled
2021-03-19 Arnaud GierschDon't mix public and private fields (sonar).
2021-03-19 Arnaud GierschFactorize handling of asynchronous receives.
2021-03-18 Martin QuinsonAdd a tests-mc target to rebuild only what's needed...
2021-03-17 Arnaud GierschTypos.
2021-03-11 Martin QuinsonMerge pull request #374 from adegomme/master
2021-03-11 Arnaud Giersch[sonar] Use :: to call static member functions.
2021-03-10 Martin QuinsonTwo small sonar fixes
2021-03-09 Frederic Suterextend example to include a ptask with timeout
2021-03-08 Frederic Suterfix GH#343
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschRemove useless declaration of default destructor.
2021-03-08 Frederic Suternew example with ptasks on multi-core hosts
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-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-19 Arnaud GierschUse :: to call get_clock() which is a static member...
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