An open API service providing commit metadata for open source projects.

GitHub / adobe-type-tools/cffsubr / commits

Standalone CFF subroutinizer based on AFDKO tx

SHA Message Author Date Stats
4ebd0ce3 merge Merge pull request #32 from adobe-type-tools/fix-arm64 Cosimo Lupo <c****o@g****m>
Committed by: GitHub <n****y@g****m>
9 months ago
c64587bf Use Python 3.12 host to get cibuildwheel 3.x with Python 3.14 support Cosimo Lupo <c****o@g****m> 9 months ago
7a5c238e Add Linux arm64 support and require Python 3.10+ Cosimo Lupo <c****o@g****m> 9 months ago
92fea798 merge Merge pull request #28 from adobe-type-tools/update-afdko Cosimo Lupo <c****o@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
784318e3 setup.py: remove unnecessary setup in custom build_ext Cosimo Lupo <c****o@g****m> over 2 years ago
7d4349eb only require cmake/ninja/skbuild for wheel build, not sdist Cosimo Lupo <c****o@g****m> over 2 years ago
d12a5c40 build sdist using recommended pypa/build instead of calling setup.py sdist Cosimo Lupo <c****o@g****m> over 2 years ago
21b68ee0 set SETUPTOOLS_SCML_PRETEND_VERSION to fix building wheel off sdist Cosimo Lupo <c****o@g****m> over 2 years ago
56a6f440 remove -I/usr/include/libxml2 from CFLAGS since we're building static libxml2 Cosimo Lupo <c****o@g****m> over 2 years ago
64e64f1d use macos-latest instead of macos-11 Cosimo Lupo <c****o@g****m> over 2 years ago
1602f684 only build universal2 for mac and define -arch flags Cosimo Lupo <c****o@g****m> over 2 years ago
c27e0313 call afdko's setup.py, not cmake directly Cosimo Lupo <c****o@g****m> over 2 years ago
c617ebbb Revert "try NOT to append mingw64/bin (git) directory to PATH" Cosimo Lupo <c****o@g****m> over 2 years ago
af423355 Add scikit-build to pyproject.toml build requires Cosimo Lupo <c****o@g****m> over 2 years ago
8846dfb7 checkout submodules recursively Cosimo Lupo <c****o@g****m> over 2 years ago
5ec24673 try NOT to append mingw64/bin (git) directory to PATH Cosimo Lupo <c****o@g****m> over 2 years ago
114e120c remove MSBuild setup; use upload-artifact@v3 Cosimo Lupo <c****o@g****m> over 2 years ago
49292e8e Revert "skip 32-bit windows" Cosimo Lupo <c****o@g****m> over 2 years ago
723f302d skip 32-bit windows Cosimo Lupo <c****o@g****m> over 2 years ago
6a308e8e Handle importlib.resources.path removal in Python 3.13 Cosimo Lupo <c****o@g****m> over 2 years ago
10aa762e force building and static linking of linxml2 to try fix linker failure on win... Cosimo Lupo <c****o@g****m> over 2 years ago
dfce04ff Only depend on setuptools-git-ls-files for sdist Cosimo Lupo <c****o@g****m> over 2 years ago
5694beb5 Drop python 3.6; update to latest afdko 4.0.1 Cosimo Lupo <c****o@g****m> over 2 years ago
1fa37995 merge Merge pull request #26 from dscorbett/afdko-3.7.1 Cosimo Lupo <c****o@a****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ed2c94dc Update AFDKO submodule to version 3.7.1 David Corbett <c****v@n****u> over 2 years ago
1c17e798 Append Git to the Windows path David Corbett <c****v@n****u> over 2 years ago
2a3b91fb merge Merge pull request #27 from dscorbett/cli-typo Cosimo Lupo <c****o@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
838145ca Fix a typo in __main__.py David Corbett <c****v@n****u> over 2 years ago
5830146b Build with `fail-fast: false` David Corbett <c****v@n****u> over 2 years ago
5999ae5b don't also build musllinux wheels for now Cosimo Lupo <c****o@g****m> almost 5 years ago
153c551a merge Merge pull request #20 from simoncozens/macos-universal-wheel Cosimo Lupo <c****o@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
6a5572d2 Build universal wheel on mac Simon Cozens <s****n@s****g> almost 5 years ago
017660be merge Merge pull request #19 from ctrlcctrlv/entry_points Cosimo Lupo <c****o@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
d6d13f7d Add cffsubr entry_points Fredrick Brennan <c****e@k****h> almost 5 years ago
4949cdd0 merge Merge pull request #17 from medicalwei/add-copyright-notice Cosimo Lupo <c****o@a****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
dd608a0f update msbuild action to fix issue with add-path Cosimo Lupo <c****o@g****m> over 5 years ago
9d6b7a56 merge Merge pull request #18 from adobe-type-tools/update-afdko Cosimo Lupo <c****o@a****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
88702321 Update AFDKO submodule to latest stable version Khaled Hosny <k****d@a****m> over 5 years ago
1dc39b12 add NOTICE for copyright notices Yao Wei (魏銘廷) <m****i@l****g> almost 6 years ago
4e601eaf merge Merge pull request #14 from anthrotype/mute-fontmatrix-warning Cosimo Lupo <c****o@a****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
72a6656b remove FontMatrix op from CFF2 FontDict to avoid fonttools compile warning Cosimo Lupo <c****o@g****m> over 6 years ago
628bac3d add (failing) test to repro #13 warning about FontMatrix in CFF2 FontDict Cosimo Lupo <c****o@g****m> over 6 years ago
a45f94cb aarrghhh... fix typo, get LGTM next time before merging >_< Cosimo Lupo <c****o@g****m> over 6 years ago
f5cb89eb merge Merge pull request #12 from anthrotype/tx-exe-name Cosimo Lupo <c****o@a****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
cd718042 add .exe to embedded tx path name on windows Cosimo Lupo <c****o@g****m> over 6 years ago
8645aab7 merge Merge pull request #11 from anthrotype/win32 Cosimo Lupo <c****o@a****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
aee85681 Revert "try to skip win32 builds, see if 64-bit only passes" Cosimo Lupo <c****o@g****m> over 6 years ago
011b7e45 merge Merge pull request #10 from anthrotype/cff-set-post-3 Cosimo Lupo <c****o@a****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
19945e52 remove glyph names from post table when converting to CFF1 Cosimo Lupo <c****o@g****m> over 6 years ago
e4d05f80 fix error overwriting lazy TTFont with --inplace option Cosimo Lupo <c****o@g****m> over 6 years ago
fedb93d5 merge Merge pull request #6 from anthrotype/update-afdko-3.4.0 Cosimo Lupo <c****o@a****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
d575aabb rename third_party dir to external; it's not really third-party any more Cosimo Lupo <c****o@g****m> over 6 years ago
2f61b76f Update afdko submodule to latest 3.4.0 release Cosimo Lupo <c****o@g****m> over 6 years ago
93067d28 merge Merge pull request #5 from anthrotype/desubroutinize Cosimo Lupo <c****o@a****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
fdd316ea turns out tx produces same output whether or not input was already subroutinized Cosimo Lupo <c****o@g****m> over 6 years ago
dc7ac83f main: add -d option to desubroutinize font Cosimo Lupo <c****o@g****m> over 6 years ago
ee636462 add function to desubroutinize; do that automatically before subroutinize Cosimo Lupo <c****o@g****m> over 6 years ago
39456946 merge Merge pull request #4 from anthrotype/use-fonttools Cosimo Lupo <c****o@a****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
52da1e05 on windows, use temporary file for tx output Cosimo Lupo <c****o@g****m> over 6 years ago
389a1365 try to skip win32 builds, see if 64-bit only passes Cosimo Lupo <c****o@g****m> over 6 years ago
90a3931b fix TypeError: argument of type 'WindowsPath' is not iterable Cosimo Lupo <c****o@g****m> over 6 years ago
8cf386ba windows doesn't like && ?... Cosimo Lupo <c****o@g****m> over 6 years ago
3184ee87 capture_output doesn't exist on 3.6 :,( Cosimo Lupo <c****o@g****m> over 6 years ago
a06ba6d6 run pytest from {project} root so it finds tests/ dir Cosimo Lupo <c****o@g****m> over 6 years ago
c59628f4 keep it simple for now, just run with pytest on CI Cosimo Lupo <c****o@g****m> over 6 years ago
c1ce1bb9 [ci] run tests with tox Cosimo Lupo <c****o@g****m> over 6 years ago
5b9dea93 add cffsubr_test.py Cosimo Lupo <c****o@g****m> over 6 years ago
0d591bf3 add test configuration files Cosimo Lupo <c****o@g****m> over 6 years ago
0096e9ad Add subsetted, desubroutinized, dehinted, generalized copies of SourceSansPro... Cosimo Lupo <c****o@g****m> over 6 years ago
56abdec3 add __main__.py to run python -m cffsubr from CLI Cosimo Lupo <c****o@g****m> over 6 years ago
cd981ca9 change subroutinize to take and modify a TTFont Cosimo Lupo <c****o@g****m> over 6 years ago
cb8c6e31 setup.py: add fonttools to requirements Cosimo Lupo <c****o@g****m> over 6 years ago
1655dcea setup.py: remove python 2 from pypi trove classifiers Cosimo Lupo <c****o@g****m> over 6 years ago
0176e390 [ci] run git clean on afdko submodule before each build Cosimo Lupo <c****o@g****m> over 6 years ago
bf4fe882 [ci] use twine to upload packages to PyPI Cosimo Lupo <c****o@g****m> over 6 years ago
c10dc699 Trigger CI with empty commit Cosimo Lupo <c****o@g****m> over 6 years ago
1dae53ca Testing [skip ci] Cosimo Lupo <c****o@g****m> over 6 years ago
91d8d914 [ci] only match the magic skipping keywords when in square brackets Cosimo Lupo <c****o@g****m> over 6 years ago
d2e5ddca test empty commit triggers CI Cosimo Lupo <c****o@g****m> over 6 years ago
0b9aca50 Add support for [skip ci] Cosimo Lupo <c****o@g****m> over 6 years ago
f193f917 Add CI status badge [skip ci] Cosimo Lupo <c****o@g****m> over 6 years ago
8adca1ae [ci] don't upload sdist to GH artifacts as it's 14 MB Cosimo Lupo <c****o@g****m> over 6 years ago
198dc340 [ci] only need to build wheel once per platform as it's py3-none wheel Cosimo Lupo <c****o@g****m> over 6 years ago
b83b538d [ci] build sdist on linux each time, include it in published GH artifacts Cosimo Lupo <c****o@g****m> over 6 years ago
88406c0f setup.py: ignore if wheel is not installed Cosimo Lupo <c****o@g****m> over 6 years ago
3f9285c2 [ci] also run on v* tags Cosimo Lupo <c****o@g****m> over 6 years ago
35db3b29 [ci] build both wheels and sdist in ./dist dir; publish to PyPI on tagged com... Cosimo Lupo <c****o@g****m> over 6 years ago
97848d0c [ci] add setup-msbuild action Cosimo Lupo <c****o@g****m> over 6 years ago
b3d1ed13 [ci] try using setuptools.msvc.msvc14_get_vc_env Cosimo Lupo <c****o@g****m> over 6 years ago
6d9ed452 setup.py: build.cmd on windows Cosimo Lupo <c****o@g****m> over 6 years ago
f0079d2b [ci] build on manylinux1, skip pypy, 32-bit linuces and others Cosimo Lupo <c****o@g****m> over 6 years ago
6dc2e723 build_wheels.yml: fetch unshallow and clone submodules Cosimo Lupo <c****o@g****m> over 6 years ago
9aae4336 fix yaml syntax Cosimo Lupo <c****o@g****m> over 6 years ago
f7e9f3dd desperately try to trigger github ci with empty commit Cosimo Lupo <c****o@g****m> over 6 years ago
e26768b6 add .github/workflows/build_wheels.yml Cosimo Lupo <c****o@g****m> over 6 years ago
855d26c3 use setuptools-git-ls-files so that afdko submodule is also included in sdist Cosimo Lupo <c****o@g****m> over 6 years ago
4f354632 checkout afdko module to latest stable tag 3.3.0 Cosimo Lupo <c****o@g****m> over 6 years ago
e65bd44f rename afdko_tx to cffsubr; remove __main__.py Cosimo Lupo <c****o@g****m> over 6 years ago
c5e377b5 merge Merge remote-tracking branch 'origin/master' Cosimo Lupo <c****o@g****m> over 6 years ago
f8185aaa Initial commit Josh Hadley <5****y@u****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago

← Back to repository