- 17 2月, 2018 1 次提交
-
-
由 Khaled Hosny 提交于
-
- 16 2月, 2018 2 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Arkady Shapkin 提交于
-
- 15 2月, 2018 10 次提交
-
-
由 Khaled Hosny 提交于
Next to other CI scripts.
-
由 Behdad Esfahbod 提交于
Trying to fix this warning: cc1: warning: command line option ‘-fno-threadsafe-statics’ is valid for C++/ObjC++ but not for C Let's see what the clang bots think of it.
-
由 Behdad Esfahbod 提交于
Switch from a 128+64 hierarchy, to 32+32. New page size is 1024. This should make set iteration faster, without affecting other op performances much.
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
We want to use it.
-
由 Ebrahim Byagowi 提交于
-
- 14 2月, 2018 18 次提交
-
-
由 Behdad Esfahbod 提交于
New API: - hb_set_previous() - hb_set_previous_range()
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
New API: - hb_blob_copy_writable_or_fail()
-
由 Behdad Esfahbod 提交于
To signify that unlike rest of library, returns nullptr on failure.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Makes more sense given what this prints, err, dumps.
-
由 Behdad Esfahbod 提交于
So it's easier to cross-reference from output of print-indic-table.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Was writing source font's offsets. Ouch.
-
由 Behdad Esfahbod 提交于
To fix this warning: cc1: warning: command line option ‘-fno-threadsafe-statics’ is valid for C++/ObjC++ but not for C
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Even in libharfbuzz-subset, we still will handle our own threadsafety for statics.
-
- 13 2月, 2018 8 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
We use calloc() to allocate simple structs and set them to zero. For bulk memory, use malloc() that doesn't zero.
-
由 Behdad Esfahbod 提交于
Such that hmtx accelerator can be used from libharfbuzz-subset.
-
由 Behdad Esfahbod 提交于
sanitizer.sanitize never return nullptr.
-
由 Behdad Esfahbod 提交于
We want to use it instead of reinventing hashmap... Also, don't change linker for ICU since libicu also uses libstdc++.
-
由 Ebrahim Byagowi 提交于
-
由 Khaled Hosny 提交于
Also improve wording a bit and fix make check in --with-libstdc++=yes.
-
- 12 2月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-