aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make and use a bit_cast functionChris Robinson2023-05-0414-19/+40
* Update ComPtr and use an out_ptr() functionChris Robinson2023-05-043-76/+101
* Replace al::optional with std::optionalChris Robinson2023-05-0436-167/+143
* Use std::optional instead of a custom implementationChris Robinson2023-05-044-352/+25
* Update to C++17Chris Robinson2023-05-041-2/+2
* Implement a context debug flagChris Robinson2023-05-036-30/+76
* Ignore logBufSize if logBuf is nullChris Robinson2023-05-031-4/+7
* Rename AL_SOFT_debug to AL_EXT_DEBUGChris Robinson2023-05-036-156/+199
* Reduce code duplication for context queriesChris Robinson2023-05-012-420/+180
* Define a struct where it's neededChris Robinson2023-05-012-19/+18
* Implement pushing/popping debug groupsChris Robinson2023-05-017-122/+197
* Put the debug filters into a groupChris Robinson2023-05-016-69/+98
* Use a 64-bit value for tracking ID filtersChris Robinson2023-05-013-35/+19
* Fix some debug message length limit checksChris Robinson2023-05-012-8/+14
* Avoid assigning to existing optional<string>Chris Robinson2023-05-011-8/+2
* Implement debug message filtering for IDsChris Robinson2023-05-013-22/+62
* Mask a value to the proper size when setting a bitfieldChris Robinson2023-05-011-2/+2
* Fix shadowing warnings and add another missing includeChris Robinson2023-04-301-27/+28
* Add some missing includesChris Robinson2023-04-301-0/+3
* Add an extension string for the in-progress debug extensionChris Robinson2023-04-301-0/+1
* Implement debug log storageChris Robinson2023-04-307-2/+220
* Unlock the debug lock when calling the callbackChris Robinson2023-04-301-3/+8
* Remove an unnecessary type nameChris Robinson2023-04-301-2/+2
* Fix debug message control logicChris Robinson2023-04-301-2/+2
* Improve some debug error handlingChris Robinson2023-04-302-7/+10
* Separate the internal debug enums from the API valuesChris Robinson2023-04-303-117/+133
* Move debug functions to their own sourceChris Robinson2023-04-304-166/+192
* Implement non-ID based debug message filteringChris Robinson2023-04-304-1/+179
* Avoid duplicating queriesChris Robinson2023-04-301-209/+118
* Provide some more debug messagesChris Robinson2023-04-292-15/+46
* Add another missing headerChris Robinson2023-04-291-0/+1
* Add a missing includeChris Robinson2023-04-291-0/+1
* Start a debug API extensionChris Robinson2023-04-296-7/+196
* Don't try to access null pointersChris Robinson2023-04-285-0/+15
* Unset sLocalContext when releasing itChris Robinson2023-04-281-1/+1
* Use a static_cast for older versions of MSVCChris Robinson2023-04-271-2/+3
* Use std::transform to cast doubles to floatsChris Robinson2023-04-271-2/+4
* Cast a value to the expected type for MSVCChris Robinson2023-04-261-2/+2
* Handle signed int values holding FourCC codesChris Robinson2023-04-261-0/+1
* Print CoreAudio errors as FourCC codes when possibleChris Robinson2023-04-261-43/+58
* Check the correct device property to detect headphonesChris Robinson2023-04-251-3/+3
* Try to detect headphones with CoreAudioChris Robinson2023-04-241-0/+18
* Make sure extension functions are properly aligned on 32-bitChris Robinson2023-04-122-4/+5
* Release 1.23.1Chris Robinson2023-04-113-2/+33
* Add a version script for non-Windows/macOS systemsChris Robinson2023-04-102-4/+204
* Reorder some struct fields for consistencyChris Robinson2023-04-082-19/+16
* Remove an unused variableChris Robinson2023-04-071-5/+0
* Scale B-Format panning coefficients only when neededChris Robinson2023-04-061-7/+7
* Simplify effect state buffer handling someChris Robinson2023-04-0417-71/+52
* Remove a duplicate functionChris Robinson2023-04-031-19/+3