Max Kellermann
|
dfaf08743c
|
*: check defined(_WIN32) instead of defined(WIN32)
Only _WIN32 is defined by the compiler, and WIN32 is not standardized
and may be missing.
Closes #169
|
2017-12-12 10:22:20 +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
|
9f4f1bab39
|
LogBackend: remove character set support
Always write UTF-8 to the log file.
|
2015-06-22 22:33:37 +02:00 |
|
Max Kellermann
|
712ed555e6
|
Copyright year 2015
|
2015-01-01 19:48:13 +01:00 |
|
Max Kellermann
|
c5720a15c7
|
LogBackend: force-flush stderr on WIN32
setvbuf() does not seem to have an effect on Windows.
|
2014-12-17 19:12:25 +01:00 |
|
Max Kellermann
|
5c5c6a965c
|
LogBackend: use StripRight()
Eliminate duplicate code.
|
2014-08-07 16:08:02 +02:00 |
|
Max Kellermann
|
db6db51742
|
util/CharUtil: add IsWhitespaceFast()
|
2014-08-07 16:08:02 +02:00 |
|
Max Kellermann
|
90114514a9
|
LogBackend: use __android_log_print() on Android
|
2014-02-22 00:18:46 +01:00 |
|
Max Kellermann
|
4f83c60296
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
|
Max Kellermann
|
d5dfe7d457
|
configure.ac: add option "--disable-glib"
Allows building without GLib. This fails to compile currently,
because GLib is still used in the MPD core.
|
2013-12-15 18:43:12 +01:00 |
|
Max Kellermann
|
a10a4ad900
|
LogInit: move backend code to LogBackend.cxx
|
2013-12-15 18:27:52 +01:00 |
|
Max Kellermann
|
c330d694c7
|
Log: move Log() to LogBackend.cxx
Prepare for GLib removal.
|
2013-12-15 17:32:41 +01:00 |
|