1. 23 Jan, 2019 2 commits
  2. 18 Jan, 2019 1 commit
  3. 17 Jan, 2019 4 commits
  4. 15 Jan, 2019 1 commit
  5. 14 Jan, 2019 1 commit
  6. 11 Jan, 2019 3 commits
  7. 09 Jan, 2019 2 commits
  8. 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
  9. 04 Jan, 2019 2 commits
  10. 03 Jan, 2019 1 commit
  11. 28 Dec, 2018 1 commit
  12. 26 Dec, 2018 2 commits
  13. 21 Dec, 2018 4 commits
  14. 20 Dec, 2018 1 commit
  15. 19 Dec, 2018 1 commit
  16. 18 Dec, 2018 5 commits
  17. 17 Dec, 2018 1 commit
  18. 14 Dec, 2018 2 commits
  19. 11 Dec, 2018 1 commit
  20. 07 Dec, 2018 2 commits
  21. 06 Dec, 2018 2 commits