1. 08 Jul, 2022 2 commits
  2. 12 Nov, 2021 1 commit
    • Rosen Penev's avatar
      treewide: replace lock_guard with scoped_lock · 4e0e4c00
      Rosen Penev authored
      SonarLint reports the latter to be better:
      
      std::scoped_lock basically provides the same feature as std::lock_guard,
      but is more generic: It can lock several mutexes at the same time, with a
      deadlock prevention mechanism (see {rule:cpp:S5524}). The equivalent code
      to perform simultaneous locking with std::lock_guard is significantly more
      complex. Therefore, it is simpler to use std::scoped_lock all the time,
      even when locking only one mutex (there will be no performance impact).
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      4e0e4c00
  3. 31 Oct, 2021 1 commit
  4. 25 Jun, 2021 1 commit
  5. 01 Jan, 2021 1 commit
  6. 04 Nov, 2020 2 commits
  7. 21 Sep, 2020 1 commit
  8. 10 Jun, 2020 1 commit
  9. 04 May, 2020 1 commit
  10. 18 Jan, 2020 1 commit
  11. 20 Aug, 2019 1 commit
  12. 09 Aug, 2019 1 commit
  13. 05 Jul, 2019 1 commit
  14. 17 Jun, 2019 1 commit
  15. 31 May, 2019 1 commit
  16. 30 May, 2019 1 commit
  17. 07 May, 2019 1 commit
  18. 26 Apr, 2019 1 commit
  19. 25 Apr, 2019 1 commit
  20. 05 Apr, 2019 3 commits
  21. 31 Oct, 2018 1 commit
  22. 25 Oct, 2018 1 commit
  23. 24 Oct, 2018 2 commits
  24. 21 Sep, 2018 3 commits
  25. 09 Aug, 2018 1 commit
  26. 02 Aug, 2018 1 commit
  27. 22 Jun, 2018 2 commits
  28. 17 Jan, 2018 2 commits
  29. 07 Jan, 2018 1 commit
  30. 20 Dec, 2017 1 commit
  31. 19 Dec, 2017 1 commit