Thanks to visit codestin.com
Credit goes to jogamp.org

aboutsummaryrefslogtreecommitdiffstats
path: root/al/debug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix printing some more hex valuesChris Robinson2024-12-081-11/+18
* Remove the old log functions and rename the fmt log functionsChris Robinson2024-12-021-9/+9
* Use the fmt logging a bit moreChris Robinson2024-12-011-41/+42
* Update effect slot and debug function error handlingChris Robinson2024-11-291-54/+72
* Separate ALCdevice from the implementationChris Robinson2024-11-181-6/+6
* Avoid constantly shrinking spans by 1 to step through themChris Robinson2024-09-291-40/+31
* Disable notification and low-severity debug messages by defaultChris Robinson2024-09-281-1/+0
* Replace a set of ifs with a switchChris Robinson2024-04-091-10/+8
* Handle AL errors more consistentlyChris Robinson2024-03-141-77/+92
* Avoid some pointer arithmeticChris Robinson2024-03-121-16/+42
* Explicitly use load and store for atomicsChris Robinson2024-02-261-1/+1
* Give better names to the wrapper function parametersChris Robinson2024-02-201-7/+7
* Clean up some includesChris Robinson2024-02-091-1/+10
* Remove custom minz/maxz functionsChris Robinson2024-02-041-1/+1
* Add and use a function to get string_view lengths as an intChris Robinson2024-01-271-3/+3
* Give more proper names to "unnamed" variablesChris Robinson2024-01-161-8/+8
* Much more clang-tidy cleanupChris Robinson2023-12-101-1/+1
* Don't inline a destructorChris Robinson2023-10-221-0/+5
* Use an array of bytes instead of ints for small valuesChris Robinson2023-08-151-4/+4
* Add AL_EXT_debug functions to set/get object namesChris Robinson2023-08-111-5/+96
* More properly print string_viewsChris Robinson2023-08-061-19/+7
* Rename threads.cpp/h to alsem.cpp/hChris Robinson2023-06-011-1/+0
* Increment an offset only when it's usedChris Robinson2023-05-241-1/+1
* Use a string_view for handling debug messagesChris Robinson2023-05-231-34/+34
* Use the macros to declare the indirect context thunksChris Robinson2023-05-231-42/+7
* Remove an unnecessary checkChris Robinson2023-05-151-3/+0
* Don't check for a null context in direct functionsChris Robinson2023-05-141-21/+30
* Implement direct functions for the debug APIChris Robinson2023-05-141-19/+40
* Rename a function to clarify what it doesChris Robinson2023-05-071-4/+4
* Include the message in the ERR log that's too longChris Robinson2023-05-061-2/+3
* Use deduction guides instead of helper functions for spansChris Robinson2023-05-051-4/+4
* Replace al::optional with std::optionalChris Robinson2023-05-041-7/+7
* Implement a context debug flagChris Robinson2023-05-031-5/+10
* Ignore logBufSize if logBuf is nullChris Robinson2023-05-031-4/+7
* Rename AL_SOFT_debug to AL_EXT_DEBUGChris Robinson2023-05-031-58/+101
* Implement pushing/popping debug groupsChris Robinson2023-05-011-4/+141
* Put the debug filters into a groupChris Robinson2023-05-011-13/+13
* Use a 64-bit value for tracking ID filtersChris Robinson2023-05-011-20/+9
* Fix some debug message length limit checksChris Robinson2023-05-011-4/+7
* Implement debug message filtering for IDsChris Robinson2023-05-011-22/+49
* Add some missing includesChris Robinson2023-04-301-0/+3
* Implement debug log storageChris Robinson2023-04-301-0/+93
* 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-301-4/+4
* Separate the internal debug enums from the API valuesChris Robinson2023-04-301-62/+67
* Move debug functions to their own sourceChris Robinson2023-04-301-0/+186