Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use 'auto' with functions returning iterators [sonar].
[simgrid.git] / src / smpi / internals / smpi_utils.cpp
2021-10-02 Arnaud GierschUse 'auto' with functions returning iterators [sonar].
2021-09-30 SUTER Fredericinclude cleanups (platf_private.hpp, surf_private.hpp...
2021-09-17 SUTER FredericMerge branch 'no_simix_global'
2021-09-17 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-17 SUTER Fredericget rid of simix_global and smx_private.hpp
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-07-18 Martin Quinsontypo and cosmetics in error messages
2021-06-01 Arnaud GierschInvert tests to reduce depth of nesting.
2021-05-27 Arnaud GierschUse std::string for xbt_parse_units.
2021-05-27 Arnaud GierschDeprecate SIMIX_get_clock().
2021-04-20 Arnaud GierschPrefer emplace to insert.
2021-04-20 Arnaud GierschFor Sonar.
2021-04-19 Arnaud GierschSonar const's...
2021-04-19 Augustin DegommeGroup buffer leaks by origin as well.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-18 Augustin DegommeGroup leak reports by type/file/line (for handles,...
2021-04-12 Arnaud GierschConst ref for std::string parameter.
2021-04-09 Augustin Degomme[ci-skip] we want to order by the largest first ..
2021-04-09 Augustin DegommeCount all intercepted allocations/deallocations in...
2021-04-07 Arnaud GierschPrefer nullptr.
2021-04-07 Augustin DegommeDisplay leak origin in message, if -trace-call-location...
2021-04-07 Augustin Degommehide references to current_handle inside *.cpp file...
2021-04-06 Augustin Degommechange the way we display leak types, skipping demangling
2021-04-06 Augustin DegommeAdd the option to print origin of a failing handle.
2021-04-06 Augustin Degommeadd a name() to all F2C objects.
2021-04-03 Arnaud GierschFix null dereference.
2021-04-03 Arnaud GierschSort the list of leaks before print.
2021-04-03 Martin QuinsonTell when we have more leaked handles to display
2021-04-03 Martin QuinsonDisplay the leaked handles in the tests (using no_loc...
2021-04-03 Martin QuinsonCosmetics in an error message
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud GierschFix count for SMPI leak report.
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-03-28 Augustin Degommetypo [noci]
2021-03-28 Augustin Degommeadd message when 0 bytes are allocated
2021-03-28 Augustin Degommerename option,
2021-03-17 Arnaud GierschSonar wants separate declarations.
2021-03-14 Augustin Degommetry to match types correctly this time
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-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschPrefer "using" to "typedef".
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
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-06-10 Martin QuinsonAlign the definitions of surf_parsed_filename accross...
2020-06-10 Martin Quinsonsplit surf_parse into a separate file to make it reusab...
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-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-03 Arnaud Giersch[sonar] Don't name unused exceptions.
2019-04-18 Arnaud GierschRestore warning for unit-less values.
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-15 degommeAllow units in smpi factors.
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-04-08 Arnaud GierschUpdate copyright headers.
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
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-16 Arnaud GierschMove file near other smpi include files.
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Frederic Suterstringify (a lot)
2017-10-04 Arnaud GierschRemove useless includes for xbt/str.h.
2017-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-23 Arnaud GierschUse (const) references with range-based for loops.
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-11 Frederic Sutercodacy and clang-format
2017-07-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Arnaud GierschFix signedness errors in format strings.
2017-07-27 Frederic Suterless dict, bprintf, and xbt_str_parse
2017-07-18 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-17 degommeBig move of all SMPI files in subfolders because it...