Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
avoid xbt_strdup in c++ examples and tests
[simgrid.git] / examples / s4u / app-masterworker /
2017-12-02 Martin QuinsonMerge branch 'energy-pstate' of https://github.com...
2017-12-02 Martin Quinsonsimplify bindir platfdir in examples/s4u
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-10-18 ZitagccMerge branch 'master' into actor-priority
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-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-24 Arnaud GierschAvoid sending address of local variables.
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-07 Martin QuinsonMerge pull request #213 from bcamus/master
2017-08-07 Frederic Sutergetting rid of bprintf raises a potential bug :-/
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-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-05 Martin QuinsonUpdate all our XML files + next XML version will be...
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-03-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-03-20 Frederic Suterattempt to extend S4U to migrate actors
2017-03-13 Frederic Suterxbt_sr_parse to std::sto
2017-03-10 Frederic Suterfix build, and avoid (void*) cast
2017-03-10 Frederic SuterS4U is a true API, it has to have its own master-worker ;)