Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a few less verbose descriptions in instr
[simgrid.git] / src / instr / instr_paje_types.cpp
2018-06-01 Christian Heinrich[INSTR] StateEvent::popEvent() calls now StateEvent...
2018-05-11 Frederic Sutersnake_case in instr
2018-05-11 Frederic Suterrefactor with templated method
2018-05-11 Frederic Sutermove function to class
2018-05-09 Frederic Suterreplace FILE* by ofstream for tracing_file
2018-04-30 Frederic Suterrefactor
2018-04-26 Arnaud GierschFix more Doxygen warnings.
2018-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-25 Frederic Suterallow to have TI data for popEvent
2018-04-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-16 Christian Heinrich[INSTR] Move enum instr_fmt_type_t to enum class TraceF...
2018-04-16 Frederic Suterrefactor
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschUse standard __func__ instead of __FUNCTION__.
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-08 Frederic SuterMassive change in SMPI+instr
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-03 Frederic Sutercreate timestamp at lowest level to save parameters
2017-11-02 Frederic Sutersimplify link events and rename getRootContainer to...
2017-10-30 Frederic Suterenough playing with instr for now ...
2017-10-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-30 Frederic Sutera few more simplifications
2017-10-30 Frederic Sutersimplify the way states are used in high-level instr...
2017-10-30 Frederic SuterContinue to reorganize instr
2017-10-28 Frederic Sutertry to please sanitizers
2017-10-27 Frederic Suterrework Variable related events
2017-10-27 Frederic Suterrework State related events
2017-10-27 Frederic Sutersplit instr_private in several header files
2017-10-26 Frederic Suterget rid of kind field in instr Type
2017-10-20 Martin QuinsonMerge branch 'actor-priority' of https://github.com...
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-18 Frederic SuterValue is always attached to Type
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-13 Frederic SuterRework way of creating Type hierarchy.
2017-10-13 Frederic SuterMore objectification of instr::Type (wip)
2017-10-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-12 Frederic Suterrefactoring and namespacing
2017-10-12 Frederic Sutermore stringification/privatization
2017-10-12 Frederic Suterkill another dict in instr
2017-10-11 Frederic Suterfurther cleanups in instr
2017-10-10 Frederic Suterstringify and objectify instr::Value (wip)
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-09-16 Martin Quinsoninstr: kill a dead function
2017-09-16 Martin Quinsoninstr: objectifies another method
2017-09-16 Martin Quinsona static function with an object parameter is a regular...
2017-09-15 Martin Quinsoninstr: fix a new/free mismatch, and small cleanups
2017-09-14 Martin Quinsoncleanup plugging a memleak
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-09-09 Arnaud GierschRemove useless assignments.
2017-09-01 Arnaud GierschFix mismatched free() / delete.
2017-08-28 Martin Quinsonuniformize the function names
2017-08-28 Martin Quinsoninstr: please sonar
2017-08-28 Martin Quinsonfollow the naming conventions in Instr
2017-08-28 Martin Quinsonmove all inst declarations into their namespace
2017-08-27 Martin Quinsonkill a C type now that we have a class
2017-08-27 Martin Quinsonclass names must be in CamelCase
2017-08-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-18 Takishippnormalize s_type class part 3
2017-08-18 Takishippnormalize s_type class part 2
2017-08-18 Takishippnormalize s_type class
2017-08-16 TakishippAdd type_stat_new to s_type class as a method
2017-08-16 TakishippAdd link_new to s_type class as a method
2017-08-16 TakishippAdd variable_new to s_type class as method
2017-08-16 TakishippAdd event_new to s_type class as a method
2017-08-16 TakishippAdd type_container_new to s_type class as method
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
next