Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Alc to alc | Chris Robinson | 2019-07-28 | 1 | -545/+0 |
| | |||||
* | Rename alMain.h to alcmain.h | Chris Robinson | 2019-07-28 | 1 | -2/+3 |
| | | | | And move it and alu.h to Alc/. | ||||
* | Create and use a make_optional method | Chris Robinson | 2019-07-01 | 1 | -6/+6 |
| | |||||
* | Simplify some optional usage | Chris Robinson | 2019-07-01 | 1 | -6/+5 |
| | |||||
* | Return optionals from the remaining ConfigValue* methods | Chris Robinson | 2019-06-30 | 1 | -9/+8 |
| | |||||
* | Use an optional for ConfigValueStr | Chris Robinson | 2019-06-30 | 1 | -4/+3 |
| | |||||
* | Use an optional for ConfigValueUInt | Chris Robinson | 2019-06-30 | 1 | -4/+4 |
| | |||||
* | Use an optional for ConfigValueInt | Chris Robinson | 2019-06-30 | 1 | -4/+3 |
| | |||||
* | Get rid of an unnecessary constructor | Chris Robinson | 2019-06-10 | 1 | -6/+1 |
| | |||||
* | Remove some extern "C" blocks | Chris Robinson | 2019-06-10 | 1 | -2/+2 |
| | |||||
* | Avoid using old style casts | Filip Gawin | 2019-01-08 | 1 | -2/+2 |
| | | | | | | To think about: examples/alffplay.cpp:600 OpenAL32/Include/alMain.h:295 | ||||
* | Cache the process binary path and name | Chris Robinson | 2018-12-25 | 1 | -11/+11 |
| | |||||
* | Cleanup some includes | Chris Robinson | 2018-12-25 | 1 | -0/+1 |
| | |||||
* | Avoid static global initialization functions | Chris Robinson | 2018-12-08 | 1 | -5/+0 |
| | |||||
* | Replace remaining uses of std::vector with al::vector | Chris Robinson | 2018-11-24 | 1 | -1/+1 |
| | | | | Which uses a custom allocator that uses our allocation functions. | ||||
* | Remove unused headers and checks | Chris Robinson | 2018-11-17 | 1 | -1/+0 |
| | |||||
* | Make ReadALConfig noexcept in C++ | Chris Robinson | 2018-11-13 | 1 | -2/+2 |
| | |||||
* | Use C++ for GetProcBinary | Chris Robinson | 2018-11-11 | 1 | -17/+11 |
| | |||||
* | Load config files using C++ | Chris Robinson | 2018-11-10 | 1 | -313/+178 |
| | | | | Specifically, avoid al_fopen | ||||
* | Convert alconfig to C++ | Chris Robinson | 2018-11-10 | 1 | -0/+699 |