Age | Commit message (Expand) | Author |
---|---|---|
2020-09-25 | Meta+AK: Make clang-format-10 clean | Ben Wiederhake |
2020-08-05 | AK: Decorate atomic compare exchange operations with [[nodiscard]] | Brian Gianforcaro |
2020-07-03 | AK: Fixes for atomic pointers | Tom |
2020-06-12 | AK: ALWAYS_INLINE most Atomic<T> methods | Sergey Bugaev |
2020-06-04 | AK: Add atomic free functions | Tom |
2020-05-20 | Revert "AK: Add AtomicRef, for atomically accesing a reference to a varaible" | Andreas Kling |
2020-05-20 | AK: Add AtomicRef, for atomically accesing a reference to a varaible | Andrew Kaster |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-12 | AK: Run clang-format on Atomic.h | Andreas Kling |
2019-11-16 | AK: Atomic.h needs <stddef.h> for ptrdiff_t | Andreas Kling |
2019-10-12 | AK: Add Atomic.h | Tom |