Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2023.
[simgrid.git] / src / smpi / internals / smpi_shared.cpp
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-26 Arnaud GierschDon't build useless temporary object (sonar, c++17).
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-07-19 Arnaud Giersch[pvs-studio] Make it clear that free'd pointers are...
2021-06-09 Arnaud GierschFinally implement smpi shared realloc.
2021-06-09 Arnaud GierschAdd memset(0) for shared calloc.
2021-06-08 Arnaud GierschLet's be more tolerant with shared realloc() and only...
2021-06-08 Arnaud GierschDie loudly if smpi_shared_realloc_intercept is used.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-09 Augustin DegommeCount all intercepted allocations/deallocations in...
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-03-14 Augustin DegommeAdd a small allocations counter in SMPI.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-21 Arnaud GierschReplace fixed-size C-style arrays with std::array.
2020-11-20 Arnaud GierschMake pointer parameter const.
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-10-28 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-10-27 Arnaud Gierschposix_fallocate does not exist on OSX, use ftruncate...
2020-10-27 Arnaud GierschUse posix_fallocate to set file size.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschPrefer to use emplace_back.
2020-10-06 Arnaud GierschPrefer nullptr and bool literals.
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (src/smpi/).
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-09 Martin QuinsonMerge branch 'master' into klement
2020-07-09 Arnaud GierschStick with brutal C-style casts (and fix compilation...
2020-07-09 Arnaud GierschFix parentheses around macro arguments (and prefer...
2020-07-09 Lucas Nesicast hugepages macros parameters to int64 (#344)
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-08 Frederic Sutercosmetics (codefactor+coding style)
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Arnaud GierschFactor code to get and resize temporary shared mem...
2019-12-05 Arnaud GierschUnused variables.
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-04 Martin QuinsonMerge branch 'doc' into 'master'
2019-12-04 Augustin DegommeMove SMPI config to smpi_config.cpp file.
2019-11-26 Augustin DegommeAvoid copying data if it comes from/to a shared buffer...
2019-11-22 Augustin Degommedon't forget that calloc assigns 0 to the buffer
2019-11-22 Yann DuplouyMerge branch 'master' into stoprofiles
2019-11-22 Augustin Degommefix use after delete.
2019-11-22 Martin QuinsonMerge remote-tracking branch 'framagit/master'
2019-11-21 Augustin DegommeActually free the memory in these cases, should fix...
2019-11-19 Augustin Degommeadd option "smpi/auto-shared-malloc-thresh"
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-08-22 Augustin Degommetypos
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-02 Arnaud GierschUpdate URLs (FG #1).
2019-04-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 degommesome potentially useful debug messages
2019-02-27 Arnaud GierschReplace #define with constexpr declarations.
2019-02-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-05 Arnaud GierschInitialized all struct members.
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-11-11 Martin QuinsonApple renamed all their OSes
2018-05-27 Arnaud GierschConvert enum shared_malloc_type to enum class.
2018-04-19 Arnaud GierschRename simgrid::config::get_config -> simgrid::config...
2018-04-19 Arnaud GierschChange xbt_cfg_get_string -> simgrid::config::get_confi...
2018-04-19 Arnaud GierschChange xbt_cfg_get_double -> simgrid::config::get_confi...
2018-04-09 Arnaud GierschRemove redundant assignment (value enforced by previous...
2018-04-08 Arnaud GierschUse const references to pass vector as parameters.
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-30 Martin Quinsonreduce the visibility of xbt/config.hpp file to the...
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-13 Augustin Degommetry to stabilize gcc with previous fixes
2018-03-13 Augustin Degommeintel compilers detected some mistakes
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-25 Martin QuinsonMerge pull request #241 from barais/master
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-22 Arnaud GierschFix comment.
2017-11-21 Martin QuinsonMerge pull request #237 from oar-team/upstream
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-21 Arnaud GierschMerge remote-tracking branch 'github/master'
2017-11-21 Arnaud GierschSimplify loop.
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
next