platform/upstream/libHarfBuzzSharp.git
2019-05-11 Behdad Esfahbod[meta] Add is_signed for floating point types
2019-05-11 Behdad Esfahbod[meta] is_integer -> is_integral
2019-05-11 Behdad Esfahbod[meta] Add add_const, add_pointer, add_lvalue_reference...
2019-05-11 Behdad Esfahbod[vector] Simplify arrayZ
2019-05-11 Behdad Esfahbod[subset] Use more auto typing
2019-05-11 Behdad EsfahbodMinor
2019-05-11 Behdad Esfahbod[serialize] More rewrite
2019-05-11 Behdad Esfahbod[serialize] Fix a TODO
2019-05-10 rsheeterUpdate TESTING.md
2019-05-10 Behdad EsfahbodFix sanitize fail of extension sublookups
2019-05-10 Behdad EsfahbodMinor
2019-05-10 Behdad EsfahbodMinor
2019-05-10 Behdad EsfahbodMinor again
2019-05-10 Behdad EsfahbodMinor
2019-05-10 Behdad Esfahbod[gsubgpos] Minor
2019-05-10 Behdad EsfahbodGenerate tarball in .xz instead of .bz2
2019-05-10 Behdad EsfahbodFix bot
2019-05-10 Behdad Esfahbod[meta] Add hb_is_base_of
2019-05-10 Behdad Esfahbod[iter] Adjust is_source_of / is_sink_of
2019-05-10 rsheeterUpdate TESTING.md
2019-05-09 Behdad Esfahbod[iter] Rewrite test functions
2019-05-09 Behdad EsfahbodMinor
2019-05-09 Behdad EsfahbodWhitespace
2019-05-09 Behdad EsfahbodFix bot
2019-05-09 Behdad Esfahbod[algs] Implement implicit casting between compatible...
2019-05-09 Behdad Esfahbod[meta] Rewrite hb_is_cr_converitble
2019-05-09 Behdad EsfahbodFix compile
2019-05-09 Behdad EsfahbodAdjust is_cr_convertible
2019-05-09 Behdad Esfahbod[iter] Make hb_is_iterator_of() check is_convertible
2019-05-09 Behdad Esfahbod[meta] Add hb_conditional<> and hb_is_convertible()
2019-05-09 Garret Rieger[subset] Switch building of glyph maps in subset plan...
2019-05-09 Garret RiegerAdd sink support for hb_hashmap_t and a reverse call...
2019-05-09 Behdad EsfahbodAdd hb_pair_t(,) macro as alternative to hb_pair_t<,>
2019-05-09 Behdad EsfahbodAdd hb_lidentity(), and rename hb_rvalue() to hb_rident...
2019-05-09 Behdad Esfahbod[hdmx] Adjust to hb_iota() behavior change
2019-05-09 Behdad Esfahbod[enumerate] Fix hb_enumerate() len for step=0
2019-05-09 Behdad Esfahbod[iter] Fix hb_zip() end condition
2019-05-09 Behdad Esfahbod[iter] Minor
2019-05-09 Behdad Esfahbod[iter] Minor
2019-05-09 Behdad Esfahbod[test-iter] Don't walk past end
2019-05-09 Behdad Esfahbod[iter] Allow negative step in hb_iota()
2019-05-09 Behdad Esfahbod[iter] Minor
2019-05-09 Behdad Esfahbod[iter] Bug fix
2019-05-09 Behdad Esfahbod[iter] Fix
2019-05-09 Behdad Esfahbod[iter] Take start value in hb_enumerate()
2019-05-09 Behdad Esfahbod[iter] Add hb_range()
2019-05-09 Behdad Esfahbod[meta] Add hb_int_max()
2019-05-09 Behdad Esfahbod[iota] end -> end_ to not shadow
2019-05-09 n8willisMerge pull request #1680 from n8willis/usermanual-obj
2019-05-09 Behdad EsfahbodRemove unnecessary template keyword
2019-05-08 Behdad EsfahbodRemove unused var
2019-05-08 Behdad Esfahbod[array] Add .copy()
2019-05-08 Behdad EsfahbodFix msan issue
2019-05-08 Behdad EsfahbodMove hb_invoke() back to hb-algs.hh
2019-05-08 Behdad Esfahbod[hdmx] Touch up
2019-05-08 Garret Rieger[subset] WIP convert hdmx subsetting to use iterators.
2019-05-08 Garret Rieger[subset] Move hdmx to subset2.
2019-05-08 Behdad Esfahbod[map] Return rvalues from keys()/values()
2019-05-08 Behdad Esfahbod[map] Fix bots
2019-05-08 Behdad Esfahbod[map] Add .values() iterator
2019-05-08 Behdad Esfahbod[map] Fix iter
2019-05-08 Behdad Esfahbod[algs] Fix identity return type
2019-05-08 Behdad EsfahbodWhitespace
2019-05-08 Behdad Esfahbod[meta] Capture rvalue-references in is_reference /...
2019-05-08 Behdad EsfahbodMinor
2019-05-08 rsheeter[map] tweak test-iter.cc
2019-05-08 rsheeter[map] add keys()
2019-05-08 rsheeter[map] add a test for iteration
2019-05-08 rsheeter[map] add iteration
2019-05-08 Ebrahim Byagowi[test] Add https://crbug.com/oss-fuzz/14641 testcase
2019-05-08 Michiharu Arizainitialize return param subr_num in popSubrNum
2019-05-08 Behdad Esfahbod[name] Sanitize records for reals
2019-05-08 Behdad Esfahbod[iter] Rename hb_iter_t() to hb_iter_type<> and add...
2019-05-08 Behdad Esfahbod[map] Make .has() optionally return value
2019-05-08 Behdad EsfahbodMake compiler happy with -Og
2019-05-08 Behdad Esfahbod[iter] Accept pointer in hb_iter() and hb_iter_t()
2019-05-08 Behdad Esfahbod[iter] Accept pointer in hb_map()
2019-05-08 Behdad Esfahbod[serialize] LangSys subset->copy
2019-05-08 Behdad EsfahbodAdd hb_iota()
2019-05-08 Behdad Esfahbod[iter] Actually fix previous commit
2019-05-08 Behdad Esfahbod[iter] For ref-qualified variants
2019-05-08 rsheeterUpdate README.md
2019-05-08 rsheeterUpdate README.md
2019-05-08 rsheeter[docs] add fuzzer instructions (courtesy of Garret)
2019-05-08 Roderick Sheeter[docs] add sample commands for test exec
2019-05-08 Behdad Esfahbod[iter] Fix hb_sink() to accept rvalue
2019-05-08 Behdad Esfahbod[iter] Default predicates to hb_identity instead of...
2019-05-08 Behdad EsfahbodAdjust hb_all/any/none
2019-05-08 Behdad EsfahbodAdd hb_match
2019-05-08 Behdad Esfahbod[algs] Try f[v] in hb_get() as last resort
2019-05-08 Behdad EsfahbodFix a few more double-pomotion errors
2019-05-08 Behdad EsfahbodFix signed comparison on 32bit
2019-05-08 Behdad EsfahbodFix more double-promotion errors
2019-05-08 Behdad EsfahbodFix double-promotion warnings
2019-05-08 Behdad EsfahbodMore tests
2019-05-08 Behdad Esfahbod[algs] Sprinkle hb_min/max with hb-forward salad
2019-05-08 Behdad Esfahbod[iter] Add value and projection to hb_all/any/none
2019-05-08 Behdad Esfahbod[iter] Accept rvalues to hb_enumerate()
2019-05-08 Behdad Esfahbod[meta] Move hb_invoke from algs to meta
2019-05-08 Behdad Esfahbod[meta] Replace most hb_enable_if with hb_requires
next