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
2023-04-14
AK: Remove workaround for old macOS SDK
Nico Weber
2023-04-14
AK: Remove unused AK_ARCH_ defines
Nico Weber
2023-04-14
Everywhere: Use ARCH(AARCH64) instead of AK_ARCH_AARCH64
Nico Weber
2023-04-08
AK: Bake CLion IDE check into AK_COMPILER_CLANG
Andreas Kling
2023-03-04
AK: Add Solaris to platform detection
nipos
2023-03-03
AK+readelf: Issue error when using ARCH(arch) with nonexistent arch
Dan Klishch
2022-12-28
AK: Remove ARCH(I386) macro
Andreas Kling
2022-12-28
AK: Remove i686 support
Liav A
2022-12-12
AK: Actually don't include <unistd.h> for windows in Platform.h
Ali Mohammad Pur
2022-12-12
AK: Don't try to include <unistd.h> on windows for PAGE_SIZE
Ali Mohammad Pur
2022-12-03
Everywhere: Remove 'clang-format off' comments that are no longer needed
Linus Groh
2022-11-26
AK: Make it possible to not `using` AK classes into the global namespace
Andreas Kling
2022-11-26
Everywhere: Add support for compilation under emscripten
Ali Mohammad Pur
2022-10-16
Kernel: Add VALIDATE_IS_AARCH64 guard macro
Gunnar Beutner
2022-10-14
AK: Stub out the NAKED macro on AARCH64
Gunnar Beutner
2022-10-12
AK: Fix FreeBSD compilation for clock
Al Hoang
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-10-02
AK: Add more AK_OS_FOO macros, including AK_OS_SERENITY
Andreas Kling
2022-09-29
Lagom: Win32 support baby steps
Diego Iastrubni
2022-09-21
AK+LibJS: Handle NaN-boxing pointers on AArch64
Daniel Bertalan
2022-08-01
AK: Prefix CACHE_ALIGNED & SYSTEM_CACHE_ALIGNMENT_SIZE
Brian Gianforcaro
2022-07-19
AK: Add support for building on Android with API version >= 30
Andrew Kaster
2022-06-26
AK: Recognize __CLION_IDE__ as well as __CLION_IDE_
Ali Mohammad Pur
2022-04-21
AK: Allow alignment to cache line size with CACHE_ALIGNED
kleines Filmröllchen
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
[next]