Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a few extra layers of macros, to save some lines, and handle more types
[simgrid.git] / src / smpi / smpi_mpi_dt.cpp
2017-02-12 degommeAdd a few extra layers of macros, to save some lines...
2017-02-01 degommeAdd some missing types for MPI operators.
2016-12-12 Martin Quinsondon't test pointers after dereferencing them (thanks...
2016-12-04 Martin QuinsonDeprecate xbt_dict_new()
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-08-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-15 Martin Quinsonplug two memleak in smpi, and cosmetics
2016-07-05 Gabriel CoronaAvoid depending on C++11 stuff when including C/SMPI...
2016-06-12 Martin Quinsonspellcheck mc. Don't ask why
2016-06-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-09 Gabriel CoronaGetting rid of C exceptions
2016-06-09 Christian Heinrich[SMPI] NULL -> nullptr substitution
2016-05-29 degommesome more "fixes" for sonar
2016-05-29 degommesome more files for sonar
2016-05-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-30 degommeleaks --
2016-04-28 degommeDon't create structures for 0 sized datatypes
2016-04-28 degommeSome more cleanups in datatypes end of life
2016-04-28 degommeleak-- (duplicate of a predefined datatype can be released)
2016-04-27 degommeremove some bad casts
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-19 degommedon't leave debug messages
2016-04-19 degommeTry to handle more cleanly MPI Datatypes. Still not...
2016-04-18 degommekeep in mind the size of sub-datatype, to avoid some...
2016-03-09 Martin Quinsonuse C++ constants when possible
2016-03-08 Martin Quinsonuse #if instead if #ifdef for the things in the public...
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-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-07 Martin Quinsonhunt down other occurences of _Bool
2016-02-07 Martin Quinsonclang does not define _Bool in C++, so use bool instead
2016-02-07 Martin Quinsoncompile SMPI as C++ source