Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Delete useless functions
[simgrid.git] / src / instr / instr_paje_trace.cpp
2017-07-12 Martin QuinsonMerge pull request #197 from Takishipp/clear_fct
2017-07-12 TakishippDelete the whole comment
2017-07-11 Takishippremove print_Null function
2017-07-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-05 Martin Quinsonplease codacy
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
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 Quinsonkill all horizontal tabs
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 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-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 TakishippAttempt to correct error tests
2017-04-21 Takishipphierarchical OOP tree
2016-12-06 Martin Quinsonplease sonar and use & when creating function pointers
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-07-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-07-27 Frederic Sutercosmetics (and sonar bugs--)
2016-06-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-22 degommehave tests passing without smpi
2016-06-09 Christian Heinrich[INSTR] NULL -> nullptr substitution
2016-05-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-19 Christian Heinrich[SMPI] Introduce smpi/trace-call-location cfg-switch
2016-05-19 Christian Heinrich[SMPI/INSTR] Wrap filenames in traces in quot. marks
2016-05-19 Christian Heinrich[SMPI] Add caller location to tracefiles
2016-04-06 degommetry to get rid of smpi tracing segmentation faults...
2016-03-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-26 Christian HeinrichFix broken build 20551fb51e6144ee0c7942602e4c4a60477ddfc8
2016-03-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-25 Christian Heinrich[INSTR] Move to C++ and use templates
2016-03-25 Christian Heinrich[INSTR] Cosmetics: Alignment of assignments.
2016-03-23 Christian Heinrich[INSTR] Fix broken build introduced in 592e914799a871f2...
2016-03-23 Christian Heinrich[INSTR] Cleanup code by transitioning to C++ streams
2016-03-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-01 Frederic Suterblank lines and indent in instr
2015-12-28 Martin QuinsonCompile src/instr with g++ so that we can use C++ const...