Age | Commit message (Expand) | Author |
---|---|---|
2020-07-04 | AK: Add Weakable::revoke_weak_ptrs() | Andreas Kling |
2020-06-12 | AK: Remove useless casts | Sergey Bugaev |
2020-02-15 | AK: Make sure that Weakable always has the same memory layout | Andreas Kling |
2020-01-25 | AK: Assert if trying to create a WeakPtr to an object being destroyed | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-06-21 | AK: Rename Retainable.h => RefCounted.h. | Andreas Kling |
2019-06-21 | AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h. | Andreas Kling |
2019-06-21 | AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. | Andreas Kling |
2019-06-21 | AK: Rename Retainable => RefCounted. | Andreas Kling |
2019-05-28 | Add clang-format file | Robin Burchell |
2019-01-31 | Big, possibly complete sweep of naming changes. | Andreas Kling |
2018-10-13 | Start using WeakPtr for some of the WindowManager window pointers. | Andreas Kling |
2018-10-13 | Add WeakPtr/Weakable templates. | Andreas Kling |