Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove from CFLAGS warnings already enabled by -Wall.
[simgrid.git] / teshsuite /
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-15 Arnaud GierschMerge branch 'dev/s4u_tuto_fixes' into 'master'
2022-04-05 Arnaud GierschEven more unused variable.
2022-04-04 Bruno DonassoloSeparate NetworkModel from LinkImpl.
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-30 Arnaud Giersch[MBI] Avoid to generate if() with the same then/else...
2022-03-30 Arnaud Giersch[MBI] Less duplication of constant strings (sonar).
2022-03-30 Arnaud Giersch[MBI] Make a real copy of 'patterns' into 'replace'.
2022-03-30 Arnaud Giersch[MBI] Make array initialization explicit.
2022-03-29 Arnaud Giersch[MBI] Remove redundant call (already called from mbi...
2022-03-29 Arnaud Giersch[MBI] Zero send buffer for Scatter too.
2022-03-29 Arnaud Giersch[MBI] Remove useless assignments..
2022-03-29 Arnaud Giersch[MBI] Don't change contracts with method overrides.
2022-03-29 Arnaud Giersch[MBI] Use check=True for subprocess.run.
2022-03-29 Arnaud Giersch[MBI] Fix string types.
2022-03-29 Arnaud Giersch[MBI] Add missing "self" parameter.
2022-03-29 Arnaud Giersch[MBI] Reduce scope for variables.
2022-03-29 Arnaud Giersch[MBI] Fix description (outside of the {c2} loop).
2022-03-29 Arnaud Giersch[MBI] Replace more wildard imports.
2022-03-29 Arnaud Giersch[MBI] Import generator_utils as gen.
2022-03-29 Arnaud Giersch[MBI] Whitespace cleanup.
2022-03-29 Arnaud Giersch[MBI] Abort cmake on failure.
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Martin QuinsonFix the generation of MBI test cases (and compile them...
2022-03-28 Martin QuinsonPVS fixes in MBI: initialize buffers before use
2022-03-28 Martin QuinsonMBI: cosmetics in a diagnostic
2022-03-28 Martin QuinsonTiny cosmetics around MBI
2022-03-28 Martin QuinsonMBI: Do not use arrays out of bound
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-26 Martin QuinsonMBI: typo
2022-03-26 Martin QuinsonMBI mark the test requiring the detection of local...
2022-03-26 Martin QuinsonMBI: buffer on stack is a programming error, not a...
2022-03-26 Martin QuinsonMBI test: disply the right buffer on error
2022-03-26 Martin QuinsonResynch MBI generators with upstream
2022-03-26 Martin QuinsonReactivate the last MBI generator now that it produces...
2022-03-24 Martin Quinsonkill trailing spaces and tabs in MBI files
2022-03-24 Martin QuinsonSync MBI generators with upstream modifications
2022-03-22 Arnaud GierschMisc Python smells from codefactor.io.
2022-03-22 Arnaud GierschUnnecessary newlines.
2022-03-22 Bruno DonassoloAdd test for issue105
2022-03-22 Martin QuinsonFix make distcheck, once again
2022-03-21 Augustin Degommepedantic is now implied by -analyze
2022-03-21 Augustin Degommegive a (small and random) value of smpi/ois and smpi...
2022-03-21 Martin QuinsonRevalidate the tesh of a MC test that has now less...
2022-03-20 Augustin Degommeremove spurious barrier calls in comm creation and...
2022-03-20 Martin QuinsonResynchronize simgrid's MBI adapter from MBI project
2022-03-20 Martin QuinsonAdd the remaining MBI generators
2022-03-20 Augustin Degommeactivate pedantic mode for MBI
2022-03-20 Martin QuinsonMBI: reduce a bit the amount of supurious warnings...
2022-03-18 Martin QuinsonMBI: don't add the path of the generator in the generat...
2022-03-18 Martin QuinsonSpecify actor in the MC traces
2022-03-18 Bruno DonassoloRevalidate output for maxmin_bench tests.
2022-03-18 Bruno DonassoloKill set_concurrency_share
2022-03-18 Bruno DonassoloKill expand_add
2022-03-18 Bruno DonassoloFix ctest for no Eigen builds
2022-03-18 Bruno DonassoloRemove bmf host model. Add it as an option.
2022-03-18 Bruno DonassoloNetwork: add solver as an option
2022-03-18 Bruno DonassoloDisk: add solver as an option
2022-03-18 Bruno DonassoloMove maxmin solver from system
2022-03-18 Bruno DonassoloSolver as an configuration option for CPU
2022-03-17 Arnaud GierschSuppress trailing whitespaces.
2022-03-17 Martin QuinsonMerge branch 'add_semaphore_python_bindings' into ...
2022-03-17 Arnaud Giersch[sonar] Replace 're.sub' by more efficient 'str.replace'.
2022-03-17 Arnaud Giersch[sonar] Use a more specific Python exception.
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 GierschFix misc sonar issues.
2022-03-16 Arnaud GierschDirectly reset observer_ instead of using an empty...
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-15 Martin QuinsonMake the Eigen3 dependency optionnal
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-13 Arnaud Gierschfflush for all processes.
2022-03-12 Arnaud GierschAdapt tests to avoid failures when spurious ASan warnin...
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-09 Martin QuinsonRename mc::SafetyChecker to mc::DFSExplorer
2022-03-08 Arnaud GierschMark all of simix.h as deprecated.
2022-03-07 Bruno DonassoloMerge branch 'bmf' into 'master'
2022-03-07 Arnaud GierschSonar here too.
2022-03-07 Bruno DonassoloAdding test for subflows
2022-03-07 Martin Quinsonsonar
2022-03-06 Martin Quinsonsonar fixes and little cleanups
2022-03-06 Martin QuinsonRevert "Fix a bug in MBI generators: &com[j] is not...
2022-03-06 Arnaud GierschKeep optimization (only_if_different) when cmake is...
2022-03-06 Arnaud GierschReplace file(copy_file), which is supported since cmake...
2022-03-06 Martin QuinsonFix a bug in MBI generators: &com[j] is not &(com[j])
2022-03-06 Martin QuinsonAdd another MBI test generator, to ease its debugging
2022-03-06 Arnaud GierschUse RAII to simplify the release of semaphores on exit.
next