Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ignore added cruft in java tesh output
[simgrid.git] / src /
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
2017-02-17 Frederic Suterdo not test equality on double
2017-02-17 Frederic Suterplease sonar there
2017-02-16 Augustin Degommetypo --
2017-02-16 Augustin Degommewarning --, and ignore map_populate when not implemente...
2017-02-16 Martin QuinsonImplement a new algorithm for SMPI_SHARED_MALLOC: global
2017-02-16 Martin Quinsonsanitize the option smpi/shared-malloc, and improve...
2017-02-16 Frederic Suterxbt_fifo -> std::list
2017-02-16 Frederic Suterempty statements...
2017-02-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-16 Frederic Suterwoops
2017-02-16 degommeAvoid doing things when there is nothing to do.
2017-02-16 degommeAvoid potential invalid reads
2017-02-16 degommeHandle MPI_UNSIGNED_LONG_LONG in this algorithm
2017-02-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-16 Luka StanisicSometimes (most notably in StarPU-MPI case) the issuer...
2017-02-16 Frederic Sutera bit of cleaning
2017-02-16 Frederic Sutercosmetics
2017-02-16 Frederic Suteryet another bitwise pickyness + hey that's a foreach
2017-02-16 Martin Quinsonmatch new with delete, not with free
2017-02-16 Martin Quinsonsimplify code by using default values for the fields
2017-02-16 Martin Quinsonreindent
2017-02-16 Martin Quinsonfurther untangle the msg_process creation by using...
2017-02-16 Martin Quinsonstart to untangle the MSG actor creation mess
2017-02-16 Martin Quinsoneven more C++ style
2017-02-16 Martin Quinsonactually, there is no need for the MsgActor to remember...
2017-02-16 Martin Quinsonobey our coding standards + kill dead code
2017-02-16 Martin Quinsonkill dead code
2017-02-16 Martin Quinsonplease sonar and cosmetics
2017-02-16 Martin Quinsonrename simdata_process_t into MsgActorExt
2017-02-15 Martin Quinsonnot even for debugging purposes :)
2017-02-15 Martin Quinsonkill some useless getter simcalls
2017-02-15 Martin Quinsonreindent
2017-02-15 Martin Quinsondon't hide the C++, deal with it
2017-02-15 Martin Quinsonmove two severly misnamed identifiers to make them...
2017-02-15 Martin Quinsonmake MSG use the Host extension mechanism (at least)
2017-02-15 Martin Quinsoncosmetics: reinterpret_cast does not mandate any interm...
2017-02-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-15 Martin Quinsonmake the C and Fortran interfaces of SMPI as extern...
2017-02-15 Martin Quinsonmake some C functions as such to please sonar
2017-02-15 Martin Quinsonnew callback: s4u::onTimeAdvance
2017-02-15 Martin Quinsonnew signal s4u::Host::onSpeedChange: when pstate is...
2017-02-15 Martin Quinsonput all of the host_energy plugin in one file only
2017-02-15 Martin QuinsonMake room for the upcoming network energy plugin
2017-02-15 Martin Quinsonadd NetworkAction::links(), similar to CpuAction::cpus...
2017-02-15 Martin Quinsonkill dead code
2017-02-15 degommeRevert "Store this size in a fixed sized, as potentiall...
2017-02-15 degommeStore this size in a fixed sized, as potentially this...
2017-02-15 degommeThis computation was incorrect and actually prevented...
2017-02-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-14 Martin Quinsondocument cruft
2017-02-14 Martin QuinsonDon't hide the cruft, even to please sonar. Document...
2017-02-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-14 Frederic Sutersteal a bunch of easy commits and please sonar
2017-02-14 degommePlease sonar.
2017-02-14 degommeIf sonar doesn't like const_cast, then remove the const.
2017-02-14 Frederic Suterget rid of sd_workstation.cpp
next