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
/
eax
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass the effect props directly to the eax committer functions
Chris Robinson
2023-12-23
1
-48
/
+44
*
Avoid some template hackery for EAX effect type functions
Chris Robinson
2023-12-22
1
-53
/
+103
*
Avoid a function-like macro for calling to EAX effects
Chris Robinson
2023-12-22
1
-20
/
+35
*
Replace a series of if statements with a switch
Chris Robinson
2023-12-22
1
-24
/
+16
*
Use std::visit instead of manually checking the set type
Chris Robinson
2023-12-22
1
-25
/
+15
*
[EAX] Fix error handling (#953)
Boris I. Bendovsky
2023-12-21
1
-0
/
+1
*
Much more clang-tidy cleanup
Chris Robinson
2023-12-10
2
-9
/
+8
*
More clang-tidy cleanup
Chris Robinson
2023-12-10
1
-0
/
+2
*
Fix some clang-tidy warnings
Chris Robinson
2023-12-08
3
-32
/
+29
*
Avoid casting an integer literal
Chris Robinson
2023-09-22
1
-1
/
+1
*
Replace another C string with string_view
Chris Robinson
2023-08-26
1
-5
/
+4
*
Simplify building a string message
Chris Robinson
2023-08-26
1
-11
/
+3
*
Use string_view in a couple more places
Chris Robinson
2023-08-25
4
-38
/
+20
*
Remove an unnecessary source file
Chris Robinson
2023-08-18
2
-34
/
+11
*
Fix some typos (#872)
Dirk Stolle
2023-07-04
1
-1
/
+1
*
Always use Windows' GUID definition on Windows
Chris Robinson
2023-06-11
1
-8
/
+6
*
Use a variant to hold EAX effect properties
Chris Robinson
2023-05-24
2
-59
/
+70
*
Mark some functions noexcept when possible
Chris Robinson
2023-05-10
1
-9
/
+2
*
Use deduction guides instead of helper functions for spans
Chris Robinson
2023-05-05
1
-1
/
+1
*
Replace al::optional with std::optional
Chris Robinson
2023-05-04
1
-4
/
+3
*
Rename some class members for styling consistency
Chris Robinson
2023-03-11
2
-101
/
+84
*
Check the correct ID value for clearing the deferred flag
Chris Robinson
2023-03-11
1
-1
/
+1
*
Remove an unused function
Chris Robinson
2023-03-11
1
-8
/
+0
*
Rename some struct members for clarity
Chris Robinson
2023-03-11
1
-6
/
+6
*
Convert the remaining EAX effects
Chris Robinson
2023-03-11
1
-115
/
+22
*
Convert the EAX Frequency Shifter effect
Chris Robinson
2023-03-11
1
-0
/
+7
*
Convert the EAX Echo and Equalizer effects
Chris Robinson
2023-03-11
1
-0
/
+14
*
Convert the EAX Autowah and Compressor effects
Chris Robinson
2023-03-11
1
-0
/
+14
*
Convert the EAX Compressor effect
Chris Robinson
2023-03-10
1
-42
/
+35
*
Convert EAX chorus and flanger effects
Chris Robinson
2023-03-10
1
-0
/
+22
*
Rework EAX effect handling
Chris Robinson
2023-03-10
1
-24
/
+273
*
Update the effect EAX version only after setting a property
Chris Robinson
2023-03-09
1
-5
/
+4
*
Add a type indicator to EaxEffectProps
Chris Robinson
2023-03-09
1
-13
/
+21
*
Store the per-version EAX effect state in the base class
Chris Robinson
2023-03-09
1
-21
/
+61
*
Avoid inlining certain exception functions
Chris Robinson
2022-12-16
2
-20
/
+10
*
Fix possible C2084 compiler error (#735)
Edoardo Lolletti
2022-07-17
1
-0
/
+3
*
[EAX_CALL] Clear defer flag for immediate-only properties
Boris I. Bendovsky
2022-07-17
1
-1
/
+22
*
Don't pass an EaxCall to initialize_fx_slots
Chris Robinson
2022-07-15
2
-14
/
+6
*
[EAX] Add separate context state for each version (#731)
Boris I. Bendovsky
2022-07-13
2
-15
/
+15
*
[EAX] Use separate FX slot state for each version (#730)
Boris I. Bendovsky
2022-07-12
6
-29
/
+25
*
Remove an unused struct
Chris Robinson
2022-07-05
2
-3
/
+2
*
Avoid separate lines for logging exceptions
Chris Robinson
2022-07-05
1
-14
/
+5
*
Track EAX1 source changes
Chris Robinson
2022-06-19
1
-3
/
+0
*
Remove some unnecessary comparison operators
Chris Robinson
2022-06-18
2
-352
/
+72
*
[EAX] Add separate source state for each version (#720)
Boris I. Bendovsky
2022-06-18
4
-64
/
+43
*
[EAX] Add separate effect state for each version (#705)
Boris I. Bendovsky
2022-05-24
10
-464
/
+1067
*
Move EAX files to their own sub-directory
Chris Robinson
2022-05-16
18
-0
/
+3844