summaryrefslogtreecommitdiff
path: root/glib/gtypes.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Rename all user datas in callbacks to user_data"badcel2023-01-091-2/+2
* Revert "Rename user data parameters to user_data"badcel2023-01-091-2/+2
* Fix include order of glib-visibility.hXavier Claessens2022-10-171-0/+4
* Fix symbol visibility macros on WindowsXavier Claessens2022-10-131-23/+0
* Rename user data parameters to user_dataTestingPlant2022-05-221-2/+2
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Rename all user datas in callbacks to user_dataTestingPlant2022-05-051-2/+2
* gio: Add g_list_store_find_with_equal_func_full()Jason Francis2022-04-051-0/+21
* gtypes: Rework checked arithmetic handlingPhilip Withnall2021-11-171-30/+36
* gtypes: Drop volatile qualifier from gatomicrefcountPhilip Withnall2020-11-201-2/+2
* Add missing 'extern' to the dllexport version of GLIB_VAR/GOBJECT_VARMartin Storsjö2020-03-311-1/+1
* Revert "doc: Workaround gtkdoc-scan bug leading to undocumentedXavier Claessens2019-12-031-4/+0
* gtypes: Deprecate GTimeVal in favour of guint64 or GDateTimePhilip Withnall2019-07-291-2/+2
* doc: Workaround gtkdoc-scan bug leading to undocumented symbolsXavier Claessens2019-07-101-0/+4
* Moving GCopyFunc typedef from glib/gnode.h to glib/gtypes.hEmmanuel Fleury2019-06-251-0/+14
* gtypes: add g-i annotations for G_MININT macros. Fixes #1673Christoph Reiter2019-02-011-0/+26
* gtypes: Define signed integer minimum values in terms of maximum valuesPhilip Withnall2019-01-231-4/+4
* Add reference counting typesEmmanuele Bassi2018-06-111-0/+3
* gmacros: Don't define bogus __has_* macrosNirbheek Chauhan2018-03-261-1/+1
* gtypes: Fix signedness of __builtin_bswap() usagePhilip Withnall2017-10-021-2/+2
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Fall back for overflow-checked arithmetic with Intel compilerThiago Macieira2016-07-231-1/+2
* gtypes.h: move G_STATIC_ASSERT to function scopeAllison Ryan Lortie2015-11-271-1/+1
* GLib: add bounds-checked unsigned int arithmeticAllison Ryan Lortie2015-10-301-1/+56
* gtypes.h: fix G_MAXUINT64 definition to use G_GUINT64_CONSTANTDan Winship2015-10-231-1/+1
* gtypes.h: Make G_MININTn literals negativeMikhail Zabaluev2015-10-151-4/+4
* all: remove use of 'register' keywordRyan Lortie2014-06-281-8/+8
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gmacros: Ensure GUINT32/64_SWAP_LE_BE macros parenthesize argumentsStephan Bergmann2013-03-151-2/+2
* Add a new _GLIB_EXTERN macro for "extern"Ryan Lortie2013-01-131-1/+1
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* Use __builtin_bswap* for GUINT*_SWAP_LE_BE if building with GCCSebastian Dröge2012-03-171-8/+30
* Add flexible API version boundariesEmmanuele Bassi2012-02-261-0/+1
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* Move gutils docs inlineMatthias Clasen2011-06-081-0/+9
* Consistently use G_GNUC_EXTENSION instead of __extension__Colin Walters2011-05-311-9/+9
* Drop GTimeSpec typeRyan Lortie2010-11-021-8/+0
* Add 'GTimeSpec' as 'struct timespec' equivalentRyan Lortie2010-10-271-0/+9
* Add byteswap macros for gsize/gssize.Ryan Lortie2009-11-301-0/+5
* goption: move docs from tmpl folder to inline commentsStefan Kost2009-04-211-0/+13
* Properly include gmacros.hMatthias Clasen2008-10-071-0/+1
* Cosmetics.Tor Lillqvist2008-08-041-1/+1
* #define __GLIB_H_INSIDE__ around including everything.Michael Natterer2008-05-051-1/+1
* make it possible to disable single-file includes by definingMichael Natterer2008-03-141-2/+5
* Add -I$(top_srcdir)/glib so that gregex.h finds <glib.h>.Tor Lillqvist2007-03-151-0/+7
* (G_MININT64): Cast to gint64.Stepan Kasal2005-08-241-1/+1
* Move GTranslateFunc to gtypes.hAnders Carlsson2004-08-021-0/+3
* Use higher precision for the mathematical constants. (#141941, MortenMatthias Clasen2004-06-021-7/+7
* check for __pentium4__ when deciding whether to use bswap forManish Singh2004-05-021-1/+1
* Fix for #103710, Mark Jones:Matthias Clasen2003-12-021-10/+16