index
:
openal-soft.git
UPSTREAM
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
/
OpenAL32
/
alBuffer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid using internal AL[u]int64 types
Chris Robinson
2019-02-11
1
-1
/
+1
*
Use c++ headers
Filip Gawin
2019-01-09
1
-3
/
+3
*
Avoid using old style casts
Filip Gawin
2019-01-08
1
-11
/
+16
*
Use user-defined literals for 64-bit literals
Chris Robinson
2019-01-07
1
-5
/
+5
*
Remove extraneous typedef, struct, and enum keywords
Chris Robinson
2018-12-24
1
-13
/
+12
*
Fix some MSVC conversion warnings
Chris Robinson
2018-12-12
1
-2
/
+2
*
Use a standard mutex for the remaining locks
Chris Robinson
2018-11-26
1
-27
/
+21
*
Get rid of the last ATOMIC macro uses
Chris Robinson
2018-11-26
1
-6
/
+6
*
Automatically clean up buffers with ther sublist
Chris Robinson
2018-11-25
1
-23
/
+9
*
Replace remaining uses of std::vector with al::vector
Chris Robinson
2018-11-24
1
-1
/
+1
*
Use a normal vector to store buffer data
Chris Robinson
2018-11-24
1
-19
/
+11
*
Fix deleting the same buffer ID multiple times in one call
Chris Robinson
2018-11-21
1
-1
/
+4
*
Remove the ATOMIC_THREAD_FENCE macro
Chris Robinson
2018-11-19
1
-1
/
+1
*
Use a normal vector for buffer sublists
Chris Robinson
2018-11-18
1
-33
/
+30
*
Move the ALCcontext definition to its own header
Chris Robinson
2018-11-17
1
-0
/
+1
*
Disambiguate operation order
Chris Robinson
2018-11-08
1
-1
/
+1
*
Avoid using out parameters
Chris Robinson
2018-11-08
1
-73
/
+81
*
Move static functions to an anonymous namespace
Chris Robinson
2018-11-08
1
-390
/
+379
*
Make a const array constexpr
Chris Robinson
2018-10-31
1
-1
/
+1
*
Move some extern inline declarations to C
Chris Robinson
2018-10-31
1
-5
/
+0
*
Avoid assigning in an if statement
Chris Robinson
2018-10-31
1
-20
/
+20
*
Add a missing <array> include
Chris Robinson
2018-10-31
1
-0
/
+1
*
Convert alBuffer.c to C++
Chris Robinson
2018-10-31
1
-0
/
+1217