Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[project-description] Fix extraction of the ns-3 version.
[simgrid.git] / src / mc / remote / RemoteProcess.cpp
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-10 Arnaud GierschRemove spurious "using" declarations.
2022-05-09 Arnaud GierschReplace const reference to std::string by std::string_v...
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-03 Arnaud GierschKill unused variable.
2022-05-03 Arnaud GierschDeclare local variables inside the if statement.
2022-02-27 Martin QuinsonMC: after all, checker does not need the list of dead...
2022-02-18 Arnaud Giersch[experimental] Replace long list of excluded libs with...
2022-02-05 Martin QuinsonDon't compute the dependencies locally in the checker...
2022-01-06 Arnaud GierschRemove last bits of Lua bindings.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
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