aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/bformatdec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move the alignment-aware allocator and vector to headersChris Robinson2018-11-181-32/+1
|
* Use new/delete for ALCcontext objectsChris Robinson2018-11-181-4/+2
|
* Remove unused headers and checksChris Robinson2018-11-171-1/+0
|
* Allocate the appropriate amount in the aligned allocatorChris Robinson2018-11-041-1/+1
|
* Properly mark arrays constexpr and/or staticChris Robinson2018-11-041-4/+4
|
* Convert ambdec.c to C++Chris Robinson2018-11-031-2/+2
|
* Be more C++-friendly with the B-Format decoderChris Robinson2018-11-031-52/+88
|
* Convert the BFormat decoder to C++Chris Robinson2018-11-031-0/+492