-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for fontc and crater #1047
Commits on Oct 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 938b29b - Browse repository at this point
Copy the full SHA 938b29bView commit details -
[fontc] Initial support for fontc mode
In the presence of a new CLI flag, the builder will now override certain operations so that they are driven by fontc.
Configuration menu - View commit details
-
Copy full SHA for 1b44e76 - Browse repository at this point
Copy the full SHA 1b44e76View commit details -
Configuration menu - View commit details
-
Copy full SHA for d28dada - Browse repository at this point
Copy the full SHA d28dadaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 365451b - Browse repository at this point
Copy the full SHA 365451bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3723ae - Browse repository at this point
Copy the full SHA b3723aeView commit details -
[fontc] Add --experimental-simple-output cli option
This does two things: - it takes a path, where all our final build products will be saved - it reduces the set of build targets to match what we would build with fontc
Configuration menu - View commit details
-
Copy full SHA for bea9f76 - Browse repository at this point
Copy the full SHA bea9f76View commit details -
[fontc] Pass path to fontc executable via CLI
this requires an ugly global in order to expose this to the relevant operations, but that was the best solution I could come up with.
Configuration menu - View commit details
-
Copy full SHA for 4a59df7 - Browse repository at this point
Copy the full SHA 4a59df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa3852d - Browse repository at this point
Copy the full SHA fa3852dView commit details -
[fontc] Add --experimental-single-source flag
This instructs gftools to only build the single named source file.
Configuration menu - View commit details
-
Copy full SHA for b40e0b3 - Browse repository at this point
Copy the full SHA b40e0b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e3c626 - Browse repository at this point
Copy the full SHA 8e3c626View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cf3b20 - Browse repository at this point
Copy the full SHA 1cf3b20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a2be4d - Browse repository at this point
Copy the full SHA 7a2be4dView commit details
Commits on Oct 30, 2024
-
[fontc] Use unique names for ninja files
This way if we are running multiple instances of gftools agains the same sources, we aren't overwriting each other's build files.
Configuration menu - View commit details
-
Copy full SHA for ebad929 - Browse repository at this point
Copy the full SHA ebad929View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f14c7bc - Browse repository at this point
Copy the full SHA f14c7bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d011a3 - Browse repository at this point
Copy the full SHA 4d011a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31d7c78 - Browse repository at this point
Copy the full SHA 31d7c78View commit details