1. 17 Jan, 2019 4 commits
  2. 15 Jan, 2019 1 commit
  3. 14 Jan, 2019 1 commit
  4. 11 Jan, 2019 3 commits
  5. 09 Jan, 2019 2 commits
  6. 08 Jan, 2019 1 commit
    • Tim Wickberg's avatar
      Fix initialization for lock arrays. · f7da0636
      Tim Wickberg authored
      As pthread_rwlock_t is a struct, we cannot use this syntax
      to initialize all elements of the array to the same value
      as we would if these were any basic type.
      
      Instead, move the initialization to a dedicated loop to ensure
      all locks are initialized correctly.
      
      This does not seem to have caused any issues on Linux platforms,
      but macOS at least does notice this mistake.
      
      Bug 6319.
      f7da0636
  7. 04 Jan, 2019 2 commits
  8. 03 Jan, 2019 1 commit
  9. 28 Dec, 2018 1 commit
  10. 26 Dec, 2018 2 commits
  11. 21 Dec, 2018 4 commits
  12. 20 Dec, 2018 1 commit
  13. 19 Dec, 2018 1 commit
  14. 18 Dec, 2018 5 commits
  15. 17 Dec, 2018 1 commit
  16. 14 Dec, 2018 2 commits
  17. 11 Dec, 2018 1 commit
  18. 07 Dec, 2018 2 commits
  19. 06 Dec, 2018 4 commits
  20. 05 Dec, 2018 1 commit