1. 14 Mar, 2022 2 commits
  2. 26 Jan, 2022 1 commit
  3. 03 Dec, 2021 1 commit
  4. 01 Dec, 2021 5 commits
  5. 12 Nov, 2021 2 commits
    • Rosen Penev's avatar
      use const references · 837fc986
      Rosen Penev authored
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      837fc986
    • 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
  6. 11 Nov, 2021 1 commit
  7. 09 Nov, 2021 1 commit
  8. 31 Oct, 2021 1 commit
  9. 13 Oct, 2021 4 commits
  10. 06 Oct, 2021 1 commit
  11. 08 Sep, 2021 1 commit
  12. 26 Aug, 2021 2 commits
  13. 17 Aug, 2021 2 commits
  14. 05 Aug, 2021 2 commits
  15. 30 Jul, 2021 1 commit
  16. 28 Jul, 2021 1 commit
  17. 25 Jun, 2021 1 commit
  18. 24 Jun, 2021 2 commits
  19. 31 May, 2021 3 commits
  20. 27 May, 2021 1 commit
  21. 26 May, 2021 5 commits