Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't install empty doc/html/.
[simgrid.git] / src /
2019-05-16 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-05-16 Martin QuinsonUse addr2line as a fallback for stacktraces when backtr...
2019-05-16 Martin Quinsonmc: tiny simplifications and cosmetics (even some snake...
2019-05-16 Martin Quinsonmc: inline two functions
2019-05-16 Martin Quinsonmc: useless cleanups
2019-05-16 Martin Quinsonmc::Buffer: no need for mmap type now that KSM is gone
2019-05-16 Martin Quinsonmc: kill model-check/ksm option. Was not activated...
2019-05-15 Augustin Degommesay mmap is not ready for privatization in SunOS.
2019-05-15 Martin Quinsonmc: simplification: do not repeat information in parameters
2019-05-15 Martin Quinsonmc: Kill a C type and use the C++ one
2019-05-15 Martin Quinsonmc/compare: reduce the scope of some variables
2019-05-15 Martin QuinsonRemove option 'model-check/record': paths are recorded...
2019-05-15 Martin Quinson[mc] enable model-check/record by default, and cosmetics
2019-05-14 Arnaud GierschGet rid of "local" keyword for sh.
2019-05-14 Arnaud GierschFix PMPI_Error_string.
2019-05-14 Arnaud GierschSpecialize return types.
2019-05-14 Arnaud GierschSnake case.
2019-05-14 Arnaud GierschAdd "override" specifier.
2019-05-14 Augustin Degommereplace useless strncpy by a memcpy
2019-05-14 Millian Poquet[doc] fix warnings, cosmetics
2019-05-14 Martin Quinsonmake sure that xbt/memory_map can be used out of simgrid
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-06 Arnaud GierschMissing explicit.
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 GierschChange two dynars (maybe more).
2019-05-05 Martin Quinsoninclude a header we use
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] 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 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-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-26 Augustin DegommeMPI_Comm_dup_with_info
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 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-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 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 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 Arnaud GierschFix default MPI_Barrier.
2019-04-19 Arnaud GierschRevise to fool cppcheck.
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 degommecheck for readonly flag before writing to a file.
2019-04-19 Martin Quinsonnope sonar, that's not commented code
2019-04-19 Martin Quinsonplease sonar
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.
next