summaryrefslogtreecommitdiff
path: root/docs/reference/glib
Commit message (Expand)AuthorAgeFilesLines
* docs: Improve GVariant docsMohammed Sadiq2021-11-291-2/+8
* galloca: Add new API g_alloca0 and g_newa0Marc-André Lureau2021-11-261-0/+2
* Better detection of the cleanup attribute.Alvarito0505062021-11-161-0/+1
* Add g_main_context_new_with_flags()Vinícius dos Santos Oliveira2021-09-211-0/+2
* gversionmacros: Add version macros for GLib 2.72Philip Withnall2021-09-172-0/+18
* Fix false deprecation warnings on old GCC/MSVCEvan Miller2021-09-071-0/+1
* gtestutils: Allow failing a test with a printf-style messageSimon McVittie2021-08-191-0/+1
* gtestutils: Allow skipping tests with a printf-style messageSimon McVittie2021-08-191-0/+2
* Merge branch 'main' into 'main'Philip Withnall2021-07-261-0/+2
|\
| * glib/gtestutils: Introduce and use a g_test_suite_free functionGOUJON Évan2021-07-231-0/+1
| * glib/gtestutils: Introduce and use a g_test_case_free functionGOUJON Évan2021-07-231-0/+1
* | mainloop: Add g_source_set_static_nameMatthias Clasen2021-07-241-0/+1
|/
* API: Add g_module_open_full()nitinosiris2021-07-211-0/+5
* GThreadPool: Add g_thread_pool_new_full()nitinosiris2021-07-021-0/+1
* Merge branch 'wip/pwithnall/962-drop-embedded-pcre' into 'main'Philip Withnall2021-06-212-47/+3
|\
| * pcre: Drop internal libpcre copyPhilip Withnall2021-06-161-2/+0
| * build: Drop the internal_pcre option in favour of the subprojectPhilip Withnall2021-06-161-45/+3
* | Distinguish more clearly between wait status and exit statusSimon McVittie2021-06-151-0/+1
* | GBytes: add range-checked pointer getterNitin Wartkar2021-06-151-0/+1
* | Merge branch 'gtypeof' into 'main'Philip Withnall2021-06-101-1/+0
|\ \
| * | glib_typeof: Move definition to its own headerXavier Claessens2021-05-171-1/+0
* | | compiling.xml: Don't recommend backticksUtkarsh Singh2021-06-091-6/+6
| |/ |/|
* | docs: Wrap a code example more tightly to reduce minimum page widthPhilip Withnall2021-06-031-2/+5
* | Add g_prefix_error_literal()Dan Williams2021-05-281-0/+1
* | gstrvbuilder: add addv and add_many to the APIalex-tee2021-05-261-0/+2
|/
* Add the G_OPTION_ENTRY_NULL macro to properly initialize GOptionEntry arraysEmmanuel Fleury2021-05-131-0/+1
* docs: Standardize spelling of serializ*Geyslan G. Bem2021-05-071-3/+3
* gmacros: Add __ to noinline to prevent conflict with macro in pixmanRobin Verdenal-Tallieux2021-05-031-1/+1
* gpattern: Move match and match_string functions into GPatternSpecMarco Trevisan (Treviño)2021-04-271-0/+2
* gpattern: Implement copy functionMarco Trevisan (Treviño)2021-04-271-0/+1
* gmacros.h: use g_macro__has_attribute() where possibleAleksandr Mezin2021-04-161-0/+15
* glib-sections.txt: Add g_macro__has_extension in private sectionclang-cl-improvementsChun-wei Fan2021-03-311-0/+1
* gtree: Make g_tree_remove_all() publicliuyangming2021-03-231-0/+1
* gmain: Add g_steal_fd() to APISimon McVittie2021-03-221-0/+3
* gversionmacros: Add version macros for GLib 2.70Simon McVittie2021-03-182-0/+18
* gspawn: Add new g_spawn_async_with_pipes_and_fds() APIPhilip Withnall2021-02-161-0/+1
* string: Add find and replace functionJoshua Lee2021-02-091-0/+1
* gstrfuncs: Add g_memdup2() functionPhilip Withnall2021-02-041-0/+1
* glib_typeof: It is an API break that should be opt-inXavier Claessens2021-01-271-0/+1
* gtestutils: Add g_test_get_path() APIJonas Ådahl2021-01-251-0/+1
* docs: Add documentation for GLIB_VERSION_CUR_STABLE and PREV_STABLEPhilip Withnall2021-01-191-0/+2
* gerror: Add support for extended errorsKrzesimir Nowak2021-01-061-0/+7
* Adding macros G_NORETURN and G_NORETURN_FUNCPTREmmanuel Fleury2020-11-251-0/+2
* Merge branch '553-tz-errors' into 'master'Sebastian Dröge2020-11-221-0/+1
|\
| * gtimezone: Add new constructor which can report errorsPhilip Withnall2020-11-181-0/+1
* | docs: Clarify the meaning of --buildtype=plain a littlePhilip Withnall2020-11-181-0/+6
|/
* gtestutils: Add g_assert_cmpstrv()Niels De Graef2020-11-141-0/+1
* gio: Fix various typos of the name ‘D-Bus’Philip Withnall2020-10-261-2/+2
* Merge branch 'typeof' into 'master'Philip Withnall2020-10-151-1/+1
|\
| * Replace __typeof__ with glib_typeof macroXavier Claessens2020-10-141-1/+1