Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2016-06-01 Frederic Suterblockers--
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 degommetry to stabilize output of trace call location test
2016-05-31 Frederic Suterkurgan said "there can be only one"
2016-05-31 Frederic SuterRevert "avoid assert in the middle of the code"
2016-05-31 Frederic Suterremove a couple of ugly things from DT.c
2016-05-31 Martin Quinsondo not catch Throwable
2016-05-31 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-31 Frederic Suteravoid assert in the middle of the code
2016-05-31 Gabriel CoronaFix compilation when enable_smpi=OFF
2016-05-31 Frederic Suterremove blocker in kademlia
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 Frederic Sutercosmetics
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 Frederic Suterkeep playing
2016-05-30 Martin Quinsonpopulate the manual section on logging
2016-05-30 Frederic SuterJava comes with data structures, use them.
2016-05-30 Frederic Sutersome are picky with extraneous parentheses
2016-05-30 Frederic Suterblocker --?
2016-05-30 Frederic Suterremove soner bugs in async examples
2016-05-30 Frederic Suterboolify bittorrent
2016-05-30 Christian Heinrich[SMPI Examples] Set path for tracefile correctly
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 Christian Heinrich[SMPI Examples] srcdir should become bindir
2016-05-30 Gabriel CoronaDon't include inside extern C {}
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 Quinsontravis: don't try to launch the tests if the compilatio...
2016-05-30 Martin Quinsonwoopsy, forgot to commit that file
2016-05-30 Martin Quinsonadditional doc resulting from discussions with kenenbek
2016-05-30 Gabriel CoronaFix compilation
2016-05-30 Gabriel Corona[s4u] Group fields at the end of the class
2016-05-30 Gabriel Corona[msg] Give name to parameters in declarations
2016-05-30 Gabriel CoronaLimit scope of variables
2016-05-30 Gabriel CoronaUse verbose cast
2016-05-29 degommesome more "fixes" for sonar
2016-05-29 Martin Quinsonmake sonarqube happy
2016-05-29 degommefix stupid mistake, and stop inserting thousands of...
2016-05-29 degommesome more files for sonar
2016-05-28 Martin Quinsoncleanups in XML so that sonarqube manages to parse...
2016-05-28 Martin Quinsontravis: Switch to Trusty, and cleanup old workarounds
2016-05-28 Martin Quinsonchange some sprintf into snprintf
2016-05-28 Martin Quinsontry to make our travis-sonarqube.sh useful to others too
2016-05-28 Martin Quinsonmy g++ refuses -Wmissing-prototypes
2016-05-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-28 Martin Quinsonuse snprintf instead of sprintf
2016-05-27 degommeActually sonar did find an actual (tiny) bug. Requalify...
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 degommeuse env for perl in this script
2016-05-27 degommethat was moved to another file
2016-05-27 degommeUpdate lying doc.
2016-05-27 Christian Heinrich[SMPI Examples] Fix absolute paths, part 2.
2016-05-27 Christian Heinrich[SMPI Examples] Use absolute paths for the tracing...
2016-05-27 Christian Heinrich[gitignore] Blacklist call location test binary.
2016-05-27 Christian Heinrich[SMPI Examples] Remove binary blob that was not blacklisted
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 Christian Heinrich[SMPI Examples] Change path to trace file in tesh
2016-05-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-27 Christian Heinrich[SMPI Examples] Fix tesh for windows.
2016-05-27 Christian Heinrich[SMPI] Reverted removal of 'extern C' as this broke...
2016-05-27 Martin Quinsontravis: also build on mac; sonar: fail loudly on issues
2016-05-27 Martin Quinsontravis is unable to compile MC, so adapt sonar
2016-05-27 Martin Quinsontravis: install MC dependencies
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 Christian Heinrich[SMPI Examples] Make SMPICC the compiler under windows
next