Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Begin filling in computations of ex(C) and en(C)
[simgrid.git] / teshsuite / mc /
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-23 Arnaud GierschUse C++17's std::scoped_lock where appropriate.
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-18 Martin QuinsonKill src/include
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-03 Arnaud GierschUpdate random-bug-nocrash.tesh after last changes.
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Martin QuinsonMC: tell the user about how to use the replay path...
2022-11-01 Martin QuinsonDisplay the stack of each actor during a MC replay...
2022-10-31 Martin QuinsonMC replay: check whether there is a deadlock after...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-08-25 Arnaud GierschUpdate tesh file.
2022-08-02 Martin QuinsonMerge an initialization function into the constructor
2022-07-30 Martin QuinsonAnd now cleanup the App-side of cruft that was needed...
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-18 Martin QuinsonSpecify actor in the MC traces
2022-03-17 Arnaud GierschSuppress trailing whitespaces.
2022-02-27 Martin QuinsonMC: after all, checker does not need the list of dead...
2022-02-19 Martin QuinsonFix a MC test that seem to be tested on freebsd only...
2022-02-18 Martin QuinsonRevalidate all SafetyChecker tesh now that the output...
2022-02-14 Arnaud GierschRevalidate random-bug-nocrash.tesh.
2022-02-12 Martin QuinsonImprove the final stats reported by SafetyChecker,...
2022-02-11 Martin QuinsonImplement the RandomTransition
2022-01-30 Martin QuinsonReorg the cmake in teshuite/mc to factorize things...
2022-01-20 SUTER FredericCleanup in log categories
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-09-21 SUTER Fredericuseless cosmetic commit
2021-09-21 SUTER Fredericplease sonar, get_clock is a static method
2021-09-20 SUTER Fredericsave some hidden calls to Engine::get_instance
2021-09-17 SUTER FredericMerge branch 'no_simix_global'
2021-09-17 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-17 SUTER Frederictransfer some parts of the initialization from SIMIX_gl...
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-07-21 Arnaud GierschUse workaround only for versions of libdw known to...
2021-03-27 Arnaud GierschReplace std::random with xbt::random.
2021-03-18 Martin QuinsonAdd a tests-mc target to rebuild only what's needed...
2021-03-14 Martin QuinsonMC gets the addresses of variables it needs from the...
2021-03-14 Martin QuinsonMC: lazily load the dwarf information
2021-03-13 Martin QuinsonRename mc::RemoteSimulation into mc::RemoteProcess
2021-03-10 Arnaud GierschMerge branch 's4u/model_list' into 'master'
2021-03-10 Arnaud GierschSonar prefers nullptr.
2021-03-09 Arnaud GierschMake scan-build ignore volontary null-pointer dereference.
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschMinor reindent.
2021-03-08 Martin QuinsonMC: Extend the random-bug example to test what's going...
2021-03-02 Arnaud GierschUncomment debug message.
2021-03-01 Arnaud GierschFix usage string.
2021-02-28 Martin Quinsonobjectification of MC simcall achieved -- many tests...
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-19 Arnaud GierschUse :: to call get_clock() which is a static member...
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-26 Martin Quinsonlogs: Allow %a instead of %P to display the actor name
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-17 Arnaud GierschUseless cast to void*.
2020-12-17 Arnaud GierschUse Mailbox::get_unique<>(), and save a few delete.
2020-12-17 Arnaud GierschUse typed Mailbox::get<>() instead of using static_cast...
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-04 Ehsan AzimiPull simgrid/master and a subsequent merge
2020-12-04 Arnaud GierschCosmetics (uppercase).
2020-12-03 Arnaud GierschDry run MC examples for coverage.
2020-12-03 Arnaud GierschUnused argument.
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-19 Arnaud GierschCosmetics.
2020-11-18 Arnaud GierschEnum class in teshsuite/mc/random-bug/.
2020-11-16 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-11 Arnaud GierschAvoid nested try-catch blocks.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-09 Arnaud GierschSonar smells.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (teshsuite/).
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-09 Arnaud Giersch[sonar] Explicit cast when loosing precision (teshsuite/).
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-02-07 Arnaud GierschPursue deprecation of xbt/synchro.h.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-01 Arnaud Giersch[sonar] const++
2020-01-31 Arnaud GierschFix test mc/mutex-handling.
2020-01-30 Martin QuinsonMerge branch 'depencencies' into 'master'
2020-01-30 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2020-01-30 Martin QuinsonAdd a cmake flag to not compile MSG at all
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-31 Arnaud Giersch[sonar] Another bunch of const qualifiers.
2019-12-30 Arnaud GierschMisc const qualifiers following yesterday's changes.
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-18 Frederic Sutercodefactor: a few more annoying spaces
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-08-17 Martin Quinsonuse assignment to non-trivial class rather than artific...
2019-07-11 Arnaud Giersch[sonar] Handle default case in switch statements.
next