Dmitry Marakasov
|
77a97972b3
|
Don't mention C++11 in project description
We currently use C++17 and will switch to a newer standards as
needed.
Fixes #137
|
2022-09-12 18:06:10 +03:00 |
|
Dmitry Marakasov
|
486dbb7bf4
|
Provide copy operations for AudioDevice::LockHandle
|
2014-12-19 19:33:30 +03:00 |
|
Dmitry Marakasov
|
a6ef469487
|
Split AudioSpec into separate header
|
2014-12-18 18:26:11 +03:00 |
|
Dmitry Marakasov
|
9a245e073a
|
Merge branch 'audio-fixes'
|
2014-12-18 17:28:02 +03:00 |
|
Dmitry Marakasov
|
46591a9cbf
|
Update project comment
|
2014-12-18 02:52:08 +03:00 |
|
Dmitry Marakasov
|
16b9399bd1
|
Implement empty constructor for AudioDevice::LockHandle
Useful if lock must be initialized after it was created
|
2014-12-16 23:31:53 +03:00 |
|
Dmitry Marakasov
|
93a77542d8
|
Fix move assignments
- Add self-assignment checks
- Free resources of object which is going to be replaced to avoid
resource leaks
|
2014-11-30 01:22:22 +03:00 |
|
Dmitry Marakasov
|
2be68a9ebb
|
Add wrapper for large part of SDL2 audio functionality
|
2014-11-29 22:58:27 +03:00 |
|