summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: Calculate ABS_GLIB_RUNTIME_LIBDIR at build timePhilip Withnall2016-01-241-0/+14
* Revert "make *_get_instance_private const-compliant"Emmanuele Bassi2016-01-181-1/+1
* Revert "G_DECLARE_*: be const-compliant"Emmanuele Bassi2016-01-181-10/+10
* Add GParamSpec object ref management annotationsSimon Feltman2015-12-161-1/+1
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-0711-74/+91
* Doc: fix some gtk-doc warningsXavier Claessens2015-10-302-3/+3
* Fix tiny typo.Murray Cumming2015-10-281-1/+1
* .gitignore updatesDan Winship2015-10-231-0/+1
* Use -Wl,-znodelete for all our librariesMatthias Clasen2015-10-201-1/+0
* gobject: use a DllMain to initialize gobject on windowsIgnacio Casal Quinteiro2015-10-111-25/+61
* gparamspecs: Mark g_param_spec_string()’s default value as (nullable)Philip Withnall2015-10-081-1/+1
* Call glib_init from the gobject constructorMatthias Clasen2015-10-071-0/+6
* glib-genmarshal: Fix memory leak with --prefixPhilip Withnall2015-10-031-2/+2
* Allow passing unset GValues to g_value_unset()Dan Winship2015-10-024-8/+42
* Revert "gvalue: Add g_value_clear method"Dan Winship2015-10-022-22/+0
* Revert "gvalue: Use g_value_clear as clear function"Dan Winship2015-10-021-1/+1
* Revert "gvalue: Improve _unset() documentation"Dan Winship2015-10-021-3/+1
* Revert "Apply the previous change to gmarshal.c"Emmanuele Bassi2015-10-011-44/+44
* Revert "glib-genmarshal: Treat all parameters the same"Emmanuele Bassi2015-10-011-2/+2
* gvalue: Improve _unset() documentationNicolas Dufresne2015-09-291-1/+3
* gvalue: Use g_value_clear as clear functionNicolas Dufresne2015-09-291-1/+1
* gvalue: Add g_value_clear methodNicolas Dufresne2015-09-292-0/+22
* Apply the previous change to gmarshal.cMatthias Clasen2015-09-291-44/+44
* glib-genmarshal: Treat all parameters the sameMatthias Clasen2015-09-291-2/+2
* Move GStrv typedef to glib.h instead of gobject.hXavier Claessens2015-09-222-8/+0
* doc: clarify that _get_instance_private() is NULL-safeXavier Claessens2015-09-221-0/+8
* tests: Do last commit's fix for enums, tooBenjamin Otte2015-09-161-8/+17
* tests: Make testcase not pass 0 as a flags valueBenjamin Otte2015-09-161-7/+22
* ffi: Marshal flags like enumsRay Strode2015-09-161-1/+7
* Disable deprecation warnings for the stable release againMatthias Clasen2015-09-141-1/+1
* signal: return TRUE from g_signal_has_handler_pending for custom class closureAlexander Larsson2015-09-141-11/+22