Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Various sonar cleanups
[simgrid.git] / src / kernel / actor / CommObserver.cpp
2023-11-21 Martin QuinsonVarious sonar cleanups
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-10-30 Martin QuinsonMerge branch 'mq' into 'master'
2023-10-27 Fred SuterMerge branch 'master' into mq
2023-10-26 Fred SuterMerge branch 'master' into mq
2023-10-26 Fred Sutergot issues with get_id() while debugging. Add protection
2023-10-24 Fred SuterMerge branch 'master' into mq
2023-10-24 Fred Suteradd Message queue abstraction
2023-07-10 Fred SuterMerge remote-tracking branch 'origin/master' into jbod
2023-07-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-07-10 Arnaud GierschUse std::string_view.
2023-07-02 Martin QuinsonFix a MC serialization bug around WaitAny
2023-07-01 Martin QuinsonDon't send sbuff and rbuff to the MC checker
2023-07-01 Martin QuinsonMore verbose error and debug messages
2023-06-29 Martin QuinsonMerge branch 'master' into 'master'
2023-06-29 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-28 Martin QuinsonMerge branch 'master' into 'python_bindings_host_load_p...
2023-06-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-20 Fred SuterMerge branch 'master' into 'task-token'
2023-06-16 Arnaud GierschMerge branch 'fix-wakeup-tree-iterator' into 'master'
2023-06-16 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-15 Martin QuinsonMC: Give an ID to comms to not use their pointer value...
2023-06-15 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-14 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 mlaurentAdd function call and full location in checker-side...
2023-06-06 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-06 Arnaud GierschClang-tidy: readability-qualified-auto.
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-05-31 Martin QuinsonMerge branch 'simgrid-fork-plugin-photovoltaic'
2023-05-16 Arnaud GierschUse plain pointers instead of references to pointer.
2023-03-31 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-31 Martin QuinsonMerge branch 'master' into 'master'
2023-03-31 Martin QuinsonAdd a small implementation note in MC
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-11-06 Martin Quinsonsetter function only need a simcall in MC or with paral...
2022-11-04 Martin QuinsonKill the now useless type xbt::string
2022-11-03 Arnaud GierschDon't call function with side effect twice in the same...
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Martin QuinsonDisplay the mailbox name when showing a deadlocking...
2022-10-31 Martin QuinsonBe more verbose on the blocking transition when display...
2022-10-16 Martin QuinsonRename the transitions so that asynchronous ones clearl...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-08-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-08-01 Martin QuinsonEnsure that the verified application still works if...
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-02-23 Martin QuinsonImplement MutexImpl::lock_async
2022-02-18 Martin QuinsonSplit the Comm observers to their own files