glib/glib
Albert Astals Cid 925d2b3b1f Make clang++ happier when using G_STATIC_ASSERT
clang++ says it supports _Static_assert but then will
complain that it's a C11 extension and that you should not use
it in C++ code (which imho is fair enough)

So try to detect a C++ compiler first and then the C compiler,
similarly to what is done for the G_NORETURN case
2023-04-01 11:35:25 +02:00
..
deprecated GThreadPool: Always use the thread-spawning thread for the global shared thread pool 2023-01-17 19:04:56 +02: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 glib/gnulib/meson: Disable some warnings on clang windows builds 2022-10-31 12:00:53 +01:00
libcharset Fix symbol visibility macros on Windows 2022-10-13 20:53:56 -04:00
tests tests: Check a few results in strfuncs tests 2023-03-20 10:43:25 +00:00
docs.c Document g_print and g_printerr encoding behaviour 2023-01-27 14:01:58 +00:00
galloca.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
garcbox.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
garray.c Merge branch 'wip/smcv/gptrarray-null-term' into 'main' 2023-01-10 19:51:57 +00:00
garray.h Merge branch 'ptr-array-sort-values' into 'main' 2023-01-06 12:09:37 +00:00
gasyncqueue.c doc: Correctly annotate GAsyncQueue methods 2022-10-13 23:56:18 +01: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 Merge branch 'atomic-exchange-pre-value' into 'main' 2022-06-23 13:19:05 +00:00
gatomic.h glib: Use G_CXX_STD_VERSION to check how to behave with C++ compilers 2022-11-22 17:23:12 +01:00
gbacktrace.c gbacktrace: Use g_unix_open_pipe_internal () for creating pipes 2023-02-21 12:42:55 +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: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gbase64.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gbitlock.c glib/gthread-posix: Conditionally use futex and/or futex_time64 syscalls as necessary and use the correct struct timespec definition 2022-12-13 16:45:57 +02:00
gbitlock.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gbookmarkfile.c gbookmarkfile: Add copy function 2022-10-14 16:39:20 +01:00
gbookmarkfile.h gbookmarkfile: Add copy function 2022-10-14 16:39:20 +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 glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gbytes.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gcharset.c Use "e" mode flag in fopen () calls for race-free setting of the close-on-exec flag 2023-02-21 12:42:55 +00: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 glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gchecksum.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gconstructor.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gconvert.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01: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 dataset: Document some logic 2022-06-27 17:53:25 -04:00
gdataset.h Add g_datalist_id_remove_multiple 2022-05-23 09:19:45 -04:00
gdatasetprivate.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gdate.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gdate.h gdate: Fix a typo in a code comment 2022-06-29 16:05:09 +02:00
gdatetime.c gdatetime: add NULL guard in g_date_time_new_now() 2022-10-09 19:39:58 -04:00
gdatetime.h Add SPDX license headers for LGPL-2.1-or-later to various files 2022-06-01 12:44:23 +01:00
gdir.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gdir.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gen-unicode-tables.pl unicode: Avoid adding trailing spaces to tables definitions 2022-09-15 03:43:04 +02:00
genviron.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
genviron.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gerror.c gerror: Emit a critical warning if the message format is NULL 2023-02-20 16:41:23 +00:00
gerror.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gfileutils.c g_mkstemp: Use O_CLOEXEC for race-free setting of the close-on-exec flag 2023-02-22 00:38:13 +01:00
gfileutils.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
ggettext.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
ggettext.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
ghash.c ghash: Use unsigned types for number of nodes and occupied ones 2022-12-16 19:33:01 +01:00
ghash.h ghash: Add functions to steal all keys and values preserving ownership 2022-12-16 18:45:36 +01:00
ghmac.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
ghmac.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
ghook.c Revert "Rename user data parameters to user_data" 2023-01-09 13:09:26 +01:00
ghook.h Revert "Rename user data parameters to user_data" 2023-01-09 13:09:26 +01:00
ghostutils.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +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 g_io_channel_get_line_term: add (optional) annotation 2023-01-25 14:49:30 +00:00
giochannel.h Revert "Rename user data parameters to user_data" 2023-01-09 13:09:26 +01:00
giounix.c Use O_CLOEXEC in {g_,}open () calls for race-free setting of the close-on-exec flag 2023-02-21 12:42:55 +00:00
giowin32.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gjournal-private.c gmessages: Factor out _g_fd_is_journal into its own translation unit 2022-07-25 01:00:54 +02: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 Use O_CLOEXEC in {g_,}open () calls for race-free setting of the close-on-exec flag 2023-02-21 12:42:55 +00:00
gkeyfile.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
glib_gdb.py py: Various flake8 cleanups 2020-11-17 15:50:07 +00: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: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
glib-autocleanups.h Add GPathBuf 2023-02-09 13:36:51 +00:00
glib-init.c Add a (temporary) assertion that sizeof(gsize) == sizeof(guintptr) 2023-02-10 10:54:36 +00: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 gutils: Make g_find_program_for_path() a proper private API 2023-02-13 16:12:07 +00:00
glib-private.h gutils: Make g_find_program_for_path() a proper private API 2023-02-13 16:12:07 +00: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 Add g_unix_open_pipe_internal () for pipes with the close-on-exec flag 2023-02-21 12:42:55 +00:00
glib-unix.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
glib-unixprivate.h Add g_unix_open_pipe_internal () for pipes with the close-on-exec flag 2023-02-21 12:42:55 +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 minor typos in the documentation (a/an) 2019-08-24 19:14:05 +00:00
glibconfig.h.in Merge branch 'nirbheek/gmodule-suffix-deprecation' into 'main' 2022-10-27 16:27:42 +00:00
glibintl.h various: add GLIB_AVAILABLE_IN_ALL everywhere else 2013-01-13 13:11:57 -05:00
glist.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
glist.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gmacros.h Make clang++ happier when using G_STATIC_ASSERT 2023-04-01 11:35:25 +02:00
gmain-internal.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gmain.c gmain: Avoid checking for context value in internal function 2023-01-26 18:04:13 +01:00
gmain.h gmain: Minor documentation updates to idle-once and timeout-once funcs 2022-05-27 12:58:10 +01:00
gmappedfile.c Use O_CLOEXEC in {g_,}open () calls for race-free setting of the close-on-exec flag 2023-02-21 12:42:55 +00:00
gmappedfile.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gmarkup.c markup: Use g_string_truncate 2023-01-14 10:08:42 -05:00
gmarkup.h Rename G_MARKUP_PARSE_FLAGS_NONE 2022-07-25 22:30:22 +01:00
gmem.c gmem: Add g_free_sized() and g_aligned_free_sized() 2023-02-02 12:30:59 +00:00
gmem.h gmem: Add g_free_sized() and g_aligned_free_sized() 2023-02-02 12:30:59 +00:00
gmessages.c gmessages: use g_atomic_pointer to access handlers for g_print()/g_printerr() 2023-02-07 13:16:07 +01:00
gmessages.h gmacros: Prioritize the usage of [[noreturn]] in C++11 2022-11-22 17:23:13 +01:00
gmirroringtable.h Update to Unicode 14 2021-09-21 09:41:29 +00:00
gnode.c Revert "Rename user data parameters to user_data" 2023-01-09 13:09:26 +01:00
gnode.h Revert "Rename user data parameters to user_data" 2023-01-09 13:09:26 +01:00
goption.c Link goption documentation to GOptionContext type 2023-03-23 14:01:45 +00:00
goption.h Revert "Rename all user datas in callbacks to user_data" 2023-01-09 13:23:32 +01:00
gosxutils.m gosxutils: Add missing prototype 2021-11-18 14:32:09 +00:00
gpathbuf.c pathbuf: Treat forward slashes and backslashes as equivalent on Windows 2023-02-10 11:13:36 +00:00
gpathbuf.h Add GPathBuf 2023-02-09 13:36:51 +00:00
gpattern.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gpattern.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gpoll.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01: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 Replace all uses of G_VA_COPY with Standard C va_copy 2022-10-26 18:07:55 +01: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 Allow using msort_r CHERI-enabled architectures 2023-01-29 12:40:26 +00:00
gqsort.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gquark.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gquark.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gqueue.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gqueue.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
grand.c grand: Use "e" mode flag in fopen () call for race-free setting of the close-on-exec flag 2023-02-22 00:29:31 +01:00
grand.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
grcbox.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +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 glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
grefcount.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
grefstring.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
grefstring.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gregex.c g_regex_escape_string: bad GIR: utf8[] -> utf8 2023-01-26 10:18:05 +00:00
gregex.h gregex: use G_REGEX_OPTIMIZE flag to enable JIT compilation 2022-07-20 20:48:17 +00:00
gscanner.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gscanner.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gscripttable.h unicode: Update data to Unicode 15 2022-09-15 03:43:04 +02:00
gsequence.c Revert "Rename user data parameters to user_data" 2023-01-09 13:09:26 +01:00
gsequence.h Revert "Rename user data parameters to user_data" 2023-01-09 13:09:26 +01:00
gshell.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gshell.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gslice.c gslice: Mark memory arguments and return values as nullable when it's the case 2023-02-03 16:28:51 +01:00
gslice.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gslist.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gslist.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gspawn-private.h glib/spawn: check user source_fds doesn't contain private fds 2022-12-12 11:28:58 +04: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 Fix safe_wspawnve #define 2023-01-26 10:23:41 +00:00
gspawn.c gspawn.c: prefer close_range() on FreeBSD if available 2022-12-19 13:08:13 +00: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 gmem: Fix introspection annotations for g_clear_pointer() and g_clear_fd() 2022-11-22 16:25:39 +00:00
gstdio.h gstdio: Preserve errno when calling g_clear_fd() from g_autofd 2022-11-02 21:26:34 +00:00
gstdioprivate.h [Darwin] Use the non-cancelable variant of close(). 2022-11-07 13:01:47 +00:00
gstrfuncs.c gstrfuncs: Clarify haystack_len behaviour of g_strstr_len() 2023-03-20 11:55:53 +00:00
gstrfuncs.h gstrfuncs: Improve inline version of g_strdup() to avoid breaking C++ code 2023-03-15 15:18:34 +08:00
gstring.c string: Make g_string_free (_, FALSE) warn on unused result 2023-01-27 11:58:52 +03:00
gstring.h gstring.h: Avoid compiler warning on Visual Studio 2023-02-22 10:24:20 +08:00
gstringchunk.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gstringchunk.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gstrvbuilder.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gstrvbuilder.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gtester-report.in tree: Fix various typos and outdated terminology 2020-06-12 15:01:08 +01:00
gtester.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gtestutils.c gtestutils: Clarify docs about calling g_test_init() before anything 2023-03-17 11:03:09 +00:00
gtestutils.h gtestutils: Fix a sign-conversion warning in g_assert_cmpmem() 2023-02-16 11:29:26 +00:00
gthread-posix.c GThreadPool: Always use the thread-spawning thread for the global shared thread pool 2023-01-17 19:04:56 +02:00
gthread-win32.c GThreadPool: Always use the thread-spawning thread for the global shared thread pool 2023-01-17 19:04:56 +02:00
gthread.c GThreadPool: Always use the thread-spawning thread for the global shared thread pool 2023-01-17 19:04:56 +02:00
gthread.h Revert "Rename user data parameters to user_data" 2023-01-09 13:09:26 +01:00
gthreadpool.c GThreadPool: Always use the thread-spawning thread for the global shared thread pool 2023-01-17 19:04:56 +02:00
gthreadpool.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gthreadprivate.h GThreadPool: Always use the thread-spawning thread for the global shared thread pool 2023-01-17 19:04:56 +02:00
gtimer.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gtimer.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gtimezone.c gtimezone: Avoid a nested preprocessor conditional to be nice to g-i 2023-02-10 13:16:01 +00: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 glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gtranslit-data.h Add locale-sensitive ASCII transliteration API 2014-02-20 18:27:24 -05:00
gtranslit.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gtrashstack.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gtrashstack.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gtree.c Revert "Rename user data parameters to user_data" 2023-01-09 13:09:26 +01:00
gtree.h Revert "Rename all user datas in callbacks to user_data" 2023-01-09 13:23:32 +01:00
gtypes.h Revert "Rename all user datas in callbacks to user_data" 2023-01-09 13:23:32 +01:00
gunibreak.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gunibreak.h unicode: Avoid adding trailing spaces to tables definitions 2022-09-15 03:43:04 +02:00
gunichartables.h unicode: Avoid adding trailing spaces to tables definitions 2022-09-15 03:43:04 +02:00
gunicode.h unicode: Update data to Unicode 15 2022-09-15 03:43:04 +02:00
gunicodeprivate.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gunicollate.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gunicomp.h unicode: Avoid adding trailing spaces to tables definitions 2022-09-15 03:43:04 +02:00
gunidecomp.c Fix GIR: gunichar -> gunichar[] 2023-01-26 11:27:31 +00:00
gunidecomp.h unicode: Avoid adding trailing spaces to tables definitions 2022-09-15 03:43:04 +02:00
guniprop.c Fix g_unichar_iswide for unassigned codepoints 2022-09-15 03:43:04 +02:00
guri.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01: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 Fix GIR: gunichar -> gunichar[] 2023-01-26 11:27:31 +00:00
gutils.c gutils: Avoid possible leaks in g_find_program_for_path() 2023-01-05 17:13:35 +00:00
gutils.h gmacros: Prioritize the usage of [[noreturn]] in C++11 2022-11-22 17:23:13 +01:00
gutilsprivate.h gutils: Remove public API decorator from g_set_user_dirs() 2023-02-13 16:14:10 +00:00
guuid.c guuid: fix shift operation to parse hex string in uuid_parse_string() 2021-05-03 15:09:31 +02: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: Remove redundant g_variant_serialised_n_children() calls 2023-01-18 12:12:15 +00:00
gvariant-core.h gvariant: Add internal g_variant_maybe_get_child_value() 2022-12-13 18:15:19 +00:00
gvariant-internal.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gvariant-parser.c gvariant-parser: Speed up maybe_wrapper() by an order of magnitude 2022-11-08 16:14:02 +00:00
gvariant-serialiser.c gvariant: Check offset table doesn’t fall outside variant bounds 2022-12-21 19:50:19 +00:00
gvariant-serialiser.h gvariant: Track checked and ordered offsets independently 2022-12-13 18:15:19 +00:00
gvariant.c gvariant: Document failure behaviour of g_variant_dict_lookup() better 2023-03-20 12:16:54 +00:00
gvariant.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gvarianttype.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gvarianttype.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gvarianttypeinfo.c gvariant: Remove some unnecessary type assertions on a hot path 2023-01-18 12:12:15 +00:00
gvarianttypeinfo.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gversion.c glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01: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 gwakeup: #include <stdint.h> 2023-01-27 11:58:56 +03: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 glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01:00
gwin32.h glib: Add SPDX license headers automatically 2022-05-18 09:19:02 +01: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 Add g_unix_open_pipe_internal () for pipes with the close-on-exec flag 2023-02-21 12:42:55 +00:00
update-gtranslit.py py: Various flake8 cleanups 2020-11-17 15:50:07 +00:00
valgrind.h Revert "gio, glib: Use G_OS_DARWIN for code that is for such environments" 2022-11-07 11:30:32 +00:00
win_iconv.c tools: Fix handling of empty argv in various minor GLib tools 2022-02-11 14:45:42 +00:00