summaryrefslogtreecommitdiff
path: root/thirdparty/freetype
AgeCommit message (Collapse)Author
2023-01-07zlib/minizip: Update to version 1.2.13, remove zlib from freetypeDeeJayLSP
Security update, fixes CVE-2022-37434 in zlib. Only applications exposing/using `inflateGetHeader()` seem to be affected, which is not our case, so this is not critical for Godot. Remove duplicated copy of zlib in freetype sources to force using the updated version in `thirdparty/zlib/`. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2022-06-08Fix FreeType crashing in GCC + LTO builds.bruvzg
2022-05-17FreeType: Cleanup some unused filesRémi Verschelde
2022-05-17Update HarfBuzz, ICU and FreeType.bruvzg
HarfBuzz: Update to version 4.2.1 FreeType: Update to version 2.12.1 ICU: Update to version 71.1
2022-01-13freetype: Update to upstream version 2.11.1Rémi Verschelde
2020-10-22Update freetype to 2.10.4volzhs
2020-05-09freetype: Update to upstream version 2.10.2Rémi Verschelde
2019-07-11freetype: Update to upstream version 2.10.1Rémi Verschelde
2019-03-31Update freetype to 2.10.0volzhs
2018-12-18Disable gzip and lzw support for freetypeArjen van Staalduinen
This resolves #24287 that causes linking issues when using the debug target for platform iOS.
2018-05-10Update FreeType to 2.9.1volzhs
close #15660
2017-10-10Update freetype to 2.8.1volzhs
2017-06-25Update freetype to 2.8volzhs
2016-10-15freetype: Make it a module and split thirdparty libraryRémi Verschelde
Comment out the weird workaround for building on Windows at it might not be needed anymore. Testing needed to confirm.