summaryrefslogtreecommitdiff
path: root/thunk.h
AgeCommit message (Expand)Author
2021-09-03thunk: add some parens around truth valuesHEADmasterVito Caputo
2021-08-24thunk: use __sync intrinsics for free listsVito Caputo
2021-08-23thunk: add some helpers for filtering thunk returnsVito Caputo
2021-08-23thunk: deprecate thunk_dispatch_keep()Vito Caputo
2021-08-17thunk: introduce thunk_t.free and thunk_free()Vito Caputo
2020-11-19thunk: fixup expand max number of thunk parameters to 12Vito Caputo
2020-11-18thunk: clear thunk instance payloadsVito Caputo
2020-11-16thunk: mark functions w/gcc unused attributeVito Caputo
2020-11-16thunk: add thunk_dispatch_keep() non-freeing variantVito Caputo
2020-11-04thunk: introduce split instantiation and payloadsVito Caputo
2020-11-04thunk: introduce public variant of THUNK_DEFINEVito Caputo
2020-11-04thunk: s/THUNK_DEFINE/THUNK_DEFINE_STATIC/Vito Caputo
2020-11-04thunk: double up THUNK() macroVito Caputo
2020-11-04thunk: s/_THUNK_GEN_INSTANTIATE/_THUNK_GEN_INITIALIZE/Vito Caputo
2020-11-04thunk: expand max number of thunk parameters to 12Vito Caputo
2020-11-04thunk: switch from pragma to classical header guardVito Caputo
2018-12-11thunk: fixup handling arity=0 thunksVito Caputo
2018-05-17thunk: default to static for everythingVito Caputo
2016-06-04thunk: initial commitVito Caputo
© All Rights Reserved