Thanks to visit codestin.com
Credit goes to jogamp.org
index
:
openal-soft.git
UPSTREAM
b_1.24.3
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
al
/
debug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix printing some more hex values
Chris Robinson
2024-12-08
1
-11
/
+18
*
Remove the old log functions and rename the fmt log functions
Chris Robinson
2024-12-02
1
-9
/
+9
*
Use the fmt logging a bit more
Chris Robinson
2024-12-01
1
-41
/
+42
*
Update effect slot and debug function error handling
Chris Robinson
2024-11-29
1
-54
/
+72
*
Separate ALCdevice from the implementation
Chris Robinson
2024-11-18
1
-6
/
+6
*
Avoid constantly shrinking spans by 1 to step through them
Chris Robinson
2024-09-29
1
-40
/
+31
*
Disable notification and low-severity debug messages by default
Chris Robinson
2024-09-28
1
-1
/
+0
*
Replace a set of ifs with a switch
Chris Robinson
2024-04-09
1
-10
/
+8
*
Handle AL errors more consistently
Chris Robinson
2024-03-14
1
-77
/
+92
*
Avoid some pointer arithmetic
Chris Robinson
2024-03-12
1
-16
/
+42
*
Explicitly use load and store for atomics
Chris Robinson
2024-02-26
1
-1
/
+1
*
Give better names to the wrapper function parameters
Chris Robinson
2024-02-20
1
-7
/
+7
*
Clean up some includes
Chris Robinson
2024-02-09
1
-1
/
+10
*
Remove custom minz/maxz functions
Chris Robinson
2024-02-04
1
-1
/
+1
*
Add and use a function to get string_view lengths as an int
Chris Robinson
2024-01-27
1
-3
/
+3
*
Give more proper names to "unnamed" variables
Chris Robinson
2024-01-16
1
-8
/
+8
*
Much more clang-tidy cleanup
Chris Robinson
2023-12-10
1
-1
/
+1
*
Don't inline a destructor
Chris Robinson
2023-10-22
1
-0
/
+5
*
Use an array of bytes instead of ints for small values
Chris Robinson
2023-08-15
1
-4
/
+4
*
Add AL_EXT_debug functions to set/get object names
Chris Robinson
2023-08-11
1
-5
/
+96
*
More properly print string_views
Chris Robinson
2023-08-06
1
-19
/
+7
*
Rename threads.cpp/h to alsem.cpp/h
Chris Robinson
2023-06-01
1
-1
/
+0
*
Increment an offset only when it's used
Chris Robinson
2023-05-24
1
-1
/
+1
*
Use a string_view for handling debug messages
Chris Robinson
2023-05-23
1
-34
/
+34
*
Use the macros to declare the indirect context thunks
Chris Robinson
2023-05-23
1
-42
/
+7
*
Remove an unnecessary check
Chris Robinson
2023-05-15
1
-3
/
+0
*
Don't check for a null context in direct functions
Chris Robinson
2023-05-14
1
-21
/
+30
*
Implement direct functions for the debug API
Chris Robinson
2023-05-14
1
-19
/
+40
*
Rename a function to clarify what it does
Chris Robinson
2023-05-07
1
-4
/
+4
*
Include the message in the ERR log that's too long
Chris Robinson
2023-05-06
1
-2
/
+3
*
Use deduction guides instead of helper functions for spans
Chris Robinson
2023-05-05
1
-4
/
+4
*
Replace al::optional with std::optional
Chris Robinson
2023-05-04
1
-7
/
+7
*
Implement a context debug flag
Chris Robinson
2023-05-03
1
-5
/
+10
*
Ignore logBufSize if logBuf is null
Chris Robinson
2023-05-03
1
-4
/
+7
*
Rename AL_SOFT_debug to AL_EXT_DEBUG
Chris Robinson
2023-05-03
1
-58
/
+101
*
Implement pushing/popping debug groups
Chris Robinson
2023-05-01
1
-4
/
+141
*
Put the debug filters into a group
Chris Robinson
2023-05-01
1
-13
/
+13
*
Use a 64-bit value for tracking ID filters
Chris Robinson
2023-05-01
1
-20
/
+9
*
Fix some debug message length limit checks
Chris Robinson
2023-05-01
1
-4
/
+7
*
Implement debug message filtering for IDs
Chris Robinson
2023-05-01
1
-22
/
+49
*
Add some missing includes
Chris Robinson
2023-04-30
1
-0
/
+3
*
Implement debug log storage
Chris Robinson
2023-04-30
1
-0
/
+93
*
Remove an unnecessary type name
Chris Robinson
2023-04-30
1
-2
/
+2
*
Fix debug message control logic
Chris Robinson
2023-04-30
1
-2
/
+2
*
Improve some debug error handling
Chris Robinson
2023-04-30
1
-4
/
+4
*
Separate the internal debug enums from the API values
Chris Robinson
2023-04-30
1
-62
/
+67
*
Move debug functions to their own source
Chris Robinson
2023-04-30
1
-0
/
+186