Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
spellcheck mc. Don't ask why
[simgrid.git] / src / 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] Fix local path that slipped in :)
2016-06-09 Christian Heinrich[SMPI] NULL -> nullptr substitution
2016-06-08 degommeFix bug, MPI_Recv timings for small messages were actua...
2016-06-08 Christian Heinrich[SMPI] Add a simple comment for the else clause
2016-06-08 Christian Heinrich[SMPI] Fix missing timings for MPI_Send.
2016-06-08 Christian Heinrich[SMPI] Cosmetics & replace call to smpi_os with sleeptime
2016-06-08 Christian Heinrich[SMPI] Make an if-condition more readable
2016-06-08 Christian Heinrich[SMPI] Even more cosmetics...
2016-06-08 Christian Heinrich[SMPI] More alignment cosmetics
2016-06-08 Christian Heinrich[SMPI] Indentation in smpi_base.cpp
2016-06-08 Christian Heinrich[SMPI] Cosmetics / NULL <-> nullptr in smpi_base.cpp
2016-06-08 Christian Heinrich[SMPI] Grammar in smpi_base.cpp
2016-06-08 Christian Heinrich[SMPI] Change some NULL to nullptr
2016-06-08 Christian Heinrich[SMPI] Alignment cosmetics in smpi_base.cpp
2016-06-08 Christian Heinrich[SMPI] Convert smpi_c99.cpp to actual C++ code
2016-06-08 Christian Heinrich[SMPI] PMPI_Ssend: Cosmetics
2016-06-08 Christian Heinrich[SMPI] PMPI_Send: Cosmetics
2016-06-08 Christian Heinrich[SMPI] NULL -> nullptr in smpi_base.cpp
2016-06-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-02 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-02 Christian Heinrich[SMPI] Introduce new config option 'smpi/init'
2016-06-02 Christian Heinrich[SMPI] Cosmetics in smpi_base.cpp
2016-05-31 degommeReplace sprintf by snprintf.
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 degommeint -> bool for replay control
2016-05-27 degommemake sonar happier with smpi_base.cpp
2016-05-27 degommeMake instr_smpi.cpp more sonarqube friendly
2016-05-27 Christian Heinrich[SMPI] Only allocate memory for call-loc when cfg-optio...
2016-05-27 Christian Heinrich[SMPI] Fix memory leak
2016-05-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-27 Christian Heinrich[SMPI] Reverted removal of 'extern C' as this broke...
2016-05-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-27 Gabriel CoronaMerge master branches
2016-05-27 Christian Heinrich[SMPI] Fix if() condition to verbose comparison.
2016-05-27 Christian Heinrich[SMPI] Fix smpicc.in for call-location tracing.
2016-05-26 Martin Quinsonuse unordered_map instead of map for sake of speed
2016-05-26 Martin Quinsoncopyright header+include everything in ifdef+cosmetics
2016-05-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-26 Christian Heinrich[SMPI/INSTR] Header cleanup.
2016-05-25 Christian Heinrich[SMPI] Fix #include of private header.
2016-05-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-19 Christian Heinrich[SMPI] Call location: Cleanups.
2016-05-19 Christian Heinrich[SMPI] Introduce variable computation speeds.
2016-05-19 Christian Heinrich[SMPICC] Make call location conditional
2016-05-19 Christian Heinrich[SMPIFF] Make call location conditional.
2016-05-19 Christian Heinrich[SMPI] Modified smpiff.in to enable caller location
2016-05-19 Christian Heinrich[SMPI] Add caller location to tracefiles
2016-05-19 Christian Heinrich[SMPI] Added #include private.hpp statements
2016-05-19 Christian Heinrich[SMPI] Make smpi_container() available via private.h
2016-05-19 Christian Heinrich[SMPI] Add private.hpp for C++ functionality
2016-05-19 Martin Quinsonfix some doxygen formating problems
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-05 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-04 Martin QuinsonKill host simcalls (deprecated, unused)
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-05-02 Gabriel Corona[config] Rewrite the config core
2016-04-30 degommeleaks --
2016-04-30 degommeYet another batch of fixes
2016-04-29 degommeOn last leak before holidays
2016-04-29 degommeoops
2016-04-29 degommeleaks --
2016-04-29 degommeleak--
2016-04-29 degommebcast on one process is a no-op
2016-04-29 degommeleak --
2016-04-28 degommeDon't create structures for 0 sized datatypes
2016-04-28 degommeAvoid allocating 0 bytes (issue with mallocators only?)
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-28 degommefix The leak
2016-04-28 degommeindent to avoid GCC6 warning madness
2016-04-28 degommesetup a cleanup routine for mvapich collectives.
2016-04-28 degommeleaks --
2016-04-27 Martin Quinsonfix a bunch of typos reported by lintian
2016-04-27 degommeSend the right size here.
2016-04-27 degommeleak--
2016-04-27 degommesilence stupid warning
2016-04-27 degommeleak --
2016-04-27 degommefix some more leaks
2016-04-27 degommeremove some bad casts
2016-04-26 degommeleaks --, for a change
2016-04-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-26 degommeleak--
2016-04-26 degommeleaks again
2016-04-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-26 Martin Quinsonand now kebab-case the tracing options
2016-04-25 degommen-th cleanup on datatype refcount handling
2016-04-25 degommeYet another wrapper for main..
next