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
/
alspan.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup common sources' includes
Chris Robinson
2019-07-29
1
-3
/
+3
*
Don't return a blank span when offset==size()
Chris Robinson
2019-06-25
1
-2
/
+2
*
Another attempt to fix MSVC 2015
Chris Robinson
2019-05-30
1
-8
/
+6
*
Improve span constructor requirements
Chris Robinson
2019-05-30
1
-7
/
+10
*
Avoid potentially ambiguous span copy constructor
Chris Robinson
2019-05-30
1
-2
/
+2
*
Small cleanup for is_span and is_std_array
Chris Robinson
2019-05-27
1
-8
/
+10
*
Fix default constructor for static-sized spans
Chris Robinson
2019-05-27
1
-1
/
+1
*
Remove unnecessary assignment operators
Chris Robinson
2019-05-27
1
-10
/
+0
*
Implement static-sized spans, and handle overload requirements
Chris Robinson
2019-05-27
1
-6
/
+191
*
Fix subspan
Chris Robinson
2019-05-26
1
-1
/
+1
*
Add a few more methods to the span class
Chris Robinson
2019-05-26
1
-0
/
+11
*
Store the span extents as a pair of pointers
Chris Robinson
2019-05-24
1
-10
/
+10
*
Add a missing include
Chris Robinson
2019-05-23
1
-0
/
+2
*
Add a span class to act as a view to contiguous data
Chris Robinson
2019-05-23
1
-0
/
+105