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