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
/
state.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make and use a bit_cast function
Chris Robinson
2023-05-04
1
-2
/
+3
*
Replace al::optional with std::optional
Chris Robinson
2023-05-04
1
-3
/
+3
*
Implement a context debug flag
Chris Robinson
2023-05-03
1
-8
/
+15
*
Rename AL_SOFT_debug to AL_EXT_DEBUG
Chris Robinson
2023-05-03
1
-17
/
+17
*
Reduce code duplication for context queries
Chris Robinson
2023-05-01
1
-420
/
+179
*
Implement pushing/popping debug groups
Chris Robinson
2023-05-01
1
-0
/
+23
*
Implement debug log storage
Chris Robinson
2023-04-30
1
-1
/
+60
*
Avoid duplicating queries
Chris Robinson
2023-04-30
1
-209
/
+118
*
Provide some more debug messages
Chris Robinson
2023-04-29
1
-7
/
+24
*
Add another missing header
Chris Robinson
2023-04-29
1
-0
/
+1
*
Start a debug API extension
Chris Robinson
2023-04-29
1
-4
/
+34
*
Use macros for the likely/unlikely attributes
Chris Robinson
2023-03-01
1
-23
/
+23
*
Avoid unnecessary uses of make_optional
Chris Robinson
2023-01-13
1
-7
/
+7
*
Avoid using a macro to wrap standard attributes
Chris Robinson
2022-12-06
1
-23
/
+23
*
Avoid LIKELY/UNLIKELY macros
Chris Robinson
2022-12-05
1
-23
/
+23
*
Move EAX files to their own sub-directory
Chris Robinson
2022-05-16
1
-2
/
+2
*
Properly set the air absorption gain base
Chris Robinson
2022-05-10
1
-0
/
+1
*
Avoid some explicit extern "C"s on function definitions
Chris Robinson
2022-03-31
1
-3
/
+3
*
Fix X-RAM tracking
Chris Robinson
2022-03-06
1
-1
/
+1
*
Avoid more unnecessary atomics
Chris Robinson
2022-02-13
1
-7
/
+7
*
Combine listener and context updates
Chris Robinson
2022-02-08
1
-0
/
+8
*
Hold mPropLock when deferring updates
Chris Robinson
2022-02-08
1
-0
/
+2
*
Move ALSOFT_EAX definition to config.h
Chris Robinson
2022-01-30
1
-2
/
+2
*
Add EAX extensions (EAX 2.0-5.0, X-RAM) (#632)
Boris I. Bendovsky
2022-01-30
1
-0
/
+42
*
Rename alcontext.h and move some functions to context.cpp
Chris Robinson
2021-04-27
1
-1
/
+1
*
Rename alcmain.h to device.h
Chris Robinson
2021-04-27
1
-6
/
+6
*
Update include headers
Chris Robinson
2021-04-27
1
-4
/
+4
*
Move BufferStorage and Voice to core
Chris Robinson
2021-04-27
1
-1
/
+1
*
Partially implement an extension to hold sources on disconnect
Chris Robinson
2021-04-26
1
-6
/
+23
*
Make an inverted atomic flag type and use it
Chris Robinson
2021-04-15
1
-1
/
+1
*
Avoid including voice.h in alcontext.h
Chris Robinson
2020-12-27
1
-0
/
+1
*
Move alexcpt to core
Chris Robinson
2020-12-24
1
-1
/
+1
*
Don't link DistanceModel enums to AL values
Chris Robinson
2020-12-16
1
-11
/
+37
*
Use a separate structure for the context/listener params
Chris Robinson
2020-12-15
1
-4
/
+4
*
Replace some more macros with constexpr variables
Chris Robinson
2020-10-21
1
-5
/
+5
*
Remove deprecated, performance, and error event types
Chris Robinson
2020-09-20
1
-14
/
+0
*
Fix up some more uses of [AL[C]]void
Chris Robinson
2020-04-28
1
-14
/
+14
*
Avoid AL[C]boolean for internal use
Chris Robinson
2020-03-28
1
-3
/
+3
*
Avoid static constexpr for arrays iterated over at run-time
Chris Robinson
2019-10-25
1
-1
/
+1
*
Remove noexcept from a function that explicitly throws
Chris Robinson
2019-09-30
1
-1
/
+2
*
Don't let a function end without a return
Chris Robinson
2019-09-28
1
-7
/
+8
*
Redo resampler strings to be safer
Chris Robinson
2019-09-28
1
-18
/
+33
*
Add "fast" variants for the bsinc resamplers
Chris Robinson
2019-09-28
1
-2
/
+5
*
Make the resampler type an enum class
Chris Robinson
2019-09-22
1
-7
/
+8
*
Get rid of more implicit conversions
Chris Robinson
2019-09-12
1
-9
/
+11
*
Avoid C-style casts in C++
Chris Robinson
2019-09-11
1
-8
/
+8
*
Use new/delete for context and effectslot properties
Chris Robinson
2019-08-13
1
-1
/
+1
*
Add methods to get env vars as an optional
Chris Robinson
2019-08-12
1
-2
/
+3
*
Update some more includes
Chris Robinson
2019-08-06
1
-0
/
+1
*
Move the meters per unit property to the listener
Chris Robinson
2019-08-05
1
-2
/
+0
[next]