Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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
2019-04-19 Arnaud GierschFix build errors with gcc 5.4.0.
2019-04-19 Arnaud GierschUse default destructor for resource::Model.
2019-04-19 Arnaud GierschRemove empty functions
2019-04-19 Arnaud GierschUse std::unique_ptr to manage memory.
2019-04-19 degommeleaks --
2019-04-19 degommefix issue seen on 34f5b82ed231ecce .
2019-04-19 degommefix io-shared (remove spurious ordered_read) and do...
2019-04-19 degommecheck for readonly flag before writing to a file.
2019-04-19 Martin Quinson[sonar] kill commented code
2019-04-19 Martin Quinson[sonar] define each identifiers on its line
2019-04-19 Martin Quinsonnope sonar, that's not commented code
2019-04-19 Martin Quinsonplease sonar
2019-04-19 Martin Quinsondoc: 2 more internal references
2019-04-19 Frederic Suterfix GH#133
2019-04-18 Augustin Degommeplease sonar
2019-04-18 Arnaud GierschUse std::vector instead of plain arrays in smpi_topo.
2019-04-18 Arnaud GierschRemove a level of indirection in sd::Global.
2019-04-18 Arnaud GierschTidy up mc/mc_unw a little.
2019-04-18 Arnaud GierschRemove custom destructors for instr/paje.
2019-04-18 Arnaud GierschRemove a level of indirection, and custom destructors...
2019-04-18 Arnaud GierschRemove custom destructors for s4u_Filesystem.
2019-04-18 Arnaud GierschRestore warning for unit-less values.
2019-04-18 Augustin Degomme32 bits insists of having some timestamps off by 1us...
2019-04-18 Augustin Degommebe cleaner with memory
2019-04-18 Augustin Degommefix out of source builds
2019-04-18 Augustin Degommeplease clang
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-18 Augustin Degommetry to get rid of some variability
2019-04-18 Augustin Degommeadd hostfile as well for tests
2019-04-18 Augustin DegommeChange how we lock things up ...
2019-04-18 Augustin DegommeAdd some tests for io.
next