Results 93 issues of refi64

Currently, autoconf checks for Boost.Filesystem before Boost.System. However, Boost.Filesystem _depends_ on Boost.System, so the configuration exits with linker errors about lack of Boost.System symbols. Rearranging the order fixes that.

There have been a few changes since 0.2, but there hasn't been a release in ages...

This supersedes #4170, with the following changes: - Does not first depend on removing GPG entirely. - New commits added to make `--no-sign-verify` and alias for `--no-gpg-verify` & show the...

**TL;DR:** There are two ideas I have to make using flatpak-builder easier for both IDEs and command-line tools. Right now, if I modify a module in a Flatpak, the entire...

Second commit message has the basic summary: > This upgrades the progress output quite a bit: > > - There's a pretty animation at the start of the line! >...

node

sd-bus sends the BEGIN command in at the same time as the AUTH command, assuming that the authentication will succeed. This ends up confusing xdg-dbus-proxy, as it assumes that BEGIN...

Just generalize the pattern to match all 9.x versions, for simplicity.

I want to add Sass support to VueDart 0.4, and right now I'm importing this project's BuildImporter, even though it's *technically* private ~~please don't kill me~~. However, I figured this...

This contains a variety of improvements for publish performance, specifically speeding up the cleanup operation by: - using a separate, faster package to walk the filesystem - avoiding re-loading the...