Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
modernize cabinet creation
[simgrid.git] / examples /
2021-04-07 Arnaud GierschFix cloud.xml: symmetrical routes are implicit.
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 SUTER Fredericreindent
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-04-01 Arnaud GierschMove declarations for xbt_abort and xbt_die to xbt...
2021-03-27 Arnaud Giersch[sonar] Useless parentheses.
2021-03-25 Arnaud GierschBetter fix for constness of argv in sg_actor_start...
2021-03-25 Martin QuinsonMerge branch 'models_type_rework_part2_try2' into ...
2021-03-24 Arnaud GierschRemove a level of constness for argv parameter of sg_ac...
2021-03-23 Arnaud GierschUse C++ functions to parse file.
2021-03-22 Martin QuinsonFix make distcheck
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-17 Arnaud GierschAugment test to cover sem_acquire_timeout.
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-02 Augustin DegommeAdd simple example using smpi_execute_* calls inside...
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.
next