Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / mc / checker / SimcallInspector.hpp
2021-03-04 Martin Quinsonmc: rename Inspector to Observer
2021-03-03 Arnaud GierschModernize simcall mutex_unlock.
2021-03-03 Arnaud GierschMake SimcallInspector::dot_label and to_string pure...
2021-03-02 Arnaud GierschConst for methods.
2021-02-28 Martin QuinsonSplit inspector::is_pending() in two logical parts
2021-02-28 Martin Quinsonobjectification of MC simcall achieved -- many tests...
2021-01-26 Martin QuinsonThis was not meant to be commited, sorry
2021-01-26 Martin Quinsonlogs: Allow %a instead of %P to display the actor name
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-10 Frederic SuterMerge branch 'master' into disk
2019-09-09 Martin Quinsoncosmetics in the wanna be MC's simcall observer
2019-08-27 Arnaud GierschFix: undefined reference to `typeinfo for simgrid:...
2019-08-15 Martin Quinsonsmall comments improvements around a complex code
2019-08-15 Martin QuinsonIntroduce a class mc::SimcallInspector, that allows...