- 13 7月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
This reverts commit e4e74c27. See https://github.com/harfbuzz/harfbuzz/issues/1829
-
- 11 7月, 2019 5 次提交
-
-
由 Ebrahim Byagowi 提交于
Now is flaky let's just increase and maybe investigate later
-
由 Ebrahim Byagowi 提交于
And enable more tests able to trig the issue.
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
- 08 7月, 2019 1 次提交
-
-
由 Dominik Röttsches 提交于
This reverts commit 62e60322 since it breaks building HarfBuzz as part of Chromium. Fixes https://github.com/harfbuzz/harfbuzz/issues/1821.
-
- 06 7月, 2019 5 次提交
-
-
由 Behdad Esfahbod 提交于
Yoohoo. This seems to be precise enough! Let's see if it sticks. I'm asking Dominik to run this in Chrome test suite and report. Fixes https://github.com/harfbuzz/harfbuzz/issues/1801
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Part of https://github.com/harfbuzz/harfbuzz/issues/1801 The assumption that compiler optimizes "upem/2" to a shift only works if upem is unsigned... Anyway, spoon-feed the compiler.
-
-
- 05 7月, 2019 4 次提交
-
-
由 Simon Sapin 提交于
-
由 Simon Sapin 提交于
-
由 Simon Sapin 提交于
-
由 Ebrahim Byagowi 提交于
-
- 04 7月, 2019 2 次提交
-
-
由 Behdad Esfahbod 提交于
Just for those that are normally built into libharfbuzz itself. Part of https://github.com/harfbuzz/harfbuzz/issues/1809
-
-
- 03 7月, 2019 15 次提交
-
-
由 Behdad Esfahbod 提交于
This reverts commit c4aa10eb. Broke several compilers... Sigh. The version without constexpr didn't fully optimize out the unreachable code on clang. So, revert it is...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Being conservative. Also not sure it makes any real difference in our codebase.
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
This actually makes it build now! Part https://github.com/harfbuzz/harfbuzz/issues/1809 Keeping open to add tests, CI, etc.
-
-
-
由 Behdad Esfahbod 提交于
This was non-standard, and unused anyway.
-
-
-
-
-
由 Behdad Esfahbod 提交于
-
- 02 7月, 2019 1 次提交
-
-
由 Michiharu Ariza 提交于
-
- 01 7月, 2019 4 次提交
-
-
由 Ebrahim Byagowi 提交于
Make harfbuzz working on all existing versions of Windows
-
由 Ebrahim Byagowi 提交于
-
由 Carlo Bramini 提交于
-
由 Carlo Bramini 提交于
I tried to cross compile harfbuzz for Windows and an error was generated because `DWrite_1.h` was not found. This happened because the filesystem is case sensitive and for this reason that include file was not found. The right name of the file to be used is `dwrite_1.h`, with all letters not capitalized: https://docs.microsoft.com/en-us/windows/desktop/api/dwrite_1/ I also verified in the installation of VS2017 with Windows Kit v10 and in that place it was also lower case. So, in my opinion it should be better to change this.
-
- 30 6月, 2019 2 次提交
-
-
由 Carlo Bramini 提交于
Not used anymore since DWRITE is loaded dynamically.
-
由 Carlo Bramini 提交于
Also checks if DWriteCreateFactory() has been executed successfully.
-