platform/upstream/libHarfBuzzSharp.git
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
2019-05-08 Behdad Esfahbod[algs] Accept varargs in hb_min/max
2019-05-08 Behdad EsfahbodRename
2019-05-08 Behdad EsfahbodWhitespace
2019-05-08 Behdad EsfahbodUse universal references in hb_min/max
2019-05-08 Behdad EsfahbodRemove MIN/MAX in favor of hb_min/hb_max
2019-05-08 Behdad Esfahbod[serializer] Accept pointer & reference in more methods
2019-05-08 Behdad Esfahbod[serializer] Minor
2019-05-08 Behdad Esfahbod[meta] Fix addressof()
2019-05-07 Behdad EsfahbodWhitespace
2019-05-07 Behdad EsfahbodAdd comment
2019-05-07 Behdad Esfahbod[serialize] FeatureVariations subset->copy
2019-05-07 Behdad EsfahbodMinor
2019-05-07 Behdad Esfahbod[iter] Require lvalue in operators that return reference
2019-05-07 Behdad EsfahbodMinor
2019-05-07 Behdad Esfahbod[name] Clean up some more
2019-05-07 Behdad Esfahbod[name] Clean up serialize() API
2019-05-07 Behdad Esfahbod[name] Use iterators more
2019-05-07 Behdad Esfahbod[serialize] Minor
2019-05-07 Behdad EsfahbodFix signed-comparison error on 32bit
2019-05-07 Behdad EsfahbodComment
2019-05-07 Behdad Esfahbod[doc] Make header search more resilient
2019-05-07 Behdad Esfahbod[ragel] Regenerate ragel-generated files using ragel...
2019-05-07 Behdad Esfahbod[subset] Add TODO
2019-05-07 Behdad Esfahbod[serialize] Enable bias assertion
2019-05-07 Behdad Esfahbod[serialize] Use range-based loop
2019-05-07 Behdad Esfahbod[name] Remove dead code
2019-05-07 Behdad Esfahbod[subset] fix for name table serializing with new serial...
2019-05-07 Behdad Esfahbod[WIP] [name] Port to fancy serializer machinery
2019-05-07 Behdad EsfahbodRemove use of deprecated implicit copy/move assignment...
2019-05-07 Behdad EsfahbodWarn on -Wdeprecated
2019-05-07 Ebrahim Byagowi[ci] Upgrade Ubuntu 17.10 bots to 19.04
next