1. 17 Jan, 2019 14 commits
  2. 15 Jan, 2019 2 commits
  3. 14 Jan, 2019 4 commits
  4. 10 Jan, 2019 4 commits
  5. 09 Jan, 2019 5 commits
  6. 08 Jan, 2019 1 commit
  7. 07 Jan, 2019 1 commit
  8. 06 Jan, 2019 3 commits
    • Windows is hard. · 321d19c1
      lhchavez committed
    • Attempt at fixing the MingW64 compilation · b5e8272f
      It seems like MingW64's size_t is defined differently than in Linux.
      lhchavez committed
    • Fix a bunch of warnings · 7b453e7e
      This change fixes a bunch of warnings that were discovered by compiling
      with `clang -target=i386-pc-linux-gnu`. It turned out that the
      intrinsics were not necessarily being used in all platforms! Especially
      in GCC, since it does not support __has_builtin.
      
      Some more warnings were gleaned from the Windows build, but I stopped
      when I saw that some third-party dependencies (e.g. zlib) have warnings
      of their own, so we might never be able to enable -Werror there.
      lhchavez committed
  9. 04 Jan, 2019 6 commits