summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Introduce visual_group in GOptionEntryarnaudb/visual-group-in-option-entryArnaud Bonatti2019-09-132-5/+55
* Merge branch 'iov-max' into 'master'Philip Withnall2019-09-131-0/+4
|\
| * Define G_IOV_MAX to 512 on macOS/iOSSebastian Dröge2019-09-101-0/+4
* | Merge branch '1767-scan-build-fixes' into 'master'Nirbheek Chauhan2019-09-1319-18/+44
|\ \
| * | gboxed: Fix two potential NULL pointer dereferencesPhilip Withnall2019-09-051-4/+2
| * | gdbusdaemon: Fix unused variable warningPhilip Withnall2019-09-051-2/+4
| * | gdbusdaemon: Add sanity checks on name refcountingPhilip Withnall2019-09-051-0/+2
| * | tests: Fix a couple of static analysis warnings in autoptr testsPhilip Withnall2019-09-052-0/+10
| * | build: Disable dtrace probes under static analysisPhilip Withnall2019-09-053-3/+9
| * | glib: Various minor scan-build fixesPhilip Withnall2019-09-0512-9/+17
* | | Merge branch '1875-xdgmimecache-robustness' into 'master'Sebastian Dröge2019-09-131-1/+3
|\ \ \
| * | | xdgmime: Prevent infinite loops from badly-formed MIME registrationsPhilip Withnall2019-09-131-1/+3
* | | | Merge branch 'clang-declare-type-unused' into 'master'Philip Withnall2019-09-132-12/+12
|\ \ \ \
| * | | | gmacros: mark functions generated by autoptr macros as unusedMatthew Waters2019-08-281-2/+2
| * | | | gtype: mark the inline functions in G_DECLARE_*_TYPE() as UNUSEDMatthew Waters2019-08-281-10/+10
* | | | | Merge branch 'doc-win' into 'master'Xavier Claessens2019-09-111-2/+7
|\ \ \ \ \
| * | | | | Fix doc build on WindowsXavier Claessens2019-09-091-2/+7
* | | | | | Merge branch 'root-test-fix' into 'master'Nirbheek Chauhan2019-09-101-0/+1
|\ \ \ \ \ \
| * | | | | | tests: Fix skipping mkdir-with-parents-permission testPhilip Withnall2019-09-021-0/+1
* | | | | | | Merge branch 'fix_a_misunderstanding_in_gtypeaddinterface' into 'master'Nirbheek Chauhan2019-09-101-2/+2
|\ \ \ \ \ \ \
| * | | | | | | docs: fix a misunderstanding in g_type_add_interface_*Steve Frécinaux2019-09-041-2/+2
* | | | | | | | Update Punjabi translationA S Alam2019-09-091-1803/+3646
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'remove-gmodule-dyld' into 'master'Sebastian Dröge2019-09-074-159/+0
|\ \ \ \ \ \ \
| * | | | | | | gmodule: remove macOS dyld implementationTom Schoonjans2019-09-074-159/+0
|/ / / / / / /
* | | | | | | Merge branch 'fix-gmodule-macos' into 'master'Nirbheek Chauhan2019-09-073-7/+29
|\ \ \ \ \ \ \
| * | | | | | | gmodule: write test for shared librariesTom Schoonjans2019-09-062-5/+27
| * | | | | | | gmodule: use dl implementation on macOSTom Schoonjans2019-09-061-2/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Update Turkish translationEmin Tufan Çetin2019-09-071-681/+736
|/ / / / / /
* | | | | | Merge branch 'io-create-watch-docs' into 'master'Sebastian Dröge2019-09-061-0/+3
|\ \ \ \ \ \
| * | | | | | giochannel: Clarify type of GSource callback in documentationPhilip Withnall2019-09-061-0/+3
|/ / / / / /
* | | | | | Update Italian translationMilo Casagrande2019-09-061-811/+755
* | | | | | 2.62.02.62.0Philip Withnall2019-09-052-1/+18
* | | | | | Merge branch 'wip/chergert/fix-modification-date-time' into 'master'Philip Withnall2019-09-052-24/+90
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | tests: Add tests for GFileInfo modification timePhilip Withnall2019-09-051-0/+61
| * | | | | tests: Use g_assert_*() rather than g_assert() in g-file-info testPhilip Withnall2019-09-051-22/+22
| * | | | | fileinfo: ignore USEC if not availableChristian Hergert2019-09-051-2/+7
|/ / / / /
* | | | | Update Brazilian Portuguese translationRafael Fontenelle2019-09-051-440/+411
* | | | | Merge branch 'gobject_init-suppression' into 'master'Philip Withnall2019-09-041-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | glib.supp: make gobject_init() calloc also of the possible kindClaudio Saavedra2019-09-041-1/+1
|/ / / /
* | | | Update Friulian translationFabio Tomat2019-09-031-723/+735
| |_|/ |/| |
* | | Merge branch 'fix-sizeof-check' into 'master'Philip Withnall2019-09-021-1/+1
|\ \ \
| * | | garray: Fix reference to GLIB_SIZEOF_INTAlexander Larsson2019-09-021-1/+1
* | | | Merge branch '487-ci-memcheck' into 'master'Sebastian Dröge2019-09-028-18/+142
|\ \ \ \ | |/ / / |/| | |
| * | | tests: Fix some minor memory leaks in testsPhilip Withnall2019-09-022-3/+8
| * | | glib.supp: Add some fundamental type suppressionsPhilip Withnall2019-09-021-0/+18
| * | | glib.supp: Fix some indentationPhilip Withnall2019-09-021-5/+5
| * | | glib.supp: Add leak typesPhilip Withnall2019-09-021-1/+54
| * | | tests: Don’t run Python tests under ValgrindPhilip Withnall2019-09-021-1/+1
| * | | ci: Include stderr output in JUnit XML reportPhilip Withnall2019-09-021-1/+3
| * | | ci: Add valgrind memcheck support on FedoraPhilip Withnall2019-09-022-2/+47