Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace macros with constexpr inline functions | Chris Robinson | 2019-01-06 | 1 | -7/+22 |
| | |||||
* | Fix narrowing conversion from double to float | Chris Robinson | 2018-12-22 | 1 | -2/+2 |
| | |||||
* | Clean up some math stuff | Chris Robinson | 2018-12-22 | 1 | -21/+2 |
| | |||||
* | Remove checks for functions that always exist | Chris Robinson | 2018-11-15 | 1 | -22/+0 |
| | | | | | They're part of C++11 and available on the testing systems. If some system has trouble, switching to proper C++ calls should fix it. | ||||
* | Remove some now-unused function checks | Chris Robinson | 2018-11-14 | 1 | -8/+0 |
| | |||||
* | Don't directly declare standard function names | Chris Robinson | 2018-11-06 | 1 | -3/+6 |
| | |||||
* | Add macros for commonly used square roots | Chris Robinson | 2018-09-19 | 1 | -0/+6 |
| | |||||
* | Check for and use copysignf | Chris Robinson | 2018-08-29 | 1 | -0/+13 |
| | |||||
* | More accurately convert between degrees and radians | Chris Robinson | 2018-05-14 | 1 | -2/+2 |
| | |||||
* | Define the Hanning window globally once for the pitch shifter | Chris Robinson | 2018-03-22 | 1 | -0/+4 |
| | |||||
* | Check for a cbrtf function | Chris Robinson | 2018-02-06 | 1 | -0/+7 |
| | |||||
* | Define a backup log2f if the compiler doesn't have it | Chris Robinson | 2017-06-29 | 1 | -0/+7 |
| | |||||
* | Workaround for MSVC not liking 1.0f/0.0f for float infinity | Chris Robinson | 2017-06-29 | 1 | -1/+5 |
| | |||||
* | Use more correct doppler shift calculations | Chris Robinson | 2017-05-20 | 1 | -2/+7 |
| | |||||
* | Move internal headers out of the include directory | Chris Robinson | 2017-04-14 | 1 | -0/+19 |