Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix smpi test
[simgrid.git] / examples /
2017-11-21 Frederic Suterfix smpi test
2017-11-21 Frederic Suterupdate doc on viva and remove more stuff
2017-11-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-21 Frederic Suterviva is a dead project
2017-11-21 Arnaud GierschMerge remote-tracking branch 'github/master'
2017-11-20 Frederic Suterfix borken link to ping-pong
2017-11-14 Arnaud GierschUse std::min/std::max instead of MIN/MAX in C++ files.
2017-11-13 Arnaud GierschRevalidate tesh files for replay_multiple too.
2017-11-13 Arnaud GierschRevalidate tesh files (DHT examples).
2017-11-13 Arnaud GierschRevalidate tesh files (trivial changes).
2017-11-09 Arnaud GierschSort this one too.
2017-11-09 Arnaud GierschMerge remote-tracking branch 'github/master'
2017-11-09 Arnaud GierschSort output for this test since several processes talk...
2017-11-08 Arnaud GierschUse plain vectors and references for link lists.
2017-11-07 Frederic Suterrevalidate tesh to account for the removed useless...
2017-10-31 Arnaud GierschDon't let field unitialized.
2017-10-31 Arnaud GierschFill empty if statement.
2017-10-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-25 Arnaud GierschKill last usage of xbt_basename().
2017-10-25 Arnaud GierschMissing includes.
2017-10-25 Arnaud GierschRemove last usage of xbt_getline.
2017-10-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-20 Martin Quinsonmake it compile (fix an old merge)
2017-10-20 Martin QuinsonMerge branch 'Takishipp-actor-priority'
2017-10-20 Martin QuinsonMerge branch 'actor-priority' of https://github.com...
2017-10-18 Arnaud GierschUse standard C/C++ attributes when available.
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-18 TakishippAdd actor-priority example to s4u API
2017-10-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-17 Arnaud GierschMark unused parameters in C code.
2017-10-16 Arnaud GierschAdd default label to switch.
2017-10-16 Arnaud GierschInvert variable to circumvent false positive of cppcheck.
2017-10-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-16 Arnaud GierschUse s4u API in example.
2017-10-16 Arnaud GierschComment name for unused parameters.
2017-10-15 Martin Quinsoncosmetics after integrating #229
2017-10-15 Martin QuinsonMerge branch 'Takishipp-actor-startkilltime'
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin Quinsonfollow up on #228: fix make dist and cleanups
2017-10-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-10-15 Frederic Suterkill last dicts in instr
2017-10-15 Martin Quinsoncosmetics after integrating #228
2017-10-15 Martin Quinsonremove bogus debug log file
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-14 Arnaud GierschChange getName() and add getCname() in s4u::Storage.
2017-10-14 Arnaud GierschChange getName() and add getCname() in s4u::Mailbox.
2017-10-14 Arnaud GierschConstify getName()/getCname() in s4u::Actor.
2017-10-14 Arnaud GierschCosmetics: one statement per declaration.
2017-10-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-12 Arnaud GierschFix memory leaks.
2017-10-12 Frederic Suterkill another dict in instr
2017-10-11 Arnaud GierschUse std::string in s4u examples.
2017-10-10 Arnaud GierschRemove useless typedef's from C++ files.
2017-10-10 Frederic Suterrevalidate tesh files
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-09 Arnaud GierschReduce number of Sonar smells in Java examples.
2017-10-09 Arnaud GierschUse Msg logger in Java examples.
2017-10-09 Takishippconvert actor-startkilltime to s4u API
2017-10-06 TakishippConvert actor-execute to s4u API
2017-10-05 Arnaud GierschCover the Full network/optim.
2017-10-05 Arnaud GierschCover the Reno2 network model.
2017-10-05 Arnaud GierschSet routing="None" for constant network model.
2017-10-05 Martin Quinsonadd a test to cover the Constant-time network model
2017-10-04 Arnaud GierschReduce code duplication.
2017-10-04 Arnaud GierschRemove lines of commented code spotted by sonar.
2017-10-04 Arnaud GierschRemove useless includes for xbt/str.h.
2017-10-02 Martin Quinsonfix teshfile according to my recent cosmetics
2017-10-02 Martin Quinsonfurther reduce the differences between the s4u-async...
2017-10-02 Martin Quinsonvarious cosmetics in the s4u-async-wait example
2017-10-02 Martin QuinsonMerge pull request #224 from Takishipp/async-wait
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-10-02 Takishipps4u-async-wait is complete
2017-09-30 Arnaud GierschComplete s4u-actor-kill to include a test for Actor...
2017-09-27 Arnaud GierschDelete unused copy constructor.
2017-09-27 Arnaud GierschTest comm before cancelation, and kill last leak in...
2017-09-26 Arnaud Gierschs4u-dht-chord: cancel pending comm.
2017-09-26 Arnaud Gierschs4u-dht-chord: free detached comms.
2017-09-22 TakishippAdd s4u-async-wait description to the readme
2017-09-14 Takishipps4u-async-wait example
2017-09-13 Arnaud GierschAdd missing tests with Boost context factory.
2017-09-12 Martin Quinsonfewer explicit news are fewer possible leaks
2017-09-12 Arnaud GierschRename Java examples.
2017-09-12 Arnaud GierschFix memory leaks.
2017-09-12 Arnaud GierschRemove duplicated line.
2017-09-10 Martin Quinsoncodacy
2017-09-10 Martin Quinsons|s4u_|s4u-|
2017-09-10 Martin Quinsonfix doc
2017-09-10 Martin Quinsonimplement simgrid::s4u::Comm::wait_all() and use it...
2017-09-10 Martin Quinsonreduce the differences between the s4u_async examples
2017-09-10 Martin Quinsonfix the s4u_async-waitany example
2017-09-10 Martin Quinsonmassive cleanups in the s4u-async-waitall example
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-09-09 Arnaud GierschFix unitialized value spotted by scan-build.
2017-09-09 Arnaud GierschStupid scan-build, this is always true.
2017-09-09 Arnaud GierschFix use-after-free.
2017-09-08 TakishippAdding integration tests of async-waitall and waitany
2017-09-08 TakishippMake some correction to the converted examples
2017-09-07 Takishippfix async-waitall example
2017-09-06 Takishippadd a description to s4u for the treated examples
2017-09-06 Takishippasyc-waitall is converted
next