Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] C++ify smpi_mpi_testany(). There's more to do though.
[simgrid.git] / src /
2016-06-14 Christian Heinrich[SMPI] C++ify smpi_mpi_testany(). There's more to do...
2016-06-14 Christian Heinrich[SMPI] Alignment cosmetics.
2016-06-14 Christian Heinrich[SMX] Alignment cosmetics.
2016-06-14 Gabriel Corona[simix] Add refcount to Mutex
2016-06-14 Gabriel Corona[simix] Make Mutex a C++ class (kind-of)
2016-06-14 degomme[SMPI] Die more peacefully when a process calls exit...
2016-06-13 degommewarnings --
2016-06-13 Christian Heinrich[SMPI] Rewrote parsing of smpi-factors in C++
2016-06-13 Christian Heinrich[SMPI] Alignments in smpi_base.cpp
2016-06-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-13 Gabriel Corona[xbt] Move backtrace support for exceptions in a mixin...
2016-06-13 Martin Quinsonignorable cosmetics
2016-06-13 Martin QuinsondePERLify a bit the routing
2016-06-12 Martin Quinsonremove redundent forward declarations
2016-06-12 Martin Quinsonspellcheck mc. Don't ask why
2016-06-11 degommeadd missing include
2016-06-10 Martin QuinsonNo need for the OSSP copyright header on the backtrace...
2016-06-10 Gabriel CoronaFix backtrace_dummy
2016-06-10 Gabriel CoronaFactor get_binary_path() out of resolveBacktrace()
2016-06-10 Gabriel CoronaMove the backtrace code out of the exception code
2016-06-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-09 Frederic Suterreduce smell of python scripts too
2016-06-09 Frederic Sutercosmetics in java
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[XBT] NULL -> nullptr substitution
2016-06-09 Christian Heinrich[SURF] NULL -> nullptr substitution
2016-06-09 Christian Heinrich[SMPI] NULL -> nullptr substitution
2016-06-09 Christian Heinrich[SIMIX] NULL -> nullptr substitution
2016-06-09 Christian Heinrich[SIMGRID] NULL -> nullptr substitution
2016-06-09 Christian Heinrich[SIMDAG] NULL -> nullptr substitution
2016-06-09 Christian Heinrich[S4U] NULL -> nullptr substitution
2016-06-09 Christian Heinrich[MSG] NULL -> nullptr substitution
2016-06-09 Christian Heinrich[INSTR] NULL -> nullptr substitution
2016-06-09 Christian Heinrich[BINDINGS] 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-07 adfaure[s4u] add actor join
2016-06-06 Gabriel Corona[s4u] Lowercase variable
2016-06-06 adfaure[s4u] add kill actor with its PID
2016-06-04 Martin Quinsoncosmetics in AsCluster and friends
2016-06-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-03 Frederic Suteruse more cpp style stuff
2016-06-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-03 Frederic Suterreplace Vector by ArrayList
2016-06-02 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-02 Frederic Sutersmells --
2016-06-02 Christian Heinrich[SMPI] Introduce new config option 'smpi/init'
2016-06-02 Christian Heinrich[SMPI] Cosmetics in smpi_base.cpp
2016-06-02 Martin QuinsonJava: be more verbose when cleaning the disk on exit...
2016-06-01 Martin Quinsonfix a 'Conditional jump or move depends on uninitialise...
2016-06-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-01 Martin Quinsonuse strbuff instead of a big mess of reallocs
2016-06-01 Martin Quinsonrename xbt_strbuff_empty() to xbt_strbuff_clear()
2016-06-01 Martin Quinsonnew function: xbt_strbuff_printf()
2016-06-01 Martin Quinsondocument the strbuf
2016-06-01 degommelet's be a little bit cleaner here.
2016-06-01 Martin Quinsonproperly avoid buff overflows when displaying the model...
2016-06-01 Martin Quinsoncode simplification thanks to bprintf
2016-06-01 Martin Quinsonfix the fix: compute the real buffer size
2016-06-01 degommeoops
2016-06-01 degommestrcpy->strncpy
2016-05-31 degomme.. and of strcat, replaced by strncat
2016-05-31 degommeReplace sprintf by snprintf.
2016-05-31 Martin Quinsondo not catch Throwable
2016-05-31 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-31 Gabriel CoronaFix compilation when enable_smpi=OFF
2016-05-31 Gabriel CoronaClearer indentation/nesting
2016-05-31 Gabriel CoronaUse boost::range algorithms
2016-05-31 Gabriel CoronaUse boost::range algorithms
2016-05-31 Gabriel Corona[simix] Remove Synchro::category, nobody's using it
2016-05-31 Gabriel Corona[simix] DeXFTification of Synchro: use std::list<>...
2016-05-31 Frederic SuterCannot let GC destroy VM itself ...
2016-05-31 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-31 Gabriel CoronaNormalize virtual/override usage
2016-05-31 Gabriel Corona[simix] Fix std:string construction from nullptr
2016-05-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-30 Martin Quinsonpopulate the manual section on logging
2016-05-30 Frederic SuterJava comes with data structures, use them.
2016-05-30 Gabriel Corona[surf] Fix NetCard leak
2016-05-30 Gabriel CoronaMake some constructors explicit
2016-05-30 Gabriel CoronaAvoid multiple declaration on the same line/statement
2016-05-30 Gabriel Corona[xbt] xbt_assert(level >= 0) in xbt_lib
2016-05-30 Gabriel CoronaSet the levels to -1 by default
next