platform/upstream/libHarfBuzzSharp.git
2019-01-30 Behdad Esfahbod[iter] Whitespace
2019-01-30 Behdad Esfahbod[iter] Add hb_iter_with_fallback_t instead
2019-01-29 Behdad Esfahbod[iter] Add hb_iter_with_mixin_t<>
2019-01-29 Behdad Esfahbod[iter] Export operator << / >>
2019-01-29 Behdad Esfahbod[iter] Rename
2019-01-29 Behdad EsfahbodMove hb_addressof() to hb-meta.hh
2019-01-29 Behdad EsfahbodMerge branch 'master' into iter
2019-01-29 Behdad Esfahbod[meta] Remove _ft struct names
2019-01-29 Behdad Esfahbod[pair] Use decltype
2019-01-29 Behdad Esfahbod[CI] Peg CircleCI badge link to master branch
2019-01-29 Behdad Esfahbod[ci] Peg build status badges to master branch
2019-01-29 Behdad EsfahbodSwitch README / README.md
2019-01-28 Behdad Esfahbod[iter] Add operator << to set / vector
2019-01-28 Behdad Esfahbod[iter] Fix operator() impls
2019-01-28 Behdad Esfahbod[iter] Add operator>> and operator<<
2019-01-28 Behdad Esfahbod[iter] Use auto c = C.iter() internally
2019-01-28 Behdad EsfahbodMerge branch 'master' into iter
2019-01-28 Behdad Esfahbod[uniscribe] Whitelist function type cast
2019-01-28 Behdad EsfahbodFix sign comparison error
2019-01-28 Behdad EsfahbodFix warning
2019-01-28 Behdad Esfahbod[pragma] Silence MSVC unknown-pragma warning
2019-01-28 Behdad EsfahbodTry fixing MSVC build
2019-01-27 Behdad Esfahbod[iter] Accept C arrays in hb_iter()
2019-01-26 Behdad Esfahbod[test] Test unary operator+
2019-01-26 Behdad Esfahbod[iter] Fix hb_iter()
2019-01-26 Behdad Esfahbod[iter] Add unary operator+ that returns a copy
2019-01-26 Behdad Esfahbod[iter] Add hb_bool() and make hb_filter default to...
2019-01-26 Behdad Esfahbod[meta] Back to using _ft suffix for function-object...
2019-01-26 Behdad Esfahbod[iter] Test that default-constructed iterators are...
2019-01-26 Behdad Esfahbodpragma GCC diagnostic error "-Winjected-class-name"
2019-01-26 Behdad Esfahbod[iter] Use hb_declval() instead of Null() to get instance
2019-01-26 Behdad Esfahbod[iter/meta] Fix build on newer clang
2019-01-26 Behdad Esfahbod[meta] Mark function-objects as const
2019-01-26 Behdad EsfahbodMerge branch 'master' into iter
2019-01-26 Behdad EsfahbodFix -Wcast-function-type warnings in util/ with gcc 4.8
2019-01-25 Behdad EsfahbodFix mac test
2019-01-25 Behdad EsfahbodMore static constexpr
2019-01-25 Behdad EsfahbodMerge branch 'master' into iter
2019-01-25 Behdad Esfahbod[AAT] Add test for recent Ligature stack fix, using...
2019-01-24 Behdad Esfahbod[AAT] Minor sign
2019-01-24 Behdad Esfahbod[AAT] Use a ring buffer for ligature stack
2019-01-24 Behdad EsfahbodWhitespace
2019-01-24 Behdad Esfahbod[AAT] Handle transition errors during machine operation
2019-01-24 Behdad Esfahbod[AAT] Ignore machine errors and continue
2019-01-24 Behdad Esfahbod[AAT] Minor
2019-01-24 Behdad Esfahbod[AAT] Handle out-of-bounds classes
2019-01-24 Behdad Esfahbod[AAT] Minor
2019-01-24 Behdad Esfahbod[AAT] Minor
2019-01-24 Behdad EsfahbodMore pragma control
2019-01-24 Behdad EsfahbodComment
2019-01-24 Behdad EsfahbodFix test
2019-01-24 Behdad EsfahbodForm cluster for Emoji sub-region tag sequences
2019-01-24 Behdad EsfahbodFix macos tests with previous commit
2019-01-24 Behdad EsfahbodAdjust mark offsets when zeroing from fallback mark...
2019-01-23 Behdad Esfahbod[AAT] In InsertionChain, set mark to previous-position...
2019-01-23 Behdad Esfahbod[AAT] Re-enable tests MORX-31 and MORX-41
2019-01-23 Behdad Esfahbod[AAT] Remove mark_set from InsertionChain
2019-01-23 Behdad Esfahbod[test/text-rendering-tests] Update from upstream
2019-01-22 Behdad EsfahbodMore of previous
2019-01-22 Behdad EsfahbodFix sign-compare error resulted from promoting unsigned...
2019-01-22 Behdad EsfahbodCast HB_UNTAG results to uint8_t
2019-01-22 Behdad EsfahbodMore -Wcast-error fix
2019-01-22 Behdad EsfahbodBetter fix for -Wcast-align errors
2019-01-22 Behdad EsfahbodMore -Wcast-error fixes
2019-01-22 Behdad Esfahbodpragma GCC diagnostic error "-Wsign-compare"
2019-01-22 Behdad EsfahbodFix cast-align error
2019-01-22 Behdad Esfahbod[CI] Remove gcc 4.2 bots
2019-01-22 Behdad EsfahbodConvert all other enum class consts to static constexpr
2019-01-22 Behdad EsfahbodConvert unsigned enum class consts to static constexpr
2019-01-22 Behdad EsfahbodConvert tag enum class consts to static constexpr
2019-01-22 Behdad EsfahbodConvert boolean enum class consts to static constexpr
2019-01-22 Behdad EsfahbodMake some enum constants unsigned
2019-01-22 Behdad EsfahbodWhitespace
2019-01-22 Behdad Esfahbodpragma GCC diagnostic error "-Wvla"
2019-01-22 Alfie JohnFix grammar
2019-01-22 Alfie JohnGrammar fix
2019-01-22 Behdad EsfahbodRemove wrongly added files
2019-01-22 Behdad EsfahbodUse enum for class constant
2019-01-22 Behdad Esfahbod[CFF] Use enum for tableTag
2019-01-22 Behdad EsfahbodUse static constexpr for large class constants
2019-01-21 Khaled HosnyRegular spaces will do
2019-01-21 Alfie JohnAdding leading space for code example
2019-01-21 Alfie JohnFix description of example
2019-01-21 Alfie JohnAdded option to build docs to docs
2019-01-21 Behdad EsfahbodWhitespace
2019-01-21 Behdad EsfahbodUse more iter pipelines
2019-01-21 Behdad Esfahbod[algs] Add hb_iter()
2019-01-21 Behdad EsfahbodUse iter pipelines more
2019-01-21 Behdad Esfahbod[iter] Default projection to identity
2019-01-21 Behdad Esfahbod[algs] Add hb_identity
2019-01-21 Behdad EsfahbodFix unused-variable warnings
2019-01-21 Behdad EsfahbodWIP
2019-01-21 Behdad Esfahbod[iter] Use forwarding references
2019-01-21 Behdad Esfahbod[algs] Fix hb_first() / hb_second()
2019-01-21 Behdad Esfahbod[iter] Misc fixes to get piping almost work
2019-01-21 Behdad EsfahbodChange hb_first() and hb_second() to function objects
2019-01-21 Behdad Esfahbod[iter] Add hb_filter()
2019-01-21 Behdad Esfahbod[iter] Add hb_map()
2019-01-21 Behdad Esfahbod[iter] Make hb_zip() take const references
2019-01-21 Behdad EsfahbodMinor rename
next