Age | Commit message (Expand) | Author |
---|---|---|
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 |