Skip to content
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

New builder #726

Merged
merged 92 commits into from
Mar 12, 2024
Merged

New builder #726

merged 92 commits into from
Mar 12, 2024

Commits on Feb 28, 2024

  1. WIP new builder

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ac1b5b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    506a5da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a40431 View commit details
    Browse the repository at this point in the history
  4. Various noto fixes

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    cdf7ac0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    406d997 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a82a7c6 View commit details
    Browse the repository at this point in the history
  7. Fix instance directory

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    7c06ff2 View commit details
    Browse the repository at this point in the history
  8. Fix paths in noto builder

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    f6bf5e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7d9e573 View commit details
    Browse the repository at this point in the history
  10. Fix building STAT tables

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8714051 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    25dee05 View commit details
    Browse the repository at this point in the history
  12. Comments

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    abce51b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2a4f3f6 View commit details
    Browse the repository at this point in the history
  14. Build UI VFs

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    518cf98 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9ff245a View commit details
    Browse the repository at this point in the history
  16. Move main function

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6913a7c View commit details
    Browse the repository at this point in the history
  17. Fix command-line args

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    598c5c6 View commit details
    Browse the repository at this point in the history
  18. Build web fonts

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    81254bb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    22e5617 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6ba93d4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    77b7dcd View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4caf2be View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    60cc6c4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e34738e View commit details
    Browse the repository at this point in the history
  25. Fix fontmake arguments

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    fb14950 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ede2e57 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c92ca8b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    20718ea View commit details
    Browse the repository at this point in the history
  29. Don't pass argv to ninja

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d46140c View commit details
    Browse the repository at this point in the history
  30. Don’t do STAT inplace

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1ef33f5 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    3966e1f View commit details
    Browse the repository at this point in the history
  32. cmap remapper

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3826115 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    875ca1a View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    026824c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    a4a8e9c View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    3c77b69 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e7b6b59 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    64b6bdc View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    8d60ede View commit details
    Browse the repository at this point in the history
  40. [builder2] Pass --glyph-data to fontmake when converting glyphs to ufo (

    #743)
    
    This seems to have been dropped during the refactoring.
    khaledhosny authored and simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1ca0eef View commit details
    Browse the repository at this point in the history
  41. Support glyphspackage

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a431ac4 View commit details
    Browse the repository at this point in the history
  42. Quieten fontmake jobs

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    03825f9 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    9b322df View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    465b5cb View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    6d87572 View commit details
    Browse the repository at this point in the history
  46. glyphData is an array

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    de8b8df View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    833cfe3 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    d1bce34 View commit details
    Browse the repository at this point in the history
  49. Let's not autohint OTFs

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    eeaf9c8 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    7728a58 View commit details
    Browse the repository at this point in the history
  51. Documentation

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c45b3eb View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    ba8b55e View commit details
    Browse the repository at this point in the history
  53. This seems to be needed?

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6b1d1d1 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    a5110e4 View commit details
    Browse the repository at this point in the history
  55. Black

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5b3d676 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    2638ff9 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    6c84b62 View commit details
    Browse the repository at this point in the history
  58. Use schema to validate

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c6e8884 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    02ee551 View commit details
    Browse the repository at this point in the history
  60. This is yucky.

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    44b83bc View commit details
    Browse the repository at this point in the history
  61. black

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    49ec0c9 View commit details
    Browse the repository at this point in the history
  62. Autohint OTF

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    7765c34 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    7a5feb6 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    43ee266 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    e8c1190 View commit details
    Browse the repository at this point in the history
  66. Reformat with black

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    560820b View commit details
    Browse the repository at this point in the history
  67. More strictyaml fixes

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    25e6761 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    96794ad View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    26f4cab View commit details
    Browse the repository at this point in the history
  70. Revalidate STAT to schema

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    16f30a1 View commit details
    Browse the repository at this point in the history
  71. Make STAT values optional

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    eac9668 View commit details
    Browse the repository at this point in the history
  72. More StrictYAML pollution

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    87017e9 View commit details
    Browse the repository at this point in the history
  73. More StrictYAML pollution

    simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c86925f View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    0b70d85 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    f837295 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    e738be4 View commit details
    Browse the repository at this point in the history
  77. gf recipe: fix revalidate stat tables

    m4rc1e authored and simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    309c7bd View commit details
    Browse the repository at this point in the history
  78. gf recipe: fix flag typo

    m4rc1e authored and simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a6266c0 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    baa343f View commit details
    Browse the repository at this point in the history
  80. add missing import

    m4rc1e authored and simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    4a16f26 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    c6254fc View commit details
    Browse the repository at this point in the history
  82. fix string concat

    m4rc1e authored and simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a8a439b View commit details
    Browse the repository at this point in the history
  83. fix typo

    m4rc1e authored and simoncozens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2f83cbb View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    bfe365b View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    4b33823 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    93fc4a6 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    b8290f8 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    8ac3220 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    69a8f5d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    8b54a31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b97982 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    ed030d9 View commit details
    Browse the repository at this point in the history