Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the liveness tests when the reforks are compiled in but not activated
[simgrid.git] / src / mc / remote / AppSide.hpp
2023-03-21 Martin QuinsonFix the liveness tests when the reforks are compiled...
2023-03-20 Martin QuinsonDo not initialize the App's memory introspection if...
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-12 Martin QuinsonMC: stop reading maxpid in memory, but ask it over...
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-07-30 Martin QuinsonAnd now cleanup the App-side of cruft that was needed...
2022-07-30 Martin QuinsonFinally kill mc::RemoteProcess::actors(). We now commun...
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-09 Martin QuinsonSimplify the parameter passing while initializing the...
2022-02-28 Arnaud GierschPut message handling in its own method (avoid nested...
2022-02-05 Martin QuinsonDon't compute the dependencies locally in the checker...
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-03-20 Martin Quinsonsome symbol renamings to make MC easier to understand...
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-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-09 Martin QuinsonMerge branch 'master' into klement
2020-07-03 Arnaud Giersch[sonar] Const etc. (round #3).
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-03 Arnaud Giersch[sonar] Declare functions "const" (round #2).
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/mc/.
2020-05-06 Martin QuinsonMC: rename remote/Client into remote/AppSide