aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alconfig.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename Alc to alcChris Robinson2019-07-281-545/+0
|
* Rename alMain.h to alcmain.hChris Robinson2019-07-281-2/+3
| | | | And move it and alu.h to Alc/.
* Create and use a make_optional methodChris Robinson2019-07-011-6/+6
|
* Simplify some optional usageChris Robinson2019-07-011-6/+5
|
* Return optionals from the remaining ConfigValue* methodsChris Robinson2019-06-301-9/+8
|
* Use an optional for ConfigValueStrChris Robinson2019-06-301-4/+3
|
* Use an optional for ConfigValueUIntChris Robinson2019-06-301-4/+4
|
* Use an optional for ConfigValueIntChris Robinson2019-06-301-4/+3
|
* Get rid of an unnecessary constructorChris Robinson2019-06-101-6/+1
|
* Remove some extern "C" blocksChris Robinson2019-06-101-2/+2
|
* 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