summaryrefslogtreecommitdiff
path: root/glib/gutils.h
Commit message (Expand)AuthorAgeFilesLines
* gmacros: Prioritize the usage of [[noreturn]] in C++11Marco Trevisan (Treviño)2022-11-221-2/+1
* glib: Always implement G_VA_COPY as va_copy()Simon McVittie2022-10-261-13/+0
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gutils: Add flags to g_format_size_full() to return only value or only unitsMilan Crha2022-04-081-1/+3
* utils: Add XDG_STATE_HOME supportSophie Herold2021-12-241-0/+2
* Rewriting the G_GNUC_NORETURN into G_NORETURN macros everywhereEmmanuel Fleury2020-11-251-1/+1
* gutils: Add g_get_os_info()Robert Ancell2019-09-271-0/+123
* glib, gobject: Annotate deprecated types and enumeratorsPhilip Withnall2019-05-301-6/+6
* gutils: Move g_ATEXIT() and g_memmove() definitions from glibconfig.hPhilip Withnall2019-05-301-0/+4
* glib, gio: Use GLIB_DEPRECATED_MACRO instead of G_DISABLE_DEPRECATEDPhilip Withnall2019-05-301-7/+2
* gutils: Fix a typo in a commentPhilip Withnall2018-12-171-1/+1
* W32: Make _g_win32_get_system_data_dirs() inline available in C++lrn/issue-1240Руслан Ижбулатов2018-05-281-1/+1
* gutils: Fix deprecation annotation for g_format_size_for_display()okimoto2018-05-091-1/+1
* gutils: fix missing includeGeorge Barrett2018-02-191-0/+1
* utils: Add new G_FORMAT_SIZE_BITS flag for g_format_size_full()Benoît Dejean2017-11-021-1/+2
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Add g_abort()Руслан Ижбулатов2016-04-271-0/+10
* gutils: g_bit_ inlines: add visibility macrosAllison Ryan Lortie2015-11-251-0/+3
* GLib: clean up the "inline" mess once and for allAllison Ryan Lortie2015-11-161-35/+0
* gutils: clean up bit funcs inlining messAllison Ryan Lortie2015-11-161-21/+32
* Avoid a false deprecationMatthias Clasen2015-08-201-1/+1
* all: remove use of 'register' keywordRyan Lortie2014-06-281-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Require C90 complianceDan Winship2013-11-201-11/+2
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-2/+2
* win32: Drop old codepage ABI from gutils.cRyan Lortie2013-02-201-19/+0
* Add a new _GLIB_EXTERN macro for "extern"Ryan Lortie2013-01-131-2/+2
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+28
* Add G_GNUC_PRINTF on all functions with format stringsHenrique Dante de Almeida2013-01-131-1/+2
* API: Constify g_get_prgname()Benjamin Otte2013-01-131-1/+1
* gutils: move G_END_DECLS to the end of gutils.hMichael Henning2012-12-311-2/+2
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* win32: re-fix the _utf8 compat function situationDan Winship2012-11-161-0/+14
* win32: add gwin32compat.h, for utf8-renaming compatibility definesDan Winship2012-11-151-14/+0
* Annotate API introduced for 2.30 with GLIB_AVAILABLE_IN_2_30Colin Walters2012-05-261-0/+2
* avoid warning in gutils.h when using gcc with -WconversionHannes Mueller2012-04-171-1/+1
* Don't use G_DISABLE_DEPRECATED guards around deprecated functionsMatthias Clasen2011-11-031-1/+1
* Deprecate g_atexitMatthias Clasen2011-10-191-1/+3
* Reshuffle some functions between gutils and gfileutilsMatthias Clasen2011-10-171-47/+13
* Also clean up includesMatthias Clasen2011-10-161-4/+0
* Move version APIs out of gutilsMatthias Clasen2011-10-161-42/+0
* Move GTrashStack out of gutils.[hc]Matthias Clasen2011-10-161-61/+0
* Move environment-related functions into their own filesMatthias Clasen2011-10-151-32/+6
* gutils: Add functions for working with environment arraysDan Winship2011-10-151-9/+18
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan2011-10-111-1/+2
* Add G_GNUC_DEPRECATED to deprecated APIs in glibMatthias Clasen2011-10-081-1/+1
* Reword some docs comments to avoid 'Returns ...'Ryan Lortie2011-07-221-3/+7
* Move version docs inlineMatthias Clasen2011-07-171-0/+18
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-20/+20