Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make parameters pointer/reference-to-const (sonar).
[simgrid.git] / src / mc / api / State.cpp
2022-08-25 Arnaud GierschMake parameters pointer/reference-to-const (sonar).
2022-08-06 Martin QuinsonFinish the removal of mc::api by moving the last bits...
2022-08-06 Martin QuinsonConvert simgrid::mc::snapshot_equal() into Snapshot...
2022-08-02 Martin QuinsonRename mc::Session into mc::api::RemoteApp
2022-07-30 Martin QuinsonFinally kill mc::RemoteProcess::actors(). We now commun...
2022-07-30 Martin QuinsonMC: make it clear that we only have the info about...
2022-07-30 Martin QuinsonReduce the amount of MC locations reading the memory...
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-27 Arnaud GierschMerge branch 's4u_enforce' into 'master'
2022-06-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-10 Martin QuinsonMC: better encapsulation design
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-10 Arnaud GierschRemove spurious "using" declarations.
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-02-28 Arnaud GierschOne less global variable: session_singleton.
2022-02-28 Arnaud GierschUseless lower-case alias.
2022-02-19 Martin QuinsonMC: the state does not need to have the simcall anymore
2022-02-19 Martin QuinsonMC: simplification knowing that every visible transitio...
2022-02-17 Martin Quinsonmake mc::State extendable so that CommDet does not...
2022-02-12 Martin QuinsonFix more sonar things
2022-02-11 Martin QuinsonMC: one simplification step
2022-02-11 Martin QuinsonMake sure that the last stack element is set when an...
2022-02-11 Martin QuinsonStart moving classes into the mc/api directory