1. 29 May, 2018 3 commits
  2. 26 May, 2018 1 commit
  3. 25 May, 2018 2 commits
  4. 24 May, 2018 7 commits
  5. 23 May, 2018 6 commits
  6. 11 May, 2018 3 commits
    • Ebrahim Byagowi's avatar
      Minor, make CreateFile compatible with the disabled writable flag · 8eb53b85
      Ebrahim Byagowi authored
      "writable" is not in use and probably we can go in the reverse direction
      and remove the flags that are useful for enabled writable, this is just
      for the sake of completeness however.
      8eb53b85
    • Ebrahim Byagowi's avatar
      Remove unnecessary headers and definitions of hb-blob (#1028) · 33eb1bd2
      Ebrahim Byagowi authored
      It removes io.h and other polyfills which we no longer need as 7e76d746
      33eb1bd2
    • Ebrahim Byagowi's avatar
      Make hb_blob_create_from_file more portable (#1027) · 7e76d746
      Ebrahim Byagowi authored
      This makes it compatible with ARMCC which I had access in
      a collaboration with @imgtec, thanks!
      
      Basically hb_blob_create_from_file features three code paths,
      mmap, Win32 and fallback.
      
      We had fallback implementation even before this but it was relied
      to "open" which is not available on some environments. This change
      improved the situtation by using only fopen and friends for
      fallback path.
      
      Interestingly we could use "open" on Windows but in fact it was
      emulated by MSVCRT so I've completely split that from Unix path
      now that we have a distinct path for fallback path also.
      7e76d746
  7. 09 May, 2018 3 commits
  8. 08 May, 2018 13 commits
  9. 07 May, 2018 2 commits