- 31 5月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Don't know why I thought I should subtract one there...
-
- 30 5月, 2018 21 次提交
-
-
由 Behdad Esfahbod 提交于
llvm-gcc-4.2 bot had this problem: hb-private.hh:812: error: initializer specified for non-virtual method 'void hb_vector_t<Type, StaticSize>::operator=(const hb_vector_t<Type, StaticSize>&) [with Type = hb_user_data_array_t::hb_user_data_item_t, unsigned int StaticSize = 1u]' Removing the delete didn't work with a constructor. So, remove constructor. Just disallow assignment. Still better than nothing.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Clang build was failing with: /usr/bin/ld: .libs/libharfbuzz_la-hb-blob.o: relocation R_X86_64_PC32 against undefined hidden symbol `_ZTH12_hb_CrapPool' can not be used when making a shared object Instead of fighting it, just disable use of it.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
This reverts commit face7cf5.
-
由 Behdad Esfahbod 提交于
This reverts commit 7bf19801.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Fully untested.
-
- 27 5月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
MAP_NORESERVE is not available on macOS for example so set the flag to zero if not defined on the headers.
-
- 26 5月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 25 5月, 2018 7 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
If a pointer type was passed to Null(), reinterpret_cast<> was complaining about qualifiers being removed. Turns out I need the const on the other side of "Type" to fix that. Also remove unused const from NullPool type.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Not sure if I like to keep it. For now, aim for correctness.
-
由 Behdad Esfahbod 提交于
Common Regoin for Access Protection. Like the NullPool, but writable.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Makes for cleaner code.
-
- 23 5月, 2018 6 次提交
-
-
由 Ebrahim Byagowi 提交于
* Adds libnsl to the bot as it is now needed apparently * Disables hb-icu, apparently the newer ICU itself is not compatible with SunCC
-
由 Behdad Esfahbod 提交于
Fixup for previous commit. Was accidentally turned off.
-
由 Behdad Esfahbod 提交于
Make clang happy. Also, don't use anonymous union.
-
由 Behdad Esfahbod 提交于
We'll see if this sticks to the bots.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 12 5月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
"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.
-
- 11 5月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
It removes io.h and other polyfills which we no longer need as 7e76d746
-