- 02 Jun, 2018 2 commits
-
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
- 01 Jun, 2018 10 commits
-
-
Garret Rieger authored
[subset] Have the subset fuzzer pull the text string to subset to from the end of the fuzzer provided data.
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
This reverts commit ff92de76. Revert that and remove ASSERT_POD. Let's see which bots are unhappy with this configuration...
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
Towards possibly using Null pool for some nil objects.
-
Behdad Esfahbod authored
Null() and Crap() are only places that there's no space before '('...
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
Towards using Null object for nil objects.
-
Behdad Esfahbod authored
Unused, but now that we have CrapPool, implement it.
-
- 31 May, 2018 1 commit
-
-
Ebrahim Byagowi authored
Apparently our gcc-6.4.0 on Alpine Linux distribution doesn't like defining static const inside a method, lets put that on outside the classes.
-
- 30 May, 2018 18 commits
-
-
Behdad Esfahbod authored
Trying to see if it fixes gcc-4.2 bots.
-
Behdad Esfahbod authored
-
Garret Rieger authored
-
Behdad Esfahbod authored
Don't know why I thought I should subtract one there...
-
Behdad Esfahbod authored
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 authored
-
Behdad Esfahbod authored
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 authored
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
- 29 May, 2018 7 commits
-
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
This reverts commit face7cf5.
-
Behdad Esfahbod authored
This reverts commit 7bf19801.
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
Fully untested.
-
- 26 May, 2018 1 commit
-
-
Ebrahim Byagowi authored
MAP_NORESERVE is not available on macOS for example so set the flag to zero if not defined on the headers.
-
- 25 May, 2018 1 commit
-
-
Behdad Esfahbod authored
-