Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reduce scope for static variables.
[simgrid.git] / src / kernel / actor / SimcallObserver.cpp
2022-05-06 Arnaud GierschReduce scope for static variables.
2022-03-03 Martin QuinsonSemaphore made observable from the Checker side
2022-02-24 Martin QuinsonMC: no need for a depends() method in Observers
2022-02-23 Martin QuinsonImplement MutexImpl::lock_async
2022-02-18 Martin QuinsonSplit the Comm observers to their own files
2022-02-18 Martin QuinsonAdd the MPI tag to the Send/Recv Transitions
2022-02-18 Martin QuinsonCommDet: reimplement on top of transitions. Don't mess...
2022-02-18 Martin Quinsonsonar fixes
2022-02-18 Martin QuinsonGive the comm to {Send,Recv}Transition, as CommDet...
2022-02-15 Arnaud GierschWe want to serialize the pointer, not the pointee!
2022-02-13 Martin QuinsonImplement WaitAnyTransition
2022-02-12 Martin QuinsonImplement TestAnyTransition
2022-02-12 Martin QuinsonSimplify the serialization protocol to implement TestAn...
2022-02-12 Martin Quinsonimplement CommTestTransition
2022-02-12 Martin QuinsonMove dot_label() from Observer to Transition (+ some...
2022-02-12 Martin QuinsonBetter fix for the security warning from sonar: hide...
2022-02-12 Martin QuinsonFix the security hotspots of sonar
2022-02-11 Martin QuinsonCommWaitTransition mailbox is now valid
2022-02-11 Martin QuinsonImplement the RandomTransition
2022-02-11 Martin QuinsonMC does not need the exact value of the timeout, only...
2022-02-11 Martin Quinsondon't use char* for pointers that shall be serialized...
2022-02-11 Martin QuinsonPass the depends() from the observer to the mc::Transit...
2022-02-11 Martin QuinsonBig bang in MC: app's observers are serialized, to...
2022-02-08 Arnaud GierschReduce scope for variables.
2022-02-08 SUTER Frederic[sonar] constify
2022-02-06 SUTER Fredericenforce simcall order as before to check dependencies...
2022-02-06 SUTER Fredericfix isend/irecv to string
2022-02-05 Martin QuinsonDon't compute the dependencies locally in the checker...
2022-02-04 SUTER Fredericcontinue to mess with MC
2022-02-03 Martin QuinsonMerge branch 'wifi_rate_zero' into 'master'
2022-02-03 SUTER Fredericdraft CommI{send,recv}Observer
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-02 SUTER Fredericmore progress in simcalls modernization and MC cleanup
2022-02-02 SUTER Frederictake two on prepare() for Waitany and Testany observers
2022-02-02 SUTER Fredericadd prepare() to some observers
2022-02-01 SUTER Fredericplease clang
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-05-05 Martin QuinsonMC: Start implementing the dependency functions on...
2021-04-27 SUTER Fredericadd a (modern) wait_any for Io activities. Thx agier!
2021-04-22 Arnaud GierschCosmetics: make parameter name match with .hpp.
2021-03-26 Martin QuinsonMove SimcallObserver from simgrid::mc to simgrid::kerne...