summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | glib-unix: Add O_NONBLOCK support to g_unix_open_pipe()Philip Withnall2023-03-233-22/+58
* | | | | | | Merge branch 'move-msvc-recommended-pragmas' into 'main'Philip Withnall2023-04-142-0/+45
|\ \ \ \ \ \ \
| * | | | | | | meson: Move msvc_recommended_pragmas.h to a subdirectoryPhilip Withnall2023-03-212-0/+45
* | | | | | | | Merge branch '95-markup-docs' into 'main'Emmanuele Bassi2023-04-133-0/+174
|\ \ \ \ \ \ \ \
| * | | | | | | | docs: Add simple GMarkup parser exampleDavid King2023-04-113-0/+174
* | | | | | | | | Merge branch 'libicu-tests' into 'main'Emmanuele Bassi2023-04-132-1/+53
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | glib: unicode: add some empty string testsGuillaume Desmottes2023-03-151-0/+12
| * | | | | | | | | glib: unicode: add tests for g_utf8_normalize()Guillaume Desmottes2023-03-151-0/+40
| * | | | | | | | | glib: unicode: fix unicode standard linkGuillaume Desmottes2023-03-151-1/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'update-unicode-normalisation-tests' into 'main'Emmanuele Bassi2023-04-131-5/+87
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tests: Update Unicode normalisation tests from Unicode 15Philip Withnall2023-03-241-5/+87
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch '2969-date-time-format-docs' into 'main'Emmanuele Bassi2023-04-131-71/+71
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | gdatetime: Improve Markdown formatting of g_date_time_format() docsPhilip Withnall2023-04-051-71/+71
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | gthread-posix: fix build against very old Linux headersPeter Williams2023-04-101-7/+20
* | | | | | | | gwin32: Avoid use of function call with side effect in g_return_* macroKleis Auke Wolthuizen2023-04-061-1/+3
|/ / / / / / /
* | | | | | | Merge branch 'drop-gitignore' into 'main'Marco Trevisan2023-04-051-89/+0
|\ \ \ \ \ \ \
| * | | | | | | build: Drop old .gitignore files from test directoriesPhilip Withnall2023-03-201-89/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | Make clang++ happier when using G_STATIC_ASSERTAlbert Astals Cid2023-04-011-4/+4
* | | | | | | Link goption documentation to GOptionContext typeSam Thursfield2023-03-231-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'strfuncs-check-results' into 'main'Marco Trevisan2023-03-211-0/+10
|\ \ \ \ \ \
| * | | | | | tests: Check a few results in strfuncs testsPhilip Withnall2023-03-201-0/+10
| |/ / / / /
* | | | | | Merge branch '159-strstr-len-docs' into 'main'Marco Trevisan2023-03-211-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | gstrfuncs: Clarify haystack_len behaviour of g_strstr_len()Philip Withnall2023-03-201-1/+1
| |/ / / /
* | | | | gvariant: Document failure behaviour of g_variant_dict_lookup() betterPhilip Withnall2023-03-201-1/+2
|/ / / /
* | | | Merge branch '2943-g-test-init-docs' into 'main'Emmanuele Bassi2023-03-171-0/+6
|\ \ \ \
| * | | | gtestutils: Clarify docs about calling g_test_init() before anythingPhilip Withnall2023-03-171-0/+6
| |/ / /
* | | | Merge branch 'queue-test' into 'main'Philip Withnall2023-03-161-162/+182
|\ \ \ \
| * | | | tests: Simplify a helper function in queue testPhilip Withnall2023-03-161-18/+8
| * | | | tests: Fix signed/unsigned comparisons and assignments in queue testPhilip Withnall2023-03-161-25/+27
| * | | | tests: Reduce number of iterations in queue testPhilip Withnall2023-03-161-2/+2
| * | | | tests: Add copyright/licensing header to queue testsPhilip Withnall2023-03-161-0/+21
| * | | | tests: Use g_assert_*() rather than g_assert() in queue testsPhilip Withnall2023-03-161-121/+128
| |/ / /
* | | | Merge branch 'xry111/issue2936' into 'main'Philip Withnall2023-03-162-17/+58
|\ \ \ \ | |/ / / |/| | |
| * | | gstrfuncs: Improve inline version of g_strdup() to avoid breaking C++ codeXi Ruoyao2023-03-152-17/+58
* | | | Merge branch 'bookmarkfile-timings' into 'main'Marco Trevisan2023-03-131-1/+1
|\ \ \ \
| * | | | tests: Change the time function used in the bookmark testsPhilip Withnall2023-03-061-1/+1
* | | | | tests: only build messages-low-memory if RTLD_NEXT is availableChristoph Reiter2023-03-121-1/+1
| |/ / / |/| | |
* | | | gmacros: Add GCC < 5 fallback for __always_inline__Alessandro Bono2023-03-091-0/+1
* | | | gmacros: Sort alphabeticallyAlessandro Bono2023-03-091-8/+8
|/ / /
* | | Merge branch 'skip-test-under-sandbox' into 'main'Philip Withnall2023-03-021-3/+3
|\ \ \
| * | | tests: Skip assert-msg-test.py if gdb failsMatt Turner2023-03-021-3/+3
* | | | Fix a memory leak in g_strerrorDan Carpenter2023-03-021-1/+4
|/ / /
* | | tests: Add some missing g_thread_join() calls to onceinit testPhilip Withnall2023-02-231-1/+7
* | | Merge branch 'cloexec-other' into 'main'Philip Withnall2023-02-222-4/+4
|\ \ \
| * | | g_mkstemp: Use O_CLOEXEC for race-free setting of the close-on-exec flagMaciej S. Szmigiero2023-02-221-3/+3
| * | | grand: Use "e" mode flag in fopen () call for race-free setting of the close-...Maciej S. Szmigiero2023-02-221-1/+1
* | | | gmacros.h: Fix C++ macros for Visual StudioChun-wei Fan2023-02-221-3/+3
* | | | gstring.h: Avoid compiler warning on Visual StudioChun-wei Fan2023-02-221-3/+13
* | | | Merge branch 'w-sign-conversion' into 'main'Emmanuele Bassi2023-02-223-37/+42
|\ \ \ \
| * | | | tests: Use g_assert_*() rather than g_assert() in string testsPhilip Withnall2023-02-161-30/+30