Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'pikachuyann/simgrid-xbt_random'
[simgrid.git] / teshsuite /
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-06 Arnaud GierschAvoid needless loop.
2020-02-05 Frederic Suterfix
2020-02-05 Frederic Suterconvert a MSG test to a s4u-c example
2020-02-04 Martin Quinsonconvert two tesh to use s4u instead of using SIMIX...
2020-02-04 Martin QuinsonClearly state that we don't care about the return code...
2020-02-04 Martin Quinsonfix make distcheck and pip compile
2020-02-04 Martin Quinsonmove this first C example to the example directory...
2020-02-04 Martin Quinsonno dynar in the new C interface (+cleanups in CMakeLists)
2020-02-04 Frederic Suterfix refcounting issues
2020-02-03 Frederic Suterconvert a msg test to C-s4u (borken for now)
2020-02-01 Arnaud Giersch[sonar] const++
2020-01-31 Arnaud GierschFix test mc/mutex-handling.
2020-01-31 Augustin Degommeadd std=legacy flags for f77/f90 codes that don't compi...
2020-01-31 Martin Quinsontry to get the mpich3 tests to compile with gfortran 10
2020-01-31 Martin Quinsonlower-case -Denable_msg and improve changelog
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-31 Martin Quinsonfix tests when building lua w/o MSG
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-26 Frederic SuterMerge branch 'master' into depencencies
2020-01-25 Arnaud GierschPlease Sonar (duplicated string literals...).
2020-01-25 Arnaud GierschSonar is picky about function names.
2020-01-24 Arnaud GierschPlease Python linters.
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-24 Arnaud GierschAdd tests for FG bug simgrid/simgrid#9.
2020-01-19 Arnaud GierschCosmetics: make #endif's comment match #ifndef.
2020-01-16 Arnaud GierschIgnore more ASan warnings in mpich3-test/runtests.
2020-01-02 Arnaud GierschConst is for the pointee, not the pointer.
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2020-01-01 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-31 Arnaud Giersch[sonar] Another bunch of const qualifiers.
2019-12-30 Arnaud GierschMisc const qualifiers following yesterday's changes.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-29 Arnaud GierschSonar consts of the day.
2019-12-27 Arnaud Giersch[sonar] A few more const local pointers.
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-20 Arnaud Giersch[sonar] Fix casts to pointer type without const qualifier.
2019-12-18 Frederic Sutercodefactor: a few more annoying spaces
2019-12-12 Arnaud GierschFree memory.
2019-12-11 Frederic SuterMerge branch 'master' into depencencies
2019-12-11 Augustin Degommeavoid warnings with SMPI + MC asserts
2019-12-10 Augustin Degommeactivate tests.
2019-12-10 Augustin Degommefix dist
2019-12-10 Augustin DegommeAllow to use non absolute path in MPI IO.
2019-12-10 Augustin DegommeAdd io test in mpich testsuite.
2019-12-10 Augustin Degommeinput sanitization continued.
2019-12-09 Augustin DegommeAdd more macros for input validation for colls.
2019-12-09 Augustin DegommeUse CHECK_ARGS for more collectives.
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Arnaud GierschFree dynamically allocated memory.
2019-12-05 Arnaud GierschFree communicators.
2019-12-05 Arnaud GierschReindent + minor stylistic issues.
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-04 Martin QuinsonMerge branch 'doc' into 'master'
2019-12-04 Augustin Degommeremove debug stuff added by mistake...
2019-12-04 Augustin DegommeSomehow OSX "lost" aligned_alloc recently ?
2019-12-04 Augustin Degommerequalify tesh as one message changed category
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Arnaud GierschFix doubled semicolons.
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Augustin DegommeAdd a test for mpi_cart_sub based on the bug report...
2019-11-28 Augustin Degommeenhance shared tests to validate comms are skipped
2019-11-24 Arnaud GierschInitialize allocated memory.
2019-11-22 Augustin Degommecosmetics : I activated -pedantic for a quick pass
2019-11-19 Augustin Degommeadd option "smpi/auto-shared-malloc-thresh"
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-18 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-18 Martin QuinsonParse errors now raise a simgrid::ParseError that you...
2019-11-12 Martin Quinsonteshsuite: drop a test that is superseeded by a public...
2019-11-12 Martin Quinsons4u::Actor: Rename migrate() into set_host()
2019-11-10 Arnaud Giersch[python/pep8] Use "not in" to test for membership.
2019-11-10 Arnaud GierschSlightly reorganize log categories; remove unused ones.
2019-11-10 Arnaud GierschFix test on slow machines.
2019-11-10 Arnaud GierschCode smells spotted by static analyzers.
2019-11-05 Frederic Suteradd example of GH#139
2019-11-03 Arnaud GierschRemove old cruft.
2019-11-02 Arnaud GierschParameter for cleanup callback won't be null.
2019-11-02 Arnaud GierschRemove unused parameter 'free_ctn' for xbt_dict_set...
2019-10-31 Arnaud GierschAdd test in activity-lifecycle turning off its own...
2019-10-31 Arnaud GierschRestore test to its state before commit 08e94eb0482589e...
2019-10-27 Augustin DegommeRevert "remove useless (?) common block in fortran...
2019-10-27 Augustin Degommeremove useless (?) common block in fortran code as...
2019-10-24 Arnaud GierschCosmetic rename.
2019-10-24 Arnaud GierschEndgame mode is always enabled, remove option.
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-22 Frederic Sutermake host's pimpl_netpoint private
2019-10-21 Martin Quinsonsplit the wifi model into its own files
2019-10-20 Arnaud GierschSpell check.
2019-10-19 Martin QuinsonMerge branch 'noRngStream' into 'master'
2019-10-19 Yann DuplouyRemoving RngStream
2019-10-17 Arnaud GierschTypos.
2019-10-11 Arnaud GierschRemove defintion of msg_as_t, deprecated a long time...
2019-10-10 Frederic SuterMerge branch 'master' into CRTP
2019-10-07 Martin Quinsontesh 'expect signal' can now accept more than one poten...
2019-10-07 Martin QuinsonRemove another occurence of the now removed 'release...
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-10-06 Martin QuinsonAlso attach our signal handler to SIGBUS, because MacOS...
2019-10-05 Martin QuinsonInstall a conversion path for our users wrt host_energy...
next