Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Various sonar cleanups
[simgrid.git] / src / kernel / actor / SimcallObserver.hpp
2023-11-21 Martin QuinsonVarious sonar cleanups
2023-11-15 Martin QuinsonMerge branch 'battery-get-name' into 'master'
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-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-10 Arnaud GierschFix assert: min and max are both included in interval...
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-02 Arnaud GierschHelp to identify null values.
2023-03-02 Arnaud GierschLookup only once in map.
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-06 Martin QuinsonMissing include
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-10-31 Martin QuinsonBe more verbose on the blocking transition when display...
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-30 Arnaud GierschDelete unusable default constructor.
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-03-16 Arnaud GierschPolymorphic base class destructor should be either...
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 QuinsonMC does not need a mc_value_ in the simcall anymore
2022-02-18 Martin QuinsonSplit the Comm observers to their own files
2022-02-18 Martin QuinsonSplit TransitionAny and TransitionRandom to their own...
2022-02-18 Martin QuinsonAdd the MPI tag to the Send/Recv Transitions
2022-02-18 Martin QuinsonGive the comm to {Send,Recv}Transition, as CommDet...
2022-02-16 Arnaud GierschDon't mix public and private data members (sonar).
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 QuinsonSimcallObservers don't need to be cloned anymore
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 QuinsonImplement the RandomTransition
2022-02-11 Martin QuinsonFix builds with/without MC and with/without clang ...
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-05 SUTER Fredericback to normal ... keep progressing towards modern...
2022-02-04 SUTER Fredericcontinue to mess with MC
2022-02-04 SUTER Fredericstay with double for payload size (fix 32bit issues?
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 Fredericadd missing override keywords
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 FredericStart to modernize the remaining old simcalls related...
2022-01-30 Martin QuinsonMake sure that min<max in MC_random
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-06-23 Arnaud GierschUse ssize_t for Exec::wait_any and Io::wait_any too.
2021-05-05 Martin QuinsonMC: Start implementing the dependency functions on...
2021-05-04 Martin QuinsonMC: add a clone() method to all Observers
2021-05-03 Arnaud GierschDefine observer ActivityWaitSimcall.
2021-04-27 SUTER Fredericadd a (modern) wait_any for Io activities. Thx agier!
2021-04-22 Arnaud GierschFactor code for simcall observers with a result.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-12 Arnaud GierschCosmetics.
2021-04-12 Arnaud GierschUse a reference for ExecImpl::wait_any_for()'s vector.
2021-03-26 Martin QuinsonMove SimcallObserver from simgrid::mc to simgrid::kerne...