Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2022-10-06 Augustin DegommeMerge branch 'adegomme-master-patch-91657' into 'master'
2022-10-06 Augustin DegommeSMPI: add option to inject a barrier before every colle...
2022-10-06 Martin QuinsonDocument the recent https://framagit.org/simgrid/simgri...
2022-10-06 Martin Quinsontypo in the tutorial
2022-10-06 Martin QuinsonLet the latest MBI tests compile with our paranoid...
2022-10-06 Pierre-Antoine... teshsuite: smpi: MBI: Merge change form MBI.
2022-10-06 Martin QuinsonWe don't use doxygen to build the docs anymore
2022-10-06 Martin QuinsonIntegrate the patch javadoc-openjdk17 from Debian
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-10-06 Clément Courageux... syntax issues
2022-10-06 Clément Courageux... fix make distcheck
2022-10-06 Arnaud GierschDo not expose Activity::set_remaining publicly.
2022-10-06 Arnaud Gierschs/set_/get_/ in doc
2022-10-04 Arnaud GierschCoding style: prefer keyword "not" to "!".
2022-10-04 Martin Quinsondocker-stable gh action: push all tags; display the...
2022-10-04 Arnaud GierschDefine macro XBT_ATTRIB_DEPRECATED_v337.
2022-10-04 Arnaud GierschRemove deprecated features for next release (3.33).
2022-10-03 Martin QuinsonStart the next dev cycle
2022-10-03 Augustin DegommeDon't crash simulation if size is 0 in sendrecv_replace...
2022-10-03 Martin QuinsonRelease v3.32: The Wiedervereinigung release v3.32
2022-10-03 Martin QuinsonFix an error message
2022-10-03 Augustin DegommeMPI_Win: set to MPI_WIN_NULL after deletion to avoid...
2022-10-03 Arnaud GierschMinor polishing.
2022-10-03 Fred Suter[noci] check v3.32 notes
2022-10-03 Fred Suterdocs/source/Release_Notes.rst
2022-10-02 Martin QuinsonDraft of release notes
2022-10-02 Martin QuinsonTentative NEWS file for the 3.32 release
2022-10-02 Martin Quinsondocs: tiny improvement about cmake+SMPI in user code
2022-10-02 Martin QuinsonMore helpful error message when someone needs --cfg...
2022-10-02 Martin QuinsonCosmetics in the ChangeLog
2022-10-02 Martin QuinsonDocument all commits since 3.31. The changelog may...
2022-10-02 Martin QuinsonHint the users about how to avoid dwarf5 errors around MC
2022-09-29 Arnaud GierschUse std::fill instead of memset.
2022-09-29 Arnaud GierschUseless cast.
2022-09-29 Arnaud GierschReduce code duplication.
2022-09-29 Arnaud GierschCosmetics: parameter is obviously not empty.
2022-09-28 Arnaud GierschUpdate .mailmap.
2022-09-28 Lucas NesiRemove old fPIC placement
2022-09-28 Lucas NesiEnsure a fPIC in case CMDARGS has a fPIE
2022-09-21 Arnaud GierschLambdas should not have too many lines (sonar).
2022-09-21 Arnaud GierschKill obsolete FIXME.
2022-09-16 Arnaud GierschInitialize all members (PVS V730).
2022-09-16 Arnaud GierschUseless assignment (PVS V1048).
2022-09-16 Arnaud GierschAlso check result for last call of MPI_Alltoallv in...
2022-09-16 Arnaud GierschFix potential use of invalid data (PVS V1024).
2022-09-16 Arnaud GierschUse existing function.
2022-09-16 Arnaud GierschUse existing macros (and fix error code).
2022-09-16 Augustin Degommethis was not supposed to be modified, actually
2022-09-15 Arnaud GierschDelete unused file.
2022-09-15 adegommefat tree routing: fix d-mod-k usage of cables when...
2022-09-09 Arnaud GierschCompletely remove detached comms when they are finished.
2022-09-09 Arnaud GierschAuto for sonar.
2022-09-08 Martin QuinsonCentOS uses dnf nowadays
2022-09-06 Arnaud GierschFix double-free.
2022-09-04 Arnaud GierschIgnore ASan odr violation warnings seen with bmf unit...
2022-09-02 Arnaud GierschRevert change erroneously introduced in commit 223f79c1...
2022-09-02 Arnaud GierschDo not mangle recorded paths when building for coverage.
2022-08-31 Arnaud GierschUse std::string_view (sonar).
2022-08-31 Arnaud GierschReduce scope for global variables.
2022-08-29 Arnaud GierschIncrease test timeout for coverage too.
2022-08-29 Arnaud GierschTry gcovr with option --gcov-ignore-parse-errors.
2022-08-29 Arnaud GierschUse the init-statement to declare variables inside...
2022-08-29 Augustin DegommeMerge branch 'adegomme-master-patch-45262' into 'master'
2022-08-29 Augustin Degommelet's see if this finds more coverage reports
2022-08-27 Arnaud GierschGuard against invalid idx.
2022-08-26 Arnaud GierschType consistency.
2022-08-26 Arnaud GierschAttribute "printf" for ModelChecker::dot_output.
2022-08-26 Arnaud GierschDon't throw an exception from destructor.
2022-08-26 Arnaud GierschC++17 is required since commit d5718258083be61d600e55b7...
2022-08-26 Arnaud GierschReduce depth of nested statements
2022-08-26 Arnaud GierschDon't give write permissions to others with mkdir.
2022-08-26 Arnaud GierschUse "std::vector" instead of C-style array (sonar).
2022-08-26 Arnaud GierschAvoid to send/receive zero-size messages.
2022-08-25 Arnaud GierschUpdate tesh file.
2022-08-25 Arnaud GierschMisc cosmetics for sonar.
2022-08-25 Arnaud GierschRemove temporary object (sonar).
2022-08-25 Arnaud GierschDeclare functions "const" (sonar).
2022-08-25 Arnaud GierschMake parameters pointer/reference-to-const (sonar).
2022-08-22 Arnaud GierschKill redundant blank lines (codefactor.io)
2022-08-10 Augustin Degomme[ci-skip] try to help gcovr find files (it needs to...
2022-08-09 Martin QuinsonMC: apply some sonar advices
2022-08-09 Arnaud GierschFix the fixme (inline templated struct).
2022-08-09 Arnaud GierschUnused include.
2022-08-09 Augustin Degommeremove spurious debug message and warning
2022-08-09 Augustin Degommeupdate teshes
2022-08-09 Augustin Degommemultiple attemps to tune behavior of read/write_all
2022-08-09 Augustin Degommefix mpi_file set/get view to set shared pointer properl...
2022-08-09 Augustin Degommeupdate file pointer to match shared one after shared...
2022-08-09 Augustin Degommeseek and other calls must use number of elements and...
2022-08-09 Augustin Degommeupdate teshes as there are now more seek calls
2022-08-09 Augustin Degommesmpi io: restore position after calls which should...
2022-08-09 Augustin Degommes4u filesystem: correctly update size of files when...
2022-08-09 Augustin Degommeintercept getpid call in SMPI, to provide internal...
2022-08-09 Augustin Degommeimplement MPI_File_get_type_extent, MPI_File_s/get_atom...
2022-08-09 Augustin Degommefilesystem, correctly update file size when seeking...
2022-08-08 Martin QuinsonDon't test statequality: it's ~15h w/o DPOR and hard...
2022-08-08 Martin QuinsonCorrectly disable DPOR when StateEq reduction is enabled
2022-08-08 Martin QuinsonAdd the teshfiles to the archive even when MC is disabled
2022-08-08 Martin QuinsonAdd tests of state equality reduction and nodpor for...
2022-08-07 Martin Quinsonkill a parameter that is always true
next