summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Expand)AuthorFilesLines
2010-05-27Add dtrace and systemtap support for gobjectAlexander Larsson7-10/+315
2010-05-21Clean up man page handlingMatthias Clasen3-383/+0
2010-05-11Don't include __bss_start, _edata and _end symbols in the abichecksSebastian Dröge1-1/+1
2010-05-06Bug 617947 - glib-mkenums: add @valuenum@ supportRyan Lortie1-6/+30
2010-05-06glib-mkenums: Fix support for comment templatesRyan Lortie1-2/+4
2010-04-22Add a boxed type for GErrorMatthias Clasen3-0/+23
2010-03-29Fix g_type_class_add_private() documentationJavier Jardón1-4/+44
2010-03-26Some more doc cleanupsMatthias Clasen1-32/+5
2010-03-21make check / makedistcheck fixesRyan Lortie1-0/+2
2010-03-21Avoid much of duplication in lists of source filesTor Lillqvist1-1/+10
2010-03-17Bug 612502 - Add support for class private dataSebastian Dröge2-2/+137
2010-03-06gsignal: improve g_signal_new docs.Stefan Kost1-1/+6
2010-02-23gobject: Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is validEdward Hervey1-13/+13
2010-02-17Make g_type_interface_prerequisites() only return one instantiable typeBenjamin Otte1-3/+5
2010-02-11Move offsets array from interface data member to TypeNodeBenjamin Otte1-6/+6
2010-02-11Move prerequisites out of _prot structBenjamin Otte1-4/+4
2010-02-10merge GVariantRyan Lortie3-0/+47
2010-02-04Update copyright yearsTor Lillqvist1-1/+1
2010-02-02Don't use a compiler keyword as a variable namePhilip Withnall1-5/+5
2010-01-31Fix shadowing of G_VALUE_COLLECT variables in G_VALUE_COLLECT_INITPhilip Withnall1-5/+5
2010-01-28improve gitignoreRyan Lortie1-0/+1
2010-01-25Move the boxed private type data to TypeNodeBenjamin Otte4-68/+95
2010-01-25Put calls to registered copy/free functions into separate functionsBenjamin Otte1-66/+31
2010-01-20[tests] Remove C++ style commentsAlberto Garcia1-4/+4
2010-01-18Ensure values are memset to 0 when calling G_VALUE_COLLECT_INIT()Benjamin Otte3-5/+4
2010-01-13Fix docs in previous commitAlexander Larsson1-2/+2
2010-01-13gobject: Use new G_VALUE_COLLECT_INIT variantEdward Hervey1-6/+4
2010-01-13gsignal: Use new G_VALUE_COLLECT_INIT variantEdward Hervey1-12/+8
2010-01-13gvaluecollector: Add variant of G_VALUE_COLLECT for most used cases.Edward Hervey1-8/+36
2010-01-12Use unconditional thread calls in gio and gobjectAlexander Larsson1-0/+5
2010-01-12Enable threads in g_type_init()Alexander Larsson2-2/+9
2010-01-11g_object_new(): skip varargs for simple callsKamal Mostafa1-0/+4
2010-01-07Don't do pointer arithmetics on void*Haakon Sporsheim1-1/+1
2010-01-03[docs] Fix @title usage in "Enumeration and flags types" sectionJavier Jardón1-4/+2
2010-01-03Updated .gitignore filesPablo Castellano1-0/+1
2009-12-21[docs] Fix G_DEFINE_INTERFACE "Since" tagJavier Jardón1-2/+2
2009-12-21[gobject] Grow gvalue transform array exponentiallyBehdad Esfahbod1-1/+1
2009-12-19Bug 501166 - Warning message says IA__g_type_init instead of g_type_initBehdad Esfahbod1-12/+12
2009-12-19G_DEFINE_INTERFACE_* documentation is not generatedJavier Jardón1-2/+2
2009-12-18update .gitignoresDan Winship1-0/+1
2009-12-01Add G_DEFINE_INTERFACEDan Winship2-32/+68
2009-11-30Only add object to list new objects when it has a custom constructorBenjamin Otte1-8/+18
2009-11-30Remove more read locks usageBenjamin Otte1-11/+4
2009-11-30Make g_type_class_peek[_static]() not take any locksBenjamin Otte1-6/+2
2009-11-30gobject/tests: New test for dynamic class creation/destructionEdward Hervey2-1/+238
2009-11-30Add type_data_ref_U() and use it in g_type_class_ref()Edward Hervey1-20/+42
2009-11-30Reorganize g_type_class_ref()Edward Hervey1-11/+8
2009-11-30Make ClassData->init_state atomicBenjamin Otte1-11/+13
2009-11-30Make type_data_unref_U not take locks in the common caseEdward Hervey1-7/+12
2009-11-30Make all accesses of Node->ref_count atomicEdward Hervey1-6/+5