Skip to content
Success

Changes

Summary

  1. Use aliases to simplify using a couple type names (commit: 8ed90f4) (details)
  2. Remove alassert (commit: 2b2012c) (details)
  3. Use source_location instead of __LINE__ and __FILE__ (commit: ed72392) (details)
  4. Simplify SampleReader<Quality::f32> in allafplay (commit: a83fc4a) (details)
  5. Make some move operations noexcept (commit: 408b4cc) (details)
  6. Use the macros for specifying pragmas (commit: b991ada) (details)
  7. Better handle missing the build commit and branch name (commit: 70c25ba) (details)
  8. Replace some loops with algorithms (commit: b0c0ca1) (details)
  9. Use strtof instead of sscanf to convert floats (commit: cd6f74d) (details)
  10. Make a global string const instead of constexpr (commit: b5a0121) (details)
  11. Workaround a macOS default initialization failure (commit: 2175689) (details)
Commit 8ed90f433c620e3ea758d3581b6e9a49832cdb36 by chris.kcat
Use aliases to simplify using a couple type names
(commit: 8ed90f4)
The file was modifiedcore/bformatdec.h (diff)
The file was modifiedcore/bformatdec.cpp (diff)
The file was modifiedCMakeLists.txt (diff)
The file was removedcommon/alassert.cpp
The file was removedcommon/alassert.h
The file was modifiedalc/backends/wasapi.cpp (diff)
Commit ed72392b39ce5306384c3234d36b3d5cbae03d3b by chris.kcat
Use source_location instead of __LINE__ and __FILE__
(commit: ed72392)
The file was modifiedexamples/allafplay.cpp (diff)
Commit a83fc4a1ff2a0be121d102733982b7d0f92bf3b4 by chris.kcat
Simplify SampleReader<Quality::f32> in allafplay
(commit: a83fc4a)
The file was modifiedexamples/allafplay.cpp (diff)
Commit 408b4cc0132da6e9dfdcc9683494816f14d9c52c by chris.kcat
Make some move operations noexcept
(commit: 408b4cc)
The file was modifiedexamples/allafplay.cpp (diff)
Commit b991adabd8096a6749ec4cfdf6fa92cb9bd524b7 by chris.kcat
Use the macros for specifying pragmas
(commit: b991ada)
The file was modifiedalc/backends/pipewire.cpp (diff)
The file was modifiedexamples/alffplay.cpp (diff)
The file was modifiedalc/backends/otherio.cpp (diff)
The file was modifiedalc/backends/sdl3.cpp (diff)
The file was modifiedalc/backends/sdl2.cpp (diff)
Commit 70c25ba4d0d63f15bf6ca84f1a2b24dbeda3c767 by chris.kcat
Better handle missing the build commit and branch name
(commit: 70c25ba)
The file was modifiedCMakeLists.txt (diff)
The file was modifiedalc/alc.cpp (diff)
Commit b0c0ca174f78e041dd1a18e68284bcc24a9b5193 by chris.kcat
Replace some loops with algorithms
(commit: b0c0ca1)
The file was modifiedalc/alc.cpp (diff)
The file was modifiedalc/alconfig.cpp (diff)
Commit cd6f74d410a967074e18b707edb95d5e2db3cd8f by chris.kcat
Use strtof instead of sscanf to convert floats
(commit: cd6f74d)
The file was modifiedexamples/altonegen.c (diff)
Commit b5a012146c1e3356ef8de7f8d8300753c6c744d5 by chris.kcat
Make a global string const instead of constexpr

It only works with small-string optimization that doesn't allocate, which while
allowed, isn't guaranteed.
(commit: b5a0121)
The file was modifiedalc/alconfig.cpp (diff)
Commit 2175689979558a64e21e2285904db4175e5ab5a2 by chris.kcat
Workaround a macOS default initialization failure
(commit: 2175689)
The file was modifiedalc/alconfig.cpp (diff)