Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
warnings-=2
[simgrid.git] / teshsuite / msg /
2019-05-09 Arnaud GierschEnable some more test with memcheck, but with disabled...
2019-05-09 Arnaud GierschTesh files: kill obsolete variables SG_TEST_EXENV and...
2019-05-07 Arnaud GierschEnsure the task is correctly destroyed when the host...
2019-04-24 Arnaud GierschFIXME is obsolete.
2019-04-02 Arnaud GierschRemove superfluous simcall.
2019-04-01 Arnaud GierschRevalidate tests, now that detached sends are not cance...
2019-03-16 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-03-15 Martin Quinsonactors on failing hosts should die silently and with...
2019-03-07 Frederic Suterpoor damage control for tonight only
2019-03-07 Frederic Suterrevalidate another tesh
2019-03-07 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-07 Frederic Suterrevalidate tesh
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-04 Martin QuinsonSanitize the prototype of Actor::on_exit() callbacks
2019-02-28 Martin QuinsonDon't give actors a chance to survive their exec if...
2019-02-27 Arnaud GierschReplace #define with constexpr declarations.
2019-02-27 Arnaud GierschKill unused constants.
2019-02-27 Frederic Sutermake MSG_process_create die if host is off.
2019-02-25 Frederic Sutersimplify these tests
2019-02-25 Frederic Suterdo not promote bad practices: use "accessor" to get...
2019-02-22 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-22 Arnaud GierschMSG is a C API and should not throw.
2019-02-12 Arnaud GierschPlug memory leaks for tests 1 to 5.
2019-02-12 Frederic Suterkeep a return value for MSG_process_sleep
2019-02-12 Frederic Suterfix build
2019-02-09 Martin Quinsonmv examples/platforms/two_hosts_platform_with_availabil...
2019-02-04 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-04 Arnaud Giersch[codacy/cppcheck] A few more issues.
2019-01-16 Martin QuinsonRevert "Disable parallel executions with non-thread...
2019-01-16 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-16 Arnaud GierschTest for msg-task-priority is still present; run it...
2019-01-11 Martin Quinsondo not build the examples by default, only when running...
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-11-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-11-21 Martin QuinsonMerge pull request #316 from bcamus/master
2018-11-20 bcamusfix a bug related to the CPU utilization of multi-core VM
2018-10-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-14 Martin Quinsonmove the DTD file from gforge to our own homepage
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-10-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-02 Arnaud GierschMark unused parameters.
2018-09-24 Arnaud GierschDisable parallel executions with non-thread contexts...
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-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-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-09-11 Arnaud GierschTypo.
2018-08-29 Martin Quinsonkill a superseeded sub-test, and fix another one
2018-08-26 Martin QuinsonMSG_process_sleep should intercept HostFailureException...
2018-08-25 Martin Quinsonconvert some catch locations to simgrid::HostFailureExc...
2018-08-25 Martin QuinsonRename simgrid::exception into simgrid::Exception
2018-08-24 Martin Quinsonmerge xbt/ex.hpp into simgrid/exception.hpp
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 QuinsonMerge branches 'auto_restart' and 'auto_restart' of...
2018-08-05 Frederic SuterWarn processes killed because their host was turned...
2018-07-13 Arnaud GierschUnused parameters.
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-13 Frederic Suterfix build and typo
2018-07-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-13 Frederic Sutersleep activities throw exception on host failure
2018-07-08 Martin QuinsonAllow to register plugins from their file, w/o touching...
2018-05-23 Martin Quinsonfix a gramatical error all over our variables
2018-05-08 Martin Quinson'not' is not a C keyword (C++ only) -- bummer
2018-05-08 Martin Quinsoncosmetics: use explicitly 'not' instead of a raw !
2018-05-07 Arnaud GierschUse xxx_is_empty().
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-03-28 Christian Heinrich[MSG/Replay] Delete old msg/replay code
2018-03-13 Martin Quinsonpublic headers should include simgrid in a system-wide...
2018-03-10 Martin Quinsonspeed the tests a bit: no need to test MSG with all...
2018-02-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-02-22 Arnaud GierschRename two more files in msg/app-bittorrent/.
2018-02-13 Christian Heinrich[ENERGY] The energy now depends on the HostLoad plugin.
2018-02-13 degommerename two files in examples
2018-02-13 Arnaud GierschKill function declarations without definitions.
2018-02-01 Millian Poquet[#!] #! ./tesh -> #!/usr/bin/env tesh
2018-01-23 Frederic SuterMake MSG fade away (part 2)
2018-01-23 Frederic SuterMaking MSG fade away (part 1)
2018-01-11 Frederic SuterMessing up with VM
2018-01-11 Frederic Suterconvert cloud-migration example
2018-01-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-27 Arnaud GierschReturn 1.0 if the task has not started.
2017-12-27 Arnaud GierschMake messages match the code.
2017-12-27 Arnaud GierschDead assignments.
2017-12-26 Frederic Suterget rid of the vm_params struct
2017-12-26 Frederic Suteradd Exec::setBound (and what lies beneath)
2017-12-26 Frederic Sutervm_migrate is now part of the live_migration plugin \o/
2017-12-18 Frederic Suterone step toward a live migration plugin
2017-12-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-16 Martin Quinsondeport three other MSG examples
2017-12-14 Martin Quinsonconvert another example to s4u, and move the MSG versio...
2017-12-12 Martin Quinsonanother MSG example fades away
2017-12-10 Martin Quinsonyet another msg examples thrown away
next