Max Kellermann
|
93deb84499
|
input_stream: rename struct to InputStream
|
2013-10-23 23:12:02 +02:00 |
|
Max Kellermann
|
c4d4011c63
|
InputInternal: remove obsolete library
|
2013-10-23 23:10:27 +02:00 |
|
Max Kellermann
|
59f8144c50
|
*: use nullptr instead of NULL
|
2013-10-19 18:19:03 +02:00 |
|
Max Kellermann
|
24780d99e6
|
input_plugin: rename struct to "InputPlugin"
|
2013-10-17 10:20:57 +02:00 |
|
Max Kellermann
|
dbd88e6aef
|
Client, ...: remove unnecessary glib.h include
|
2013-10-15 22:51:09 +02:00 |
|
Max Kellermann
|
29030b54c9
|
util/Error: new error passing library
Replaces GLib's GError.
|
2013-09-04 18:14:22 +02:00 |
|
Max Kellermann
|
16afdfd874
|
ArchivePlugin: move instance methods to class ArchiveFile
|
2013-01-30 15:30:19 +01:00 |
|
Max Kellermann
|
f5c0b0d316
|
ArchiveFile: convert to a class
|
2013-01-29 23:26:51 +01:00 |
|
Max Kellermann
|
ba51045d9e
|
refcount: convert to C++
|
2013-01-29 23:20:19 +01:00 |
|
Max Kellermann
|
9f0fb8f6a8
|
ArchivePlugin: replace scan_reset(), scan_next() with visit()
Add the interface ArchiveVisitor.
|
2013-01-29 21:21:07 +01:00 |
|
Max Kellermann
|
a42f9fd4e2
|
ArchivePlugin: scan_next() returns const string
|
2013-01-29 21:11:04 +01:00 |
|
Max Kellermann
|
dcf55c7e32
|
InputStream: add constructor/destructor
Eliminate input_stream_init() and input_stream_deinit().
|
2013-01-28 23:29:43 +01:00 |
|
Max Kellermann
|
e39969a0d0
|
input/iso9660: add constructor/destructor
|
2013-01-28 22:54:07 +01:00 |
|
Max Kellermann
|
d68185aa28
|
input/iso9660: rename the classes
|
2013-01-28 22:52:40 +01:00 |
|
Max Kellermann
|
6f3d70b5e2
|
DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond
|
2013-01-27 18:39:32 +01:00 |
|
Max Kellermann
|
0273cd44b0
|
input_stream: forward-declare the struct
Hide the definition from C code, to prepare the transition to C++.
|
2013-01-26 01:24:01 +01:00 |
|
Max Kellermann
|
49567f1f3e
|
input_{internal,plugin}: convert to C++
|
2013-01-25 22:43:01 +01:00 |
|
Max Kellermann
|
94fffb332b
|
archive/*: convert to C++
|
2013-01-24 19:18:58 +01:00 |
|