aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alconfig.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid using old style castsFilip Gawin2019-01-081-2/+2
| | | | | | To think about: examples/alffplay.cpp:600 OpenAL32/Include/alMain.h:295
* Cache the process binary path and nameChris Robinson2018-12-251-11/+11
|
* Cleanup some includesChris Robinson2018-12-251-0/+1
|
* Avoid static global initialization functionsChris Robinson2018-12-081-5/+0
|
* Replace remaining uses of std::vector with al::vectorChris Robinson2018-11-241-1/+1
| | | | Which uses a custom allocator that uses our allocation functions.
* Remove unused headers and checksChris Robinson2018-11-171-1/+0
|
* Make ReadALConfig noexcept in C++Chris Robinson2018-11-131-2/+2
|
* Use C++ for GetProcBinaryChris Robinson2018-11-111-17/+11
|
* Load config files using C++Chris Robinson2018-11-101-313/+178
| | | | Specifically, avoid al_fopen
* Convert alconfig to C++Chris Robinson2018-11-101-0/+699