summaryrefslogtreecommitdiff
path: root/glib/grcbox.c
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* doc: Remove trailing dot that confuse gtkdocXavier Claessens2019-07-101-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-11/+57
* grcbox: Fix typo in docMohammed Sadiq2018-07-301-1/+1
* Update rcbox annotations for acquire/release functionsEmmanuele Bassi2018-07-091-3/+3
* Add systemtap probes to refcounted dataEmmanuele Bassi2018-07-091-0/+10
* Check for overflow when allocating RcBoxEmmanuele Bassi2018-07-091-3/+7
* 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-22/+17
* Add size accessor to RcBox and ArcBoxEmmanuele Bassi2018-07-091-0/+23
* Improve the RcBox and ArcBox documentationEmmanuele Bassi2018-07-091-26/+56
* Make g_rc_box_dup()/g_arc_box_dup() more genericEmmanuele Bassi2018-07-091-10/+9
* Add atomically refcounted dataEmmanuele Bassi2018-07-091-30/+29
* Add refcounted dataEmmanuele Bassi2018-07-091-0/+398