Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-03-06 degommeRemove useless check - Appease gcc >= 6
2017-03-06 degommeMerge branch 'smpi_cpp'
2017-03-06 Christian Heinrich[Energy] Fix broken commit c6fc463d75e4daa67ddf9c460cbc...
2017-03-06 degommeuseless, done in private.h
2017-03-06 Christian Heinrich[SMPI] Updated/elaborated on comment about iprobes
2017-03-06 Christian Heinrich[ENERGY] Updated comment to reflect recent changes
2017-03-06 Christian Heinrich[Energy] Energy plugin now also reports used hosts...
2017-03-06 degommeMPI_Comm -> C++
2017-03-05 degommerename method
2017-03-05 degommefix dist
2017-03-05 degommeBring C++ for MPI_Group.
2017-03-05 degommeMove all smpi colls to cpp.
2017-03-03 Martin QuinsonSonar improvements
2017-03-03 Christian Heinrich[SMPI] Fixed broken build; added missing header file...
2017-03-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-03 Frederic Sutercatch a couple more reinterpret_cast
2017-03-03 Christian Heinrich[INSTR] Purely cosmetics: Aligned '='
2017-03-03 Christian Heinrich[INSTR] Removed duplicated code by calling another...
2017-03-03 Christian Heinrich[Energy] Updated in-file documentation regarding the...
2017-03-03 Christian Heinrich[DOC] Incorporate changes to paths from 62ab7fd228...
2017-03-03 Christian Heinrich[SMPI] Introduced smpi/iprobe-cpu-usage option.
2017-03-03 Martin Quinsonfix the compilation of MPICH3 tests with the absolute...
2017-03-03 Martin Quinsongit ignore the newly activated MPICH3 tests
2017-03-03 Martin Quinsontravis: don't run the tests on OSX when the build failed
2017-03-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-03 Frederic Suterfix
2017-03-03 degommeFix compilation with warnings
2017-03-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-03 Frederic Sutermore minor smells removed
2017-03-03 Frederic Suterfix a few minor smells
2017-03-03 Frederic Suterremove 3 useless reinterpret_cast
2017-03-03 Luka Stanisicsolving copy_data_callback issue by adding a new smpi...
2017-03-03 Martin Quinsonsonar: the regex are not as cool as the one of bash
2017-03-02 Martin Quinsonsplit a big blurb into a separate function to reduce...
2017-03-02 Martin Quinsonsonar is picky, so let's be verbose
2017-03-02 Martin Quinsonsonar: ignore another file + many cosmetics
2017-03-02 Martin Quinsonprefer the stack to the heap for temp data
2017-03-02 degommeAdd the failing tests name to the final output for...
2017-03-02 Frederic SuterI see dead dynars!!!
2017-03-02 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-02 Frederic Sutersimplify and reverse comparison for accumulates in...
2017-03-02 Martin Quinsonsonar: ignore another generated file
2017-03-02 Frederic Suterback() doesn't help so save it. set a link to nullptr
2017-03-02 Frederic Suterdynar--
2017-03-02 Frederic Suteralso get the popped value (to see if it solves issues)
2017-03-02 Frederic Suternew doesn't return NULL, this can be spared
2017-03-02 Frederic Suterdynar--(x3)
2017-03-02 Frederic Suterdynar--
2017-03-02 Frederic Sutersmells --
2017-03-01 Frederic Sutercleanup a bit
2017-03-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-01 degommePoke around trying to get jenkins to display files...
2017-03-01 Frederic Sutertry to fix --help
2017-03-01 Martin Quinsonfix what clang-format broke
2017-03-01 Martin Quinsontypo
2017-03-01 degommeAdd coverage info for .java files in the simgrid jar.
2017-03-01 Martin Quinsonsmpi_replay: allow to register extra events before...
2017-03-01 Martin QuinsonHide a bit an internal datatype to please sonar
2017-03-01 Frederic Suterkill two dynars
2017-03-01 Frederic Sutersmells and bugs
2017-03-01 Frederic Suterplease sonar there too
2017-03-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-01 Frederic Suterallow users to create clusters with pstates
2017-03-01 Augustin Degommeignore added cruft in java tesh output
2017-03-01 Augustin Degommereactivate flags
2017-03-01 degommeTry to have java coverage with jacoco.
2017-03-01 degommeMoar foreach !
2017-02-28 Frederic Suterreindent
2017-02-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-28 Martin Quinsonsonar: ignore coverage on XML files (and some others)
2017-02-28 Frederic Suterundynarify Torus
2017-02-28 Martin Quinsonanother try at having coverage info on travis, for...
2017-02-28 Martin QuinsonTry to get coverage files on travis
2017-02-27 Martin Quinsonplease sonar
2017-02-27 Martin Quinsonsimplify the way tesh deals with sorted diffs
2017-02-27 Martin Quinsonrename some C type for consistency
2017-02-27 Martin Quinsonsonar: allow 'Pointers should not be cast to integral...
2017-02-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-27 Frederic Suterless free in Dragonfly and Torus
2017-02-27 Frederic Sutercheck that max is not -1 befor using it as index
2017-02-27 degommeDon't do the loop ourselves, let jenkins handle this...
2017-02-27 degommeAdd more infos to Flags output, and write them to a...
2017-02-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-27 Frederic Suterplease sonar
2017-02-27 Frederic Sutername parameters in prototypes
2017-02-27 Frederic Suterno == for doubles
2017-02-27 degommeCleanup Sanitizer jenkins script to allow separate...
2017-02-27 Frederic Suterchecking if a unsigned int is >0 is a bad idea
2017-02-27 Frederic Suterdo not try to remove an out-of-index piece
2017-02-25 Martin Quinsonplug a bunch of memleaks
2017-02-25 Martin Quinsonplug a memleak
2017-02-25 Martin Quinsonuseless cleanups to the Java bindings
2017-02-25 Martin Quinsonuseless cleanups to the Java bindings
2017-02-25 Martin Quinsonsonar: JNI mandates extra parameters (+cosmetics)
2017-02-24 Martin Quinsonplease sonar
2017-02-24 Martin Quinsonfinish the transition from C structures to C++ objects
2017-02-24 Frederic Suterwoops
2017-02-24 Frederic SuterWIP stop using const char* in C++ layers
2017-02-24 Martin Quinsoncosmetics in ChangeLog
2017-02-24 Martin Quinsonplease sonar
next