Age | Commit message (Expand) | Author |
---|---|---|
2020-03-08 | AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) | Andreas Kling |
2020-02-25 | AK: Provide a ptr_hash(const void*) overload | Andreas Kling |
2020-02-25 | AK: Add ptr_hash to use int_hash or u64_hash depending on pointer size | joshua stein |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-05 | AK: Add a u64 Trait type | Shannon Booth |
2019-07-03 | AK: Rename the common integer typedefs to make it obvious what they are. | 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-27 | Better int hashing. This was going to bite me sooner or later. | Andreas Kling |