Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Various sonar cleanups
[simgrid.git] / src / mc / transition / TransitionComm.cpp
2023-11-21 Martin QuinsonVarious sonar cleanups
2023-11-15 Martin QuinsonMerge branch 'battery-get-name' into 'master'
2023-11-13 Martin QuinsonMC: move the reversible_race logic to the Transition...
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-06-29 Martin QuinsonShow the user-level call in MC backtraces
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 QuinsonDo not consider the memory addresses in MC depends...
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-09 Martin QuinsonMerge branch 'udpor-phase8' into 'master'
2023-06-09 Maxwell PirtleAdd events with implicit bottom event
2023-06-09 Maxwell PirtleAdd ex(C) computation for mutex lock/unlock
2023-06-09 Maxwell PirtleAdd "working" UDPOR on small examples with CommWait...
2023-06-09 Maxwell PirtleAdd ex(C) example with a small program
2023-06-09 Maxwell PirtleAdd preliminary basic tests for ex(C) computation
2023-06-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-07 Arnaud GierschBuffers should not be considered by CommWaitTransition...
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 'rename-operation-task' into 'master'
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-05-30 Maxwell PirtleMark transitions run by the same actor as dependent
2023-03-31 Martin QuinsonFix non-MC builds when MC-only dependencies are missing
2023-03-31 Martin QuinsonCompile the safe part of MC in default mode too
2023-03-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-24 Arnaud GierschDelete redundant blank lines at the start of a code...
2023-03-22 Martin QuinsonMerge branch 'udpor-phase6' into 'master'
2023-03-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-19 Martin QuinsonFinally kill the now empty ModelChecker class
2023-02-26 Martin QuinsonMerge branch 'master' into 'master'
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-22 mlaurenttransitions in the same actor are dependent
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-04 Martin QuinsonReduce the amount of header files loading xbt/string.hpp
2022-10-16 Martin QuinsonRename the transitions so that asynchronous ones clearl...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-08-02 Martin QuinsonRename mc::Session into mc::api::RemoteApp
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-23 Martin QuinsonFix the dependency of inter-comm transitions
2022-03-22 Martin QuinsonComm transitions are INDEP with non-comm transitions
2022-03-18 Martin QuinsonSpecify actor in the MC traces
2022-02-18 Martin QuinsonSplit TransitionAny and TransitionRandom to their own...