glib/glib
Philip Withnall b4d58a7105 glib, gio: Use GLIB_DEPRECATED_MACRO instead of G_DISABLE_DEPRECATED
When defining deprecated macros, annotate them with
`GLIB_DEPRECATED_MACRO_IN_*()` and `GLIB_DEPRECATED_MACRO_IN_*_FOR()` to
conditionally emit warnings if people use them, depending on their
declared minimum and maximum GLib version requirements (see
`GLIB_VERSION_MIN_REQUIRED` and `GLIB_VERSION_MAX_ALLOWED`).

The old way of doing this was for users to define `G_DISABLE_DEPRECATED`
if they didn’t want to use deprecated APIs, but it reported errors via
missing symbols, and wasn’t version-dependent. It’s being phased out.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
2019-05-30 10:38:45 +01:00
..
deprecated glib, gio: Use GLIB_DEPRECATED_MACRO instead of G_DISABLE_DEPRECATED 2019-05-30 10:38:45 +01:00
dirent MSVC: Move dirent implementation to glib/dirent/ 2019-01-16 10:24:11 -05:00
glib-mirroring-tab glib: Port glib-mirroring-tab subdirectory to Meson 2019-01-15 15:11:43 +00:00
gnulib glib/gnulib: Include gnulib_math.h in place of math.h 2019-04-08 17:51:00 +08:00
libcharset build: Drop autotools support 2019-01-15 15:11:43 +00:00
pcre build: Drop autotools support 2019-01-15 15:11:43 +00:00
tests tests: Don’t use a deprecated Unicode character type enumerator 2019-05-30 10:38:45 +01:00
update-pcre build: Drop autotools support 2019-01-15 15:11:43 +00:00
docs.c glib: Move some documentation comments to where the symbols are defined 2019-05-30 10:38:45 +01:00
galloca.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
garcbox.c docs: Use the right g_autoptr function when using an auxiliary function 2019-03-20 14:39:44 +00:00
garray.c Fixing signedness in g_ptr_array_insert():glib/garray.c 2019-01-28 15:29:21 +01:00
garray.h garray: Add g_ptr_array_steal_index*() functions 2018-05-09 13:52:05 +01:00
gasyncqueue.c gasyncqueue: Add missing precondition to g_async_queue_timeout_pop() 2018-07-30 17:18:03 +01:00
gasyncqueue.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gasyncqueueprivate.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gatomic.c glib: Update various code comments to mention Meson 2019-01-15 15:11:43 +00:00
gatomic.h gatomic: Tweak __atomic_load*() calls to work with -Wbad-function-cast 2018-07-10 17:49:16 +02:00
gbacktrace.c W32: Add a simple exception handler 2019-03-06 11:41:56 +00:00
gbacktrace.h gmessages: Clarify documentation about aborting on fatal log levels 2018-08-22 10:37:15 +01:00
gbase64.c gbase64: Remove an unnecessary condition 2019-02-27 11:21:43 +00:00
gbase64.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gbitlock.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gbitlock.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gbookmarkfile.c gbookmarkfile: remove trailing spaces 2018-11-05 17:15:42 -06:00
gbookmarkfile.h glib: Drop G_GNUC_MALLOC usage from various other allocation functions 2018-08-22 11:18:02 +01:00
gbsearcharray.h build: Remove the --disable-mem-pools build option and the DISABLE_MEM_POOLS macro 2018-06-02 09:45:55 +02:00
gbytes.c Fix up g_bytes_compare() documentation 2018-08-06 15:20:02 +03:00
gbytes.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gcharset.c Add g_get_console_charset 2019-05-27 17:51:40 +00:00
gcharset.h Add g_get_console_charset 2019-05-27 17:51:40 +00:00
gcharsetprivate.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gchecksum.c Fixing signedness in digest_to_string:glib/gchecksum.c 2019-01-28 15:26:43 +01:00
gchecksum.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gconstructor.h glib/gconstructor.h: Include stdlib.h for MSVC builds 2019-04-25 12:55:04 +08:00
gconvert.c gconvert: Don't differentiate between GNU iconv and macOS iconv 2019-04-12 11:12:28 +05:30
gconvert.h glib: Drop G_GNUC_MALLOC usage from various other allocation functions 2018-08-22 11:18:02 +01:00
gdataset.c Fixing signedness in gdataset.c 2019-01-28 15:24:06 +01:00
gdataset.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gdatasetprivate.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gdate.c Fixing signedness in glib/gdate.c 2019-01-28 15:29:21 +01:00
gdate.h glib, gio: Use GLIB_DEPRECATED_MACRO instead of G_DISABLE_DEPRECATED 2019-05-30 10:38:45 +01:00
gdatetime.c gdatetime: Unmark an unrelated comment as a documentation comment 2019-03-15 11:09:32 +00:00
gdatetime.h Revert "gdatetime: Enable compile time check of g_date_time_format() format" 2018-11-01 16:12:32 +00:00
gdir.c gdir: shutup a warning when building with msvc 2019-01-24 11:31:38 +01:00
gdir.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gen-unicode-tables.pl unicode: Update break_mappings 2016-09-21 18:30:52 +02:00
genviron.c genviron: make g_environ_* case-insensitive on Windows 2018-11-28 11:04:48 +01:00
genviron.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gerror.c gerror: Add a missing precondition assertion in documentation 2019-02-18 13:23:13 +00:00
gerror.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gfileutils.c Merge branch 'win32-symlink-refactoring' into 'master' 2019-03-13 11:55:27 +00:00
gfileutils.h glib, gio: Use GLIB_DEPRECATED_MACRO instead of G_DISABLE_DEPRECATED 2019-05-30 10:38:45 +01:00
ggettext.c glib: Update various code comments to mention Meson 2019-01-15 15:11:43 +00:00
ggettext.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
ghash.c ghash: fix small array handling in g_hash_table_remove_all_nodes() 2019-05-20 17:03:49 +02:00
ghash.h glib, gio: Use GLIB_DEPRECATED_MACRO instead of G_DISABLE_DEPRECATED 2019-05-30 10:38:45 +01:00
ghmac.c glib: Add (inout) annotations to g_[hmac|checksum]_get_digest() 2018-03-20 20:21:32 +00:00
ghmac.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
ghook.c docs: add missing '*' chars at start of doc-comments 2017-11-12 16:36:16 +01:00
ghook.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
ghostutils.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
ghostutils.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gi18n-lib.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gi18n.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
giochannel.c Fixing signedness in glib/giochannel.c 2019-03-15 21:30:03 +01:00
giochannel.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
giounix.c Fixing missing initializer in glib/giounix.c 2019-03-17 19:05:34 +01:00
giowin32.c all: Remove trailing newlines from g_message()/g_warning()/g_error()s 2018-04-27 16:46:19 +01:00
gkeyfile.c gkeyfile: Fix parsing of new lines in comments 2018-10-30 11:55:30 +00:00
gkeyfile.h glib: Drop G_GNUC_MALLOC usage from various other allocation functions 2018-08-22 11:18:02 +01:00
glib_gdb.py Update gdb pretty-printer for GHashTable 2019-05-17 17:46:24 +02:00
glib_probes.d dtrace: Add missing const attributes to types in glib_probes.d 2018-08-25 23:59:45 +01:00
glib_trace.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
glib-autocleanups.h Add autoptr support for GRWLock 2019-05-10 12:48:20 +02:00
glib-init.c W32: Add a simple exception handler 2019-03-06 11:41:56 +00:00
glib-init.h W32: Add a simple exception handler 2019-03-06 11:41:56 +00:00
glib-object.h build: Rename gobjectenumtypes.[ch] to glib-enumtypes.[ch] 2019-03-04 11:12:59 +00:00
glib-private.c W32: Add a stat() implementation for private use 2017-11-01 12:46:38 +00:00
glib-private.h Merge branch 'win32-symlink-refactoring' into 'master' 2019-03-13 11:55:27 +00:00
glib-unix.c Fixing missing initializer in glib-unix.c 2019-03-17 19:05:34 +01:00
glib-unix.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
glib.h Add reference counted strings 2018-07-09 10:11:42 +01:00
glib.rc.in meson: build Windows resource files 2018-01-04 22:19:30 +01:00
glib.stp.in Add systemtap probes to refcounted data 2018-07-09 10:11:42 +01:00
glibconfig.h.in Use a real test for G_HAVE_GNUC_VISIBILITY 2018-03-28 11:55:50 +00:00
glibintl.h various: add GLIB_AVAILABLE_IN_ALL everywhere else 2013-01-13 13:11:57 -05:00
glist.c glist: code style cleanup for g_list_insert_before() 2019-05-01 13:01:14 -07:00
glist.h list: add g_list_insert_before_link() 2019-05-01 13:01:14 -07:00
gmacros.h glib, gio: Use GLIB_DEPRECATED_MACRO instead of G_DISABLE_DEPRECATED 2019-05-30 10:38:45 +01:00
gmain-internal.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gmain.c docs: Use ‘look up’ as a verb, rather than the noun ‘lookup’ 2019-04-26 12:12:31 +01:00
gmain.h gmain: Officially deprecate g_main_context_wait() 2018-06-26 09:30:19 +01:00
gmappedfile.c Fix signedness in glib/gmappedfile.c 2019-03-15 21:30:22 +01:00
gmappedfile.h glib: Drop G_GNUC_MALLOC usage from various other allocation functions 2018-08-22 11:18:02 +01:00
gmarkup.c Fixing signedness in glib/gmarkup.c 2019-03-15 21:30:22 +01:00
gmarkup.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gmem.c Do not check for NULL when calling free() 2018-12-18 13:27:43 +00:00
gmem.h Revert "headers: Add various missing G_DISABLE_DEPRECATED guards" 2019-03-16 11:30:13 +00:00
gmessages.c Add g_get_console_charset 2019-05-27 17:51:40 +00:00
gmessages.h gmessages: Reformat g_return_*if_fail() macros to fix whitespace 2018-10-03 14:45:12 +01:00
gmirroringtable.h Bug 491554 – Update to Unicode 5.1.0 2008-04-08 02:59:05 +00:00
gnode.c gnode: Eliminate implicit signed-to-unsigned integer conversion 2017-11-28 14:16:25 +00:00
gnode.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
goption.c W32: swap special g_get_prgname() for platform_get_argv0() 2019-04-16 08:40:55 +00:00
goption.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gosxutils.m Fix g_get_user_special_dir() on macOS 2019-02-01 09:10:02 -06:00
gpattern.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gpattern.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gpoll.c win32 gpoll: overcome the 64 handles limit 2018-12-28 13:28:43 +01:00
gpoll.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gprimes.c Fixing signedness in glib/gprimes.c 2019-03-15 21:30:22 +01:00
gprimes.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gprintf.c gprintf: Add a reminder concerning <glib/gprintf.h> 2017-10-05 15:02:39 +01:00
gprintf.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gprintfint.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gqsort.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gqsort.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gquark.c Fixing signedness in glib/gquark.c 2019-03-15 21:30:22 +01:00
gquark.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gqueue.c gqueue: Remove a redundant branch 2019-05-02 13:53:09 +01:00
gqueue.h queue: add g_queue_insert_before_link() and g_queue_insert_after_link() 2019-05-01 13:01:14 -07:00
grand.c grand: Fix -Wsign-compare warning 2018-07-10 14:16:41 +02:00
grand.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
grcbox.c docs: Use the right g_autoptr function when using an auxiliary function 2019-03-20 14:39:44 +00:00
grcbox.h glib: Drop G_GNUC_MALLOC usage from various allocation functions 2018-08-22 11:18:02 +01:00
grcboxprivate.h Align the reference counted allocations 2018-12-18 11:18:43 +00:00
grefcount.c gatomicrefcount: Make g_atomic_ref_count_init non-atomic 2018-11-08 16:04:51 +01:00
grefcount.h gatomicrefcount: Make g_atomic_ref_count_init non-atomic 2018-11-08 16:04:51 +01:00
grefstring.c grefstring: Avoid an unnecessary NUL assignment 2018-07-30 23:06:23 +05:30
grefstring.h grefstring: Add missing documentation for GRefString typedef 2018-12-17 13:53:34 +00:00
gregex.c Use G_GNUC_FALLTHROUGH where appropriate 2018-09-04 20:24:25 +02:00
gregex.h glib: Correct typos of ‘character’ 2017-10-06 12:49:12 +01:00
gscanner.c docs: Use ‘look up’ as a verb, rather than the noun ‘lookup’ 2019-04-26 12:12:31 +01:00
gscanner.h glib, gio: Use GLIB_DEPRECATED_MACRO instead of G_DISABLE_DEPRECATED 2019-05-30 10:38:45 +01:00
gscripttable.h glib: Update Unicode Character Database to version 12.1.0 2019-05-08 13:07:55 +01:00
gsequence.c docs: Use ‘look up’ as a verb, rather than the noun ‘lookup’ 2019-04-26 12:12:31 +01:00
gsequence.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gshell.c introspection: Add more filename type annotations for strings which can contain filenames 2017-10-26 18:51:51 +02:00
gshell.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gslice.c gslice: Use a convenience macro 2019-04-03 12:46:20 -04:00
gslice.h glib: Drop G_GNUC_MALLOC usage from various allocation functions 2018-08-22 11:18:02 +01:00
gslist.c gslist: Fix a minor documentation syntax problem 2018-08-20 11:00:54 +01:00
gslist.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gspawn-private.h gspawn: Factor out error code conversion function 2018-06-12 16:13:51 +01:00
gspawn-win32-helper.c gspawn, win32: quoted args - escape end backslash 2018-12-27 00:06:58 +03:00
gspawn-win32.c gspawn, win32: quoted args - escape end backslash 2018-12-27 00:06:58 +03:00
gspawn.c gspawn: Tiny improvement to formatting of documentation 2019-02-07 10:33:24 +00:00
gspawn.h gspawn: Add g_spawn_async_with_fds variant 2018-06-21 11:43:32 -05:00
gstdio-private.c W32: significant symlink code changes 2018-10-10 19:19:18 +00:00
gstdio.c W32: significant symlink code changes 2018-10-10 19:19:18 +00:00
gstdio.h gstdio: use _stat64 for GStatBuf on 64bit mingw. Fixes #1476 2018-08-20 12:40:21 +02:00
gstdioprivate.h W32: significant symlink code changes 2018-10-10 19:19:18 +00:00
gstrfuncs.c Add g_get_console_charset 2019-05-27 17:51:40 +00:00
gstrfuncs.h gstrfuncs: Add g_strv_equal() 2018-12-17 17:16:03 +00:00
gstring.c Fixing various warnings in glib/gstring.c 2019-03-17 19:05:34 +01:00
gstring.h glib, gio: Use GLIB_DEPRECATED_MACRO instead of G_DISABLE_DEPRECATED 2019-05-30 10:38:45 +01:00
gstringchunk.c Use hash tables as sets in various places 2017-10-26 12:27:17 +01:00
gstringchunk.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gtester-report.in glib: Deprecate gtester and gtester-report 2019-05-14 12:14:54 +01:00
gtester.c glib: Deprecate gtester and gtester-report 2019-05-14 12:14:54 +01:00
gtestutils.c gtestutils: Add g_test_summary() to add summary metadata to unit tests 2019-05-21 12:33:15 +01:00
gtestutils.h gtestutils: Add g_test_summary() to add summary metadata to unit tests 2019-05-21 12:33:15 +01:00
gthread-posix.c Fixing signedness in glib/gthread-posix.c 2019-03-17 19:05:34 +01:00
gthread-win32.c gthread: Rework to avoid holding a mutex half the time 2019-01-31 13:19:29 +00:00
gthread.c gthread: Rework to avoid holding a mutex half the time 2019-01-31 13:19:29 +00:00
gthread.h Add autoptr support for GRWLock 2019-05-10 12:48:20 +02:00
gthreadpool.c Fixing signedness in glib/gthreadpool.c 2019-03-17 19:05:24 +01:00
gthreadpool.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gthreadprivate.h gthread: Rework to avoid holding a mutex half the time 2019-01-31 13:19:29 +00:00
gtimer.c Document that GTimeVal is subject to the year 2038 problem on 32-bit systems 2018-09-04 11:15:25 +01:00
gtimer.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gtimezone.c gtimezone: Stop using deprecated API 2019-05-30 10:38:45 +01:00
gtimezone.h gtimezone: Add g_time_zone_new_offset() convenience constructor 2018-04-13 15:25:26 +01:00
gtranslit-data.h Add locale-sensitive ASCII transliteration API 2014-02-20 18:27:24 -05:00
gtranslit.c docs: Add some more backtick quotation 2018-07-30 21:15:22 +01:00
gtrashstack.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gtrashstack.h Revert "headers: Add various missing G_DISABLE_DEPRECATED guards" 2019-03-16 11:30:13 +00:00
gtree.c docs: Use ‘look up’ as a verb, rather than the noun ‘lookup’ 2019-04-26 12:12:31 +01:00
gtree.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gtypes.h gtypes: add g-i annotations for G_MININT macros. Fixes #1673 2019-02-01 15:04:57 +01:00
gunibreak.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gunibreak.h glib: Update Unicode Character Database to version 12.1.0 2019-05-08 13:07:55 +01:00
gunichartables.h glib: Update Unicode Character Database to version 12.1.0 2019-05-08 13:07:55 +01:00
gunicode.h glib, gio: Use GLIB_DEPRECATED_MACRO instead of G_DISABLE_DEPRECATED 2019-05-30 10:38:45 +01:00
gunicodeprivate.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gunicollate.c gunicollate/cygwin: Don't use __STDC_ISO_10646__ for wchar_t related checks 2019-05-22 19:44:13 +02:00
gunicomp.h unicode: Update to unicode 7.0.0 2014-06-28 12:49:38 -04:00
gunidecomp.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gunidecomp.h glib: Update Unicode Character Database to version 12.1.0 2019-05-08 13:07:55 +01:00
guniprop.c Handling U+0000 explicitely to avoid collision with other cases 2019-05-14 13:35:49 +02:00
gurifuncs.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gurifuncs.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gutf8.c gutf8: Add a g_utf8_validate_len() function 2018-10-23 17:01:51 +13:00
gutils.c Fixing g_format_size_full() on Windows-x64 2019-05-15 10:18:22 +02:00
gutils.h glib, gio: Use GLIB_DEPRECATED_MACRO instead of G_DISABLE_DEPRECATED 2019-05-30 10:38:45 +01:00
gutilsprivate.h gutils: Add internal API to override XDG directories 2018-12-17 17:16:03 +00:00
guuid.c guuid: Remove support for curly braces and URN UUIDs 2017-02-06 14:40:38 +01:00
guuid.h guuid: Add UUID helper functions to GLib 2017-02-06 14:40:38 +01:00
gvalgrind.h Fix Windows build errors in valgrind.h 2018-05-28 09:22:55 -04:00
gvariant-core.c Fixing signedness in glib/gvariant-core.c 2019-03-17 19:05:34 +01:00
gvariant-core.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gvariant-internal.h gvarianttype: Impose a recursion limit of 128 on variant types 2018-10-23 17:01:51 +13:00
gvariant-parser.c Fixing various warnings in glib/gvariant-parser.c 2019-03-17 19:05:35 +01:00
gvariant-serialiser.c gvariant: Re-use g_variant_serialised_check() to check alignment 2018-11-06 12:49:25 +00:00
gvariant-serialiser.h gvariant: Re-use g_variant_serialised_check() to check alignment 2018-11-06 12:49:25 +00:00
gvariant.c docs: Use ‘look up’ as a verb, rather than the noun ‘lookup’ 2019-04-26 12:12:31 +01:00
gvariant.h gvariant: Change type of ‘y’ variants from guchar to guint8 2018-06-15 13:10:36 +01:00
gvarianttype.c glib: Fix various compiler warnings when compiling with G_DISABLE_ASSERT 2019-03-08 19:46:21 +00:00
gvarianttype.h gvarianttype: Impose a recursion limit of 128 on variant types 2018-10-23 17:01:51 +13:00
gvarianttypeinfo.c Fixing various warning in glib/gvarianttypeinfo.c 2019-03-17 19:05:34 +01:00
gvarianttypeinfo.h gvarianttype: Impose a recursion limit of 128 on variant types 2018-10-23 17:01:51 +13:00
gversion.c glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gversion.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gversionmacros.h gmacros: Add GLIB_DEPRECATED_{MACRO,ENUMERATOR,TYPE}{,_FOR} 2019-05-30 10:38:45 +01:00
gwakeup.c all: Remove trailing newlines from g_message()/g_warning()/g_error()s 2018-04-27 16:46:19 +01:00
gwakeup.h glib/: LGPLv2+ -> LGPLv2.1+ 2017-05-24 11:58:19 +02:00
gwin32-private.c W32: Add a simple exception handler 2019-03-06 11:41:56 +00:00
gwin32.c gwin32: Fix comment for g_win32_veh_handler 2019-03-07 10:38:24 +00:00
gwin32.h gwin32: Fix missing prototypes on win64 2017-07-12 22:36:30 +02:00
libglib-gdb.py.in Rename gdb macros with _gdb suffix to avoid ns clashes 2016-05-23 10:52:10 -04:00
meson.build Only build tests if certain conditions are met. 2019-04-16 10:19:41 +00:00
update-gtranslit.py python: avoid equality check for None 2018-07-12 23:48:41 +02:00
valgrind.h Revert "glib/valgrind.h: Disable inline ASM on MSVC x64 builds" 2018-05-28 09:22:55 -04:00
win_iconv.c win_iconv: Fix some file handler leaks on exit 2016-08-13 10:31:26 +02:00