Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
help latest fedora with mc
[simgrid.git] / src / mc / remote / RemoteProcess.cpp
2021-06-22 Augustin Degommehelp latest fedora with mc
2021-04-30 Arnaud GierschResize(0) is redundant.
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 GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-03-27 Arnaud GierschUse std::call_once instead of pthread_once.
2021-03-26 Martin Quinsoncosmetics, somewhat hinted by sonar
2021-03-14 Martin QuinsonMC gets the addresses of variables it needs from the...
2021-03-14 Martin QuinsonRemoteProcess: cache the addresses of maxpid, actors...
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-14 Martin QuinsonMC: lazily load the dwarf information
2021-03-13 Martin QuinsonRename mc::RemoteSimulation into mc::RemoteProcess