Skip to content
Builds

Loading builds...

Changes

#720 (Jun 24, 2025, 12:20:07 PM)

  1. Don't modify buffer data when convolution can't load it (commit: 7e05f32) — chris.kcat / githubweb
  2. Avoid a parameter to an immediately-invoked lambda (commit: 096f774) — chris.kcat / githubweb
  3. Safely convert 32.32 fixed point to nanoseconds (commit: 64fb7bc) — chris.kcat / githubweb
  4. Improve source offset overflow handling (commit: 5473ebf) — chris.kcat / githubweb
  5. Check for non-UTF-8 encoding for config files (commit: 7a92e89) — chris.kcat / githubweb
  6. Don't let the position overflow while loading samples (commit: 1636cd5) — chris.kcat / githubweb

#719 (Jun 22, 2025, 12:20:07 PM)

  1. Remove unnecessary checks (commit: d207a2c) — chris.kcat / githubweb
  2. Use a bitset instead of an array of bools (commit: 378f447) — chris.kcat / githubweb
  3. Pass an intrusive_ptr for an optional sharable reference (commit: d533302) — chris.kcat / githubweb
  4. Use concepts to ensure validators are properly invocable (commit: 311735f) — chris.kcat / githubweb
  5. Rename set_value for clarity, and get_value for consistency (commit: 8676c3f) — chris.kcat / githubweb
  6. Remove unnecessary template arguments (commit: 859ede1) — chris.kcat / githubweb
  7. Remove some more explicit template arguments (commit: 85597b0) — chris.kcat / githubweb
  8. Make some member functions static or const (commit: 64cca49) — chris.kcat / githubweb
  9. Avoid a type constraint that uses an argument's templated type (commit: 18f861f) — chris.kcat / githubweb