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
/
common
/
albit.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some clang-tidy warnings
Chris Robinson
2023-12-08
1
-3
/
+4
*
Avoid std::aligned_storage, it's deprecated in newer C++
Chris Robinson
2023-10-08
1
-3
/
+3
*
Be a bit more safe with type mangling
Chris Robinson
2023-05-24
1
-3
/
+4
*
Make and use a bit_cast function
Chris Robinson
2023-05-04
1
-0
/
+11
*
constexpr functions are not allowed to have static variables, and if they are...
Glyn Leine
2022-03-29
1
-4
/
+4
*
Make some local constexpr variables static
Chris Robinson
2022-02-23
1
-4
/
+4
*
Avoid an implicit char-to-bool conversion
Chris Robinson
2022-02-23
1
-5
/
+5
*
Avoid using an if_constexpr macro
Chris Robinson
2022-02-22
1
-13
/
+11
*
Rename some variables to show the relevant bit pattern
Chris Robinson
2022-02-22
1
-9
/
+9
*
Use a fast native type for the backup popcount
Chris Robinson
2021-03-02
1
-7
/
+20
*
Use if constexpr when possible
Chris Robinson
2021-01-22
1
-2
/
+3
*
Make PopCount and CountTrailingZeros more standard-like
Chris Robinson
2021-01-22
1
-0
/
+108
*
Make the endian test more C++-like
Chris Robinson
2021-01-21
1
-0
/
+35