summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1444-install-tests' into 'master'Philip Withnall2018-07-171-8/+6
|\
| * Meson: Use environment() for test_envXavier Claessens2018-07-161-8/+6
* | Merge branch 'add-g-has-typeof-1440' into 'master'Philip Withnall2018-07-171-1/+1
|\ \
| * | gmacros: Add new private g_has_typeof to abstract __typeof__ checksIain Lane2018-07-161-1/+1
* | | Merge branch 'type-safe-g-clear-pointer-1425' into 'master'Philip Withnall2018-07-173-3/+3
|\ \ \ | |/ / | | / | |/ |/|
| * gobject: Make g_clear_object take a non-volatile GObject **Iain Lane2018-07-123-3/+3
* | python: avoid equality check for NoneThomas Hindoe Paaboel Andersen2018-07-121-5/+5
|/
* Revert "Merge branch 'type-safe-g-clear-pointer-1425' into 'master'"Emmanuele Bassi2018-07-113-3/+3
* gobject: Make g_clear_object take a non-volatile GObject **Iain Lane2018-07-113-3/+3
* tests: Fix use-after-free in reference testsPhilip Withnall2018-06-291-2/+10
* tests: Various minor leak fixes in the GObject testsPhilip Withnall2018-06-291-7/+11
* tests: Add glib-mkenums test for missing nicksPhilip Withnall2018-06-251-0/+14
* tests: Add initial test framework for glib-mkenumsPhilip Withnall2018-06-253-0/+551
* glib-mkenums: Ignore other per value options than 'skip' and 'nick'Peter Kjellerstedt2018-06-251-1/+1
* gobject: Add prefixes to variables in G_VALUE_COLLECT*() macrosPhilip Withnall2018-06-201-49/+49
* Deprecate g_type_class_add_private()Emmanuele Bassi2018-06-143-2/+8
* Classify the testsEmmanuele Bassi2018-06-101-2/+2
* build: Drop Visual Studio projectsChun-wei Fan2018-06-061-13/+1
* build: Remove the --disable-mem-pools build option and the DISABLE_MEM_POOLS ...Christoph Reiter2018-06-022-23/+1
* Fix Windows build errors in valgrind.hXavier Claessens2018-05-282-2/+10
* Revert "Fix build error when compiling with mingw"Xavier Claessens2018-05-282-3/+2
* g_usleep: round up the next millisecond on Windows. See #1371Christoph Reiter2018-05-271-0/+6
* Fix build error when compiling with mingwXavier Claessens2018-05-262-2/+3
* docs: Fix typo in gsignal.c documentation commentPhilip Withnall2018-05-171-1/+1
* Meson: libintl is a public dependency of glib-2.0Xavier Claessens2018-05-151-1/+1
* gobject: Add g_autoptr() support for GTypeClass, GEnumClass, GFlagsClassPhilip Withnall2018-05-151-0/+3
* gobject: Add g_autoptr() support for GParamSpecPhilip Withnall2018-05-151-0/+1
* Meson: Do not build tests with nodelete/Bsymbolic-functionsXavier Claessens2018-05-091-1/+3
* gtype: improve get_type fast pathChristian Hergert2018-05-091-32/+77
* gobject: Fix a typo in the G_VALUE_LCOPY documentationPhilip Withnall2018-05-071-1/+1
* gobject: Reimplement g_param_values_cmp() for GParamSpecVariantPhilip Withnall2018-05-042-1/+33
* Revert "Fix the cmp implementation for variant values"Philip Withnall2018-05-041-1/+1
* Fix the cmp implementation for variant valuesMatthias Clasen2018-05-021-1/+1
* gobject: Fix documentation for G_VALUE_LCOPYPhilip Withnall2018-04-271-5/+5
* all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall2018-04-272-4/+4
* gclosure: Expand documentation and fix some typosPhilip Withnall2018-04-262-2/+4
* gobject: Fix redundant warning message in glib-genmarshalKentaro Hayashi2018-04-231-1/+1
* GObject: Clarify 8db5542803 by avoiding double -veDaniel Boles2018-04-221-1/+1
* gobject: fix compilation with gcc <= 4.7Fabrice Fontaine2018-04-201-1/+1
* gobject_gdb.py: add pretty printer for GType and GTypeClass*Michael Olbrich2018-04-111-1/+38
* gobject: Mark g_object_new_with_properties as non-introspectableTomasz Miąsko2018-04-101-1/+1
* GObject: Elaborate notify emission timing, optionsDaniel Boles2018-04-091-5/+11
* Meson: Use pkgconfig module to generate all pc filesXavier Claessens2018-03-281-0/+9
* glib-mkenums: Don't go into an infinite loop trying to find a matching {Sam Spilsbury2018-03-211-0/+2
* glib-mkenums: Don't treat typedef enum _SomeIdentifier {} as syntax errorSam Spilsbury2018-03-211-1/+1
* glib-mkenums: Fix typos in a message and a commentPhilip Withnall2018-03-211-2/+2
* gobject_gdb.py: 'address' is a property of gdb.Value not a functionMichael Olbrich2018-03-131-1/+1
* Remove HAVE_CONFIG_H defs and usesErnestas Kulik2018-02-212-3/+2
* gtype: Fix use of potentially undefined GVoidFuncPhilip Withnall2018-02-161-1/+1
* gtype: cast *_init functions to void(*)(void) firstLubomir Rintel2018-02-161-4/+4