Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'Takishipp-actor-startkilltime'
[simgrid.git] / examples / s4u / app-token-ring /
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-14 Arnaud GierschChange getName() and add getCname() in s4u::Mailbox.
2017-10-11 Arnaud GierschUse std::string in s4u examples.
2017-10-04 Arnaud GierschRemove useless includes for xbt/str.h.
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-09-12 Martin Quinsonfewer explicit news are fewer possible leaks
2017-09-10 Martin Quinsons|s4u_|s4u-|
2017-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-23 Arnaud GierschUse (const) references with range-based for loops.
2017-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-25 Frederic Suterlet parsing raise C++ exceptions, kill a dict, reindent
2017-07-06 Martin Quinsontend to the google coding standards in all S4U API
2017-07-06 Martin QuinsonYou don't send a mailbox, but instead put stuff on it
2017-07-06 Martin QuinsonFix clang build
2017-07-06 Martin QuinsonRework the OO design of S4U comms
2017-07-05 Martin Quinsonmake it clear to static analyzers that this mem is...
2017-03-15 Martin QuinsonNew: Engine::hostList() and Engine::hostCount(). Still...
2017-03-10 Frederic SuterS4U is a true API, it has to have its own master-worker ;)
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 Martin Quinsoncosmetics
2017-03-08 Martin Quinsonplug a memleak
2017-03-07 Frederic Suteruse a map for host list and fix s4u example
2017-03-07 Frederic Suteradd a S4U example: token-ring