1. 24 Aug, 2020 2 commits
    • Lioncash's avatar
      microprofile: Don't memset through std::atomic types · ec8d72a5
      Lioncash authored
      Two of the members of the MicroProfileThreadLog contains two std::atomic
      instances. Given these aren't trivially-copyable types, we shouldn't be
      memsetting the structure, given implementation details can contain other
      members within it.
      
      To avoid potential undefined behavior on platforms, we can use aggregate
      initialization to zero out the members while still having well-defined
      behavior.
      
      While we're at it we can also silence some sign conversion warnings.
      ec8d72a5
    • bunnei's avatar
      Merge pull request #4561 from lioncash/key-constexpr · ab350b89
      bunnei authored
      key_manager: Make data arrays constexpr
      ab350b89
  2. 23 Aug, 2020 7 commits
  3. 22 Aug, 2020 3 commits
  4. 21 Aug, 2020 1 commit
  5. 20 Aug, 2020 2 commits
  6. 19 Aug, 2020 3 commits
  7. 18 Aug, 2020 8 commits
  8. 17 Aug, 2020 7 commits
  9. 16 Aug, 2020 7 commits