Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
deprecate Engine::shutdown()
[simgrid.git] / teshsuite /
2022-02-22 Augustin Degommeselected collectives changed for these tests -> timing...
2022-02-22 Arnaud GierschDisable tests failing when debug logs are disabled...
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-18 Arnaud GierschFix xbt_log_appender when there is no percent in template.
2022-02-17 Arnaud GierschPylint teshsuite/*.py.
2022-02-14 Arnaud GierschRevalidate random-bug-nocrash.tesh.
2022-02-13 Martin QuinsonRevalidate the tesh output of that test whose reduction...
2022-02-12 Martin QuinsonImprove the final stats reported by SafetyChecker,...
2022-02-11 Martin QuinsonImplement the RandomTransition
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-30 Martin QuinsonReorg the cmake in teshuite/mc to factorize things...
2022-01-29 Martin QuinsonMake the Catch2-SimGrid integration available to more...
2022-01-28 SUTER Fredericmore attributes in python bindings
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-06 Martin QuinsonMerge branch 'appveyor' of github.com:simgrid/simgrid
2022-01-06 SUTER Fredericdrop the old Lua bindings for programmatic platform...
2022-01-06 Arnaud GierschFix java/win32 tests.
2022-01-05 SUTER Fredericreorganize *LinkImpl stuff
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-27 Martin QuinsonFix java examples after reverting one of the 2 commits
2021-12-27 Martin QuinsonSimplify the cmake around java examples
2021-12-24 SUTER Frederic[sonar] bunch of const
2021-12-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-12-23 Martin QuinsonRemove an obsolete example
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
2021-12-21 SUTER Fredericuseless flag, already default value
2021-12-13 Augustin Degommesame thing here
2021-11-19 SUTER Fredericcontinue to mess up with simdag
2021-11-09 SUTER Fredericrename log category from simix_context to ker_context
2021-11-09 SUTER Fredericrename log category from simix_process to ker_actor
2021-11-09 SUTER Fredericmove surf_presolve, surf_solve, and surf_get_clock...
2021-11-05 SUTER Fredericmove Cpu resource definition where it belongs
2021-10-27 SUTER FredericChange the way VMs are created.
2021-10-26 Arnaud GierschOnly test python examples with their default context...
2021-10-13 Arnaud Gierschflatifier.cpp: revert change from commit ba1c6dce93...
2021-10-13 Arnaud GierschKill trailing whitespaces in teshsuite/smpi/{isp,mpich3...
2021-10-13 Arnaud GierschKill trailing whitespaces in tesh files (except when...
2021-10-13 Arnaud GierschKill trailing whitespaces in XML files.
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-10-06 SUTER Fredericdeprecate SIMIX_is_maestro
2021-10-06 SUTER Fredericmodernize some SIMIX functions
2021-10-05 Arnaud GierschFix broken broken tesh with ifort.
2021-10-02 Arnaud GierschPlease sonar about unsecure usage of rand().
2021-10-02 Arnaud GierschAdd missing call to MPI_Finalize().
2021-10-01 SUTER Fredericdeprecate 2 simix functions
2021-09-30 Augustin Degommerequalify tests impacted by previous change (just the...
2021-09-30 Augustin Degommeadd a small bug-inducing test, for the previous fix.
2021-09-26 Augustin DegommeIntercept exit() to avoid killing simulations too early...
2021-09-24 Augustin Degommemake test pass. The finalization barrier is needed...
2021-09-24 Augustin Degommeadd a failing (since a few days) example with an explic...
2021-09-21 SUTER Fredericplease sonar
2021-09-21 Arnaud GierschLeak--
2021-09-21 SUTER Fredericuseless cosmetic commit
2021-09-21 SUTER Fredericplease sonar, get_clock is a static method
2021-09-21 SUTER Fredericplease sonar, set_config is a static method
2021-09-21 SUTER Fredericplug last leaks
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-09-05 SUTER Fredericyet another bunch of int -> unsigned long
2021-08-30 Arnaud GierschMerge branch 'lost+found_github-master'
2021-08-30 Arnaud GierschMerge branch 'segvhandler_fix' into 'master'
2021-08-30 Julien EMMANUELFix incorrect suggestion in segvhandler
2021-08-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-08-24 Arnaud GierschIf I'm not mistaken, this is no longer necessary either.
2021-08-23 Augustin Degommeplease clang14
2021-08-18 Arnaud GierschInitialize pointers with a known invalid (out-of-bound...
2021-08-18 Arnaud GierschFactorize code, reindent, etc.
2021-08-18 Arnaud GierschPrefer to use Mailbox::get_unique.
2021-08-17 Arnaud GierschPleases somewhat codefactor.io, lgtm, and pvs-studio.
2021-08-17 Bruno DonassoloPlease sonar a little
2021-08-16 Bruno DonassoloFix memleak in teshsuite test
2021-08-16 Bruno DonassoloPotpourri of python bindings (disk, host, netzone)
2021-08-12 Augustin DegommeSMPI - Allow the use of ISP tests without MC activated...
2021-08-10 Augustin Degommeexclude this file from scan-build and sonar analysis...
2021-08-10 Bruno DonassoloFix factor callback type
2021-08-09 Bruno DonassoloAdd test for multicore speed/state file
2021-08-09 Bruno DonassoloReworking user_bound for Exec actions.
2021-08-07 Augustin DegommeSo Intel compiler is now detected as IntelLLVM and...
2021-08-07 Augustin DegommeThis test actually needs uninitialized values for some...
2021-08-07 Augustin Degommerename test, to avoid multiple files with same name
next