summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* meson: Use Python port of glib-mkenumsNirbheek Chauhan2017-07-132-576/+575
* meson: Use proxy-libintl if gettext is not foundNirbheek Chauhan2017-07-131-1/+1
* meson: add -fvisibility=hidden explicitly to selected targetsTim-Philipp Müller2017-07-131-1/+1
* meson: gio/tests: add more missing testsTim-Philipp Müller2017-07-131-0/+8
* meson: gio, gobject: use files() for headers listTim-Philipp Müller2017-07-131-2/+2
* meson: add support for dtrace/systemtapTim-Philipp Müller2017-07-131-0/+17
* meson: Port to latest master (2.51.0)Nirbheek Chauhan2017-07-131-1/+1
* meson: Minor modernizationsPatrick Griffis2017-07-131-3/+3
* meson: More build fixesPatrick Griffis2017-07-131-0/+11
* meson: Improve MSVC and MinGW support and fix dependencies everywhereNirbheek Chauhan2017-07-134-33/+71
* meson: Fix glib, add gobject, gio, gthread, gmodule, etcTim-Philipp Müller2017-07-133-0/+151
* Revert "mkenums: Support public/private trigraph"Matthias Clasen2017-07-131-19/+0
* Allow whitespace between marshallers list tokensEmmanuele Bassi2017-07-111-3/+3
* Avoid a leak for arguments in va_list marshallersEmmanuele Bassi2017-07-111-1/+1
* Do not mix declarations and statementsEmmanuele Bassi2017-07-111-2/+8
* Remove unused marshallers-related filesEmmanuele Bassi2017-07-104-46/+3
* Re-enable signal tests when cross-compilingEmmanuele Bassi2017-07-101-8/+18
* Rewrite glib-genmarshal in PythonEmmanuele Bassi2017-07-103-1151/+1026
* build: Drop nmake/MSC build system for GLibPhilip Withnall2017-07-103-86/+0
* gtype: Add private DEFINE_TYPE with prelude to workaround gtype deadlocksColin Walters2017-06-142-2/+25
* gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-2441-41/+41
* gobject/tests/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-243-6/+6
* mkenums: Support public/private trigraphEmmanuele Bassi2017-05-161-0/+19
* docs: Trivial typo fixesMohammed Sadiq2017-05-161-1/+1
* genmarshal: Always generate the prototypes in the bodyEmmanuele Bassi2017-04-281-4/+12
* genmarshal: Use fewer magic numbersEmmanuele Bassi2017-04-281-2/+2
* genmarshal: Constify global variablesEmmanuele Bassi2017-04-281-2/+2
* genmarshal: Conform --help output to conventionsEmmanuele Bassi2017-04-281-2/+2
* Drop trailing semi-colon from G_DEFINE_ macroEmmanuele Bassi2017-04-108-25/+22
* gobject: remove duplicate GType sanity checkTim-Philipp Müller2017-04-081-2/+0
* gobject: Fix Since/Deprecated versions for GParameter replacement APIPhilip Withnall2017-03-313-9/+9
* gobject: Deprecate g_object_newvFabian Orccon2017-03-312-4/+7
* gobject: Deprecate GParameterFabian Orccon2017-03-311-0/+2
* tests: Add test for gobject properties for g_object_newv/setv/getvFabian Orccon2017-03-311-0/+240
* gobject: Add g_object_setv and g_object_getv functionsFabian Orccon2017-03-312-22/+107
* gobject: Add g_object_new_with_propertiesFabian Orccon2017-03-312-0/+80
* gobject: Add helper functions to handle warnings in g_object_new/set/getFabian Orccon2017-03-311-119/+97
* gobject: Add to_string() functions for Enum and Flags typesGarrett Regier2017-03-304-11/+184
* glib-mkenums: Sort input files for more deterministic outputSimon McVittie2017-03-041-0/+2
* Install gdb Python helpers as data, not as executable scriptsSimon McVittie2017-03-031-1/+1
* Visual Studio builds: Move project files to win32/Chun-wei Fan2017-01-091-2/+2
* gobject: Document behaviour of GType checking macros on NULLPhilip Withnall2017-01-071-8/+13
* Avoid calling Standard C string/array functions with NULL argumentsSimon McVittie2016-12-021-1/+2
* GParam: make G_PARAM_USER_MASK unsignedSimon McVittie2016-12-021-1/+1
* glib: Namespace global tapset variables by sonamePhilip Withnall2016-11-231-18/+18
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-2213-101/+101
* gsignal: Mention handler ID type in signal connection macro docsPhilip Withnall2016-11-102-8/+8
* glib-mkenums: fix variable declarationTim-Philipp Müller2016-11-081-1/+1
* Avoid warning for G_PARAM_DEPRECATED with GCC 6 [-Wpedantic]Hannes Müller2016-10-241-1/+2
* glib-mkenums: add --output option to write output to a fileTim-Philipp Müller2016-10-121-0/+26