Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill useless hack (and its union).
[simgrid.git] / src /
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.
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 Degommeplease clang
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-18 Augustin DegommeChange how we lock things up ...
2019-04-18 Augustin DegommeComment out a buggy line... Can't put a finger on what...
2019-04-18 Augustin Degommecleanups debug messages for read_all write_all
2019-04-18 Augustin Degommecleanups
2019-04-18 Arnaud GierschRevert "Inline Context::self()."
2019-04-18 Arnaud Giersch[sonar] Remove the use of "sprintf".
2019-04-18 Arnaud GierschDefine PropertyHolder::set_properties.
2019-04-18 Arnaud GierschConstify get_properties() and and remove simcalls.
2019-04-17 Augustin Degommechange verbosity of some messages, to ease testing
2019-04-17 Augustin Degommecomments about implem
2019-04-17 Arnaud Giersch[sonar] Remove custom destructors for surf/PropertyHolder.
2019-04-17 Augustin Degommemove everything to the implemented zone.
2019-04-17 Arnaud Giersch[sonar] Remove custom destructors for CpuTiProfile.
2019-04-17 Augustin DegommeMPI_File_read_shared, MPI_File_write_shared, MPI_File_r...
2019-04-17 Arnaud GierschUse std algorithm for binary search.
2019-04-17 Augustin DegommeMPI_File_set_info, MPI_File_get_info, MPI_File_get_position
2019-04-17 Arnaud GierschUseless smart pointer.
next