Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Target_libs may be multiple.
[simgrid.git] / examples / s4u /
2018-09-18 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-09-18 Martin QuinsonUnify the host names in cluster description files
2018-09-18 Arnaud GierschMove check for null pointer before dereference.
2018-09-18 Martin Quinsonfix make distcheck, as usual :(
2018-09-17 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-09-17 Martin QuinsonRename cluster.xml to cluster_backbone.xml
2018-09-17 Martin Quinsoncleanups in the cluster platform files
2018-09-13 Martin QuinsonMerge pull request #292 from kovin/master
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-09-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-09-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-09-06 Martin Quinsondont use send/receive on mailboxes, but put/get
2018-08-29 Martin Quinsondisable the platform-failure tests for now, sorry
2018-08-29 Martin Quinsonimprove debug messages and error reporting
2018-08-25 Martin Quinsonconvert xbt_ex(timeout_error) catching locations to...
2018-08-25 Martin Quinsonconvert all xbt_ex(host_error) catching locations to...
2018-08-25 Martin Quinsonconvert some catch locations to simgrid::HostFailureExc...
2018-08-24 Martin Quinsonmerge xbt/ex.hpp into simgrid/exception.hpp
2018-08-24 Martin Quinsonnew test for the Activity::wait_until() function
2018-08-24 Martin Quinsonthese examples should not diverge
2018-08-24 Martin Quinsonrename Activity::wait(double) to Activity::wait_for...
2018-08-24 Martin Quinsonvarious sonar cleanups
2018-08-24 Martin Quinsondocs: present asynchronous activities
2018-08-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-17 Martin Quinsontuto_s4u: add an exercise about the Mailboxes, and...
2018-08-16 Martin Quinsondocs: rename a file to sort things out
2018-08-16 Martin Quinsonmake examples/s4u/app-masterworkers more complex to...
2018-08-15 Frederic Suterbummer
2018-08-15 Frederic Suterplug leak
2018-08-15 Frederic Suterthe host_that_restart global is now useless
2018-08-14 Frederic Suterdon't bother with paths and copy the XML
2018-08-14 Kevin PiotrkowskiCover with a test Mailbox::ready() method introduced...
2018-08-13 Frederic Suterfix example
2018-08-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-08-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-12 Martin QuinsonMerge branch 'auto_restart' into 'master'
2018-08-11 Martin Quinsonwoops, broken merge
2018-08-11 Martin QuinsonMerge branches 'auto_restart' and 'auto_restart' of...
2018-08-10 Martin Quinsonprefer the C++ API in C++ examples
2018-08-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-09 Martin Quinsonsimplify this example, that is used by the tuto
2018-08-08 Frederic Suteradd the Storage::read_async and Storage::write_async...
2018-08-07 Arnaud GierschFix dist.
2018-08-07 Martin Quinsondocumentation cleanups
2018-08-07 Martin Quinsondoc: current state of the future generation documentation
2018-08-07 Martin Quinsoncosmetics in these examples
2018-08-07 Martin Quinsonsplit the s4u-app-masterworkers examples in two
2018-08-06 Martin Quinsonvarious doc fixes
2018-08-06 Martin Quinsondoc: fix a broken link due to the recent file rename
2018-08-06 Martin Quinsondoc: current state of the future generation documentation
2018-08-06 Frederic Sutermake the XBT_INFO match beetween MSG and S4U
2018-08-06 Frederic Suterthis example works \o/
2018-08-06 Martin Quinsoncosmetics in these examples
2018-08-05 Martin Quinsonsplit the s4u-app-masterworkers examples in two
2018-08-05 Frederic Suterrevalidate the tesh a bit further
2018-08-05 Frederic Suteradd more info and revalidate to where it diverges
2018-08-05 Frederic Suterreactivate broken tests
2018-08-03 Martin QuinsonMerge branch 'async_io' into 'master'
2018-07-31 Martin Quinsonwoops, revalidate this tesh too
2018-07-31 Martin Quinsonsimplify this example
2018-07-30 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-28 Frederic Sutertest exec->cancel() and simplify another test
2018-07-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-26 Frederic Sutersonar
2018-07-20 Frederic Suterfix comment in example
2018-07-18 Martin Quinsonsnake_case s4u API in the example documentation
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-17 Martin Quinsonsonar: unused parameter
2018-07-17 Frederic Suterinitialize value to finalize (-1)
2018-07-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-16 Frederic SuterMSG to S4U conversion.
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-13 Martin QuinsonTracing: rename power to speed, and add a core_amount...
2018-07-11 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-11 Frederic Suterextend the example with heterogeneous parallel task
2018-07-09 Martin Quinsonbetter (?) grammar
2018-07-09 Martin Quinsonthis_actor::exit() is a better name than this_actor...
2018-07-09 Martin Quinsonmake the output readable for very large task amounts too
2018-07-08 Martin Quinsonmake the output readable for very large task amounts too
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-23 Martin Quinsonsnake_case s4u::Host and improve doc
2018-06-23 Martin QuinsonMerge pull request #272 from mpoquet/SMPI_convert
2018-06-18 Arnaud GierschCosmetics, there's no more MSG in those examples.
2018-06-16 Martin Quinsonsnake_case s4u::Mutex
2018-06-14 Martin Quinsonstart snake_casing VirtualMachine
2018-06-10 Martin Quinsonnaming consistency (+snake_casing)
2018-06-10 Martin Quinsonfurther snake_case NetZone
2018-06-10 Martin Quinsonuse unordered_maps to store properties
2018-06-09 Martin Quinsonstart snake_casing NetZone. Many cleanups to come
2018-06-06 Frederic Sutersnake case storage
2018-06-04 Martin Quinsontry to avoid a false positive on sonar saying that...
2018-06-03 Martin Quinsonhost-filtering example: improve doc, and add to documen...
2018-06-03 Martin Quinsonsonar: Mark constructors as explicit
2018-06-01 Augustin Degommefix build on 32 bit systems
2018-06-01 Christian Heinrich[S4U] Implement Engine::get_filtered_hosts
2018-06-01 Christian Heinrich[S4U] Add some tests for upcoming filtering feature
2018-06-01 Arnaud GierschUse new style Actor::on_exit().
2018-05-23 Martin Quinsonsnake_case some easy parts of s4u::Host
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
next