Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / src / instr / instr_private.h
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-09 Frederic Sutersloppy replacement of dict by map and char* by string
2017-10-09 Frederic Suteruse initialisation lists (and std::string)
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-09-28 Martin Quinsonfix build on weird clangs
2017-09-27 Martin Quinsoninstr: prefer std::str to char*
2017-09-16 Martin Quinsoninstr: small cleanup
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-12 Martin Quinsonconvert a dict into a unordered_map
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-09-03 Martin Quinsonstart cleaning up the instr::containers
2017-09-03 Martin Quinsongive a proper constructor/destructor to instr::Container
2017-08-28 Martin Quinsonuniformize the function names
2017-08-28 Martin Quinsoninstr: kill leftover classes
2017-08-28 Martin Quinsoninstr: kill an unused field
2017-08-28 Martin Quinsonrename the instr::Container class to its proper name
2017-08-28 Martin Quinsoninstr: please sonar
2017-08-28 Martin Quinsonfollow the naming conventions in Instr
2017-08-28 Martin Quinsonfix clang builds
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 Quinsona class with no method is not a class
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 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-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-16 TakishippFactorize s_type and value instr class
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-03 Frederic Sutermost dicts in instr were bare sets
2017-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
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-24 Takishippremove unused parameters of some fcts
2017-07-21 Takishippfix PJ_value class and its methods
2017-07-21 Takishippfix conflict
2017-07-20 Takishippgive s_val PJ_value as a constructor
2017-07-18 Takishippturn paje_value to a class
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 TakishippReplace a function by its contents
2017-07-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-12 Martin QuinsonMerge pull request #197 from Takishipp/clear_fct
2017-07-11 Takishippremove print_Null function
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 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-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 TakishippMerge branches 'master' and 'master' of github.com...
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-20 Martin Quinsoninstr: merge the TI output in the converted code (WIP)
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-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-04-21 Takishipphierarchical OOP tree
2017-04-12 Takishipps_defineVariableType
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-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 Martin Quinsonfix copyright years and other psychotic cleanups
next