• * Based on feedback, keep gpg as well as cosign for the indefinite
      future
    * Streamline release creation process by using the `gh` command-line
      tool (GitHub's official CLI) rather than old-school curl directly
      against the GitHub API, a procedure that predates the `gh` command.
    Jay Berkenbilt authored
     
    Browse File »










  • Figuring out which classes are part of the public API by using library
    symbols is fragile (dependent on specific compiler optimizations) and
    unreliable (misses some inline things). Instead, use castxml, a tool
    that parses C++ to an abstract syntax tree and generates XML, to get a
    reliable accounting of public classes and their sizes.
    Jay Berkenbilt authored
     
    Browse File »

















  • The official, signed AppImage will be build locally for now for
    security of my key, but I still want it to be built in a clean,
    controlled environment based off a suitably old Linux distribution for
    maximal portability in the AppImage.
    Jay Berkenbilt authored
     
    Browse File »