summaryrefslogtreecommitdiff
path: root/Documentation/SmartPointers.md
AgeCommit message (Expand)Author
2022-02-03AK: Convert the try_make<T> factory function to use ErrorOrIdan Horowitz
2022-02-03Kernel: Convert try_make_ref_counted to use ErrorOrIdan Horowitz
2022-01-15Documentation: Update names of RefPtr helper functionsRummskartoffel
2021-09-11Documentation: Fix slightly-broken headersBen Wiederhake
2021-06-29Documentation: Document changes to creating smart pointersDaniel Bertalan
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2020-03-20Documentation: Tweak document about smart pointers a bitAndreas Kling
2020-01-23AK: Let's call decrementing reference counts "unref" instead of "deref"Andreas Kling
2019-08-01Documentation: Add a paragraph about NonnullOwnPtr to SmartPointers.mdAndreas Kling
2019-06-21Documentation: Update SmartPointers.md with new pointer names.Andreas Kling
2019-05-15Documentation: Add a brief description of Serenity's smart pointer types.Andreas Kling