Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New example: Torus cluster of multi-cpu hosts(Star Zones)
[simgrid.git] / examples / cpp /
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