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
hosted
1 folder
89 files
Robin Burchell
Add clang-format file
6y ago
0dc9af5f
Tests
AK: Remove relative path in AK testsuite
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
Kernel: Support best fit allocation policy in kmalloc()
6 years ago
BufferStream.h
AK: Reduce header dependency graph of String.h
6 years ago
ByteBuffer.h
AK: Appending 0 bytes to a ByteBuffer should be a no-op (#1699)
6 years ago
CircularDeque.h
AK: Add enqueue_begin() for the CircularDeque class (#1320)
6 years ago
CircularQueue.h
CircularQueue: Move construct a T object instead of copy constructing it
6 years ago
Demangle.h
AK: Reduce header dependency graph of String.h
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: Reduce header dependency graph of String.h
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
FlyString.cpp
AK: Make FlyString a little less hilariously unoptimized :^)
6 years ago
FlyString.h
AK: Add some string comparison operators
6 years ago
Forward.h
AK: Add FlyString, a simple flyweight string class
6 years ago
Function.h
Add clang-format file
6 years ago
HashFunctions.h
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
6 years ago
HashMap.h
AK: Make HashTable and HashMap use size_t for size and capacity
6 years ago
HashTable.h
AK: Expose SinglyLinkedListIterator constructor
6 years ago
IDAllocator.h
Meta: Add license header to source files
6 years ago
IPv4Address.h
AK: Reduce header dependency graph of String.h
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
AK: Simplify JsonObject and JsonArray API a little bit
6 years ago
JsonArraySerializer.h
Meta: Claim copyright for files created by me
6 years ago
JsonObject.h
AK: Add get_or() method to JsonObject
6 years ago
JsonObjectSerializer.h
AK: A few JSON improvements
6 years ago
JsonParser.cpp
AK: Break on end of input in JsonParser::consume_quoted_string Fixes #1599
6 years ago
JsonParser.h
Meta: Add license header to source files
6 years ago
JsonValue.cpp
AK: Add equals method to JsonValue to semantically compare two values.
6 years ago
JsonValue.h
AK: Add equals method to JsonValue to semantically compare two values.
6 years ago
LogStream.cpp
AK: Add a workaround to force dbg() to not prefix output
6 years ago
LogStream.h
AK: Add a workaround to force dbg() to not prefix output
6 years ago
MACAddress.h
Kernel+AK: Separate out MACAddress and move it into AK
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
Memory.h
AK: Move memory stuff (fast memcpy, etc) to a separate header
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: Stop allowing implicit downcast with OwnPtr and NonnullOwnPtr
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: Stop allowing implicit downcast with RefPtr and NonnullRefPtr
6 years ago
NonnullRefPtrVector.h
Meta: Add license header to source files
6 years ago
Optional.h
AK: Move memory stuff (fast memcpy, etc) to a separate header
6 years ago
OwnPtr.h
AK: Stop allowing implicit downcast with OwnPtr and NonnullOwnPtr
6 years ago
Platform.h
AK: Disable the consumable annotation checking to fix Clang build
6 years ago
PrintfImplementation.h
AK: Allow %m.nf specifier for double/float in printf to set fraction with
6 years ago
Queue.h
AK: Make Queue use size_t for its size
6 years ago
QuickSort.h
AK: Make quick_sort() a little more ergonomic
6 years ago
RefCounted.h
AK: Apply changes for the Bootstrapper environment
6 years ago
RefPtr.h
AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr
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: Re-enable building SharedBuffer on OpenBSD after ab57db2bf
6 years ago
SharedBuffer.h
AK: Re-enable building SharedBuffer on OpenBSD after ab57db2bf
6 years ago
SinglyLinkedList.h
AK: Move memory stuff (fast memcpy, etc) to a separate header
6 years ago
StdLibExtras.h
AK: Add forward() overload that refuses to forward lvalue as rvalue
6 years ago
String.cpp
AK: Add String::replace() functionality
6 years ago
String.h
AK: Add String::replace() functionality
6 years ago
StringBuilder.cpp
AK: Reduce header dependency graph of String.h
6 years ago
StringBuilder.h
AK: Add StringBuilder::join() for joining collections with a separator
6 years ago
StringImpl.cpp
AK: Add FlyString, a simple flyweight string class
6 years ago
StringImpl.h
AK: Add FlyString, a simple flyweight string class
6 years ago
StringUtils.cpp
AK: Add FlyString::equals_ignoring_case(StringView)
6 years ago
StringUtils.h
AK: Add FlyString::equals_ignoring_case(StringView)
6 years ago
StringView.cpp
AK: Reduce header dependency graph of String.h
6 years ago
StringView.h
AK: Add FlyString::equals_ignoring_case(StringView)
6 years ago
TemporaryChange.h
Meta: Add license header to source files
6 years ago
TestSuite.h
AK: Move the wildcard-matching implementation to StringUtils
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
Kernel: Add 'ptrace' syscall
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: Use __builtin_memset() and such to reduce header dependencies
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: Make dbgprintf() and dbgputstr() go to stderr on non-Serenity hosts
6 years ago