Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar: another try at ignoring the coverage of XML files
[simgrid.git] / src /
2017-03-07 Martin Quinsoncosmetics in actors
2017-03-06 Martin Quinsoncosmetics in the energy plugin
2017-03-06 Martin QuinsonThose damn VM keep getting in our way
2017-03-06 Martin Quinsonfix lua builds
2017-03-06 Frederic Suterboostify parsers
2017-03-06 degommeThis time really attempt compiling with gcc 6 before...
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 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[SMPI] Introduced smpi/iprobe-cpu-usage option.
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-02 Martin Quinsonsonar is picky, so let's be verbose
2017-03-02 Martin Quinsonprefer the stack to the heap for temp data
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 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 Frederic Sutertry to fix --help
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-02-28 Frederic Suterreindent
2017-02-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-28 Frederic Suterundynarify Torus
2017-02-27 Martin Quinsonplease sonar
2017-02-27 Martin Quinsonrename some C type for consistency
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 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-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-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 Quinsonplease sonar
2017-02-24 Martin Quinsonplease sonar by moving includes at the top
2017-02-24 Martin Quinsonplug some other memleaks
2017-02-24 Martin Quinsonplug a bunch of memleaks
2017-02-24 Martin Quinsoncosmetics while digging for a memleak
2017-02-24 Martin Quinsonplug a memleak. I should beter kill that XBT container...
2017-02-23 Martin Quinsonsave some useless calls when there is no request to...
2017-02-23 Martin Quinsoncosmetics for sonar
2017-02-23 degommeAvoid unsafe things
2017-02-23 degommesave some more lines
2017-02-23 Frederic Sutersmells and bugs
2017-02-23 Martin Quinsonchange a 'use after free' into a leak. For now
2017-02-23 Augustin Degommeoops
2017-02-22 degommeAt this point of the program simgrid values are not...
2017-02-22 degommesomehow off_t is not enough there, and ends up being...
2017-02-22 degommeThis should be an off_t (breaks some 32 bits systems)
2017-02-22 degommeTry to get rid of some old and weird way of doing thing...
2017-02-22 degommeMacOS mappings were 1 byte off, preventing extension...
2017-02-22 Martin Quinsoncomment to explain what's going on
2017-02-22 Martin Quinsondoh, I broke SMPI
2017-02-22 Martin Quinsonput MsgActorExt in a namespace
2017-02-21 degommeProtect access to remote process list of rma requests...
2017-02-17 Martin Quinsonstatic inline are the modern macros
2017-02-17 Frederic Suterforgot one include
2017-02-17 Frederic Suterxbt_fifo are no longer used, remove the code
2017-02-17 Frederic SuterFriday smell chase
next