summaryrefslogtreecommitdiff
path: root/glib/grcbox.h
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* glib_typeof: Move definition to its own headerXavier Claessens2021-05-171-6/+2
* glib/gmacros.h: Move `<type_traits>` include to consumersIain Lane2021-02-251-0/+5
* glib_typeof: It is an API break that should be opt-inXavier Claessens2021-01-271-1/+1
* Replace __typeof__ with glib_typeof macroXavier Claessens2020-10-141-9/+9
* glib: Drop G_GNUC_MALLOC usage from various allocation functionsPhilip Withnall2018-08-221-2/+2
* gmacros: Add new private g_has_typeof to abstract __typeof__ checksIain Lane2018-07-161-1/+1
* Rename g_arc_box to g_atomic_rc_boxEmmanuele Bassi2018-07-091-26/+26
* Add size accessor to RcBox and ArcBoxEmmanuele Bassi2018-07-091-0/+6
* Make g_rc_box_dup()/g_arc_box_dup() more genericEmmanuele Bassi2018-07-091-6/+8
* Add atomically refcounted dataEmmanuele Bassi2018-07-091-2/+27
* Add refcounted dataEmmanuele Bassi2018-07-091-0/+55