Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / smpi / mpi / smpi_datatype.cpp
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-05 Martin QuinsonRemove the stateful model-checking from the archive...
2023-03-22 Martin QuinsonMerge branch 'udpor-phase6' into 'master'
2023-03-16 Arnaud GierschUseless guards.
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-04-27 Arnaud GierschUse structured binding declarations (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-08-05 Augustin Degommekill is_replayable() for datatypes.
2021-07-19 Arnaud Giersch[pvs-studio] Make it clear that free'd pointers are...
2021-07-16 Arnaud Giersch[lgtm] Ensure that the type casting is done before...
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-03 Arnaud GierschMake smpi_switch_data_segment check if a switch is...
2021-05-28 Arnaud GierschFix refcount for Datatype_contents.
2021-05-27 Arnaud GierschKeyval should always exist.
2021-05-26 Augustin Degommemark these as derived datatypes, and don't divide by...
2021-05-26 Augustin Degommekeep track of which datatype was duplicated, to be...
2021-05-25 Arnaud GierschReview allocation of MPI attributes with Fortran bindings.
2021-05-25 Arnaud GierschSave an indirection with smpi keyvals.
2021-05-25 Arnaud GierschPrefer using emplace() to insert() for smpi keyvals...
2021-05-25 Arnaud GierschMake smpi::Keyval::attribute() return a reference.
2021-05-25 Arnaud GierschNo need to test for attributes()->empty().
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-06 Augustin DegommeDon't add handles to the lookup for the sake of just...
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-03 Augustin Degommevalidate that MPI_Op can be applied at entrance of...
2021-03-27 Arnaud Giersch[sonar] Useless parentheses.
2021-03-26 Augustin Degommesupport MPI_CXX types.
2021-03-19 Arnaud GierschMake Datatype::contents_ a private std::unique_ptr.
2021-03-08 Augustin Degommechange the way MPI datatypes are declared.
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-22 Arnaud Giersch[smpi] Unused #define.
2021-02-19 Augustin DegommeSMPI : add leak detection.
2021-02-17 Augustin Degommeuncommit destroyed datatype to avoid later uses (if...
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud GierschFix use-after-free.
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-24 Arnaud GierschExplicit cast.
2020-11-24 Arnaud GierschFix ctors for smpi::Datatype.
2020-11-23 Arnaud GierschMake Datatype::name_ and Win::name_ a std::string.
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-10-25 Arnaud GierschFix UBSan warning.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-15 Arnaud GierschPlug memleak.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
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-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/smpi/.
2020-06-12 Arnaud GierschUse std::vector.
2020-06-07 augustin degommefix issues with attr and cloning
2020-06-06 Augustin Degommeeven if useless, let's initialize these to avoid upsett...
2020-06-06 Augustin DegommeFix MPI_Type_dup for derived datatypes.
2020-06-05 Augustin DegommeImplement MPI_Type_get_envelope and MPI_Type_get_contents
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-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-23 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-12-23 Arnaud Giersch[sonar] Initialize data members with class initializers...
2019-12-09 Frederic Suteranother bunch of codefactor style issues
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-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Augustin Degommeenhance shared tests to validate comms are skipped
2019-11-26 Augustin DegommeAvoid copying data if it comes from/to a shared buffer...
2019-11-22 Yann DuplouyMerge branch 'master' into stoprofiles
2019-11-22 Augustin Degommecosmetics : I activated -pedantic for a quick pass
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-26 Arnaud Giersch[sonar] Put parentheses around macro parameters.
2019-07-26 Augustin Degommeactivate a fortran test
2019-07-26 Augustin Degommestandard says : "The names attached to opaque objects...
2019-07-22 Augustin Degommebetter handling of some datatypes in fortran
2019-07-02 Arnaud GierschDefine and use _XBT_STRINGIFY and _XBT_CONCAT{,2,3,4}.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-26 Augustin Degommesome forgotten consts
2019-04-26 Augustin Degommeconstify MPI_Datatype*
2019-04-24 Arnaud Giersch[sonar] Unused function parameters.
2019-04-14 Augustin DegommeSupport MPI3 datatype MPI_Count
2019-04-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 degommesome potentially useful debug messages
2019-04-04 degommeAdd checks for comms and datatypes as well
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-29 degommeactivate another test.. and fix a stupid bug
2019-03-13 Frederic Sutercleanups in smpi, mostly cosmetic stuff and indent
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-11-26 Frederic Suterlimit the conversion trick for non-replayable types...
next