Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #193 from Takishipp/signals
[simgrid.git] / src / instr /
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-30 Takishippget sg_instr_new_router through a signal
2017-06-19 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-06-19 Martin QuinsonMerge pull request #190 from Takishipp/clean_events
2017-06-19 Takishippfix leak of memory caused by DefineEventTypeEvent call
2017-06-17 Martin Quinsonclang-format broke gcc builds, damnit
2017-06-17 Martin Quinsonkill all horizontal tabs
2017-06-17 Martin QuinsonMerge pull request #188 from Takishipp/clean_events
2017-06-15 Martin QuinsonMerge pull request #181 from bcamus/master
2017-06-14 TakishippMerge branch 'clean_events' of github.com:Takishipp...
2017-06-14 Takishippremove useless XBT_DEBUG
2017-06-14 Toufik BoubehzizMerge branch 'master' into clean_events
2017-06-13 Martin Quinsonkill all trailling whitespaces
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 Takishippremove some useless structures
2017-06-08 Martin QuinsonMerge pull request #184 from Takishipp/signals
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-07 Martin Quinsonplug a memleak around instr
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-26 Martin Quinsonmore than 100 codacy treats, not bad
2017-05-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-23 Martin Quinsoncosmetics to please codacy
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-22 Martin QuinsonMerge pull request #168 from simgrid/smpi_huge_pages
2017-05-21 Martin Quinsoninstr: kill an unused structure field to please clang
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-21 Martin QuinsonDisable uninteresting events in TI mode
2017-05-20 Martin Quinsoninstr: merge the TI output in the converted code (WIP)
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-07 Martin Quinsonfurther empty smpi/private.h
2017-05-07 Martin Quinsonreduce the amount of includes
2017-05-07 Martin Quinsonfix jedule builds
2017-05-05 Martin Quinsonprefix all macro defined in public simgrid_config.h...
2017-05-04 Takishippget methods and theirs print methods together
2017-05-03 TakishippReplace init_Stream by its content everywhere where...
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-05-02 Martin Quinsoninline another useless function
2017-05-02 Martin QuinsonNow it works (if you don't look at the leaks)
2017-05-02 Martin Quinsonlittle function to debug the buffer
2017-05-02 Martin Quinsonuse explicitely PajeEvent* instead of paje_event_t
2017-05-02 Martin Quinsonrename paje_event into PajeEvent (+cosmetics)
2017-05-02 TakishippAttempt to correct error tests
2017-05-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-30 Martin Quinsonuppercase the s4u header files (+cleanups)
2017-04-24 Takishippsomme corrections
2017-04-21 Takishipphierarchical OOP tree
2017-04-13 Martin QuinsonMerge pull request #154 from simgrid/partial_shared_malloc
2017-04-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-04-12 Martin Quinsonuse surf init/fini callbacks, no need for TRACE ones
2017-04-12 Tom CornebizeMerge branch 'master' into partial_shared_malloc
2017-04-12 Takishipps_defineVariableType
2017-04-12 Frederic Suterfix inconsistencies between smpi_replay and instr_TI_tr...
2017-04-11 Takishippfirst change to have hierarchical class - definecontain...
2017-04-05 Takishipps_container is changed to cpp class
2017-04-04 Takishippfix bugs due to subVariable method
2017-04-04 Takishipps_setState and s_pushState are changed to cpp class
2017-04-04 Takishipps_newEvent is changed to a class
2017-04-04 Takishipps_val is changed to a class
2017-04-04 Takishipppaje_event is changed to a cpp class
2017-03-09 Frederic Sutera dict was a unkowning vector
2017-03-09 Frederic Suterfix jedule and do the right thing for netzone hosts
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 Martin Quinsonfix copyright years and other psychotic cleanups
2017-03-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-03 Christian Heinrich[INSTR] Purely cosmetics: Aligned '='
2017-03-03 Christian Heinrich[INSTR] Removed duplicated code by calling another...
2017-02-27 Martin Quinsonrename some C type for consistency
2017-02-10 Martin Quinsonobey our naming conventions
2017-02-07 Martin QuinsonAdd a s4u::Link class, at least
2017-01-31 Martin Quinsonfinish the transition netcards->netpoints in the code
2017-01-30 Martin Quinsonnetcards were renamed to netpoints recently
2017-01-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-01-23 Martin QuinsonRename NetCards to NetPoints
2017-01-07 Martin Quinsonplease sonar by removing useless asignments and return...
2016-12-28 Martin Quinsonfix some typos found by the debian packaging tools
2016-12-25 Martin QuinsonRevert "remove a few smells in instrumentation"
2016-12-23 Frederic Suterremove a few smells in instrumentation
2016-12-20 Martin Quinsonanother bunch of include cuts. The last one for today
2016-12-17 Martin Quinsonreduce the public exposure of netcards_dict
2016-12-17 Martin Quinsonno need for a lib to store the netcards. A dict is...
2016-12-15 Martin Quinsonfix jedule builds
2016-12-13 Martin Quinsonrename the class objects and C types for the As ->...
2016-12-12 Martin Quinsonmove some storage-related content out of routing into...
2016-12-06 Martin Quinsonplease sonar and use & when creating function pointers
2016-12-05 Martin QuinsonConvert routing_platf->getRouteAndLatency into s4u...
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-09-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-08 Frederic Sutermore objects
2016-09-08 Frederic Sutersimplifications
2016-09-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
next