Skip to content
Snippets Groups Projects
  1. Sep 19, 2021
    • rahix's avatar
      feat: Add vendored ctx library · 3eb38e23
      rahix authored
      From upstream commit 35100785e2c4 ("ctx: rasterizer, micro optimizations
      in rasterizer_fill_rect").
      
      The integration is mostly a copy of pippin's original integration with
      the biggest change being the use of a monospace default font.  This font
      is autogenerated from lib/ctx/fira-mono.ttf at build-time so it can be
      easily replaced with a different one (just overwrite said file).
      
      git-url: https://ctx.graphics/.git
      
      
      Co-developed-by: default avatarØyvind Kolås <pippin@gimp.org>
      3eb38e23
  2. Apr 03, 2021
  3. Feb 09, 2021
  4. Oct 17, 2020
  5. Oct 15, 2020
  6. Apr 19, 2020
  7. Dec 29, 2019
  8. Dec 21, 2019
  9. Nov 10, 2019
  10. Nov 02, 2019
  11. Oct 06, 2019
  12. Oct 04, 2019
  13. Aug 27, 2019
  14. Aug 16, 2019
  15. Aug 15, 2019
  16. Aug 14, 2019
    • rahix's avatar
      feat: Include version in binaries · f3830f3c
      rahix authored
      
      This commit adds a script to embed the git-version of the firmware into
      the bootloader, epicardium, and pycardium.  All three binaries will
      display their version on startup.
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
      f3830f3c
  17. Aug 12, 2019
  18. Aug 05, 2019
  19. Jul 29, 2019
  20. Jul 28, 2019
    • q3k's avatar
      ci: implement lint & Annoyatron · 8ef77cdb
      q3k authored
      We want to run a linter on CI submission.
      
      We also want to display nice error messages to the user. Thus,
      annoyatron is born.
      
      The flow is as follows:
       - a MR is submitted and triggers the 'lint' pipeline
       - annoyatron gets pinged over https that an MR requires attention
       - annoyatron starts running and waits until the MR's pipeline run
         succeeds or fails
       - the lint jobs either succeeds or fails
       - annoyatron notices the pipeline passed, and inspects its results to
         see if the lint pipeline failed or not.
       - annoyatron posts a comment, if necessary
      8ef77cdb
    • rahix's avatar
      feat(code-style.sh): Format Python files using black · 54e2fca8
      rahix authored
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
      54e2fca8
  21. Jul 22, 2019
  22. Jul 14, 2019
  23. Jul 08, 2019
  24. Jul 06, 2019
  25. Jun 15, 2019
Loading