glib/glib
Thomas Haller cc53252c5b gdataset: add datalist_realloc() helper
This will be more useful next.

Also, try to detect whether realloc() actually moved the pointer. If it
doesn't, we can optimize a bit (not use g_datalist_unlock_and_set()).
Next, we will do more useful optimization in this case.

Note that we cannot just compare dangling pointers. That's would be
undefined behavior. In practice, we probably often compare dangling
pointers, and this tends to work just fine. Still avoid this and compare
only the guintptr values.
2025-01-08 00:36:52 +01:00
..
deprecated docs: Transition remaining DocBook XML to markdown/HTML 2024-08-13 15:19:14 -06:00
dirent dirent: Add trailing nul delimiter to FILENAME_MAX 2021-04-19 19:23:10 +01:00
glib-mirroring-tab glib: Port glib-mirroring-tab subdirectory to Meson 2019-01-15 15:11:43 +00:00
gnulib gnulib: Disable -Wfloat-conversion by default 2024-06-28 16:34:08 +01:00
libcharset Fix symbol visibility macros on Windows 2022-10-13 20:53:56 -04:00
tests gdataset/tests: improve "/datalist/id-remove-multiple/resize" test 2025-01-08 00:36:51 +01:00
docs.c docs: Fix some backslash escaping issues in doc comments 2024-12-12 13:52:11 +00:00
galloca.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
garcbox.c arcbox: Document that implementing weak references via the clear_func is not safe 2024-11-08 10:28:07 +02:00
garray.c free_seg -> free_segment for g_array_free() and g_ptr_array_free() 2024-10-21 13:16:52 +02:00
garray.h free_seg -> free_segment for g_array_free() and g_ptr_array_free() 2024-10-21 13:16:52 +02:00
gasyncqueue.c GAsyncQueue: Add copy-func and free-func annotations 2024-06-30 21:32:33 +02:00
gasyncqueue.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gasyncqueueprivate.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gatomic.c docs: Move the gatomic SECTION 2023-11-28 13:52:05 +00:00
gatomic.h gatomic: Use g(u)intptr where appropriate 2023-10-10 08:30:46 -07:00
gbacktrace.c Small improvements to g_on_error_query 2024-11-06 11:46:53 +00:00
gbacktrace.h Revert "gio, glib: Use G_OS_DARWIN for code that is for such environments" 2022-11-07 11:30:32 +00:00
gbase64.c glib: Fix various implicit conversions from size_t to smaller types 2024-04-25 12:39:33 +01:00
gbase64.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gbitlock.c gobject: add code comment about unlock and toggle_refs_check_and_ref_or_deref() 2024-03-18 13:55:36 +00:00
gbitlock.h gbitlock: add g_pointer_bit_lock_and_get() 2024-01-16 12:50:31 +01:00
gbookmarkfile.c docs: Move bookmarkfile SECTION 2023-10-11 17:38:30 +01:00
gbookmarkfile.h gbookmarkfile: Fix link to the Desktop Bookmark Specification 2024-04-03 10:54:22 +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 gbytes: Squash data to NULL if length is zero 2024-12-17 17:39:23 +00:00
gbytes.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gcharset.c Use g_once_init_{enter,leave}_pointer where appropriate 2023-10-04 13:57:16 +01:00
gcharset.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gcharsetprivate.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gchecksum.c docs: Move the GChecksum SECTION 2023-11-02 16:30:23 +00:00
gchecksum.h docs: Move the GChecksum SECTION 2023-11-02 16:30:23 +00:00
gconstructor.h Merge branch 'tls-callbacks' into 'main' 2023-10-03 10:00:44 +00:00
gconstructorprivate.h gconstructorprivate.h: Add seamless support for C++ 2023-10-03 10:26:10 +02:00
gconvert.c Win32: Do not define STRICT 2024-10-09 11:26:20 +02:00
gconvert.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gconvertprivate.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gdataset.c gdataset: add datalist_realloc() helper 2025-01-08 00:36:52 +01:00
gdataset.h Add g_datalist_id_remove_multiple 2022-05-23 09:19:45 -04:00
gdatasetprivate.h glib: add internal g_datalist_id_update_atomic() function 2024-01-31 17:30:28 +01:00
gdate.c gdate: Fix minor typo in documentation comment 2024-10-10 16:48:54 +01:00
gdate.h docs: Move the GDate SECTION 2023-10-11 17:38:31 +01:00
gdatetime-private.c gdatetime: Fix typo in comment 2023-11-28 23:14:40 +00:00
gdatetime-private.h gdatetime: Fix copyright/author information on recent GDateTime changes 2023-11-28 23:13:27 +00:00
gdatetime.c gdatetime: fix double free in format parser 2024-09-18 01:48:36 +01:00
gdatetime.h GDateTime: Add usec precision API for unix time 2023-12-20 07:48:10 -05:00
gdir.c dir: Avoid some allocations 2024-09-06 10:49:31 -04:00
gdir.h gdir: Add refcounting support and a boxed type 2023-11-23 12:34:39 +00:00
gen-unicode-tables.pl gen-unicode-tables.pl: Add a new ‘either’ compose table 2024-10-21 19:32:16 +01:00
genviron.c glib: Fix various implicit conversions from size_t to smaller types 2024-04-25 12:39:33 +01:00
genviron.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gerror.c Fix pointer-to-paramref syntax in docs 2024-12-15 18:51:26 -05:00
gerror.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gfileutils.c gfileutils: Add an assertion to help static analysis 2024-12-31 12:45:42 +00:00
gfileutils.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
ggettext.c ggettext: add some comments 2024-09-18 01:48:36 +01:00
ggettext.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
ghash.c Merge branch 'wfloat-conversion' into 'main' 2024-09-17 17:57:11 +00:00
ghash.h ghash: Add functions to steal all keys and values preserving ownership 2022-12-16 18:45:36 +01:00
ghmac.c docs: Move the GHmac SECTION 2023-11-15 11:09:39 +00:00
ghmac.h docs: Move the GHmac SECTION 2023-11-15 11:09:39 +00:00
ghook.c glib: Add (scope call) to a load of sort/equal callbacks 2023-11-29 11:59:47 +00:00
ghook.h Revert "Rename user data parameters to user_data" 2023-01-09 13:09:26 +01:00
ghostutils.c ghostutils: Add a missing precondition check to g_hostname_to_unicode() 2024-04-25 23:58:08 +01:00
ghostutils.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gi18n-lib.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gi18n.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
giochannel.c giochannel: ensure line terminator remains nul-terminated if needed 2024-09-18 01:48:36 +01:00
giochannel.h docs: spelling and grammar fixes 2024-04-01 11:01:06 +00:00
giounix.c gmain: remove unnecessary initialization of *timeout in prepare() callbacks 2023-05-18 11:26:33 +02:00
giowin32.c glib/giowin32.c: Add G_GNUC_FALLTHROUGH annotation 2023-10-12 11:44:48 +02:00
gjournal-private.c gio-launch-desktop, gmessages: Fix journald support using __BIONIC__ to skip support on Android 2024-04-02 08:40:48 -03:00
gjournal-private.h gmessages: Factor out _g_fd_is_journal into its own translation unit 2022-07-25 01:00:54 +02:00
gkeyfile.c docs: Fix various invalid links 2023-10-23 10:25:31 +01:00
gkeyfile.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
glib_gdb.py gdb: Workaround optimized out quark_seq_id 2023-09-04 11:29:57 +00:00
glib_probes.d GVariant: add probes for SystemTap 2023-07-21 18:40:13 +01:00
glib_trace.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
glib-autocleanups.h Ignore autocleanups when generating introspection data 2023-10-23 10:25:30 +01:00
glib-init.c docs: Update toolchain requirement to C11 2024-06-14 12:35:21 +01:00
glib-init.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
glib-object.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
glib-private.c Merge branch 'th/weak-ref-lock-2' into 'main' 2024-01-31 16:51:50 +00:00
glib-private.h glib/glib-private: Build glib without ASAN sanitizer on AIX. 2024-10-23 11:10:32 -05:00
glib-typeof.h glib: Use G_CXX_STD_VERSION to check how to behave with C++ compilers 2022-11-22 17:23:12 +01:00
glib-unix.c glib-unix: Fix build of safe_fdwalk() on Solaris 2024-10-13 16:26:26 -07:00
glib-unix.h glib: Add declarations for public static inline methods 2024-10-01 14:29:18 +01:00
glib-unixprivate.h glib-unix: Add O_NONBLOCK support to g_unix_open_pipe() 2023-03-23 14:11:36 +00:00
glib.h Add GPathBuf 2023-02-09 13:36:51 +00:00
glib.rc.in meson: build Windows resource files 2018-01-04 22:19:30 +01:00
glib.stp.in docs: spelling and grammar fixes 2024-04-01 11:01:06 +00:00
glibconfig.h.in girepository: Fix static build under Windows 2024-02-21 12:38:40 +01:00
glibintl.h various: add GLIB_AVAILABLE_IN_ALL everywhere else 2013-01-13 13:11:57 -05:00
glist.c glib: Add (scope call) to a load of sort/equal callbacks 2023-11-29 11:59:47 +00:00
glist.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gmacros.h glib/gmacros: no_sanitize_address and ifunc fallbacks 2024-10-09 15:27:22 -07:00
gmain-internal.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gmain.c gmain: Include poll.h as early as possible 2024-10-19 01:52:32 -05:00
gmain.h gmain: Move doc comment for g_steal_fd() to be next to the code 2024-10-01 14:29:25 +01:00
gmappedfile.c glib/mappedfile: g_mapped_file_get_contents() does not transfer 2024-08-02 14:20:36 -07:00
gmappedfile.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gmarkup.c gmarkup: Add a missing (element-type) annotation 2023-11-29 12:03:15 +00:00
gmarkup.h Rename G_MARKUP_PARSE_FLAGS_NONE 2022-07-25 22:30:22 +01:00
gmem.c gmem.c: Update g_clear_pointer() documentation 2024-05-24 10:16:51 +00:00
gmem.h glib: Add declarations for public static inline methods 2024-10-01 14:29:18 +01:00
gmessages.c gmessages: Clarify log_domain behavior in function descriptions 2024-12-05 17:19:27 +01:00
gmessages.h g_warn_if_fail: Document as always evaluating expr 2024-03-05 11:06:10 +00:00
gmirroringtable.h Update to Unicode 14 2021-09-21 09:41:29 +00:00
gnode.c docs(GNode): Traversal diagrams, color & dark-mode 2024-07-15 15:58:45 +00:00
gnode.h Revert "Rename user data parameters to user_data" 2023-01-09 13:09:26 +01:00
goption.c goption: Fix typo in GIR annotation 2024-12-31 13:05:38 +00:00
goption.h goption: Fix list formatting in documentation comment 2023-08-21 11:34:27 +01:00
gosxutils.m gosxutils: Add missing prototype 2021-11-18 14:32:09 +00:00
gpathbuf.c docs: Move the GPathBuf SECTION 2023-10-11 17:38:31 +01:00
gpathbuf.h docs: Move the GPathBuf SECTION 2023-10-11 17:38:31 +01:00
gpattern.c gpattern: Port the docs to gi-docgen syntax 2024-05-23 10:36:50 +01:00
gpattern.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gpoll.c Win32: Do not define STRICT 2024-10-09 11:26:20 +02:00
gpoll.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gprimes.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gprimes.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gprintf.c gprintf: Port doc comments to gi-docgen 2024-01-25 11:19:23 +00:00
gprintf.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gprintfint.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gqsort.c gi: Add missing Since annotation 2024-07-09 20:16:20 +01:00
gqsort.h gqsort: Add g_sort_array() and deprecate g_qsort_with_data() 2024-06-28 15:27:18 +01:00
gquark.c docs: Move the datalist and dataset SECTIONs 2023-11-28 13:52:05 +00:00
gquark.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gqueue.c glib: Add (scope call) to a load of sort/equal callbacks 2023-11-29 11:59:47 +00:00
gqueue.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
grand.c docs: Move the grand SECTION 2023-11-28 13:52:05 +00:00
grand.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
grcbox.c docs: Move GRcBox/GArcBox and refcounting docs to Markdown 2023-10-11 14:01:28 +01:00
grcbox.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
grcboxprivate.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
grefcount.c docs: Move GRcBox/GArcBox and refcounting docs to Markdown 2023-10-11 14:01:28 +01:00
grefcount.h Add init macros for refcounting types 2023-04-24 12:48:32 +01:00
grefstring.c grefstring: Mark a variable as potentially unused 2024-11-13 13:52:31 +00:00
grefstring.h refstring: add GEqualFunc for ref-counted strings 2024-08-27 11:36:21 +01:00
gregex.c docs: g_regex_match_all: Remove a stray ";" in an example regex 2024-08-13 15:19:21 -06:00
gregex.h docs: Move GRegex SECTION 2023-10-11 17:38:31 +01:00
gscanner.c glib: Add (scope call) to a load of sort/equal callbacks 2023-11-29 11:59:47 +00:00
gscanner.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gscripttable.h gunicode: Update to Unicode 16.0.0 2024-10-21 19:31:56 +01:00
gsequence.c gsequence: Squash a static analysis false positive 2024-04-25 23:16:04 +01:00
gsequence.h Revert "Rename user data parameters to user_data" 2023-01-09 13:09:26 +01:00
gshell.c docs: Move the shell SECTION 2023-11-28 13:52:05 +00:00
gshell.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gslice.c docs: Move the GSlice documentation to Markdown 2023-10-11 14:01:29 +01:00
gslice.h gslice: Hide g_slice_debug_tree_statistics from introspection 2024-02-09 10:08:00 +00:00
gslist.c glib: Add (scope call) to a load of sort/equal callbacks 2023-11-29 11:59:47 +00:00
gslist.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gspawn-posix.c gspawn: close child_err_report_fd before exiting on error 2024-08-30 11:42:12 -05:00
gspawn-private.h gspawn: Add platform-independent top level API file 2024-07-15 16:40:55 +01:00
gspawn-win32-helper.c glib: Port to the private invalid parameter handler APIs 2022-11-03 00:11:45 +08:00
gspawn-win32.c gspawn: Add platform-independent top level API file 2024-07-15 16:40:55 +01:00
gspawn.c gspawn: Add platform-independent top level API file 2024-07-15 16:40:55 +01:00
gspawn.h Do not name callback parameters "user_data" 2023-01-09 14:12:16 +01:00
gstdio-private.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gstdio.c gstdio: Move doc comment for g_clear_fd() to be next to the code 2024-10-01 14:29:31 +01:00
gstdio.h gstdio: Move doc comment for g_clear_fd() to be next to the code 2024-10-01 14:29:31 +01:00
gstdioprivate.h docs: spelling and grammar fixes 2024-04-01 11:01:06 +00:00
gstrfuncs.c gstrfuncs: Drop a redundant paragraph 2024-12-14 11:44:39 +01:00
gstrfuncs.h glib: Add declarations for public static inline methods 2024-10-01 14:29:18 +01:00
gstring.c gstring: Fix a heap buffer overflow in the new g_string_replace() code 2024-10-03 18:18:19 +01:00
gstring.h gstring: fix unused-result warning with g_string_free() in C++ 2024-08-07 15:57:20 +02:00
gstringchunk.c docs: Fix various invalid links 2023-10-23 10:25:31 +01:00
gstringchunk.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gstrvbuilder.c Add unref-to-strv to GStrvBuilder 2024-03-22 00:08:26 +00:00
gstrvbuilder.h Add unref-to-strv to GStrvBuilder 2024-03-22 00:08:26 +00:00
gtester-report.in Use the python found by meson as the interpreter for installed scripts 2024-03-25 15:17:59 -04:00
gtester.c glib: Pass O_CLOEXEC rather than FD_CLOEXEC to g_unix_open_pipe() 2023-08-16 14:31:40 +01:00
gtestutils.c gtestutils: Add missing colon in GIR annotation 2024-12-31 13:06:13 +00:00
gtestutils.h testutils: Some more docs tweaks 2024-11-15 13:59:52 -05:00
gthread-posix.c Add g_thread_get_name 2024-12-03 08:06:17 +00:00
gthread-win32.c Add g_thread_get_name 2024-12-03 08:06:17 +00:00
gthread.c Fix pointer-to-paramref syntax in docs 2024-12-15 18:51:26 -05:00
gthread.h Add g_thread_get_name 2024-12-03 08:06:17 +00:00
gthreadpool.c threadpool: Simplify pool thread naming 2024-11-27 21:56:16 +00:00
gthreadpool.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gthreadprivate.h Add g_thread_get_name 2024-12-03 08:06:17 +00:00
gtimer.c docs: Move the GTimer SECTION 2023-10-11 17:38:31 +01:00
gtimer.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gtimezone.c Win32: Do not define STRICT 2024-10-09 11:26:20 +02:00
gtimezone.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gtrace-private.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gtrace.c docs: Drop the SECTION for tracing 2023-11-28 13:52:05 +00:00
gtranslit-data.h Add locale-sensitive ASCII transliteration API 2014-02-20 18:27:24 -05:00
gtranslit.c glib: Fix various implicit conversions from size_t to smaller types 2024-04-25 12:39:33 +01:00
gtrashstack.c docs: Move the GTrashStack SECTION 2023-11-28 13:52:05 +00:00
gtrashstack.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gtree.c glib: Add (scope call) to a load of sort/equal callbacks 2023-11-29 11:59:47 +00:00
gtree.h Revert "Rename all user datas in callbacks to user_data" 2023-01-09 13:23:32 +01:00
gtypes.h Fix GCC version detection for GUINT*_SWAP_LE_BE 2025-01-01 17:47:30 +00:00
gunibreak.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gunibreak.h gunicode: Update to Unicode 16.0.0 2024-10-21 19:31:56 +01:00
gunichartables.h gunicode: Update to Unicode 16.0.0 2024-10-21 19:31:56 +01:00
gunicode.h gunicode: Update some comments in gunicode.h for Unicode 16.0.0 2024-11-27 16:34:27 +00:00
gunicodeprivate.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gunicollate.c Collation keys are not encoded in UTF-8 2024-09-09 16:58:38 +01:00
gunicomp.h gen-unicode-tables.pl: Add a new ‘either’ compose table 2024-10-21 19:32:16 +01:00
gunidecomp.c Fix pointer-to-paramref syntax in docs 2024-12-15 18:51:26 -05:00
gunidecomp.h gunicode: Update to Unicode 16.0.0 2024-10-21 19:31:56 +01:00
guniprop.c gunicode: Add new scripts for Unicode 16.0 2024-10-21 19:31:49 +01:00
guri.c guri: Fix paths starting with ‘//’ when parsing 2024-11-23 11:54:34 +00:00
guri.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
guriprivate.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gutf8.c gutf8: Drop ifunc code and always call strlen() when validating UTF-8 2024-11-19 14:19:38 +00:00
gutils.c gutils: Fix unlikely minor leaks in xdg directory functions 2024-09-18 01:48:36 +01:00
gutils.h gmacros: Prioritize the usage of [[noreturn]] in C++11 2022-11-22 17:23:13 +01:00
gutilsprivate.h gutilsprivate: Factor out g_isnan() helper 2024-07-07 17:53:19 +01:00
guuid.c docs: Move the GUuid SECTION 2023-11-28 13:52:05 +00:00
guuid.h guuid: Add UUID helper functions to GLib 2017-02-06 14:40:38 +01:00
gvalgrind.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gvariant-core.c gvariant: Add portable alignment fix for GVariant suffix 2024-10-01 12:19:26 +01:00
gvariant-core.h glib/gvariant: Avoid many GBytes allocation 2024-09-26 14:28:41 -07:00
gvariant-internal.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gvariant-parser.c glib/gvariant: add g_variant_builder_init_static() 2024-09-25 11:13:58 -07:00
gvariant-serialiser.c gvariant-serialiser: Add an assertion to help the static analyser 2024-04-25 23:16:13 +01:00
gvariant-serialiser.h gvariant: Track checked and ordered offsets independently 2022-12-13 18:15:19 +00:00
gvariant.c Merge branch 'wip/chergert/gvariant-inline-suffix-data' into 'main' 2024-09-27 12:35:05 +00:00
gvariant.h gvariant: Introduce G_VARIANT_BUILDER_INIT_UNSET 2024-11-04 16:43:42 +01:00
gvarianttype-private.h gvarianttype: avoid walking type string twice to hash 2024-09-24 10:54:32 -07:00
gvarianttype.c gvarianttype: Convert docs to gi-docgen linking syntax 2024-10-01 19:55:28 +01:00
gvarianttype.h gvarianttype: Convert docs to gi-docgen linking syntax 2024-10-01 19:55:28 +01:00
gvarianttypeinfo.c gvarianttypeinfo: Mark one-off leaks as ignored 2024-10-10 13:21:32 +01:00
gvarianttypeinfo.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gversion.c docs: Move the version SECTION 2023-11-28 13:52:05 +00:00
gversion.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gversionmacros.h.in Fix symbol visibility macros on Windows 2022-10-13 20:53:56 -04:00
gwakeup.c docs: Mark all GWakeup docs as private 2023-10-11 17:38:31 +01:00
gwakeup.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gwin32-private.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gwin32.c Win32: Do not define STRICT 2024-10-09 11:26:20 +02:00
gwin32.h gwin32.h: Make g_win32_clear_com() static inline 2024-12-13 11:03:32 +08: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 meson: Add variables to -uninstalled.pc files 2024-11-13 11:07:12 -05:00
msvc_recommended_pragmas.h meson: Move msvc_recommended_pragmas.h to a subdirectory 2023-03-21 14:21:18 +00:00
update-gtranslit.py py: Various flake8 cleanups 2020-11-17 15:50:07 +00:00
valgrind.h docs: spelling and grammar fixes 2024-04-01 11:01:06 +00:00
win_iconv.c Win32: Do not define STRICT 2024-10-09 11:26:20 +02:00