tangled
alpha
login
or
join now
jcs.org
/
serenity
0
fork
atom
Serenity Operating System
0
fork
atom
overview
issues
pulls
pipelines
serenity
/
AK
/
at
portability
1 folder
84 files
Robin Burchell
Add clang-format file
6y ago
0dc9af5f
Tests
AK: Add StringView::starts_with(char) & StringView::ends_with(char)
6 years ago
Assertions.h
AK: Apply changes for the Bootstrapper environment
6 years ago
Atomic.h
Meta: Add license header to source files
6 years ago
Badge.h
Meta: Add license header to source files
6 years ago
BinarySearch.h
Kernel: Optimize VM range deallocation a bit
6 years ago
Bitmap.h
AK: Some more int => size_t in Bitmap
6 years ago
BufferStream.h
AK: Use size_t for ByteBuffer sizes
6 years ago
ByteBuffer.h
AK: Use size_t for ByteBuffer sizes
6 years ago
CircularDeque.h
AK: Use size_t for CircularQueue and CircularDeque
6 years ago
CircularQueue.h
AK: Use size_t for CircularQueue and CircularDeque
6 years ago
Demangle.h
Toolchain: Build demangling into LibC except during toolchain build
6 years ago
DoublyLinkedList.h
Meta: Add license header to source files
6 years ago
Error.h
Meta: Add license header to source files
6 years ago
FileSystemPath.cpp
AK: Make Vector use size_t for its size and capacity
6 years ago
FileSystemPath.h
AK: Add a forward declaration header
6 years ago
FixedArray.h
Kernel: Use a FixedArray for a process's extra GIDs
6 years ago
Forward.h
AK: Make Vector use size_t for its size and capacity
6 years ago
Function.h
Add clang-format file
6 years ago
HashFunctions.h
AK: Provide a ptr_hash(const void*) overload
6 years ago
HashMap.h
AK: Make HashTable and HashMap use size_t for size and capacity
6 years ago
HashTable.h
AK: Make HashTable and HashMap use size_t for size and capacity
6 years ago
IDAllocator.h
Meta: Add license header to source files
6 years ago
IPv4Address.h
AK: Add a forward declaration header
6 years ago
InlineLRUCache.h
Meta: Add license header to source files
6 years ago
InlineLinkedList.h
Meta: Add license header to source files
6 years ago
IntrusiveList.h
LibCore: Add a forward declaration header
6 years ago
IterationDecision.h
Meta: Add license header to source files
6 years ago
JsonArray.h
Meta: Add license header to source files
6 years ago
JsonArraySerializer.h
Meta: Claim copyright for files created by me
6 years ago
JsonObject.h
AK: Apply changes for the Bootstrapper environment
6 years ago
JsonObjectSerializer.h
AK: Add JsonObjectSerializer::add(key, bool) overload
6 years ago
JsonParser.cpp
Meta: Add license header to source files
6 years ago
JsonParser.h
Meta: Add license header to source files
6 years ago
JsonValue.cpp
AK: Apply changes for the Bootstrapper environment
6 years ago
JsonValue.h
AK: Add a forward declaration header
6 years ago
LogStream.cpp
Kernel: Replace "current" with Thread::current and Process::current
6 years ago
LogStream.h
AK: Add a forward declaration header
6 years ago
Makefile
Build: clean up build system, use one shared Makefile
6 years ago
MappedFile.cpp
Meta: Add license header to source files
6 years ago
MappedFile.h
Meta: Add license header to source files
6 years ago
NetworkOrdered.h
AK: Use endianness flags to determine if conversion is necessary
6 years ago
NeverDestroyed.h
AK: Fixed a typo in NeverDestroyed.h (#1228)
6 years ago
Noncopyable.h
Meta: Add license header to source files
6 years ago
NonnullOwnPtr.h
AK: Remove bitrotted Traits::dump() mechanism
6 years ago
NonnullOwnPtrVector.h
Meta: Add license header to source files
6 years ago
NonnullPtrVector.h
Meta: Add license header to source files
6 years ago
NonnullRefPtr.h
AK: Let's call decrementing reference counts "unref" instead of "deref"
6 years ago
NonnullRefPtrVector.h
Meta: Add license header to source files
6 years ago
Optional.h
AK: Zero-initialize the internal storage of Optional
6 years ago
OwnPtr.h
AK: Add ptr_hash to use int_hash or u64_hash depending on pointer size
6 years ago
Platform.h
AK: Use endianness flags to determine if conversion is necessary
6 years ago
PrintfImplementation.h
AK: Fix bug where "%s" with field width would print too many characters
6 years ago
Queue.h
AK: Make Queue use size_t for its size
6 years ago
QuickSort.h
Meta: Add license header to source files
6 years ago
RefCounted.h
AK: Apply changes for the Bootstrapper environment
6 years ago
RefPtr.h
AK: Add ptr_hash to use int_hash or u64_hash depending on pointer size
6 years ago
Result.h
Meta: Add license header to source files
6 years ago
ScopeGuard.h
Meta: Add license header to source files
6 years ago
ScopedValueRollback.h
Meta: Add license header to source files
6 years ago
SharedBuffer.cpp
AK: #ifdef out the contents of SharedBuffer on other platforms
6 years ago
SharedBuffer.h
AK: #ifdef out the contents of SharedBuffer on other platforms
6 years ago
SinglyLinkedList.h
Meta: Add license header to source files
6 years ago
StdLibExtras.h
AK: Apply changes for the Bootstrapper environment
6 years ago
String.cpp
AK: Add String starts_with(char) & ends_with(char)
6 years ago
String.h
AK: Add String starts_with(char) & ends_with(char)
6 years ago
StringBuilder.cpp
AK: Add a forward declaration header
6 years ago
StringBuilder.h
AK: Add StringBuilder::is_empty()
6 years ago
StringImpl.cpp
AK: Have AK/kmalloc.h #include <new> on other platforms
6 years ago
StringImpl.h
Meta: Add license header to source files
6 years ago
StringView.cpp
AK: Add StringView::starts_with(char) & StringView::ends_with(char)
6 years ago
StringView.h
AK: Add StringView::starts_with(char) & StringView::ends_with(char)
6 years ago
TemporaryChange.h
Meta: Add license header to source files
6 years ago
TestSuite.h
Meta: Add license header to source files
6 years ago
Time.h
Meta: Add license header to source files
6 years ago
Traits.h
AK: Add HashMap, HashTable and Traits to Forward.h
6 years ago
Types.h
AK: Add support for 64-bit size_t
6 years ago
URL.cpp
AK: Make Vector use size_t for its size and capacity
6 years ago
URL.h
Meta: Add license header to source files
6 years ago
Utf8View.cpp
AK, LibGfx, LibGUI: Initialize various variables to zero.
6 years ago
Utf8View.h
Meta: Claim copyright for files created by me
6 years ago
Vector.h
AK: Make Vector use size_t for its size and capacity
6 years ago
WeakPtr.h
AK: Assert if trying to create a WeakPtr to an object being destroyed
6 years ago
Weakable.h
AK: Make sure that Weakable always has the same memory layout
6 years ago
kmalloc.h
AK: Have AK/kmalloc.h #include <new> on other platforms
6 years ago
kstdio.h
AK: Don't bring in LibBareMetal's kstdio.h in userspace
6 years ago