Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start the v3.17 development cycle
[simgrid.git] / src /
2017-06-08 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-06-08 Martin QuinsonMerge pull request #183 from Takishipp/leak_memory
2017-06-08 Takishippcorrect the leak of memory that correspond to EndLinEvent
2017-06-08 Frederic Suteruse ordered map when order is needed
2017-06-08 Frederic Suteruse pimpl/piface combo for s4u storage
2017-06-07 Frederic Suterreindent
2017-06-07 Frederic Suterkill dicts and unused code
2017-06-07 Martin Quinsonfix a race condition spotted by TSan
2017-06-07 Martin Quinsoncreate a NetZone::onCreation signal and use it from...
2017-06-07 Martin Quinsonplug a memleak around instr
2017-06-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-06 Frederic Sutertry to catch some leaks
2017-06-06 Frederic Suterfix S4U chord example \o/
2017-06-06 Frederic Sutertiny stuff
2017-06-05 Martin Quinsonmake it possible to return intrusive_ptr in simcalls
2017-06-03 Martin Quinsonplease codacy a bit
2017-06-02 Martin QuinsonMerge pull request #179 from Takishipp/signals
2017-06-02 Martin Quinsonrename a method
2017-06-02 Takishippremove the useless prototype of sg_instr_new_host
2017-06-02 Martin Quinsonns3 routes are always symmetrical, don't dupplicate...
2017-06-02 Martin Quinsoncosmetics and reindent
2017-06-02 Martin QuinsonDon't try to assist the eclipse parser here: it hurts...
2017-06-02 Martin QuinsonMerge pull request #177 from Takishipp/sd_exit
2017-06-02 Takishippadd nochecking for sd initialization
2017-06-02 Takishippadd clean-atexit test
2017-06-02 Takishippcall sg_instr_new_host via signal call
2017-06-02 Takishippadd checking version sd_init
2017-06-01 Martin Quinsonplease codacy: make a private field useful
2017-06-01 Martin QuinsonAllow multicore VMs, and take this into account in...
2017-06-01 Martin Quinsondestroying a VM that was not shutdown is OK
2017-05-31 Takshippadd the missing atexit call
2017-05-31 Martin Quinsonmake it possible to destroy a VM that is already half...
2017-05-31 Martin Quinsonreindent and cosmetics
2017-05-31 Martin QuinsonMake it somehow easier to debug NS3/SimGrid
2017-05-31 Martin Quinsoncosmetics
2017-05-30 Martin Quinsonfix MSG_task_listen_from() and add a test
2017-05-30 Martin Quinsonfix energy consumption when the host is turned off...
2017-05-30 Martin Quinsonplease sonar
2017-05-30 Martin Quinsonkill a redundent oldish API to the activity refcounting
2017-05-30 Martin Quinsonhave only one refcounting system for the activities
2017-05-30 Martin Quinsonless black magic here
2017-05-29 Martin Quinson2 other memleaks got jammed
2017-05-29 Martin Quinsontiny doc update and cosmetics
2017-05-29 Martin Quinsonplease sonar
2017-05-29 Martin Quinsonnow that irecv is fixed, do the same to isend, bummer.
2017-05-29 Martin QuinsonMerge pull request #173 from Takishipp/master
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-29 Takishippfix leak of memory caused to some Events
2017-05-29 Martin Quinsonallow to destroy VMs that are not started yet (fix...
2017-05-29 Martin Quinsonplug a huge memleak in regular communications
2017-05-29 Martin Quinsonchop includes
2017-05-28 Martin Quinsondon't mix the refcount of s4u::Comm and the one of...
2017-05-27 Martin QuinsonRename some activity/SynchroBlah into activity/BlahImpl...
2017-05-26 Martin QuinsonAnother step toward working CommPtr. chord example...
2017-05-26 Martin Quinsonfix MC on 32bits
2017-05-26 Martin Quinsonfurther useless cleanups
2017-05-26 Martin Quinsontypo killing mac
2017-05-26 Martin Quinsonkill a useless file
2017-05-26 Martin Quinsonmore than 100 codacy treats, not bad
2017-05-26 Martin Quinsonchop, chop, chop includes
2017-05-25 Martin Quinsoncut some more includes
2017-05-24 Martin Quinsonfurther codacy cleanups
2017-05-24 Martin Quinsonremove some useless includes
2017-05-24 Martin Quinsoncosmetics: kill a useless redundent declaration
2017-05-24 Martin Quinsonthis header file is much less interesting now that...
2017-05-24 Martin Quinsonmove some public MC prototypes to a public header file
2017-05-24 Frederic Sutersimgrid::surf::Storage => simgrid::surf::StorageImpl
2017-05-24 Martin QuinsonAction::links() cannot be used for NS3Actions
2017-05-24 Martin Quinsonrename simix::Mutex to simix::MutexImpl
2017-05-24 Martin Quinsontidy the scope of some more locals
2017-05-24 Martin Quinsonmaxmin: be more explicit about the leaked variables
2017-05-24 Martin Quinsontell maxmin about the action using each variable
2017-05-24 Martin Quinsonsmall cosmetics to kill time
2017-05-24 Frederic Suterfirst step towards a CommPtr
2017-05-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-24 Martin Quinsonlast bunch of codacy treats for tonight. Stop.
2017-05-24 Frederic Suteruseless includes
2017-05-23 Martin Quinsoncosmetics to please codacy
2017-05-23 Martin Quinsonplug a small memleak
2017-05-23 Frederic Suterone level less in the last lib
2017-05-23 Martin Quinsonremove an empty file
2017-05-23 Martin Quinsonremove an useless import in python
2017-05-23 Martin Quinsonhunt down some more short negation forms
2017-05-23 Martin Quinsonhunt down some more short negation forms
2017-05-23 Martin Quinsonkill all horizontal tabs
2017-05-23 Martin Quinsonremove (void) in C++
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
2017-05-23 Frederic Sutera few more smells
2017-05-23 Matthieu VolatAdd support for flang and ifort Fortran compilers.
2017-05-23 Matthieu VolatHandle some litteral string -> char* casts.
2017-05-23 Martin Quinsonuseless cosmetics around NS3 long routes
2017-05-23 Martin QuinsonNS3: more informative messages in one case of misconfig...
2017-05-23 Martin Quinsonns3: preserve the rich informative type in a function...
2017-05-23 Martin QuinsonNS3: be explicit when ignoring long routes
2017-05-22 Martin Quinsonsmpi_replay: make it easier to override some actions
2017-05-22 Frederic Suterremove unvalidated Bconnection attribute
2017-05-22 Frederic Suterfew smells less in MC
2017-05-22 Frederic Suternow useless that app-pmm is dead
2017-05-22 Martin QuinsonMake attribute 'model' of <storage_type> optional:...
2017-05-22 Martin QuinsonRemove attribute content_type of <storage_type>: was...
next