| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify the aligned over-allocation strategy | Chris Robinson | 2020-06-07 | 1 | -15/+14 |
* | Avoid explicit checks for _BitScanForward[64] | Chris Robinson | 2020-06-07 | 1 | -9/+10 |
* | Use an enum for FamCount | Chris Robinson | 2020-05-19 | 1 | -3/+3 |
* | Check that aligned_alloc is available with cmake | Chris Robinson | 2020-05-19 | 1 | -2/+2 |
* | Fix some standard calls | Chris Robinson | 2020-05-16 | 1 | -9/+7 |
* | Move the bsinc tables out of common | Chris Robinson | 2020-05-11 | 3 | -373/+0 |
* | Revert "Fix the FFT half point for the shifter effects" | Chris Robinson | 2020-05-09 | 1 | -1/+1 |
* | Fix the FFT half point for the shifter effects | Chris Robinson | 2020-05-08 | 1 | -1/+1 |
* | Fix subspan extent calculation | Chris Robinson | 2020-04-28 | 1 | -1/+1 |
* | Silence a type conversion warning with GCC | Chris Robinson | 2020-04-14 | 1 | -2/+3 |
* | Avoid inlining some potentially costly calls | Chris Robinson | 2020-04-14 | 2 | -0/+4 |
* | Use a common base for a couple exceptions | Chris Robinson | 2020-04-10 | 2 | -14/+10 |
* | Apply some alloc and alignment attributes | Chris Robinson | 2020-04-10 | 1 | -16/+4 |
* | Make a default/empty constructor noexcept | Chris Robinson | 2020-04-09 | 1 | -1/+1 |
* | Use a unique_ptr for constructing the bsinc table coefficients | Chris Robinson | 2020-04-07 | 1 | -25/+22 |
* | Dynamically allocate the temporary bsinc filter table | Chris Robinson | 2020-04-06 | 1 | -2/+7 |
* | Pass the BSincHeader by reference instead of value | Chris Robinson | 2020-04-05 | 1 | -2/+2 |
* | Avoid storing the bsinc coefficient deltas before output | Chris Robinson | 2020-04-04 | 1 | -48/+49 |
* | Fix bsinc filter alignment and offsets | Chris Robinson | 2020-04-02 | 1 | -3/+3 |
* | Avoid std::abs in a constexpr function | Chris Robinson | 2020-04-02 | 1 | -1/+1 |
* | Generate the bsinc tables using constexpr methods | Chris Robinson | 2020-04-02 | 3 | -0/+370 |
* | Avoid using M_PI | Chris Robinson | 2020-04-01 | 2 | -16/+9 |
* | Avoid non-namespace template specialization | Chris Robinson | 2020-03-24 | 1 | -7/+11 |
* | Remove some unused functions | Chris Robinson | 2020-03-23 | 1 | -64/+3 |
* | Add a macro to disable class-specific new/delete | Chris Robinson | 2020-03-23 | 1 | -0/+6 |
* | Avoid ## in a macro | Chris Robinson | 2020-03-23 | 1 | -6/+6 |
* | Use more appropriate types for bitfields | Chris Robinson | 2020-03-22 | 1 | -4/+10 |
* | Clean up some C++11-isms | Chris Robinson | 2020-03-22 | 3 | -13/+10 |
* | Properly define the new[] and delete[] operators | Chris Robinson | 2020-03-22 | 1 | -3/+10 |
* | Avoid some pre-C++14 workarounds | Chris Robinson | 2020-03-22 | 1 | -8/+0 |
* | Fix some 'ambiguous' calls for newer MSVC | Chris Robinson | 2020-01-06 | 1 | -6/+6 |
* | Ensure a pointer is provided for a templated iterator type | Chris Robinson | 2020-01-05 | 1 | -2/+2 |
* | Fix reverse iterators for spans | Chris Robinson | 2019-12-25 | 1 | -8/+8 |
* | Avoid extraneous looping | Chris Robinson | 2019-11-29 | 1 | -17/+30 |
* | Move the polyphase resampler to the common lib | Chris Robinson | 2019-11-28 | 2 | -0/+259 |
* | Avoid an extraneous macro and use a simplified type alias | Chris Robinson | 2019-10-27 | 1 | -4/+4 |
* | Avoid static constexpr for arrays iterated over at run-time | Chris Robinson | 2019-10-25 | 1 | -1/+1 |
* | Put the pragma defines in a separate header | Chris Robinson | 2019-10-07 | 2 | -19/+25 |
* | Don't inline the utf8 converters | Chris Robinson | 2019-10-01 | 3 | -35/+41 |
* | Add some allocator fields GCC 6.3 seems to want | Chris Robinson | 2019-10-01 | 1 | -0/+6 |
* | Use using to avoid extraneous template instantiations | Chris Robinson | 2019-09-29 | 1 | -2/+2 |
* | Move the ifstream wrapper to common | Chris Robinson | 2019-09-22 | 2 | -0/+217 |
* | Revert "Silence some unreachable code warnings on MSVC" | Chris Robinson | 2019-09-20 | 1 | -12/+0 |
* | Silence some unreachable code warnings on MSVC | Chris Robinson | 2019-09-20 | 1 | -0/+12 |
* | Remove and simplify some functions | Chris Robinson | 2019-09-20 | 1 | -6/+4 |
* | Simplify some REQUIRES uses | Chris Robinson | 2019-09-20 | 2 | -5/+5 |
* | Don't clean up more than necessary on destruction | Chris Robinson | 2019-09-20 | 2 | -4/+10 |
* | Work around MSVC's lack of standard _Pragma support | Chris Robinson | 2019-09-18 | 1 | -7/+7 |
* | Silence a couple specific warning instances | Chris Robinson | 2019-09-18 | 1 | -0/+27 |
* | Enable and fix some more warnings | Chris Robinson | 2019-09-18 | 1 | -1/+1 |