Age | Commit message (Expand) | Author |
---|---|---|
2020-08-25 | AK: Add Endian.h header to replace NetworkOrdered.h. | asynts |
2020-05-16 | AK: Remove experimental clang -Wconsumed stuff | Andreas Kling |
2020-04-30 | AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros | Andreas Kling |
2020-04-07 | AK: Disable the consumable annotation checking to fix Clang build | Andreas Kling |
2020-04-06 | Bitmap: Add Bitmap::find_next_range_of_unset_bits() | nimelehin |
2020-04-06 | AK: Add count_trailing_zeroes_32() | nimelehin |
2020-02-19 | AK: Use endianness flags to determine if conversion is necessary | Liav A |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-07-25 | AK: Shim open_with_path_length() for non-Serenity builds. | Andreas Kling |
2019-07-25 | AK: Allow NonnullRefPtr::ptr() when in "unknown" typestate. | Andreas Kling |
2019-07-24 | AK: Move clang-specific consumable annotation helpers to Platform.h | Andreas Kling |
2019-07-09 | AK: Add Platform.h with an ARCH() macro. | Andreas Kling |