Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace sprintf by snprintf.
[simgrid.git] / src / smpi / smpi_base.cpp
2016-05-29 degommesome more "fixes" for sonar
2016-05-29 degommefix stupid mistake, and stop inserting thousands of...
2016-05-29 degommesome more files for sonar
2016-05-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-27 degommemake sonar happier with smpi_base.cpp
2016-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-11 Gabriel Corona[mc] Fix MC with the class-hierarchification of simgrid...
2016-05-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-09 Martin Quinsonkill 4 more getter simcalls
2016-05-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-06 Martin Quinsonsplit smx_synchro_t into a hierarchy of C++ classes
2016-05-03 Gabriel CoronaRemove bogus XBT_PRIVATE
2016-05-03 Gabriel Corona[config] Use the c++ API for some configuration flags
2016-05-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-30 degommeYet another batch of fixes
2016-04-29 degommeleaks --
2016-04-26 degommeleaks --, for a change
2016-04-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-26 degommeleaks again
2016-04-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-25 degommen-th cleanup on datatype refcount handling
2016-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-25 Martin Quinsonkebab-case some smpi options
2016-04-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-21 degommeleaks --
2016-04-19 degommeTry to handle more cleanly MPI Datatypes. Still not...
2016-04-19 degommeThis caused an invalid read in replay_multiple, as...
2016-04-19 degommeRMA requests were not marked as detached, causing some...
2016-04-18 degommekeep in mind the size of sub-datatype, to avoid some...
2016-04-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-10 Martin Quinsonkill an unused layer of code
2016-03-07 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-07 Frederic Suterno smpi won't be spared by my manic fury!
2016-03-01 Martin Quinsonrename smx_rdv_t into smx_mailbox_t. One day it will...
2016-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-20 Martin Quinsonfix some dead assignments reported by clang scan-build
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-09 Martin Quinsonplug another similar memleak. The solution is not nicer
2016-02-07 Martin Quinsonkill all atol() from our codebase
2016-02-07 Martin Quinsonbetter name for that struct, and add comments
2016-02-07 Martin Quinsonrename a struct to obey the C++ One Definition Rule...
2016-02-07 Martin Quinsoncompile SMPI as C++ source