Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2019-05-14 Martin Quinsonsonar: silence a rule on python code
2019-05-14 Martin Quinsonmake sure that xbt/memory_map can be used out of simgrid
2019-05-14 Augustin Degommeadd sorting to project description
2019-05-14 Augustin Degommeapparently sunos illumos make/dmake does not like make...
2019-05-14 Augustin Degomme--quiet long version is not supported on sunos
2019-05-14 Augustin DegommeOn some systems, sqrt(int) is not defined properly...
2019-05-14 Augustin Degommeadd some debug messages to MPI_Testany
2019-05-14 Augustin Degommebefore matching message sent with MPI_ANY_SOURCE, check...
2019-05-14 Augustin DegommeDon't use positive tags for internal messages.
2019-05-14 Millian Poquet[mc] do not ignore MC_ASSERT in replay mode
2019-05-09 Arnaud GierschEnable some more test with memcheck, but with disabled...
2019-05-09 Arnaud GierschTesh files: kill obsolete variables SG_TEST_EXENV and...
2019-05-07 Arnaud GierschUse "exec" so that failures are correclty reported...
2019-05-07 Arnaud GierschEnsure the task is correctly destroyed when the host...
2019-05-06 Arnaud GierschMissing explicit.
2019-05-06 Arnaud GierschTypos.
2019-05-06 Arnaud GierschKill useless hack (and its union).
2019-05-06 Arnaud GierschUse aligned storage and remove usage of union.
2019-05-06 Arnaud GierschFix a FIXME.
2019-05-06 Arnaud GierschKill unused static function.
2019-05-06 Arnaud Giersch[sonar] Remove void* from function parameters.
2019-05-06 Arnaud GierschChange two dynars (maybe more).
2019-05-06 Martin Quinsoncontinue the devel of the future 3.23 release
2019-05-06 Martin Quinsonon the way for 3.22.2 v3.22.2
2019-05-05 Martin Quinsoninclude a header we use
2019-05-03 Arnaud Giersch[sonar] Catch a more specific exception.
2019-05-03 Arnaud GierschMore Sonar smells around "noreturn".
2019-05-03 Arnaud Giersch[sonar] Rename shadowing local variables.
2019-05-03 Arnaud Giersch[sonar] Extract assignments from expressions.
2019-05-03 Arnaud Giersch[sonar] Extract nested conditionals.
2019-05-03 Arnaud Giersch[sonar] Assert that pointer is not null.
2019-05-03 Arnaud GierschRename fields to follow coding syle and unshadow from...
2019-05-03 Arnaud GierschKill never implemented option "model-check/snapshot_fds".
2019-05-03 Arnaud GierschChange condition for infinite loops (make sonar believe...
2019-05-03 Arnaud Giersch[sonar] Add attribute "noreturn" to non-returning funct...
2019-05-03 Arnaud Giersch[sonar] Don't name unused exceptions.
2019-05-03 Augustin Degommeplease sonar by handling properly pointers in unimpleme...
2019-05-02 Arnaud GierschUpdate URLs (FG #1).
2019-05-01 Augustin Degommeget out before dereferencing null pointer in this case
2019-05-01 Augustin Degommeforgot to push test for write_at_all and read_at_all
2019-04-30 Augustin Degommecleanup split_type to avoid leaks.
2019-04-30 Augustin Degommecleanup dup_with_info to avoid leaking in some cases
2019-04-30 Arnaud Giersch[sonar] Use unsigned char* for smpi buffers.
2019-04-30 Arnaud GierschChange malloc/free to new/delete.
2019-04-30 Arnaud GierschUse C++ memory operators for smpi buffers.
2019-04-29 Arnaud GierschConst for MPI_Type_struct and MPI_Type_hindexed.
2019-04-29 Arnaud GierschConstify third parameter of smpi::Op::apply, and save...
2019-04-29 Arnaud GierschRemove another bunch of const_casts.
2019-04-29 Arnaud GierschRename some variables for consistency.
2019-04-29 Arnaud GierschGet rid of const_casts in pmpi_coll.
2019-04-27 Arnaud GierschMPI_Address gets const too.
2019-04-27 Arnaud GierschRegenerated.
2019-04-26 Augustin Degommechangelog
2019-04-26 Augustin DegommeMPI_Comm_dup_with_info
2019-04-26 Augustin Degommemove some calls out of the unimplemented zone
2019-04-26 Augustin Degommesome forgotten consts
2019-04-26 Augustin Degomme(painfully) constify colls.
2019-04-26 Augustin Degommeconstify MPI_Win*
2019-04-26 Augustin Degommeconstify MPI_Request*
2019-04-26 Augustin Degommeconstify MPI_Datatype*
2019-04-26 Augustin Degommeconstify MPI_Topo*
2019-04-26 Augustin Degommeconstify MPI_File*
2019-04-26 Augustin Degommeconstify MPI_Group*
2019-04-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-26 Frederic Suterkill some dead code
2019-04-26 degommeMPI3 changed MPI interface to use const everywhere...
2019-04-26 degommeadd some unimplemented signatures.
2019-04-25 Arnaud GierschFix again FG #11 (mixing daemonize and auto-restart).
2019-04-25 Arnaud GierschUnused function parameters.
2019-04-24 Arnaud GierschCheck result of lseek.
2019-04-24 Arnaud GierschFile "sampi.h" is already included here.
2019-04-24 Arnaud GierschField seems unused since 10 years at least.
2019-04-24 Arnaud GierschUse bit shift operator (FIXME--).
2019-04-24 Arnaud GierschFIXME is obsolete.
2019-04-24 Arnaud GierschFIXME is irrelevant.
2019-04-24 Arnaud Giersch[sonar] Unused function parameters.
2019-04-24 Arnaud GierschCosmetics: conslidate TODO list.
2019-04-24 Arnaud GierschMany const to remove a mutable (TODO--).
2019-04-24 Arnaud GierschAdd test for FG#11.
2019-04-24 Arnaud GierschClear the 'on_exit' vector when the actor doesn't have...
2019-04-24 Arnaud GierschFix 'on_exit' preservation which failed when auto_resta...
2019-04-24 Arnaud GierschPreserve on_exit funcions between restarts.
2019-04-23 Arnaud GierschMove some includes where they are used.
2019-04-23 Arnaud Gierschdrand48 is not used anymore; stop using srand48.
2019-04-23 Arnaud GierschUse C++ random for tracing colors.
2019-04-23 Arnaud GierschSlight simplification.
2019-04-23 degommeUse what was previously added, and fix broken tests
2019-04-23 degommeIf size read is 0 (eof), don't initiate faulty comm...
2019-04-23 degommestorage : Allow to write inside a file without reducing...
2019-04-23 degommeMPI_File_get_size, MPI_File_get_amode, MPI_File_get_gro...
2019-04-19 Arnaud GierschComplete --help-logs.
2019-04-19 Arnaud GierschNew log appenders stdout and stderr. Use stdout for...
2019-04-19 Frederic Sutertry to address comment made in FG#8
2019-04-19 Arnaud GierschSet cfg=smpi/simulate-computation:no.
2019-04-19 Arnaud GierschFix default MPI_Barrier.
2019-04-19 Arnaud GierschRevise to fool cppcheck.
2019-04-19 Frederic Suterfix test binary path
2019-04-19 Frederic Suterfixed issue
2019-04-19 Frederic SuterAdd a test for callback disconnection
2019-04-19 Frederic SuterAllow for callback disconnection
next