Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
python detection with pythoninterp was deprecated in cmake 3.12. And breaks in 3.19
[simgrid.git] / teshsuite /
2020-11-21 Arnaud GierschRemove more new/delete, this time for lmm::System in...
2020-11-21 Arnaud GierschRemove useless new/delete (please sonar).
2020-11-19 Arnaud GierschCosmetics.
2020-11-18 Arnaud GierschUseless std::move.
2020-11-18 Arnaud GierschEnum class in teshsuite/mc/random-bug/.
2020-11-11 Arnaud GierschAvoid nested try-catch blocks.
2020-10-28 Arnaud GierschAvoid null pointer dereferencing.
2020-10-27 Martin QuinsonAdd a test for GH#345
2020-10-23 Arnaud GierschMore coding style updates for sg_host.
2020-10-23 Arnaud GierschMore coding style updates for sg_link.
2020-10-23 Arnaud GierschFollow coding style for sg_actor_{get,set}_data.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-10-18 Martin QuinsonCosmetics in the ns3 teshsuite
2020-10-18 Martin Quinsonns3: ensure that sending from an host to itself does...
2020-10-17 Martin Quinsonfix a memleak
2020-10-17 Martin Quinsontiny cleanups in platform examples
2020-10-17 Arnaud GierschDon't include <xbt/functional.hpp> when it's not needed.
2020-10-15 Arnaud Giersch[sonar] Replace some C-style arrays.
2020-10-13 Augustin DegommeRevert "move fort_args test to a "fort args" folder...
2020-10-13 Augustin DegommeRevert "try to help cmake on freebsd"
2020-10-13 Augustin DegommeRevert "Try to help for freebsd and paths. Thanks Matth...
2020-10-13 Augustin DegommeTry to help for freebsd and paths. Thanks Matthieu...
2020-10-12 Augustin Degommetry to help cmake on freebsd
2020-10-11 Augustin Degommemove fort_args test to a "fort args" folder, with a...
2020-10-09 Arnaud GierschSonar smells.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschPrefer to use emplace_back.
2020-10-06 Arnaud GierschPrefer nullptr and bool literals.
2020-10-05 Arnaud GierschPrefer C++ headers, and C++-style void-arg declarations.
2020-10-05 Martin QuinsonNew 'WiFi' routing, that makes it easier to specify...
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (teshsuite/).
2020-10-02 Arnaud GierschReduce scope for loop variables.
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-27 Augustin Degommethese tests need debug messages, don't run them if...
2020-07-15 Arnaud GierschRename examples: slave -> worker.
2020-07-09 Martin QuinsonMerge branch 'master' into klement
2020-07-09 Arnaud Giersch[sonar] Explicit cast when loosing precision (teshsuite/).
2020-07-09 Arnaud Gierschconst++
2020-07-09 Arnaud GierschSuppress global variable.
2020-07-08 Martin QuinsonProvide a S4U function to control the SNR level of...
2020-07-04 Arnaud GierschUse correct type for variables, and avoid loosing preci...
2020-07-04 Arnaud Giersch[sonar] Make cast explicit.
2020-07-04 Arnaud GierschFix return type.
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-03 Arnaud Giersch[sonar] Const for local variables.
2020-07-02 Arnaud Giersch[sonar] Convert integer literals to bool literals.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in examples/ and...
2020-07-01 Arnaud Giersch[sonar] Declare function "noreturn".
2020-06-12 Augustin Degommespeeling mistakes in teshsuite (even mpich tests becaus...
2020-06-11 Martin QuinsonFinish converting the way we use cfg=smpi/host-speed...
2020-06-10 Martin QuinsonAccept units for 'smpi/host-speed' config element
2020-06-06 Augustin DegommeFix MPI_Type_dup for derived datatypes.
2020-06-05 Augustin DegommeImplement MPI_Type_get_envelope and MPI_Type_get_contents
2020-06-03 Augustin Degommerequalify all SMPI tesh files with timing information...
2020-05-27 Arnaud GierschRemove redundant blank lines (codefactor).
2020-05-14 Martin Quinsonfix how wifi's host_rate is used in communicate()
2020-05-10 Martin Quinsonsonar: also ignore S5271 for the examples in C++
2020-05-10 Martin QuinsonBetter fix for FG#50
2020-05-10 Martin Quinsonplease codacy by not setting a variable we won't use
2020-05-09 Martin QuinsonEnsure that suspending an actor running later in the...
2020-05-09 Martin QuinsonMC: Further renamings
2020-05-06 Martin QuinsonMC: actually remove the comm channel from RemoteClientM...
2020-05-06 Martin QuinsonMC: rename remote/RemoteClient -> remote/RemoteClientMe...
2020-04-02 Frederic Suterrevalidate Java tesh files
2020-04-02 Frederic Suterreduce dependency on msg.h
2020-04-01 Loic GueganAdd WIFI decay model along with tesh tests.
2020-03-30 Frederic Suterdo not include msg.h when not needed
2020-03-30 Frederic Suteruse listen_from in s4u test and kill the MSG one
2020-03-30 Frederic Suterconvert get-sender test
2020-03-28 Arnaud GierschSilly workaround for coverage build with gcc-10.
2020-03-25 Frederic Suterconvert msg/cloud-two-tasks to s4u/cloud-two-execs
2020-03-25 Frederic Suterconvert teshsuite/msg/io-file to examples/c/io-file...
2020-03-20 Frederic Sutertry to please sonar and Intel compiler
2020-03-19 Frederic Suterplease sonar
2020-03-19 Frederic Suterconvert and massevely rewrite app-bittorrent
2020-03-16 Frederic Suterconvert (and simplify a bit) dht-kademlia example
2020-03-12 Arnaud GierschCosmetic rename.
2020-03-12 Arnaud GierschTwo tests are fixed.
2020-03-10 Frederic Suterconvert platform-properties
2020-03-09 Frederic Suterplug leak and use string
2020-03-09 Arnaud GierschMore const.
2020-03-08 Frederic Suterconvert another MSG test
2020-03-08 Frederic Suterremove test
2020-03-08 Frederic Suterthese are not c++ tests
2020-03-08 Frederic Suterconvert trace-integration test
2020-03-06 Frederic Suterthis is examples/c/exec-basic
2020-03-06 Augustin Degommefix io-shared test, which was just a little bit too...
2020-03-06 Augustin Degommedisable SMPI/IO shared test pending investigation.
2020-03-06 Augustin Degommerequalify tesh to account for default value change...
2020-03-05 Martin Quinsonmove actor-stacksize from teshsuite to examples now...
2020-03-05 Martin Quinsonallow to specify the stack size on a per-actor basis
2020-03-04 Frederic Suterconvert and simplify msg/process-lifetime
2020-03-03 Martin Quinsonconvert another teshsuite/simix test into teshsuite...
2020-03-03 Martin Quinsonfix make dist, as usual
2020-03-03 Martin Quinsonclose gforge bug 18137 (allow different stack sizes...
2020-02-26 Arnaud Giersch[sonar] Don't modify condition variable twice in for...
2020-02-26 Arnaud Giersch[sonar] Change raw for-loops to range for-loops.
next