Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[pvs-studio] Initialize every members of class.
[simgrid.git] / src / mc / remote / RemoteProcess.hpp
2021-07-19 Arnaud Giersch[pvs-studio] Initialize every members of class.
2021-05-25 SUTER FredericContinue to migrate contents of simix_global to EngineImpl
2021-04-30 Arnaud GierschMissing includes.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-07 Arnaud GierschReplace void* used for RemoteProcess pointers.
2021-04-07 Arnaud GierschUse a RemotePtr<> for RemoteProcess::heap_address.
2021-04-07 Arnaud GierschStop using void* for xbt_mheap_t.
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud GierschMake mc::Api::get_actor_name return a const&.
2021-03-14 Martin QuinsonMC gets the addresses of variables it needs from the...
2021-03-14 Martin QuinsonMove the logic retrieving the actor info in the App...
2021-03-14 Martin QuinsonMove the logic of Api::get_maxpid() to RemoteProcess...
2021-03-13 Martin QuinsonRename mc::RemoteSimulation into mc::RemoteProcess