1. 23 Dec, 2020 4 commits
  2. 21 Dec, 2020 1 commit
  3. 20 Dec, 2020 4 commits
  4. 19 Dec, 2020 3 commits
  5. 18 Dec, 2020 3 commits
  6. 16 Dec, 2020 3 commits
  7. 15 Dec, 2020 1 commit
  8. 14 Dec, 2020 2 commits
  9. 13 Dec, 2020 6 commits
  10. 11 Dec, 2020 3 commits
  11. 09 Dec, 2020 6 commits
  12. 08 Dec, 2020 3 commits
  13. 06 Dec, 2020 1 commit
    • Implement generic TLS interface · 971b7187
      This adds a generic TLS interface for anyone to store TLS data. It is designed to work regardless of whether threading support is built into the library or not.
      
      Nobody in the library should directly interface with the data on the TLS struct, so it's been built to be opaque even in the library.
      
      Requires the allocator to be initialized before use.
      Tyler Ang-Wanek committed