aboutsummaryrefslogtreecommitdiff
path: root/src/glib_compat.h
Commit message (Collapse)AuthorAge
* require GLib 2.24Max Kellermann2013-01-29
|
* require GLib 2.16Max Kellermann2012-07-10
| | | | | GLib 2.16 was released more than 4 years ago. Let's remove some cruft from the glib_compat.h header, and avoid new cruft to it.
* Merge branch 'v0.16.x'Max Kellermann2012-06-12
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cmdline.c src/decoder/wildmidi_decoder_plugin.c src/gcc.h src/glib_compat.h src/input_stream.c src/output_list.c src/output_thread.c valgrind.suppressions
| * Work around incorrect g_file_test() behavior on Win32Denis Krjuchkov2012-06-12
| | | | | | | | | | | | | | g_file_test is redefined to be g_file_test_utf8 and thus can't handle non-ASCII characters. This fix adds simple wrapper (taken from glib) that fixes encoding and calls g_file_test_utf8. All required inclusions of glib_compat.h are added as well.
* | input/curl: use g_source_get_time()Max Kellermann2012-04-04
| | | | | | | | | | g_source_get_current_time() is deprecated since GLib 2.28. This patch adds a compatibility wrapper for older GLib versions to glib_compat.h.
* | glib_compat.h: emulate g_prefix_error()Max Kellermann2011-09-09
| |
* | output/raop: fallback for g_set_error_literal()Max Kellermann2011-08-29
| | | | | | | | | | This function was added in GLib 2.18. Make the plugin compatible with older GLib versions.
* | glib_compat.h: add g_timeout_source_new_seconds()Max Kellermann2011-08-25
| |
* | copyright year 2011Max Kellermann2011-01-29
|/
* playlist_list: move fallback g_uri_parse_scheme() to glib_compat.hMax Kellermann2010-06-01
|
* Update copyright notices.Avuton Olrich2009-12-31
|
* configure.ac: require GLib 2.12Max Kellermann2009-11-10
| | | | | | Drop the required GLib version from 2.16 to 2.12, because many current systems still don't have GLib 2.16. This requires several new compatibility functions in glib_compat.h.
* moved GLib compatibility code to glib_compat.hMax Kellermann2009-11-10