Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines.
[simgrid.git] / src / smpi /
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-16 Arnaud GierschOpen target file with O_EXCL for smpi_copy_file.
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-16 Arnaud GierschPrefer using emplace or emplace_back.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-11 Ehsan AzimiMerge with simgrid/master
2020-12-08 Arnaud GierschRemove old deprecated aliases for runtime options.
2020-12-04 Ehsan AzimiPull simgrid/master and a subsequent merge
2020-12-04 Arnaud GierschDrop unused smpi/plugins/load_balancer.
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-27 Arnaud GierschAssert that *request != MPI_REQUEST_NULL, and remove...
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud Giersch[pvs] Simplify expression.
2020-11-26 Arnaud GierschDead code: xbt_malloc won't fail.
2020-11-26 Arnaud GierschUse a local variable, and hope to fix PVS-studio warning.
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud GierschFix use-after-free.
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-25 Arnaud Giersch[pvs] The 'tp' pointer was utilized before it was verif...
2020-11-25 Arnaud Giersch[pvs] The 'status' pointer was utilized before it was...
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-25 Arnaud GierschSave another bunch of new/delete.
2020-11-24 Arnaud GierschDon't modify loop counter inside of loop body.
2020-11-24 Arnaud GierschExplicit cast.
2020-11-24 Arnaud GierschFix ctors for smpi::Datatype.
2020-11-23 Arnaud GierschCleanups in smpi::Win (use std::vector, and simplify...
2020-11-23 Arnaud GierschMake Datatype::name_ and Win::name_ a std::string.
2020-11-22 Arnaud GierschUse ssize_t.
2020-11-22 Arnaud GierschGot SIGBUS with std::array; give std::vector a try.
2020-11-22 Arnaud GierschRevert "Use nullptr for recvbuf when myrank != 0."
2020-11-21 Arnaud GierschUse nullptr for recvbuf when myrank != 0.
2020-11-21 Arnaud GierschRemove useless new/delete (please sonar).
2020-11-21 Arnaud GierschAdapt to std::vector.
2020-11-21 Arnaud GierschReplace dynamic C-style arrays with std::vector.
2020-11-21 Arnaud GierschReplace fixed-size C-style arrays with std::array.
2020-11-20 Arnaud GierschUse more std::string.
2020-11-20 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-20 Arnaud GierschMake pointer parameter const.
2020-11-19 Augustin Degommeone day, I'll add a test for this feature
2020-11-19 Arnaud GierschDon't call function inside xbt_assert which may be...
2020-11-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-19 Augustin Degommethis message does no harm
2020-11-19 Augustin DegommeRevert "attempt to avoid ugly sed in privatize-libs...
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschPrefer "using" to "typedef".
2020-11-18 Arnaud GierschRemove redundant "staitc" in anonymous namespaces.
2020-11-17 Augustin Degommeattempt to avoid ugly sed in privatize-libs. May break.
2020-11-17 Augustin Degommemove dlopen tmp files to tmp dir instead of executable...
2020-10-30 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-10-29 Arnaud GierschMake code simpler.
2020-10-28 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-10-28 Arnaud GierschOne more std::string.
2020-10-27 Arnaud Gierschposix_fallocate does not exist on OSX, use ftruncate...
2020-10-27 Arnaud GierschKill redundant F2C::f2c_lookup.
2020-10-27 Arnaud GierschMake trivial functions inline.
2020-10-27 Arnaud GierschFinally use plain ints for f2c keys.
2020-10-27 Arnaud GierschUse std::string for f2c keys.
2020-10-27 Arnaud GierschUse std::vector.
2020-10-27 Arnaud GierschUse posix_fallocate to set file size.
2020-10-25 Arnaud GierschFix UBSan warning.
2020-10-24 Arnaud GierschUse std::vector instead of C-style array.
2020-10-24 Arnaud GierschMake cast explicit.
2020-10-24 Arnaud GierschKill dead code (condition is always true).
2020-10-24 Arnaud GierschRename local variable to not hide parameter.
2020-10-24 Augustin Degommeadd -lm to flags on smpicc smpicxx.
2020-10-23 Arnaud GierschMore coding style updates for sg_host.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-22 adrien gougeonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-10-22 AdrienMerge branch 'master' into 'master'
2020-10-20 Arnaud GierschUse consistent naming scheme.
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-10-19 Arnaud GierschMove fucntion call out of xbt_assert.
2020-10-17 Arnaud GierschTry to reduce requirements about C++ standard for smpicxx.
2020-10-17 Arnaud GierschAvoid buffer overflow.
2020-10-16 Arnaud GierschFix indentation.
2020-10-15 Arnaud GierschPlug memleak.
2020-10-14 Arnaud GierschCosmetics.
2020-10-13 Augustin DegommeRevert "Try to help for freebsd and paths. Thanks Matth...
2020-10-13 Augustin DegommeTry to help for freebsd and paths. Thanks Matthieu...
2020-10-13 Arnaud GierschRemove useless type aliases.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-07 Augustin Degommebump C++ to 14 in smpicxx as well
2020-10-06 Arnaud GierschBlack magic.
2020-10-06 Arnaud GierschModernize method declarations.
2020-10-06 Arnaud GierschPrefer to use emplace_back.
2020-10-06 Arnaud GierschModern C++ use "auto".
2020-10-06 Arnaud GierschPrefer nullptr and bool literals.
2020-10-05 Arnaud GierschPrefer C++ headers, and C++-style void-arg declarations.
2020-10-05 Arnaud GierschMore uses of std::make_unique.
2020-10-05 Arnaud GierschModernize loop.
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (src/smpi/).
2020-10-02 Arnaud Giersch[sonar] Use "std::make_shared" to construct "std::share...
2020-10-02 Arnaud GierschUse empty() to check whether the container is empty...
2020-10-02 Arnaud GierschReduce scope for loop variables.
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-15 Augustin Degommerevert some overzealous changes
2020-07-15 Augustin Degommeoptimize a bit
2020-07-15 Augustin Degommethese ones were critical actually.
next