summaryrefslogtreecommitdiff
path: root/glib/garcbox.c
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-2/+2
* doc: Remove trailing dot that confuse gtkdocXavier Claessens2019-07-101-1/+1
* garcbox.c: Fix typo atomit => atomicDaniel Boles2019-06-041-1/+1
* docs: Use the right g_autoptr function when using an auxiliary functionCorentin Noël2019-03-201-1/+1
* Document the alignment for refcounted allocationsEmmanuele Bassi2018-12-181-0/+6
* Align the reference counted allocationsEmmanuele Bassi2018-12-181-4/+6
* Update rcbox annotations for acquire/release functionsEmmanuele Bassi2018-07-091-3/+3
* Add systemtap probes to refcounted dataEmmanuele Bassi2018-07-091-0/+8
* Check for overflow when allocating RcBoxEmmanuele Bassi2018-07-091-2/+1
* Allow NULL clear function when releasing referencesEmmanuele Bassi2018-07-091-11/+3
* Improve docs for g_rc_box/g_atomic_rc_boxEmmanuele Bassi2018-07-091-21/+16
* Rename g_arc_box to g_atomic_rc_boxEmmanuele Bassi2018-07-091-33/+33
* Add size accessor to RcBox and ArcBoxEmmanuele Bassi2018-07-091-0/+23
* Improve the RcBox and ArcBox documentationEmmanuele Bassi2018-07-091-25/+49
* Make g_rc_box_dup()/g_arc_box_dup() more genericEmmanuele Bassi2018-07-091-11/+10
* Add atomically refcounted dataEmmanuele Bassi2018-07-091-0/+333