aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-12Merge "Update HarfBuzz to 3.1.1" am: 5546d81826android-t-preview-2android-t-preview-1android-t-beta-3android-s-v2-beta-3android-s-qpr3-beta-1android-t-preview-1android-s-v2-beta-3android-s-qpr3-beta-1Treehugger Robot
2021-11-12Merge "Update HarfBuzz to 3.1.1"Treehugger Robot
2021-11-12Update HarfBuzz to 3.1.1Seigo Nonaka
2021-11-083.1.1Khaled Hosny
2021-11-07Typo fixMatthias Clasen
2021-11-06Cosmetics: Avoid confusing indentationMatthias Clasen
2021-11-06docs: Clarify a doc commentMatthias Clasen
2021-11-05[mutex] Try work around GCC cast-align error/warningBehdad Esfahbod
2021-11-033.1.0Khaled Hosny
2021-11-03[array] Remove defaulted destructorBehdad Esfahbod
2021-11-02[subset] Fix fuzzer found memory leak.Garret Rieger
2021-11-02[map] Add INVALID_KEY and INVALID_VALUEBehdad Esfahbod
2021-11-02[subset] fix bug in (Chain)ContextFormat2Qunxin Liu
2021-11-02[subset] Update test goldens for gdef.glyphset.Garret Rieger
2021-11-02[subset] use glyphset_gsub instead of glyphset for GDEFQunxin Liu
2021-11-02[subset] update subset goldens to fix tests.Garret Rieger
2021-11-02[subset] fuzzer fix: https://oss-fuzz.com/testcase?key=6254792024915968Qunxin Liu
2021-11-02[subset] Don't assume FeatureList is sortedQunxin Liu
2021-11-02[subset] During LigatureSubstFormat1 subsetting always place Coverage last.Garret Rieger
2021-11-02[repacker] add more detailed comment about virtual links.Garret Rieger
2021-11-02[repacker] remove VirtualOffset struct.Garret Rieger
2021-11-02[repacker] Add test for virtual links in the repacker.Garret Rieger
2021-11-02[repacker] add 'virtual links' to the serializer.Garret Rieger
2021-11-02[map] Fix copy assignment operatorBehdad Esfahbod
2021-11-02Merge pull request #3278 from harfbuzz/more-stdBehdad Esfahbod
2021-11-02[meta] Remove otherwise-empty test-metaBehdad Esfahbod
2021-11-02[meta] Add in-house impl of hb_is_convertible()Behdad Esfahbod
2021-11-02[meta] Use std::conditional instead of hb_conditional()Behdad Esfahbod
2021-11-02[meta] Use more std type_traitsBehdad Esfahbod
2021-11-02[meta] Use std::forward instead of hb_forward()Behdad Esfahbod
2021-11-02[algs] Use std::move instead of hb_move()Behdad Esfahbod
2021-11-02[meta] Remove unused traitsBehdad Esfahbod
2021-11-02[meta] Use std::is_trivially_... instead of internal copiesBehdad Esfahbod
2021-11-01[algs] include <new>Behdad Esfahbod
2021-11-01[map] Try moving items when resizingBehdad Esfahbod
2021-11-01Simplify swap()Behdad Esfahbod
2021-11-01[map] Add iterable constructorBehdad Esfahbod
2021-11-01[map] Add initializer_list and swap()Behdad Esfahbod
2021-11-01[algs] Include <initializer_list>Behdad Esfahbod
2021-11-01[map] Add 5 methodsBehdad Esfahbod
2021-11-01[set] Add successful check in swap()Behdad Esfahbod
2021-11-01[bimap] Simplify initializationBehdad Esfahbod
2021-11-01[array] Use default methodsBehdad Esfahbod
2021-11-01[vector] Complete sorted_vector 5-methodsBehdad Esfahbod
2021-11-01[vector] Add swap() friend to hb_sorted_vector_tBehdad Esfahbod
2021-11-01VerbiageBehdad Esfahbod
2021-11-01[set] More default operatorsBehdad Esfahbod
2021-11-01[vector] Use default constructorBehdad Esfahbod
2021-11-01[bit-set] Implement standard-5 methods plus swapBehdad Esfahbod
2021-11-01[bit-set-invertible] Implement standard-5 methods & swapBehdad Esfahbod