Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move the selection of the next transition to execute to mc::State
[simgrid.git] / src / mc / Transition.hpp
2022-02-07 Martin QuinsonMove the selection of the next transition to execute...
2022-02-07 Martin QuinsonAutomatize the computation of executed_transitions_
2022-02-07 Martin QuinsonMove request_execute and request_to_string from api...
2022-02-07 Martin QuinsonMC: Inline and simplify a function
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-04-22 Arnaud GierschUse type aid_t for actor ids.
2021-04-01 Martin QuinsonActor's ID should be a long, and should be named AID
2021-03-02 Arnaud GierschMake Transition::textual a std::string.
2021-02-28 Martin Quinsonobjectification of MC simcall achieved -- many tests...
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-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-15 Martin Quinsonobey our coding standards, and snake_case some parts...
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-23 Martin QuinsonMerge pull request #272 from mpoquet/SMPI_convert
2018-06-23 Martin Quinsonuntangle a bit mc header files
2018-04-08 Arnaud GierschUpdate copyright headers.
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-06-12 Martin Quinsonspellcheck mc. Don't ask why
2016-04-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-11 Gabriel Corona[mc] Rename RecordTraceElement as Transition and use...