Age | Commit message (Expand) | Author |
---|---|---|
2020-05-16 | AK: Remove experimental clang -Wconsumed stuff | Andreas Kling |
2020-05-08 | AK: Add templated NonnullOwnPtr::release_nonnull() | Andreas Kling |
2020-04-05 | AK: Stop allowing implicit downcast with OwnPtr and NonnullOwnPtr | Andreas Kling |
2020-04-01 | AK: Add adopt_own() to create a NonnullOwnPtr<T> from a T& | Andreas Kling |
2020-02-10 | AK: Remove bitrotted Traits::dump() mechanism | Andreas Kling |
2020-01-19 | AK: Add NonnullOwnPtr::swap() as well for symmetry | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-11-07 | AK: Delete operator!() and operator bool() from the Nonnull pointers | Andreas Kling |
2019-08-14 | AK: Use int_hash() to generate less idiotic hashes for {Nonnull,}OwnPtr | Andreas Kling |
2019-08-14 | AK: Make it possible to use HashMap<K, NonnullOwnPtr>::get() | Andreas Kling |
2019-07-25 | AK: Simplify NonnullPtrVector template a bit. | Andreas Kling |
2019-07-24 | AK: Add NonnullOwnPtr. | Andreas Kling |