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
master
204 files
.clang-tidy
Meta: Add basic clang-tidy configuration
4 years ago
AllOf.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
AnyOf.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
ArbitrarySizedEnum.h
AK: Patch `ArbitrarySizedEnum` operators for missing constructor
3 years ago
Array.h
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
3 years ago
Assertions.cpp
AK: Always define ak_assertion_failed, even when NDEBUG is false
3 years ago
Assertions.h
AK: Always define ak_assertion_failed, even when NDEBUG is false
3 years ago
Atomic.h
Everywhere: Stop shoving things into ::std and mentioning them as such
3 years ago
AtomicRefCounted.h
Everywhere: Remove unused includes of AK/StdLibExtras.h
3 years ago
Badge.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
Base64.cpp
AK+LibWeb: Move decode forgiving base64 under Web::Infra namespace
3 years ago
Base64.h
AK+LibWeb: Move decode forgiving base64 under Web::Infra namespace
3 years ago
BigIntBase.h
AK: Introduce "BigIntBase.h" for common simple operations on big ints
3 years ago
BinaryBufferWriter.h
Everywhere: Remove unnecessary AK and Detail namespace scoping
3 years ago
BinaryHeap.h
Everywhere: Run clang-format
3 years ago
BinarySearch.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
BitCast.h
Everywhere: Run clang-format
3 years ago
BitStream.h
AK: Read and write accumulated BitStream bits directly
3 years ago
Bitmap.h
AK: Replace C-style casts
3 years ago
BitmapView.h
AK: Replace C-style casts
3 years ago
BufferedStream.h
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
3 years ago
BuiltinWrappers.h
AK: Fix build with !USING_AK_GLOBALLY
3 years ago
BumpAllocator.h
AK: Replace C-style casts
3 years ago
ByteBuffer.h
AK: Replace C-style casts
3 years ago
ByteReader.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
CMakeLists.txt
Userland+AK: Stop using getopt() for ArgsParser
3 years ago
CharacterTypes.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
Checked.h
AK: Use __has_builtin() in Checked.h
3 years ago
CheckedFormatString.h
AK: Move compiletime_fail to StdLibExtras.h
3 years ago
CircularBuffer.cpp
AK+Test: Fix a logic error in `CircularBuffer::offset_of()`
3 years ago
CircularBuffer.h
AK: Add an optional starting offset to `CircularBuffer::offset_of`
3 years ago
CircularDeque.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
CircularQueue.h
AK: Remove `CircularDuplexStream`
3 years ago
Complex.h
Everywhere: Run clang-format
3 years ago
Concepts.h
AK: Add the `ConvertibleTo` concept
3 years ago
DOSPackedTime.cpp
AK: Add conversion functions for packed DOS time format
3 years ago
DOSPackedTime.h
AK: Add conversion functions for packed DOS time format
3 years ago
DateConstants.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
Debug.h.in
LibCMake: Introduce a CMake lexer
3 years ago
DefaultDelete.h
AK+Everywhere: Move custom deleter capability to OwnPtr
3 years ago
Demangle.h
Everywhere: Rename to_{string => deprecated_string}() where applicable
3 years ago
DeprecatedFlyString.cpp
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
3 years ago
DeprecatedFlyString.h
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
3 years ago
DeprecatedString.cpp
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
3 years ago
DeprecatedString.h
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
3 years ago
Diagnostics.h
AK: Add a helper macro to temporarily ignore diagnostics with _Pragma()
3 years ago
DisjointChunks.h
AK: Remove `try_` prefix from FixedArray creation functions
3 years ago
DistinctNumeric.h
AK: Add a type alias for DistinctNumeric's underlying type
3 years ago
DoublyLinkedList.h
Everywhere: Run clang-format
3 years ago
Endian.h
AK: Remove the deprecated Stream implementation :^)
3 years ago
EnumBits.h
Everywhere: Remove unused includes of AK/StdLibExtras.h
3 years ago
Error.cpp
AK: Add a new method to propagate errno while printing errors in Kernel
3 years ago
Error.h
AK: Provide `is_errno` for Kernel Errors
3 years ago
ExtraMathConstants.h
Userland: Move non-standard math constants from math.h
5 years ago
FPControl.h
AK: Add a cpp-y, more fine grained version of fenv.h: FPControl.h
4 years ago
Find.h
Everywhere: Run clang-format
3 years ago
FixedArray.h
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
3 years ago
FixedPoint.h
AK: Remove signbit definition to prevent conflict in FixedPoint
3 years ago
FloatingPoint.h
Everywhere: Remove unused includes of AK/Concepts.h
3 years ago
FloatingPointStringConversions.cpp
AK+LibAudio: Remove UFixedBigInt::my_size
3 years ago
FloatingPointStringConversions.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
FlyString.cpp
AK: Add FlyString::from_deprecated_fly_string()
3 years ago
FlyString.h
AK: Add FlyString::from_deprecated_fly_string()
3 years ago
Format.cpp
AK+Kernel: Add includes before removing Kernel/ProcessExposed.h
3 years ago
Format.h
AK: Allow zero-valued signed size types in format strings
3 years ago
Forward.h
AK: Forward-declare LexicalPath
3 years ago
Function.h
AK: Check the return type in `IsCallableWithArguments`
3 years ago
FuzzyMatch.cpp
Everywhere: Remove string.h include from AK/Traits.h and resolve fallout
3 years ago
FuzzyMatch.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
GenericLexer.cpp
Everywhere: Rename to_{string => deprecated_string}() where applicable
3 years ago
GenericLexer.h
AK+Everywhere: Make GenericLexer::ignore_until() stop before the value
3 years ago
GenericShorthands.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
HashFunctions.h
AK: Remove unused `rehash_for_collision`
3 years ago
HashMap.h
AK: Add missing const qualifier to HashCompatible HashMap::contains()
3 years ago
HashTable.h
AK: Add `take_first` to HashTable and rename `pop` to `take_last`
3 years ago
Hex.cpp
AK: Disallow returning of string literals for errors in kernel code
3 years ago
Hex.h
AK+Everywhere: Rename String to DeprecatedString
3 years ago
IDAllocator.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
IPv4Address.h
AK: Remove unused network ordered 'address' variable
3 years ago
IPv6Address.h
AK: Don't inherit Formatter<ErrorOr<T>> for Formatter<IPv6Address>
3 years ago
InsertionSort.h
AK: Introduce cutoff to insertion sort for Quicksort
4 years ago
IntegralMath.h
AK: Implement FloatExtractor<f128>
3 years ago
IntrusiveDetails.h
Kernel: Make self-contained locking smart pointers their own classes
3 years ago
IntrusiveList.h
AK: Remove unimplemented methods
3 years ago
IntrusiveListRelaxedConst.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
IntrusiveRedBlackTree.h
Everywhere: Remove unnecessary AK and Detail namespace scoping
3 years ago
IterationDecision.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
Iterator.h
AK+Everywhere: Rename String to DeprecatedString
3 years ago
JsonArray.h
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
3 years ago
JsonArraySerializer.h
AK+Everywhere: Rename String to DeprecatedString
3 years ago
JsonObject.cpp
AK: Remove JsonObject::get_deprecated() and ::get_ptr() :^)
3 years ago
JsonObject.h
AK: Remove JsonObject::get_deprecated() and ::get_ptr() :^)
3 years ago
JsonObjectSerializer.h
Everywhere: Remove string.h include from AK/Traits.h and resolve fallout
3 years ago
JsonParser.cpp
Everywhere: Rename to_{string => deprecated_string}() where applicable
3 years ago
JsonParser.h
AK+Everywhere: Rename String to DeprecatedString
3 years ago
JsonPath.cpp
AK: Replace uses of JsonObject::get_deprecated()/get_ptr()
3 years ago
JsonPath.h
Everywhere: Rename to_{string => deprecated_string}() where applicable
3 years ago
JsonValue.cpp
AK: Replace uses of JsonObject::get_deprecated()/get_ptr()
3 years ago
JsonValue.h
AK: Add JsonValue::{is,as}_integer() methods
3 years ago
LEB128.h
Everywhere: Remove the `AK::` qualifier from Stream usages
3 years ago
LexicalPath.cpp
AK: Create relative path even if prefix is not an ancestor of the path
3 years ago
LexicalPath.h
AK: Add LexicalPath::is_child_of
3 years ago
MACAddress.h
Everywhere: Rename to_{string => deprecated_string}() where applicable
3 years ago
Math.h
AK: Add constexpr floor and round
3 years ago
MaybeOwned.h
AK: Move `Handle` from `LibCore` and name it `MaybeOwned`
3 years ago
MemMem.h
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
3 years ago
Memory.h
Everywhere: Remove unused includes of LibC/stdlib.h
3 years ago
MemoryStream.cpp
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
3 years ago
MemoryStream.h
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
3 years ago
NeverDestroyed.h
Everywhere: Run clang-format
3 years ago
NoAllocationGuard.h
AK: Restrict include of LibC header
3 years ago
Noncopyable.h
Everywhere: Run clang-format
4 years ago
NonnullOwnPtr.h
AK: Replace C-style casts
3 years ago
NonnullRefPtr.h
Revert "AK: Disallow constness laundering in RefPtr and NonnullRefPtr"
3 years ago
NumberFormat.cpp
AK: Add an option to format numbers with 1000 based units
3 years ago
NumberFormat.h
AK: Add an option to format numbers with 1000 based units
3 years ago
NumericLimits.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
OptionParser.cpp
Userland+AK: Stop using getopt() for ArgsParser
3 years ago
OptionParser.h
Userland+AK: Stop using getopt() for ArgsParser
3 years ago
Optional.h
AK: Export the OptionalNone helper structure
3 years ago
OwnPtr.h
AK: Move try_make() to NonnullOwnPtr.h
3 years ago
Platform.h
AK: Add Solaris to platform detection
3 years ago
PrintfImplementation.h
Everywhere: Remove string.h include from AK/Traits.h and resolve fallout
3 years ago
Ptr32.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
Queue.h
Everywhere: Run clang-format
3 years ago
QuickSelect.h
AK: Add thresholds to `quickselect_inline` and `Statistics::Median`
3 years ago
QuickSort.h
AK: Change quicksort comments to standard // style
3 years ago
Random.cpp
AK: Introduce get_random_uniform()
4 years ago
Random.h
AK: Remove specialized shuffle for NonnullPtrVector
3 years ago
RecursionDecision.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
RedBlackTree.h
Everywhere: Run clang-format
3 years ago
RefCountForwarder.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
RefCounted.h
Everywhere: Remove unused includes of AK/StdLibExtras.h
3 years ago
RefPtr.h
Revert "AK: Disallow constness laundering in RefPtr and NonnullRefPtr"
3 years ago
Result.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
ReverseIterator.h
AK+Everywhere: Rename String to DeprecatedString
3 years ago
SIMD.h
AK: Add char SIMD types
4 years ago
SIMDExtras.h
LibGfx: Implement PNG filtering on write
3 years ago
SIMDMath.h
AK+readelf: Issue error when using ARCH(arch) with nonexistent arch
3 years ago
ScopeGuard.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
ScopeLogger.h
Everywhere: Rename to_{string => deprecated_string}() where applicable
3 years ago
ScopedValueRollback.h
Everywhere: Run clang-format
3 years ago
Singleton.h
Kernel: Turn lock ranks into template parameters
3 years ago
SinglyLinkedList.h
AK: Combine SinglyLinkedList and SinglyLinkedListWithCount
3 years ago
SinglyLinkedListSizePolicy.h
AK: Combine SinglyLinkedList and SinglyLinkedListWithCount
3 years ago
SourceGenerator.h
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
3 years ago
SourceLocation.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
Span.h
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
3 years ago
Stack.h
Everywhere: Run clang-format
3 years ago
StackInfo.cpp
AK: Add support for Solaris to StackInfo
3 years ago
StackInfo.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
Statistics.h
AK: Add thresholds to `quickselect_inline` and `Statistics::Median`
3 years ago
StdLibExtraDetails.h
AK: Move the definition of `IsCallableWithArguments` to `Function.h`
3 years ago
StdLibExtras.h
AK: Replace C-style casts
3 years ago
Stream.cpp
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
3 years ago
Stream.h
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
3 years ago
String.cpp
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
3 years ago
String.h
AK: Make FlyString::hash() use the cached hash in StringData if possible
3 years ago
StringBuilder.cpp
AK: Remove infallible version of StringBuilder::to_byte_buffer
3 years ago
StringBuilder.h
AK: Remove infallible version of StringBuilder::to_byte_buffer
3 years ago
StringFloatingPointConversions.cpp
AK+LibCrypto: Delete 64x64 wide multiplication workarounds
3 years ago
StringFloatingPointConversions.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
StringHash.h
AK: Replace C-style casts
3 years ago
StringImpl.cpp
AK: Make Deprecated{Fly,}String and StringImpl const-correct
3 years ago
StringImpl.h
AK: Make Deprecated{Fly,}String and StringImpl const-correct
3 years ago
StringUtils.cpp
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
3 years ago
StringUtils.h
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
3 years ago
StringView.cpp
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
3 years ago
StringView.h
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
3 years ago
TemporaryChange.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
Time.cpp
AK: Reimplement comparisons on AK::Time using operator<=>
3 years ago
Time.h
Everywhere: Remove string.h include from AK/Traits.h and resolve fallout
3 years ago
Traits.h
AK: Replace C-style casts
3 years ago
Trie.h
Everywhere: Run clang-format
3 years ago
Try.h
AK+Everywhere: Do not implicitly copy variables in TRY macros
3 years ago
Tuple.h
Everywhere: Run clang-format
3 years ago
TypeCasts.h
Everywhere: Remove unused includes of AK/StdLibExtras.h
3 years ago
TypeList.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
TypedTransfer.h
Everywhere: Stop shoving things into ::std and mentioning them as such
3 years ago
Types.h
AK: Replace C-style casts
3 years ago
UBSanitizer.h
Everywhere: Fix badly-formatted includes
3 years ago
UFixedBigInt.h
AK+LibAudio: Remove UFixedBigInt::my_size
3 years ago
UFixedBigIntDivision.h
AK: Implement Knuth's algorithm D for dividing UFixedBigInt's
3 years ago
URL.cpp
AK+Tests+LibWeb: Make `URL::complete_url()` take a StringView
3 years ago
URL.h
AK: Add new String constructor to URL
3 years ago
URLParser.cpp
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
3 years ago
URLParser.h
AK: Make it possible to not `using` AK classes into the global namespace
3 years ago
UUID.cpp
AK: Stop using `DeprecatedString` in `UUID`
3 years ago
UUID.h
AK: Stop using `DeprecatedString` in `UUID`
3 years ago
UnicodeUtils.h
AK: Replace C-style casts
3 years ago
Userspace.h
AK: Replace C-style casts
3 years ago
Utf16View.cpp
AK: Add spec comments to Utf16CodePointIterator::operator*()
3 years ago
Utf16View.h
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
3 years ago
Utf32View.cpp
AK: Prepare Utf32View for use within templated LibGfx contexts
3 years ago
Utf32View.h
AK: Add a Utf32View::substring_view overload to take only an offset
3 years ago
Utf8View.cpp
AK: Compute UTF-8 code point lengths using only leading bytes
3 years ago
Utf8View.h
AK: Replace C-style casts
3 years ago
Variant.h
AK+LibWeb: Implement Variant equality operator
3 years ago
Vector.h
AK: Always initialize vector capacity to inline_capacity
3 years ago
WeakPtr.h
AK: Make WeakPtr<T>::value() return NonnullRefPtr<T>
3 years ago
Weakable.h
Everywhere: Run clang-format
3 years ago
kmalloc.cpp
AK: Provide a fallback definition for `std::nothrow`
3 years ago
kmalloc.h
AK: Fully qualify some usages of AK features outside of the AK namespace
3 years ago
kstdio.h
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
3 years ago