]> git.tue.mpg.de Git - paraslash.git/commit
Merge topic branch t/misc into pu
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 8 Jan 2025 17:59:10 +0000 (18:59 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 8 Jan 2025 17:59:10 +0000 (18:59 +0100)
commitbc81ddf4a431f166838918b9fdbc87513cc13f7a
treeefbcaf7d6dcaa61b623d3e3b2c4f3e8f529ccd72
parentd59b11aab149b07ef8b1a62b69db5786027c58b9
parentfaf3d706cff2aa83a42a7357e8074a1d9a95acc8
Merge topic branch t/misc into pu

The stuff in here is too small to get its own topic branch. The
commits are generally regarded as safe enough to be applied directly to
"master" without cooking in "next" first. However, if a commit induces
a merge conflict or is important enough to get mentioned in an item
of the NEWS file, the commit should get a dedicated topic branch.

Unlike most other topic branches, this branch never promotes to
"next". When a set of commits is ready to graduate to "master", the
branch is rebased onto "master" and its commits are re-ordered so that
the graduating commits appear at the beginning. The last such commit
is merged to "master". This always results in a fast-forward merge,
so no merge message needs to be supplied.

* refs/heads/t/misc:
  wmadec: Remove noise coding.
  wmadec: Simplify wma_init().
  gui: Switch to white foreground for command output.
  build: Remove superfluous dependency in Makefile.real.
  build: Remove .PRECIOUS target.
  build: Improve clean targets.
  Don't rely on BINDIR.
  build: Get rid of directory order-only dependencies.
  Build with -Wunused -Wall also on BSD.
  Revamp git versioning.
  Merge version.c into string.c.
  imdct.c: Remove fft().
  Rename make_message() -> msg().