index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
Platform.h
Age
Commit message (
Expand
)
Author
2021-12-21
AK+Everywhere: Replace __builtin bit functions
Nick Johnson
2021-12-01
Kernel: Add VALIDATE_IS_X86 macro
James Mintram
2021-11-23
AK: On macOS host builds, wrap unistd.h with missing extern "C"
csb6
2021-11-08
AK: Don't define AK_HAS_CONDITIONALLY_TRIVIAL when parsed by CLion IDE
Andreas Kling
2021-10-11
AK: Add support for ARCH(AARCH64) to Platform.h
James Mintram
2021-07-18
Kernel: Introduce basic pre-kernel environment
Gunnar Beutner
2021-07-16
Kernel+AK: Generate compile-time error for non-sized `delete`
Daniel Bertalan
2021-07-10
AK: Remove unused NO_RETURN macro
Gunnar Beutner
2021-07-05
Kernel: Replace raw asm functions with naked ones
Hendiadyoin1
2021-07-05
Kernel: Merge the x86 and x86_64 boot code into a single file
Gunnar Beutner
2021-07-04
AK: Use conditionally trivial special member functions
Daniel Bertalan
2021-06-29
AK: Add RETURNS_NONNULL attribute and use it
Daniel Bertalan
2021-06-24
AK: Use `__attribute__((name))` for functions everywhere
Daniel Bertalan
2021-05-28
AK: Add platform macros to detect presence of AddressSanitizer
Andrew Kaster
2021-05-14
AK: Fix redefinition of macro inside AK/Platform.h
Jean-Baptiste Boric
2021-05-14
AK: Add #define for [[gnu::no_sanitize_address]]
Andrew Kaster
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-03
AK+Kernel: Remove NO_DISCARD macro hack
Linus Groh
2021-01-30
LibGfx: Fix dynamic bitmasks in BMPs
Ben Wiederhake
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2020-12-28
AK: Add CLOCK_*_COARSE aliases for darwin and BSD variants
Andrew Kaster
2020-12-27
AK: Add NO_DISCARD macro to allow clang-format friendly class annotations
Brian Gianforcaro
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