Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cmake: indent cosmetics
[simgrid.git] / teshsuite /
2020-02-24 Augustin Degommeavoid LTO when multiple compilers may be involved on...
2020-02-24 Frederic Suterconvert and simplify async-wait
2020-02-23 Frederic Suterconvert host-on-off-recv
2020-02-22 Arnaud GierschUse the right free function.
2020-02-22 Arnaud Giersch[sonar] Const again.
2020-02-21 Arnaud GierschPrefer xbt::random.
2020-02-21 Frederic SuterBUMMER
2020-02-21 Frederic Sutertry to fix paths
2020-02-21 Frederic Suterthis was no simdag
2020-02-21 Frederic Suterconvert host-on-off test to s4u
2020-02-20 Frederic Suterconvert cloud-migration
2020-02-20 Frederic Suterconvert io-file-remote
2020-02-20 Frederic Suterenergy-pstate -> exec-dvfs
2020-02-20 Frederic Suterconvert and simplify app-chainsend in C
2020-02-19 Frederic Suterconvert cloud capping
2020-02-19 Frederic Suterconvert plugin-hostload
2020-02-18 Arnaud GierschWorkaround for errors given by Asan (certainly false...
2020-02-18 Arnaud GierschFix build.
2020-02-18 Arnaud GierschMerge activity-test-wait into activity-lifecycle.
2020-02-18 Arnaud GierschSplit sources for activity-lifecycle.
2020-02-18 Arnaud GierschDefine a special test_case for failing tests.
2020-02-18 Arnaud GierschConvert activity-test-wait to catch2.
2020-02-18 Arnaud GierschConvert activity-lifecycle to catch2.
2020-02-14 Frederic Suterconvert cloud simple
2020-02-13 Augustin Degomme#139 :
2020-02-13 Arnaud GierschUpdate tests.
2020-02-12 Frederic Suterconvert msg/energy-consumption to c/energy-exec
2020-02-12 Arnaud GierschAdd activity-test-wait testing test() and wait_for...
2020-02-12 Frederic Suterthis test has been converted
2020-02-11 Frederic SuterC version of async-waitall
2020-02-10 Frederic Sutertwo more conversions
2020-02-08 Frederic Suteradd sg_actor_exit and sg_actor_on_exit
2020-02-07 Frederic Suterconvert more exemples from MSG to S4U-C
2020-02-07 Frederic SuterStart to get rid of storage examples in MSG
2020-02-07 Arnaud GierschPursue deprecation of xbt/synchro.h.
2020-02-06 Arnaud GierschConvert surf/maxmin_bench to xbt/random too.
2020-02-06 Arnaud GierschReplace usage of <random> with <xbt/random.hpp>.
2020-02-06 Martin QuinsonEnsure that I don't 'fix' it by accident in the future
2020-02-06 Frederic Suterdo not use sg_hosts_as_dynar in C++
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.
next