summaryrefslogtreecommitdiff
path: root/glib/gvarianttypeinfo.c
Commit message (Expand)AuthorAgeFilesLines
* gvariant: Remove some unnecessary type assertions on a hot pathPhilip Withnall2023-01-181-2/+0
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* docs: Standardize spelling of serializ*Geyslan G. Bem2021-05-101-2/+2
* minor typos in the documentation (a/an)Дилян Палаузов2019-08-241-2/+2
* Add (out) annotation to (optional) parametersДилян Палаузов2019-07-231-4/+4
* Fixing various warning in glib/gvarianttypeinfo.cEmmanuel Fleury2019-03-171-6/+6
* glib: Fix various compiler warnings when compiling with G_DISABLE_ASSERTPhilip Withnall2019-03-081-0/+2
* Merge branch 'atomic-ref-count-cnd' into 'master'Philip Withnall2018-11-081-6/+6
|\
| * gvarianttypeinfo: Use gatomicrefcount for ContainerInfo reference countTomasz Miąsko2018-11-061-6/+6
* | gvariant: Fix some GIR annotations on internal functionsPhilip Withnall2018-11-061-4/+4
|/
* gvarianttypeinfo: Consistently use atomics to access ref_countTomasz Miąsko2018-11-011-2/+2
* gvarianttype: Impose a recursion limit of 128 on variant typesPhilip Withnall2018-10-231-0/+25
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-4/+4
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-4/+4
* locks: drop _INIT macrosRyan Lortie2011-10-021-1/+1
* Port internal GStaticRecMutex users to GRecMutexRyan Lortie2011-09-211-6/+6
* Don't #include <glib/gslice.h> from gmem.hRyan Lortie2011-09-181-1/+1
* GVariant: avoid 'ARRAY_INFO' as function nameRyan Lortie2011-09-171-16/+16
* Spelling fixesMatthias Clasen2011-08-291-1/+1
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Make the GVariant code compile with a non-gcc compilerTor Lillqvist2010-03-211-10/+12
* GVariant variable arguments, tests, cleanupsRyan Lortie2010-03-081-3/+8
* GVariantTypeInfo: fix thread safety bugRyan Lortie2010-02-251-5/+7
* add missing #include "config.h"Ryan Lortie2010-02-071-0/+2
* remove #include <glib.h> from some .c filesRyan Lortie2010-02-071-1/+4
* GVariantTypeInfo: free hash table when not in useRyan Lortie2010-02-071-1/+6
* GVariantTypeInfo tweaksRyan Lortie2010-02-041-3/+7
* GVariantTypeInfo changesRyan Lortie2010-02-021-7/+16
* merge GVariantTypeInfoRyan Lortie2010-01-301-0/+841