summaryrefslogtreecommitdiff
path: root/AK/Retained.h
AgeCommit message (Expand)Author
2019-04-14AK: Improve smart pointer ergonomics a bit.Andreas Kling
2019-04-09Kernel: Yet more work on bringing up POSIX SHM.Andreas Kling
2019-04-02LibGUI: Switch to a resizing cursor when hovering or using a GSplitter.Andreas Kling
2019-03-31AK: Tweak CALLABLE_WHEN macro in Retained.Andreas Kling
2019-02-25Convert more RetainPtr use to Retained.Andreas Kling
2019-02-25AK: Add Retained<T>, like RetainPtr, but never null.Andreas Kling