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
/
aloptional.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the invalid noexcept specification
Chris Robinson
2021-01-08
1
-1
/
+1
*
Make optional trivially destructible if the stored type is
Chris Robinson
2021-01-02
1
-43
/
+70
*
Fix comment typo
Chris Robinson
2021-01-01
1
-1
/
+1
*
Remove some unnecessary constructors
Chris Robinson
2020-12-27
1
-23
/
+8
*
Clean up some C++11-isms
Chris Robinson
2020-03-22
1
-3
/
+3
*
Don't clean up more than necessary on destruction
Chris Robinson
2019-09-20
1
-2
/
+2
*
Cleanup common sources' includes
Chris Robinson
2019-07-29
1
-0
/
+2
*
Add a helper to construct the optional value
Chris Robinson
2019-07-01
1
-29
/
+18
*
Create and use a make_optional method
Chris Robinson
2019-07-01
1
-0
/
+12
*
Add a few more constructor and assignment operators for optional
Chris Robinson
2019-07-01
1
-3
/
+35
*
Use uninitialized_copy/move for optionals
Chris Robinson
2019-07-01
1
-8
/
+4
*
Some cleanup for optional
Chris Robinson
2019-07-01
1
-7
/
+13
*
Add a missing return
Chris Robinson
2019-07-01
1
-1
/
+1
*
Add a simple optional<> implementation
Chris Robinson
2019-06-30
1
-0
/
+112