Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add s_type_get_or_null to s_type class as a method
[simgrid.git] / src / instr / instr_paje_types.cpp
2017-08-16 TakishippAdd s_type_get_or_null to s_type class as a method
2017-08-16 TakishippAdd a constructor to s_type class
2017-07-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Arnaud GierschReduce scope of variables (please Codacy).
2017-07-26 Martin Quinsonfix tracing tests
2017-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-24 Martin Quinsoncosmetics
2017-07-24 Martin Quinsonuse a proper destructor for the paje::value type
2017-07-24 Martin Quinsoncosmetics in instr: use sensible identifier names
2017-07-24 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-21 Takishippfix PJ_value class and its methods
2017-07-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-18 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-17 Martin QuinsonMerge pull request #200 from Takishipp/clear_fct
2017-07-17 Takishippsome optimizations
2017-07-17 Takishippdelete comment
2017-07-17 TakishippReplace a function by its contents
2017-07-02 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
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 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 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-05-29 TakishippMerge branches 'master' and 'master' of github.com...
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-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-05-02 Martin QuinsonNow it works (if you don't look at the leaks)
2017-04-21 Takishipphierarchical OOP tree
2017-04-11 Takishippfirst change to have hierarchical class - definecontain...
2017-04-05 Takishipps_container is changed to cpp class
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-08-03 Frederic Sutertrack all the useless void
2016-06-09 Christian Heinrich[INSTR] NULL -> nullptr substitution
2016-05-30 Gabriel CoronaAvoid multiple declaration on the same line/statement
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...