summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* meson: gio, gobject: use files() for headers listTim-Philipp Müller2017-05-131-2/+2
* meson: add support for dtrace/systemtapTim-Philipp Müller2017-05-131-0/+17
* meson: Port to latest master (2.51.0)Nirbheek Chauhan2017-05-131-1/+1
* meson: Minor modernizationsPatrick Griffis2017-05-131-3/+3
* meson: More build fixesPatrick Griffis2017-05-131-0/+11
* meson: Improve MSVC and MinGW support and fix dependencies everywhereNirbheek Chauhan2017-05-134-33/+71
* meson: Fix glib, add gobject, gio, gthread, gmodule, etcTim-Philipp Müller2017-05-133-0/+151
* 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
* glib-genmarshal: add --output option to write output to a fileTim-Philipp Müller2016-10-121-1/+47
* Fix the signals testMatthias Clasen2016-08-271-1/+2
* tests: Add test showing default marshaller overrideBenjamin Otte2016-08-251-0/+79
* Don't set a va marshaller if a marshaller was setMatthias Clasen2016-08-251-4/+10
* build: Fix SystemTap build to disable semaphores as beforePhilip Withnall2016-08-131-1/+4
* Fix debug builds under MSVCEmmanuele Bassi2016-08-041-5/+14
* gobject: add g_autoptr support for GTypeModuleAlberts Muktupāvels2016-07-211-0/+2
* gobject: add GOBJECT_IF_DEBUG macro for debugging gobjects and gsignals.Kang Hu2016-07-163-28/+28
* build: Rename SystemTap scripts to include the LT versionPhilip Withnall2016-06-291-6/+5
* build: simplify dtrace configurationRyan Lortie2016-06-201-3/+1
* gsignal: Remove a UTF-8 ellipsis from docsGerald Combs2016-06-031-1/+1
* Rename gdb macros with `_gdb` suffix to avoid ns clashesTom Tromey2016-05-233-5/+5
* gvalue: Fix description of g_value_type_transformable()Kjell Ahlstedt2016-04-281-2/+2
* gparamspecs: GTypes are stored in v_pointer, not v_longSebastian Dröge2016-04-271-5/+5
* Fix documentation typosPhillip Wood2016-04-111-1/+1
* build: Also dist Systemtap files always for gobject/Colin Walters2016-03-231-2/+3
* gio/gobject: Various introspection fixesRico Tzschichholz2016-02-033-3/+3