Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Various sonar cleanups
[simgrid.git] / src / kernel / activity / MutexImpl.hpp
2023-11-21 Martin QuinsonVarious sonar cleanups
2023-11-15 Martin QuinsonMerge branch 'battery-get-name' into 'master'
2023-11-13 Martin QuinsonTry to fix a failure about mutex freed too early in RMA
2023-11-13 Martin QuinsonNew method: MutexImpl::is_granted()
2023-11-13 Martin QuinsonSanity check that mutex are empty when destroyed
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-10-30 Martin QuinsonMerge branch 'example-battery-chiller-solar' into ...
2023-10-26 Fred SuterMerge branch 'master' into mq
2023-10-26 Martin QuinsonFinish up the implementation of recursive mutexes
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Martin QuinsonMerge ActivityImpl::post() and ::finish()
2023-02-23 Fred Suteruniformization: call post that calls finish
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-18 Martin QuinsonRename ActivityImpl::surf_action_ to ActivityImpl:...
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-02-25 Martin Quinsoncosmetics: rename a variable and please sonar a tiny bit
2022-02-25 Martin QuinsonImplement SemaphoreImpl::acquire_async (timeouts are...
2022-02-24 Martin Quinsonkill some remains of the pre-C++ era
2022-02-24 Martin QuinsonTest the dependencies of Mutex transitions
2022-02-23 Martin QuinsonMutex do not need a locked_ field. owner_ != null is...
2022-02-23 Martin QuinsonImplement MutexImpl::lock_async
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-03-13 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-13 Arnaud GierschFix include.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/kernel/.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-07 Frederic Suter[sonar] don't mix public/private data members
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-06 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-06 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-02 Frederic Sutercosmetics
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Frederic Sutercosmetics (less SIMIX, more kernel)
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-17 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-07 Frederic Sutercosmetics: make more fields private
2019-04-19 Arnaud GierschRemove empty functions
2019-03-13 Frederic Sutercomestics in src/kernel
2019-03-12 Frederic Sutermv ActorImpl where it belongs
2019-02-23 Frederic SuterSIMIX_mutex_{un}ref become MutexImpl::{un}ref
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-05-11 Martin Quinsoncosmetic in mutex
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-25 Martin Quinsonmove simix::ActorImpl to kernel::actor::ActorImpl
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2017-12-26 Martin Quinsonmove MutexImpl to the right namespace
2017-12-26 Martin Quinsonmove MutexImpl to the expected location