Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-06-08 Frederic Suterfix by not using lib at all!
2017-06-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-06-08 Frederic Sutertry to fix build
2017-06-08 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-06-08 Frederic Suterdistcheck cannot be trusted
2017-06-08 Frederic Sutergetting closer: no more MSG_STORAGE_LEVEL
2017-06-08 Frederic Suterredefine sg_storage_t
2017-06-08 Martin QuinsonMerge pull request #184 from Takishipp/signals
2017-06-08 Takishippgetting sg_instr_AS_end through a signal structure
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 Quinsondoc: move the option index to the top of page to make...
2017-06-07 Martin Quinsonsmall doc improvement
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 Quinsonreindent
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 Quinsoncleanups after PR #177
2017-06-02 Martin Quinsoncosmetics and reindent
2017-06-02 Martin Quinsonfurther cut the sorted diff to not overflow travis
2017-06-02 Martin Quinsonplease sonar a tiny bit
2017-06-02 Martin Quinsongit-format: don't fail if there is nothing to do
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 QuinsonThe previous change actually (fix #178). Thanks @bcamus!!
2017-06-01 Martin QuinsonAnother attempt at getting the simgrid.jar working...
2017-06-01 Martin Quinsonwhen fixing the rpath on Apple, search simgrid-java...
2017-06-01 Martin Quinsonsplit the java library packing thing, and try to do...
2017-06-01 Martin Quinsonplease codacy: make a private field useful
2017-06-01 Martin Quinsonwanna be exhaustive test for the VM sharing
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 TakishippUse automated call to sd_exit
2017-05-31 Martin QuinsonMake it somehow easier to debug NS3/SimGrid
2017-05-31 Martin Quinsoncosmetics
2017-05-31 Martin Quinsontry to sanitize the lib rpath on Apple
2017-05-31 Martin Quinsonsonar treats
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 Quinsonvalgrind.supp: hide some java cruft
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 Quinsonsort out a bit the forward declarations
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 Quinsontry to not upset clang with useless cleanups
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 Quinsontypo
2017-05-29 Martin Quinsonchop includes
2017-05-29 Martin Quinsonsonar don't want half-initialized enums
2017-05-28 Martin Quinsondon't mix the refcount of s4u::Comm and the one of...
2017-05-28 Martin Quinsonthis should work without keeping an artificial reference
2017-05-28 Martin Quinsondon't test unsigned for being positive (thx codacy)
2017-05-27 Augustin Degommesilence a winbuntu warning
2017-05-27 Augustin Degommetry to get older gccs and clang to compile... untested
2017-05-27 Martin Quinsonrename a MSG example
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 Quinsonkill an unimplemented method (+cosmetics)
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 Quinsoncodacy treats
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
next