summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* build: Drop autotools supportPhilip Withnall2019-01-152-332/+0
* Merge branch 'interface-docs' into 'master'Emmanuele Bassi2019-01-071-1/+1
|\
| * gtype: Clarify type of GInterfaceInitFuncPhilip Withnall2018-12-051-1/+1
* | gtype: Document type for iface_default_init() functionPhilip Withnall2018-12-271-0/+6
* | Suppress -Wint-in-bool-context warning with G_DEFINE_INTERFACE and g++Kouhei Sutou2018-12-201-1/+1
* | binding: Clarify the use of g_object_unref() to remove a bindingBenjamin Berg2018-12-171-3/+5
* | tests: s/assertEquals/assertEqual/Tomasz Miąsko2018-12-121-3/+3
* | tests: Avoid writing ever increasing sequence of null bytes to test logsTomasz Miąsko2018-12-121-0/+3
* | tests: Drop compatibility with python 2 from TAP test runnerTomasz Miąsko2018-12-121-4/+1
* | Merge branch 'meson-dep' into 'master'Xavier Claessens2018-12-101-1/+2
|\ \
| * | Meson: Fix declare_dependency() callsXavier Claessens2018-12-101-1/+2
* | | Meson: Fix deprecation warning with 0.49.0 releaseXavier Claessens2018-12-101-1/+1
|/ /
* | glib-mkenums: Support reading @rspfiles for argumentsNirbheek Chauhan2018-12-042-3/+53
|/
* Merge branch 'glib-as-subproject' into 'master'Philip Withnall2018-11-261-1/+1
|\
| * Meson: Add missing include_directories when using glib as subprojectXavier Claessens2018-11-241-1/+1
* | g_value_get_variant: return value is transfer-none not transfer-fullChristoph Reiter2018-11-251-1/+1
|/
* gobject, tests: add tests for autoptr (and lists) with declaredMarco Trevisan (Treviño)2018-11-143-0/+183
* meson: Centralize test timeout valuesSimon McVittie2018-11-011-1/+1
* Add unit test for flags validationArthur Demchenkov2018-11-013-0/+181
* gobject/genums.c: fix flags validationArthur Demchenkov2018-11-011-1/+4
* Merge branch 'nirbheek/macos-library-versions' into 'master'Philip Withnall2018-10-241-0/+1
|\
| * meson: Add macOS libtool versioning for ABI compatibilityNirbheek Chauhan2018-10-221-0/+1
* | build-sys: Pass CFLAGS to $(DTRACE)Colin Walters2018-10-151-1/+1
|/
* gobject: Convert a debug check from an assertion to a g_critical()Philip Withnall2018-10-111-4/+10
* Merge branch 'speling' into 'master'Xavier Claessens2018-09-251-1/+1
|\
| * Spelling: fix spelling of specifySimon McVittie2018-09-251-1/+1
* | meson: Run build-time tests with --tap where supportedSimon McVittie2018-09-241-1/+2
|/
* Meson: Run in TAP mode installed tests that support itXavier Claessens2018-09-231-1/+1
* Merge branch '277-closure-docs' into 'master'Emmanuele Bassi2018-09-052-3/+7
|\
| * gclosure: Minor documentation formatting improvementsPhilip Withnall2018-08-162-3/+3
| * gclosure: Clarify when destroy notifiers are called in documentationPhilip Withnall2018-08-161-0/+4
* | Remove all static ChangeLog filesChristoph Reiter2018-09-041-3973/+0
* | Merge branch '1444-install-tests' into 'master'Xavier Claessens2018-08-161-50/+65
|\ \ | |/ |/|
| * Meson: install gobject testsXavier Claessens2018-08-151-50/+65
* | g_binding_unbind: make it more introspection friendly; allow calling it multi...Christoph Reiter2018-08-162-3/+86
|/
* glib-mkenums: improve and correct argument documentationWill Thompson2018-08-101-6/+7
* glib-mkenums: don't support @filename@/@basename@ in fhead/ftailWill Thompson2018-08-102-20/+91
* tests: mkenums: placate flake8Will Thompson2018-08-101-2/+2
* tests: refactor running glib-mkenumsWill Thompson2018-08-101-63/+68
* docs: Fix a documentation linkPhilip Withnall2018-07-301-1/+1
* Fix annotation of g_binding_unbind() to transfer-fullSebastian Dröge2018-07-251-1/+1
* Merge branch 'meson-python-module' into 'master'Nirbheek Chauhan2018-07-232-6/+3
|\
| * meson: use the new 'python' module instead of the 'python3' one. Closes #1455Christoph Reiter2018-07-192-6/+3
* | meson: Provide our Python tools for buildsnirbheek/override-find-programNirbheek Chauhan2018-07-191-0/+2
|/
* 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