Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename the plugins from the command line, and document it
[simgrid.git] / src / instr / instr_paje_trace.cpp
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...