Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
revalidate the tesh files
[simgrid.git] / src /
2017-06-19 Martin Quinsonenergy: improve the documentation, and have a sensible...
2017-06-19 Martin QuinsonRevert "[ENERGY] Assert that 1-core systems are correct...
2017-06-19 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-06-19 Martin Quinsoncosmetics
2017-06-19 Martin QuinsonMerge pull request #190 from Takishipp/clean_events
2017-06-19 Frederic Suterfix test (hate dict) and please sonar
2017-06-19 Takishippfix leak of memory caused by DefineEventTypeEvent call
2017-06-19 Frederic Suterfix clang (try #2)
2017-06-19 Frederic Sutertry to please clang
2017-06-19 Frederic Sutertry to fix build by adding back some includes
2017-06-19 Frederic Sutermassive cleanups in the storage world.
2017-06-19 Martin QuinsonActivityImplPtr are not part of any C struct, only...
2017-06-19 Martin Quinsonmove the C++ data of MSG into a namespace
2017-06-18 Martin Quinsonand now, a correct implementation of this_actor::isMaes...
2017-06-18 Martin QuinsonNew: this_actor::isMaestro() returns whether we are...
2017-06-17 Martin Quinsonplease sonar a bit
2017-06-17 Martin Quinsonclang-format broke gcc builds, damnit
2017-06-17 Martin Quinsonmake this error message reproducible
2017-06-17 Martin Quinsonkill all horizontal tabs
2017-06-17 Martin QuinsonMerge pull request #188 from Takishipp/clean_events
2017-06-17 Martin Quinsonfix gcc builds: missing prototype
2017-06-16 Martin Quinsongreatly improve an error message
2017-06-16 Martin Quinsonimprove an error message
2017-06-16 Martin Quinsonfix most of the MC tests. Liveness and CommPattern...
2017-06-16 Christian Heinrich[ENERGY] Add API call for querying current consumption
2017-06-16 Christian Heinrich[ENERGY] Assert that 1-core systems are correctly confi...
2017-06-16 Christian HeinrichRevert "[ENERGY] Fixed wrong calculation for 1-core...
2017-06-16 Martin QuinsonRemove a debug message, sorry
2017-06-15 Frederic Sutercommit some harmless changes
2017-06-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-15 Martin Quinsontry to fix the impact of a big full VM on its PM
2017-06-15 Martin QuinsonLMM: add a function to see how many variables are activ...
2017-06-15 Christian Heinrich[ENERGY] Fixed wrong calculation for 1-core systems
2017-06-15 Christian HeinrichFixed spelling: zoneZoute -> zoneRoute
2017-06-15 Martin QuinsonMerge pull request #181 from bcamus/master
2017-06-15 Martin Quinsonfix the linkage declaration of a function
2017-06-15 Martin Quinsonfix clang build
2017-06-15 Martin QuinsonDon't use the C linkage when we use C++ datatypes
2017-06-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-15 Martin Quinsoncorrectly use clumsy xbt_dynar interface
2017-06-15 Martin Quinsonthese static casts are useless
2017-06-14 Martin Quinsontry to get the refcounting right on waitany simcalls
2017-06-14 TakishippMerge branch 'clean_events' of github.com:Takishipp...
2017-06-14 Takishippremove useless XBT_DEBUG
2017-06-14 Frederic SuterMC doesn'y like some of the explicit
2017-06-14 Toufik BoubehzizMerge branch 'master' into clean_events
2017-06-14 Frederic Suterplease both sonar and codacy
2017-06-13 Martin Quinsoneradicate all remaining manual refcounting on ActivityImpl
2017-06-13 Martin Quinsonrefcount should be automatic now, and initialized to 0
2017-06-13 Martin QuinsonAH! there was a remaining manual refcount stain
2017-06-13 Martin Quinsonimprove the debug messages of smx_network
2017-06-13 Martin QuinsonCorrectly deal with simcall returning a intrusive_ptr...
2017-06-13 Martin QuinsonMake sure that the user don't try a detached receive
2017-06-13 Martin Quinsoncorrect refcounting of ActorPtr
2017-06-13 Martin Quinsonfurther WIP on the ActivityImplPtr feature. Now it...
2017-06-13 Martin QuinsonDeclare and use ActorImplPtr
2017-06-13 Martin QuinsonReduce the displayed backtrace
2017-06-13 Martin Quinsonfirst attempt (ongoing WIP)
2017-06-13 Martin Quinsonkill all trailling whitespaces
2017-06-13 Martin Quinsonplease codacy
2017-06-13 Martin Quinsonplease sonar, damnit
2017-06-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-06-13 Frederic Suterplug leak
2017-06-13 Martin QuinsonEnergy: New function to update the consumption of all...
2017-06-13 Takishippupdate requested changes
2017-06-13 Takishippremove all the events that are called and destroyed...
2017-06-13 Takishippremove DefineVariableEvent
2017-06-13 Takishippremove DefineContainerEvent
2017-06-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-12 Takishippremove some useless structures
2017-06-12 Frederic Sutertry to reduce the ugliness of file management
2017-06-12 Frederic Suterthis is now useless
2017-06-10 Martin QuinsonNS3 probably don't like bandwidths in Bytes, so use...
2017-06-09 Martin Quinsonmore doxygen fixes
2017-06-09 Frederic Suterkill dead code and plug leak
2017-06-08 Frederic Suteroops, another module was dropped
2017-06-08 Frederic Suterremove useless includes
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 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
next