summaryrefslogtreecommitdiff
path: root/gfx/harfbuzz
Commit message (Collapse)AuthorAge
* Issue #1862 - Part 2: Update harfbuzz's build system for 7.1.0.Job Bautista2023-04-05
| | | | | | | Harfbuzz upstream seems to have fixed all conflicts originally encountered before 2.6.0, so let's unify all harfbuzz's sources. Some parts of README-mozilla (now README-mcp) no longer apply, so update that as well.
* Issue #1862 - Part 1: Update harfbuzz source to 7.1.0.Job Bautista2023-04-05
|
* Issue #80 - reinstated unified building for some large chunks of our code.Moonchild2022-09-04
| | | | This should reduce compile complexity saving time and reducing linker stress.
* Issue #1053 - Remove __ANDROID__ defines (except in third party code)Moonchild2021-03-21
|
* Issue #1730 - Part 2: harfbuzz: Remove some useless define causing a build errorOlivier Certner2021-02-05
| | | | | | | | | | Defining _POSIX_C_SOURCE to 199309L on FreeBSD causes compile errors, because of an obscure interaction between system wrappers and libc++ headers. The source doesn't seem to need it at all, which tests confirm. I bet that this is not needed either on other modern systems (even those based on glibc), and that the define could probably be entirely removed. Not trying it because I can't test it myself.
* Redundant code path cleanup (#1702)Moonchild2021-01-02
| | | | | | | | | Remove various obsolete configure options. Remove Adjust SDK install tracking filth. Remove redundant code paths in old-configure This also optimizes linker use Remove redundant conditional blocks. Rewrite span.h without constexpr use.
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23
|
* Issue #80 - De-unify gfx/harfbuzzMoonchild2020-05-14
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02