Commits
- 99f3f1c: Add some missing includes (Chris Robinson)
- 5f691cf: Make the gaussian tables constinit (Chris Robinson)
- 597d808: Make cubic_tables header-only (Chris Robinson)
- 6058d63: Make a module for the cubic tables (Chris Robinson)
- 26ae1fd: Rename cubic_tables.h to hpp (Chris Robinson)
- bbb3a5e: Remove an unnecessary sign variable (Chris Robinson)
- bdc4559: Use a cubic spline for the non-interpolated cubic filter (Chris Robinson)
- 7b9efb9: Support modules with the VS18 generator (Chris Robinson)
- 20b2516: Silence a GCC warning (Chris Robinson)
- 319d9b5: Avoid copying not_nulls (Chris Robinson)
- 25747f3: Some minor cleanup for the bsinc tables (Chris Robinson)
- 318b7ad: Rename bsinc_tables.h to hpp (Chris Robinson)
- 5df967e: Make a module for the bsinc tables (Chris Robinson)
- d6c47bc: Invert the phase shift for TSME encoding (Chris Robinson)
- 959149e: Rename resampler_limits.h to hpp (Chris Robinson)
- a06d77b: Make dbusError inherit from DBusError (Chris Robinson)
- 7235f45: Improve rtkit encapsulation a bit more (Chris Robinson)
- 14c0514: Improve our al::expected type (Chris Robinson)
- 787070f: Use al::expected and std::errc for RTKit methods (Chris Robinson)
- c86ec9e: Fix Oboe stream closure after shared_ptr migration (#1322) (Ferrum_Flux_Fenice) #1322
- 2ed25a8: Fix an expected return type (Chris Robinson)
- 3c8ae29: Avoid using std::variant for al::expected (Chris Robinson)
- 5d3a861: Implement operator== for expected (Chris Robinson)
- c822fdd: Warn when failing to get the max realtime priority (Chris Robinson)
- 135188d: Implement and use expected::transform (Chris Robinson)
- 1747355: Add assert checks for non-throwing expected accessors (Chris Robinson)
- 92b78ac: Implement non-trivial copy and move for expected (Chris Robinson)
- 991ccbc: Add a zstring_view type (Chris Robinson)
- 0b454fb: Use zstring_view for the LoadLib functions (Chris Robinson)
- edd8cc3: Allow constructing a zstring_view from a std::string (Chris Robinson)
- af5bbd2: Add more methods to al::expected (Chris Robinson)
- 4f3f510: Slightly simplify symbold loading (Chris Robinson)
- 4f8d8db: Add formatters for zstring_view (Chris Robinson)
- 0922655: Center the alffplay window (Chris Robinson)
- 5546402: Use a concept to test for zstring_view types (Chris Robinson)