Skip to content
Builds

Loading builds...

Changes

#722 (Jun 27, 2025, 12:20:06 PM)

  1. Remove some ARM assembly in pffft_zconvolve_scale_accumulate (commit: 20df94f) — chris.kcat / githubweb
  2. Integrate the GSL and start using it (commit: f289b55) — chris.kcat / githubweb
  3. Remove a now-unused effect slot query (commit: ca10032) — chris.kcat / githubweb
  4. Use gsl::finally instead of custom cleanup types (commit: 62ec449) — chris.kcat / githubweb
  5. Silence a false-positive clang-tidy warning (commit: ee2414c) — chris.kcat / githubweb
  6. Use gsl::not_null in al/buffer.cpp (commit: debb235) — chris.kcat / githubweb
  7. Use not_null for sources and effect slots (commit: a4d08b1) — chris.kcat / githubweb
  8. Use not_null in al/effect and al/filter (commit: 7539864) — chris.kcat / githubweb

#721 (Jun 25, 2025, 12:20:07 PM)

  1. Don't rely on the source offset for the callback buffer (commit: 13acb67) — chris.kcat / githubweb
  2. Use _wgetenv on Windows for al::getenv(const char*) (commit: 4ba35f8) — chris.kcat / githubweb