Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use istream for makemhr input | Chris Robinson | 2019-09-23 | 4 | -192/+198 |
| | |||||
* | Use a unique_ptr to auto-free MYSOFA_HRTF | Chris Robinson | 2019-09-23 | 1 | -47/+32 |
| | |||||
* | Update changelog | Chris Robinson | 2019-09-22 | 1 | -1/+1 |
| | |||||
* | Fix a couple more conversion warnings | Chris Robinson | 2019-09-22 | 1 | -6/+6 |
| | |||||
* | Make the resampler type an enum class | Chris Robinson | 2019-09-22 | 8 | -36/+37 |
| | |||||
* | Move the ifstream wrapper to common | Chris Robinson | 2019-09-22 | 8 | -209/+228 |
| | |||||
* | Remove large file macros | Chris Robinson | 2019-09-22 | 3 | -61/+0 |
| | | | | | Large file offsets aren't being utilized, and C++ seems to use to 64-bit offsets anyway. | ||||
* | Avoid storing an integer in a pointer | Chris Robinson | 2019-09-21 | 1 | -3/+6 |
| | | | | | | C++ does not guarantee that, given an int of sufficient size, converting int->ptr->int will result in the original value. A pointer may have more than one integer representation. Only ptr->int->ptr round trips are well-defined. | ||||
* | Split some code into separate functions | Chris Robinson | 2019-09-21 | 1 | -128/+126 |
| | |||||
* | Restructure the changelog updates | Chris Robinson | 2019-09-21 | 1 | -25/+26 |
| | |||||
* | Make the buffer frequency unsigned | Chris Robinson | 2019-09-21 | 3 | -7/+6 |
| | |||||
* | Explicitly mark a couple functions as inline | Chris Robinson | 2019-09-21 | 1 | -6/+6 |
| | |||||
* | Initial update for the changelog | Chris Robinson | 2019-09-21 | 1 | -0/+51 |
| | |||||
* | Use an array and loop instead of individual tests | Chris Robinson | 2019-09-21 | 1 | -16/+22 |
| | |||||
* | Cleanup some router warnings | Chris Robinson | 2019-09-20 | 1 | -19/+19 |
| | |||||
* | Include VS2017 in AppVeyor builds | Chris Robinson | 2019-09-20 | 1 | -3/+11 |
| | |||||
* | Revert "Silence some unreachable code warnings on MSVC" | Chris Robinson | 2019-09-20 | 1 | -12/+0 |
| | | | | | | This reverts commit 2ab4883439b1bc96578e86cc894504b9a1d1021b. It apparently didn't work at silencing anything. | ||||
* | 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 | 2 | -12/+12 |
| | |||||
* | 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 |
| | |||||
* | Use an anonymous namespace instead of static | Chris Robinson | 2019-09-19 | 1 | -6/+12 |
| | |||||
* | Remove deprecated CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS | Chris Robinson | 2019-09-19 | 1 | -2/+0 |
| | |||||
* | Fix a couple more annoying conversion warnings | Chris Robinson | 2019-09-18 | 1 | -2/+2 |
| | |||||
* | Fix some Windows warnings | Chris Robinson | 2019-09-18 | 2 | -12/+12 |
| | |||||
* | Avoid hiding a class member function | Chris Robinson | 2019-09-18 | 1 | -5/+5 |
| | |||||
* | Work around MSVC's lack of standard _Pragma support | Chris Robinson | 2019-09-18 | 2 | -8/+8 |
| | |||||
* | Silence a couple specific warning instances | Chris Robinson | 2019-09-18 | 2 | -1/+28 |
| | |||||
* | Enable and fix some more warnings | Chris Robinson | 2019-09-18 | 12 | -102/+108 |
| | |||||
* | Disable warnings 4268 and 4324 on MSVC | Chris Robinson | 2019-09-18 | 1 | -1/+1 |
| | | | | | | | warning C4268: 'const' static/global data initialized with compiler generated default constructor fills the object with zeros warning C4324: structure was padded due to alignment specifier | ||||
* | Enable some more MSVC warnings | Chris Robinson | 2019-09-18 | 1 | -1/+5 |
| | |||||
* | Some cleanup for CMakeLists.txt | Chris Robinson | 2019-09-18 | 1 | -130/+87 |
| | |||||
* | Make the bsinc l and m coefficients unsigned | Chris Robinson | 2019-09-17 | 5 | -29/+25 |
| | |||||
* | Avoid an unnecessary multiply | Chris Robinson | 2019-09-16 | 1 | -2/+2 |
| | |||||
* | Remove unnecessary long long checks | Chris Robinson | 2019-09-16 | 2 | -11/+0 |
| | |||||
* | Add preprocessor defines for the common lib | Chris Robinson | 2019-09-16 | 1 | -1/+2 |
| | |||||
* | Add a missing include directory for the common lib | Chris Robinson | 2019-09-16 | 1 | -1/+1 |
| | |||||
* | Remove the last uses of the system's str[n]casecmp | Chris Robinson | 2019-09-16 | 7 | -48/+36 |
| | |||||
* | Use our case-insensitive compare functions in makemhr | Chris Robinson | 2019-09-16 | 3 | -21/+23 |
| | |||||
* | Make the common code a separate static library | Chris Robinson | 2019-09-16 | 1 | -8/+11 |
| | |||||
* | Avoid an unused variable | Chris Robinson | 2019-09-16 | 1 | -1/+1 |
| | |||||
* | Add and use custom string types and functions | Chris Robinson | 2019-09-16 | 6 | -38/+123 |
| | |||||
* | Fix typo | Chris Robinson | 2019-09-16 | 1 | -3/+3 |
| | |||||
* | Clean up some more conversion warnings | Chris Robinson | 2019-09-16 | 1 | -22/+19 |
| | |||||
* | Clean up some more shadowing warnings | Chris Robinson | 2019-09-16 | 8 | -47/+49 |
| | |||||
* | Add a fallback if SLAndroidDataFormat_PCM_EX isn't available | Chris Robinson | 2019-09-15 | 1 | -56/+91 |
| | |||||
* | Clean up the spaghetti mess in alcCaptureSamples | Chris Robinson | 2019-09-15 | 1 | -7/+19 |
| | |||||
* | Rename ALautowah* for consistency | Chris Robinson | 2019-09-15 | 1 | -18/+18 |
| | |||||
* | Make the BackendFactory base destructor protected | Chris Robinson | 2019-09-15 | 1 | -2/+3 |
| | |||||
* | Return and pass more appropriate types for backends | Chris Robinson | 2019-09-15 | 20 | -227/+227 |
| |