summaryrefslogtreecommitdiff
path: root/glib/grefcount.c
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* grefcount: Optimise g_atomic_ref_count_decNishal Kulkarni2021-05-111-2/+5
* grefcount: Optimise g_atomic_ref_count_incNishal Kulkarni2021-05-101-8/+6
* Merge branch 'wip/clarify-ref-count-api' into 'master'Philip Withnall2021-04-131-0/+8
|\
| * refcount: Clarify when the ref count ends up undefinedJonas Ådahl2021-04-091-0/+8
* | grefcount: Clarify that the initial reference count is 1Dor Askayo2021-04-091-2/+2
|/
* gatomicrefcount: Make g_atomic_ref_count_init non-atomicTomasz Miąsko2018-11-081-2/+2
* Use macros for refcount types APIEmmanuele Bassi2018-06-111-10/+10
* Add reference counting typesEmmanuele Bassi2018-06-111-0/+285