Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reindent.
[simgrid.git] / src / smpi / include /
2017-10-11 Arnaud GierschReplace some malloc/free by C++ new/delete.
2017-10-10 Arnaud GierschRemove useless typedef's from C++ files.
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschSort include lists according to clang-format.
2017-10-10 Arnaud GierschIn C++ files, replace SG_{BEGIN,END}+_DECL() by extern...
2017-10-10 Arnaud GierschFile smpi/include/private.h cannot be compiled in C...
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-04 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-10-03 Christian Heinrich[SMPI] Renamed smpi_*_data_exe as a first step for...
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
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-25 Augustin Degommethis has to be ordered as MPI allows access to items...
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-02 Arnaud GierschAvoid costly exceptions when looking into a map.
2017-08-01 Frederic Suteruse a map for F2C lookup.
2017-07-31 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-31 Frederic Sutertry to fix build + cosmetics
2017-07-30 Frederic Suterkill another dict
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-21 Frederic Suterkill degomme's masochist troll ;)
2017-07-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-18 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-17 degommeAdd some missing SMPI fortran bindings (recently suppor...
2017-07-17 degommeSplit up Fortran bindings in several files to avoid...
2017-07-17 degommeBig move of all SMPI files in subfolders because it...
2007-08-06 marklsremoving all sub directories and private build stuff.
2007-07-30 marklsglobal variables moved into structs and everything...
2007-07-30 marklswrapping global variables in structs. not finished...
2007-07-23 marklseverything compiles and basic program runs again, but...
2007-07-20 marklsbasic code in place, most compile errors gone, possible...
2007-07-20 marklsEverything should work at this point, but doesn't....
2007-07-19 marklschanged received messages to use own data structure.
2007-07-03 marklsfinally putting in proper use of mutexes. code still...
2007-07-03 marklsre-start smpi from scratch to use SIMIX.
2007-06-19 marklsporting smpi from msg to simix. This may be more work...
2007-06-12 marklsadded smpi to cvs repository. still need to do a lot...