An error occurred while loading commits
  1. 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
  2. 11 Nov, 2021 1 commit
  3. 09 Nov, 2021 1 commit
  4. 31 Oct, 2021 1 commit
  5. 13 Oct, 2021 4 commits
  6. 06 Oct, 2021 1 commit
  7. 08 Sep, 2021 1 commit
  8. 26 Aug, 2021 2 commits
  9. 17 Aug, 2021 2 commits
  10. 05 Aug, 2021 2 commits
  11. 30 Jul, 2021 1 commit
  12. 28 Jul, 2021 1 commit
  13. 25 Jun, 2021 1 commit
  14. 24 Jun, 2021 2 commits
  15. 31 May, 2021 3 commits
  16. 27 May, 2021 1 commit
  17. 26 May, 2021 10 commits
  18. 25 May, 2021 2 commits
  19. 19 May, 2021 2 commits