Max Kellermann
|
ec54754e22
|
Compiler.h: move to util/
|
2018-08-20 16:19:17 +02:00 |
|
Max Kellermann
|
8aae9766e5
|
fs/io/*: make constructors "explicit"
|
2017-01-04 10:41:04 +01:00 |
|
Max Kellermann
|
5900253b85
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
|
Max Kellermann
|
1d67aa7bf2
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
|
Max Kellermann
|
e6e7d6dbd6
|
fs/io/Reader: use C++ exceptions instead of class Error
|
2015-12-18 01:08:16 +01:00 |
|
Max Kellermann
|
b31d171ae8
|
*: doxygen fixups
|
2015-03-17 11:21:43 +01:00 |
|
Max Kellermann
|
712ed555e6
|
Copyright year 2015
|
2015-01-01 19:48:13 +01:00 |
|
Max Kellermann
|
b3f5b4932c
|
configure.ac: add macro MPD_ENABLE_AUTO_PKG
Simplify the definition of many build options.
|
2014-11-21 22:19:57 +01:00 |
|
Max Kellermann
|
8283f23651
|
fs/io/TextFile: add method Check()
|
2014-08-11 22:53:48 +02:00 |
|
Max Kellermann
|
486b5b6bfc
|
fs/io/TextFile: use AutoGunzipReader
Several MPD subsystems can now read gzipped files; for example, the
database file can be gzipped.
|
2014-08-11 21:48:25 +02:00 |
|
Max Kellermann
|
aa2e4d92e0
|
fs/io/BufferedReader: new class to replace class TextFile
The new class is pluggable, to prepare for gzipped database files.
For now, the TextFile class remains, and will be refactored away
later.
|
2014-08-07 19:38:25 +02:00 |
|
Max Kellermann
|
aafff8fd5c
|
fs/output, fs/TextFile: move to fs/io/
|
2014-08-07 19:38:25 +02:00 |
|