summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gmem.h: Use __typeof__() in the g_clear_pointer() macrotype-safe-g-clear-pointer-1425Iain Lane2018-07-121-0/+11
* gobject: Make g_clear_object take a non-volatile GObject **Iain Lane2018-07-123-3/+3
* Merge branch 'revert-08f41d80' into 'master'Emmanuele Bassi2018-07-114-14/+3
|\
| * Revert "Merge branch 'type-safe-g-clear-pointer-1425' into 'master'"Emmanuele Bassi2018-07-114-14/+3
|/
* Updated Slovenian translationMatej Urbančič2018-07-111-179/+187
* Merge branch '640-appinfo-skip-display' into 'master'Emmanuele Bassi2018-07-111-1/+1
|\
| * tests: Fix skipping of appinfo tests when DISPLAY is unsetPhilip Withnall2018-07-111-1/+1
* | Merge branch 'type-safe-g-clear-pointer-1425' into 'master'Philip Withnall2018-07-114-3/+14
|\ \
| * | gmem.h: Use __typeof__() in the g_clear_pointer() macroIain Lane2018-07-111-0/+11
| * | gobject: Make g_clear_object take a non-volatile GObject **Iain Lane2018-07-113-3/+3
| |/
* | Merge branch 'sign-compare' into 'master'Philip Withnall2018-07-114-20/+27
|\ \
| * | gvariant: Fix -Wsign-compare warningsPhilip Withnall2018-07-111-4/+7
| * | grand: Fix -Wsign-compare warningPhilip Withnall2018-07-101-1/+1
| * | gqueue: Fix -Wsign-compare warningsPhilip Withnall2018-07-101-3/+3
| * | garray: Fix -Wsign-compare warningsPhilip Withnall2018-07-101-12/+16
* | | Merge branch '1044-prlimit-fix' into 'master'Philip Withnall2018-07-111-3/+4
|\ \ \ | |_|/ |/| |
| * | tests: Fix error reporting on prlimit() call failurePhilip Withnall2018-07-111-3/+4
* | | Merge branch '927-resource-path-fix' into 'master'Emmanuele Bassi2018-07-112-24/+63
|\ \ \
| * | | gresource: Fix potential array overflow if using empty pathsPhilip Withnall2018-07-052-15/+54
| * | | gresource: Fix wrapping of function return typePhilip Withnall2018-07-051-9/+9
* | | | Merge branch '1402-real-time' into 'master'Philip Withnall2018-07-117-22/+33
|\ \ \ \
| * | | | glib: Don’t use time(NULL) to get current timePhilip Withnall2018-07-097-22/+33
* | | | | Merge branch '340-gdbus-fixme' into 'master'Iain Lane2018-07-101-9/+0
|\ \ \ \ \
| * | | | | gdbusconnection: Drop an outdated TODO commentPhilip Withnall2018-07-101-9/+0
| | |_|/ / | |/| | |
* | | | | Merge branch '1041-atomic-bad-function-cast' into 'master'Emmanuele Bassi2018-07-104-5/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gatomic: Tweak __atomic_load*() calls to work with -Wbad-function-castPhilip Withnall2018-07-104-5/+17
|/ / / /
* | | | Merge branch 'wip/hughsie/g_ref_string_new_len' into 'master'Philip Withnall2018-07-094-0/+76
|\ \ \ \
| * | | | Add a g_ref_string_new_len() to allow creating from non-NUL byte arraysRichard Hughes2018-07-094-0/+76
| | |_|/ | |/| |
* | | | Merge branch '1201-inotify-linking' into 'master'Philip Withnall2018-07-092-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | gio: Link inotify file monitor to GLib and GObjectPhilip Withnall2018-07-092-1/+5
* | | | Merge branch 'refcount-box' into 'master'Emmanuele Bassi2018-07-0919-0/+1717
|\ \ \ \ | |/ / / |/| | |
| * | | Update rcbox annotations for acquire/release functionsEmmanuele Bassi2018-07-092-6/+6
| * | | Increase coverage of atomic refcounted dataEmmanuele Bassi2018-07-091-0/+85
| * | | Increase coverage for GRefStringEmmanuele Bassi2018-07-091-0/+12
| * | | Add missing trasfer annotation for g_ref_string_new()Emmanuele Bassi2018-07-091-1/+1
| * | | Allow empty strings to be refcountedEmmanuele Bassi2018-07-091-5/+5
| * | | Add systemtap probes to refcounted dataEmmanuele Bassi2018-07-094-0/+67
| * | | Fix the implementation of interned refstringsEmmanuele Bassi2018-07-091-15/+92
| * | | Add missing copyright noticeEmmanuele Bassi2018-07-091-0/+18
| * | | Check for overflow when allocating RcBoxEmmanuele Bassi2018-07-093-5/+9
| * | | Allow NULL clear function when releasing referencesEmmanuele Bassi2018-07-092-22/+6
| * | | Improve docs for g_rc_box/g_atomic_rc_boxEmmanuele Bassi2018-07-092-43/+33
| * | | Rename g_arc_box to g_atomic_rc_boxEmmanuele Bassi2018-07-093-67/+67
| * | | Add length accessor for GRefStringEmmanuele Bassi2018-07-094-0/+23
| * | | Add size accessor to RcBox and ArcBoxEmmanuele Bassi2018-07-095-0/+55
| * | | Add reference counted stringsEmmanuele Bassi2018-07-0912-0/+308
| * | | Improve the RcBox and ArcBox documentationEmmanuele Bassi2018-07-092-51/+105
| * | | Make g_rc_box_dup()/g_arc_box_dup() more genericEmmanuele Bassi2018-07-094-33/+103
| * | | Add atomically refcounted dataEmmanuele Bassi2018-07-098-32/+447
| * | | Add refcounted dataEmmanuele Bassi2018-07-0910-0/+555
|/ / /