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