Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing include (for uintptr_t).
[simgrid.git] / teshsuite / s4u /
2022-06-21 Arnaud GierschMerge branch 'dev-cpuimpl-used' into 'master'
2022-06-02 Arnaud GierschAnother batch of pointer-to-const (sonar).
2022-05-30 Arnaud GierschMerge selected changes from branch 'simgrid-Jesse-McDon...
2022-05-30 Arnaud GierschPlease static checkers.
2022-05-25 Arnaud GierschMerge branch 'simgrid-platform_robustness'
2022-05-25 Arnaud GierschMerge branch 'simgrid-topo_simplification'
2022-05-25 Arnaud GierschTwo more sonar issues.
2022-05-24 Arnaud GierschSonar issues.
2022-05-20 Arnaud GierschUseless usage of c_str().
2022-05-20 Arnaud GierschToday's sonar/codefactor issues.
2022-05-20 Augustin DegommeMerge branch 'dev-add_comm_fault_scenario2' into 'master'
2022-05-20 Fabien ChaixRemove debug messages from tesh because it makes the...
2022-05-20 Augustin Degommefix for 32 bits
2022-05-20 Fabien ChaixRun all scenarios now that other MRs have been accepted
2022-05-20 Augustin DegommeMerge branch 'dev-add_comm_fault_scenario' into 'master'
2022-05-20 Fabien ChaixRevert "Run all scenarios now that other MRs have been...
2022-05-20 Fabien ChaixRun all scenarios now that other MRs have been accepted
2022-05-19 Fabien Chaixmore enum to use Simgrid macros
2022-05-19 Fabien ChaixUse Simgrid macro to get cleaner enums
2022-05-19 Fabien ChaixAdd comm_fault-scenarios to Tesh (only tests that pass...
2022-05-19 Fabien ChaixSpring refactoring of the comm_fault_cenarios test
2022-05-19 Fabien ChaixHandle onesided=detached comms and clean up the comm_fa...
2022-05-19 Fabien ChaixAdded message before the test
2022-05-19 Fabien ChaixDecrease verbosity when test pass
2022-05-19 Fabien ChaixAdd the fault scenario test
2022-05-19 Fabien ChaixInitial versio of the fault scenario test
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-22 Arnaud GierschMisc Python smells from codefactor.io.
2022-03-18 Bruno DonassoloFix ctest for no Eigen builds
2022-03-18 Bruno DonassoloDisk: add solver as an option
2022-03-18 Bruno DonassoloSolver as an configuration option for CPU
2022-03-17 Arnaud GierschSuppress trailing whitespaces.
2022-03-16 Arnaud GierschFix spurious compilation warning.
2022-03-16 Arnaud GierschMake example storage_client_server use s4u::File::open...
2022-03-16 Arnaud GierschSimcalls are not allowed on exit, even when cheating...
2022-03-16 Martin QuinsonMerge branch 'add_barrier_python_bindings' into 'master'
2022-03-15 Arnaud GierschUse existing helper function.
2022-03-15 Arnaud GierschRename TESH_WRAPPER -> VALGRIND_WRAPPER.
2022-03-14 Martin QuinsonMerge branch 'dev-profile-callbacks' into 'master'
2022-03-14 Fabien ChaixRefactoring profiles to use generic callbacks
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin Quinsonmake the semaphore monkey more robust to deadlocks...
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-10 Arnaud GierschAdd unit tests aiming at covering Comm::send and Comm...
2022-03-09 Martin QuinsonBetter split between the cleanups from self and the...
2022-03-09 Arnaud GierschDefine initial value, even if it's useless.
2022-03-09 Martin QuinsonIntroduce a Trait to deal with autorestart matter in...
2022-03-09 Martin Quinsonuse get_restart_count from the monkey-masterwork, for...
2022-03-09 Martin Quinsonnew: Actor::get_restart_count(): Returns the number...
2022-03-07 Bruno DonassoloMerge branch 'bmf' into 'master'
2022-03-07 Arnaud GierschSonar here too.
2022-03-06 Arnaud GierschUse RAII to simplify the release of semaphores on exit.
2022-03-04 Arnaud GierschUse -- to separate command [ci-skip]
2022-03-03 Martin QuinsonActivate valgrind analysis on monkey tests
2022-03-03 Martin Quinsonsemaphore monkey
2022-03-03 Martin QuinsonMissing files, bummer
2022-03-02 Martin QuinsonPython version of the masterworkers monkey
2022-03-02 Martin QuinsonChaos-monkey: use the new Engine::on_simulation_start...
2022-03-02 Arnaud GierschUse payload with static storage duration to avoid memor...
2022-03-01 Martin QuinsonMerge branch 'dev' into 'master'
2022-02-28 Fabien ChaixMinimal change to support host on-off and permanent...
2022-02-28 Arnaud GierschExtract assignment from expression.
2022-02-28 Arnaud GierschFix mem leak on unhandled exception (e.g. ForceFulKill).
2022-02-28 Arnaud GierschMinor sonar smells, and other cosmetics.
2022-02-28 Arnaud GierschValidate cfg_host_count earlier (please scan-build).
2022-02-28 Arnaud GierschScheduling slightly changed.
2022-02-28 Martin QuinsonRevalidate the tesh file after pushing the TODO of...
2022-02-28 Martin QuinsonAdd missing file
2022-02-28 Martin QuinsonDon't use tesh to run monkey tests
2022-02-28 Martin QuinsonEnsure that the monkey tesh passes while not hindering...
2022-02-28 Martin QuinsonOur first monkey test case is now working
2022-02-28 Martin Quinsongive 2 workers to the monkey-masterworkers, so that...
2022-02-28 Martin QuinsonMore information on actor death in monkey's test case
2022-02-27 Martin Quinsonmonkey-workers: reduce the amount of simcalls during...
2022-02-27 Martin QuinsonIntroduce the SimGrid Chaos Monkey
2022-02-22 Arnaud GierschDisable tests failing when debug logs are disabled...
2022-02-08 Arnaud GierschAvoid shadowed declarations.
2022-02-08 Arnaud GierschKill useless call to get_init().
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-02 Martin Quinsonactivity-lifecycle: Factorize some code
2022-02-02 Martin QuinsonMake it clear in output that the direct comms are sendt...
2022-01-29 Martin QuinsonMake the Catch2-SimGrid integration available to more...
2022-01-24 Arnaud GierschTyped template for Extendable::get_data.
2022-01-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-01-22 Martin QuinsonMake Activity::on_completion take a const&, just like...
2022-01-20 SUTER FredericCleanup in log categories
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 Bruno DonassoloFix cover-evaluate-get-route-time test
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2022-01-05 Martin QuinsonIntroduce on_???_cb functions to shield the signals
2022-01-04 Bruno DonassoloMerge branch 'issue99' into 'master'
2022-01-03 Bruno DonassoloMix XML and C++ platforms
2022-01-02 SUTER Fredericmove platforms and flatifier to teshsuite/platforms
2021-12-24 SUTER Frederic[sonar] bunch of const
2021-12-23 SUTER Fredericupdate tests and examples after recent changes
2021-12-22 SUTER Fredericconvert a simdag test to s4u DAGs
2021-12-22 SUTER FredericActivity refactoring
2021-12-21 SUTER Fredericmove tests on dependencies to a better place
next