Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Alignment cosmetics in smpi_base.cpp
[simgrid.git] / src /
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
2016-05-30 Gabriel Corona[surf] Init ROUTING_ASR_LEVEL
2016-05-30 Gabriel Corona[s4u] Add member initializers
2016-05-30 Gabriel CoronaUse std::string for Synchro instead of char*
2016-05-30 Gabriel CoronaMake Synchro PUBLIC
2016-05-30 Gabriel CoronaFix a leak in XML parsing
2016-05-30 Gabriel CoronaComment overloaded method in HostImpl for covariant...
2016-05-30 Gabriel CoronaReally override resume() in BoostParallelContext
2016-05-30 Gabriel Corona[simix] Match delete with new for the maestro Process
2016-05-30 Martin Quinsonadditional doc resulting from discussions with kenenbek
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 Quinsonchange some sprintf into snprintf
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 degommeint -> bool for smpi tracing (so many of these ...)
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 CoronaName parameters in function declarations
2016-05-27 Gabriel CoronaUse & when forming pointer-to-functions
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-27 Gabriel CoronaAdd missing 'override'
2016-05-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-27 Frederic SuterSmelly code, smelly code, how are they writing you
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 Gabriel CoronaMove some C++ helpers in xbt/
2016-05-26 Christian Heinrich[SMPI/INSTR] Header cleanup.
2016-05-26 Gabriel Corona[simix] Declare the real type of the argument od run_ke...
2016-05-26 Christian Heinrich[INSTR] Rename paje headers for call-location tracing
2016-05-26 Gabriel Corona[simix] Do not need a space bewteen simcall name and...
2016-05-26 Gabriel Corona[simix] Simplify simcalls.py
2016-05-26 Gabriel Corona[simix] Update the documentation of simcalls.in
2016-05-26 Gabriel Corona[simix] Infer Proc/Func type from signature and use...
2016-05-26 Gabriel Corona[simix] Use a C-like syntax for simcalls.in
2016-05-26 Gabriel Corona[simix] Remove the notion of casted type in the simcall...
2016-05-26 Gabriel Corona[simix] Use C++ templates for generating the marshaling...
next