~alcinnz/harfbuzz-pure

ref: 2eb97269bd052d6c1a29ddce695074d0362b2df4 harfbuzz-pure/harfbuzz-pure.cabal -rw-r--r-- 3.3 KiB
2eb97269 — Adrian Cochrane 1 year, 1 month ago
Expose exception & update metadata.
2546e127 — Adrian Cochrane 1 year, 3 months ago
Implement more typeclasses & ensure empty input don't throw errors.
af0c75f4 — Adrian Cochrane 1 year, 3 months ago
Expose HarfBuzz 3.3 APIs, attempt 2.
28567186 — Adrian Cochrane 1 year, 3 months ago
Expose Harfbuzz 3.3 APIs.
cd20a1cf — Adrian Cochrane 1 year, 4 months ago
Throw out-of-memory errors instead of segfaulting.
8cd531a2 — Adrian Cochrane 1 year, 4 months ago
Merge branch 'master' of git.adrian.geek.nz:/srv/git/harfbuzz-pure
39fea312 — Adrian Cochrane 1 year, 4 months ago
Documentation-compilation fixes, release v1!
9f9a5ae5 — Adrian Cochrane 1 year, 4 months ago
Fix use of utf8-light dependency, dropping it.
c0f7026e — Adrian Cochrane 1 year, 6 months ago
Fix segfaults & include test assets (major refactor).
d574562b — Adrian Cochrane 2 years ago
Finalize release 0.1!
5b7beb1f — Adrian Cochrane 2 years ago
Add, test, & fix shaping function.
728c810d — Adrian Cochrane 2 years ago
Fix build linking errors (mostly by upgrading GHC).

I'm now running on this on elementary OS Jolnir.
144c40db — Adrian Cochrane 2 years ago
Try wrapping HarfBuzz C++ functions in C functions for calling convention/linking issues.

Committing so I can try building on a newer OS.
be23e608 — Adrian Cochrane 2 years ago
Draft language bindings to font/face APIs.
4674b43a — Adrian Cochrane 2 years ago
Reimplement parts of Harfbuzz where that's easier than writing a binding.

Removed a note where that turned out not to be the case.
f2772de8 — Adrian Cochrane 2 years ago
Implement conversion from functional Buffers to imperative Buffers.
2e079971 — Adrian Cochrane 2 years ago
Draft pure-functional Harfbuzz API.