1. 07 Oct, 2018 2 commits
    • Gregory Lemercier's avatar
      Fix build on arm64 architectures with some strict compilers · ffe62d33
      Gregory Lemercier authored
      This patch fixes an issue that occurs on 64-bit architetures under
      strict compiler rules. The code initially checked that the received
      size stored in 'uint64_t' was not bigger than the max value of a
      'size_t' variable, which is legitimate on 32-bit architectures where
      'size_t' variables are stored on 32 bits. On 64-bit architectures,
      this test no longer makes sense since 'uint64_t' and 'size_t' types
      have the same size. The issue is fixed by ignoring this portion
      of code when built for arm64.
      ffe62d33
    • Gregory Lemercier's avatar
      Adds relicensing grant · 2e2806d7
      Gregory Lemercier authored
      2e2806d7
  2. 01 Oct, 2018 4 commits
  3. 29 Sep, 2018 4 commits
  4. 22 Sep, 2018 2 commits
  5. 21 Sep, 2018 2 commits
  6. 20 Sep, 2018 2 commits
  7. 17 Sep, 2018 1 commit
  8. 16 Sep, 2018 4 commits
  9. 14 Sep, 2018 2 commits
  10. 13 Sep, 2018 4 commits
  11. 10 Sep, 2018 3 commits
  12. 09 Sep, 2018 2 commits
  13. 01 Sep, 2018 2 commits
  14. 31 Aug, 2018 2 commits
  15. 24 Aug, 2018 2 commits
  16. 23 Aug, 2018 2 commits