Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glib_compat.h: use monotonic_clock_us() in g_source_get_time() | Max Kellermann | 2013-08-10 | 1 | -3/+3 |
| | |||||
* | glib_compat.h: remove unused wrapper g_file_test() | Max Kellermann | 2013-08-10 | 1 | -28/+0 |
| | |||||
* | require GLib 2.24 | Max Kellermann | 2013-01-29 | 1 | -11/+0 |
| | |||||
* | require GLib 2.16 | Max Kellermann | 2012-07-10 | 1 | -58/+0 |
| | | | | | 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 Kellermann | 2012-06-12 | 1 | -0/+28 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 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 Win32 | Denis Krjuchkov | 2012-06-12 | 1 | -0/+28 |
| | | | | | | | | | | | | | | 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 Kellermann | 2012-04-04 | 1 | -0/+12 |
| | | | | | | | | | | 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 Kellermann | 2011-09-09 | 1 | -0/+6 |
| | | |||||
* | | output/raop: fallback for g_set_error_literal() | Max Kellermann | 2011-08-29 | 1 | -0/+11 |
| | | | | | | | | | | 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 Kellermann | 2011-08-25 | 1 | -0/+6 |
| | | |||||
* | | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
|/ | |||||
* | playlist_list: move fallback g_uri_parse_scheme() to glib_compat.h | Max Kellermann | 2010-06-01 | 1 | -0/+15 |
| | |||||
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | configure.ac: require GLib 2.12 | Max Kellermann | 2009-11-10 | 1 | -1/+20 |
| | | | | | | 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.h | Max Kellermann | 2009-11-10 | 1 | -0/+43 |