Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move the conditionVariable observer to the right file
[simgrid.git] / src / kernel / actor / SimcallObserver.cpp
2023-11-13 Martin QuinsonMove the conditionVariable observer to the right file
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-03 Martin QuinsonMerge branch 'master' into simgrid-fork-changelog-plugins
2023-11-02 Martin QuinsonMC: add an observer to sleep simcalls
2023-02-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-08 Arnaud GierschImplement ConditionWaitSimcall::to_string().
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-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Fred SuterMerge branch 'fluidio' into 'master'
2022-10-31 Martin QuinsonBe more verbose on the blocking transition when display...
2022-10-27 Arnaud GierschRemove redundant cast (Sonar).
2022-10-16 Martin QuinsonImplement pthread_join in MC mode for sthread
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-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...