Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace remaining uses of std::vector with al::vector | Chris Robinson | 2018-11-24 | 1 | -14/+14 |
| | | | | Which uses a custom allocator that uses our allocation functions. | ||||
* | Simplify the RefCount type | Chris Robinson | 2018-11-19 | 1 | -2/+2 |
| | |||||
* | Remove some unnecessary static specifiers | Chris Robinson | 2018-11-18 | 1 | -2/+2 |
| | |||||
* | Use a standard string for the enumerated HRTF names | Chris Robinson | 2018-11-18 | 1 | -14/+5 |
| | |||||
* | Use a regular vector for the enumerated HRTF list | Chris Robinson | 2018-11-18 | 1 | -72/+63 |
| | |||||
* | Use a regular char* for the device's name | Chris Robinson | 2018-11-15 | 1 | -10/+2 |
| | |||||
* | Pass a normal const char* to EnumerateHrtf | Chris Robinson | 2018-11-15 | 1 | -4/+4 |
| | |||||
* | Make the enumerated HRTF entry name a char* | Chris Robinson | 2018-11-12 | 1 | -20/+25 |
| | | | | | Would ideally be a std::string with the HRTF name itself, but they're still seen in C code. | ||||
* | Use C++ more with helpers.cpp | Chris Robinson | 2018-11-11 | 1 | -55/+29 |
| | |||||
* | Use C++ more in hrtf.cpp | Chris Robinson | 2018-11-09 | 1 | -499/+439 |
| | |||||
* | Convert hrtf.c to C++ | Chris Robinson | 2018-11-09 | 1 | -0/+1410 |