Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename the OpenAL32 directory to al | Chris Robinson | 2019-07-29 | 1 | -859/+0 |
| | |||||
* | Rename alMain.h to alcmain.h | Chris Robinson | 2019-07-28 | 1 | -1/+1 |
| | | | | And move it and alu.h to Alc/. | ||||
* | Clean up includes a bit | Chris Robinson | 2019-07-28 | 1 | -5/+14 |
| | | | | | | | Trying out the IWYU tool to only include what's necessary in a given file. Seems to work decently (it'll miss some headers, suggest unnecessary ones, and make nonsense suggestions for some things, but overall gives a good starting point), and helps clean out some headers. | ||||
* | Get rid of the COUNTOF macro | Chris Robinson | 2019-05-26 | 1 | -2/+3 |
| | |||||
* | Add exception protection to context state functions | Chris Robinson | 2019-04-10 | 1 | -0/+49 |
| | |||||
* | Avoid using old style casts | Filip Gawin | 2019-01-08 | 1 | -20/+20 |
| | | | | | | To think about: examples/alffplay.cpp:600 OpenAL32/Include/alMain.h:295 | ||||
* | Remove extraneous typedef, struct, and enum keywords | Chris Robinson | 2018-12-24 | 1 | -2/+2 |
| | |||||
* | Use a standard mutex for the proplock | Chris Robinson | 2018-11-26 | 1 | -13/+13 |
| | |||||
* | Get rid of the last ATOMIC macro uses | Chris Robinson | 2018-11-26 | 1 | -1/+1 |
| | |||||
* | Use a standard mutex for the event callback lock | Chris Robinson | 2018-11-20 | 1 | -2/+2 |
| | |||||
* | Use atomic_flags and atomic<bools>s where appropriate | Chris Robinson | 2018-11-20 | 1 | -7/+7 |
| | |||||
* | Use std::isfinite instead of isfinite | Chris Robinson | 2018-11-19 | 1 | -3/+4 |
| | |||||
* | Remove the atomic exchange macros | Chris Robinson | 2018-11-19 | 1 | -5/+5 |
| | |||||
* | Replace ATOMIC_REPLACE_HEAD with an inline function | Chris Robinson | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Remove the pointer-specific atomic exchange macros | Chris Robinson | 2018-11-18 | 1 | -3/+2 |
| | |||||
* | Avoid naming a struct member the same as an enum type | Chris Robinson | 2018-11-18 | 1 | -7/+7 |
| | |||||
* | Move the ALCcontext definition to its own header | Chris Robinson | 2018-11-17 | 1 | -7/+4 |
| | |||||
* | Use lock_guard instead of manual lock/unlock calls | Chris Robinson | 2018-11-16 | 1 | -30/+15 |
| | |||||
* | Convert alState.c to C++ | Chris Robinson | 2018-11-16 | 1 | -0/+818 |