Max Kellermann
|
01d8eb6290
|
input/rewind: move sources out of the "plugins" directory
This is not a plugin.
|
2018-06-22 19:31:06 +02:00 |
Max Kellermann
|
49619fbd77
|
input/Proxy: use InputStreamPtr
|
2017-12-26 20:03:37 +01:00 |
Max Kellermann
|
71f0ed8b74
|
*: add "noexcept" to many, many function prototypes
This eliminates some overhead, because the compiler doesn't need to
consider these functions throwing.
|
2017-05-08 14:44:49 +02:00 |
Max Kellermann
|
2e182e84c3
|
thread/Mutex: remove ScopeLock, use std::lock_guard directly
|
2017-01-03 07:11:57 +01:00 |
Max Kellermann
|
22dcca9832
|
util/Error: remove obsolete class
|
2016-11-10 12:58:26 +01:00 |
Max Kellermann
|
8c744efd56
|
input/InputStream: migrate from class Error to C++ exceptions
|
2016-09-16 17:43:36 +02:00 |
Max Kellermann
|
bb472206de
|
InputStream: move typedef offset_type to Offset.hxx
Reduce header dependencies.
|
2014-08-19 22:29:52 +02:00 |
Max Kellermann
|
a049f972ec
|
test/test_rewind: add missing stdlib.h include
For EXIT_SUCCESS.
|
2014-08-13 12:55:29 +02:00 |
Max Kellermann
|
07b93dcf80
|
InputStream: make Seek() always absolute
Remove the "whence" parameter that is not actually necessary, and only
complicates the InputStream implementations.
|
2014-05-22 13:52:00 +02:00 |
Max Kellermann
|
afe53997bf
|
test/test_rewind: unit test for class RewindInputStream
|
2014-05-21 18:47:40 +02:00 |