summaryrefslogtreecommitdiffstats
path: root/src/util/parented_ptr.h
AgeCommit message (Expand)Author
2019-11-25Prevent unintended invocation of delete on parented_ptrUwe Klotz
2019-11-25Remove anonymous namespace from parented_ptr headerUwe Klotz
2019-06-23parented_ptr: [Bugfix] (non-narrowing) conversionhaslersn
2019-06-18parented_ptr: [Bugfix] nullptr_t is in namespace stdhaslersn
2019-06-17parented_ptr: Update class comment due to the previous workhaslersn
2019-06-17parented_ptr: Fix dangling default constructed parented_ptrhaslersn
2019-06-17parented_ptr: Change include util/memory.h -> memoryhaslersn
2019-06-16parented_ptr: Use comments as in the Mixxx coding guidelineshaslersn
2019-06-16fixup! parented_ptr: Assert parent at destruction instead of constructionhaslersn
2019-06-16fixup! parented_ptr: Assert parent at destruction instead of constructionhaslersn
2019-06-16parented_ptr: Assert parent at destruction instead of constructionhaslersn
2017-11-11Use checkbox menu in crate selection.Daniel Poelzleithner
2017-02-16Fix comparison typenames and != operatorjmigual
2017-02-15Moved all comparison operatorsjmigual
2017-02-15Add raw pointer left operand comparison in parented_ptrjmigual
2017-02-15make parented_ptr hack __GCC__ onlyDaniel Schürmann
2017-02-15fix recursive loop in parent_ptr gcc 4 codeDaniel Schürmann
2017-02-14improve parented_ptr for gcc 4.8Daniel Schürmann
2017-02-07Fix typo in parented_ptrTimothy Rae
2017-02-07Disable copying in "parented_ptr"Timothy Rae
2017-01-23Introduce parented_ptr<T> class which is owned by the QT object treeTimothy Rae