index
:
jogamp/openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Unnamed repository; edit this file 'description' to name the repository.
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
*
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