1. 20 Jan, 2019 4 commits
  2. 10 Jan, 2019 1 commit
  3. 09 Jan, 2019 1 commit
  4. 06 Jan, 2019 2 commits
    • 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
  5. 01 Feb, 2018 1 commit
  6. 23 Jan, 2017 1 commit
  7. 20 Feb, 2015 1 commit
  8. 13 Feb, 2015 3 commits