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
Age
Commit message (
Expand
)
Author
2019-09-28
AK: Add a keep_empty argument to String[View]::substring{_view}
Sergey Bugaev
2019-09-27
Kernel: Make Region single-owner instead of ref-counted
Andreas Kling
2019-09-27
ELF: Make code a little more buildable on other platforms
Andreas Kling
2019-09-22
AK: Add AK_MAKE_NONMOVABLE
Andreas Kling
2019-09-16
Kernel: Move kmalloc() into a Kernel/Heap/ directory
Andreas Kling
2019-09-15
Utf8View: Don't print potentially unterminated string in debug message
Andreas Kling
2019-09-13
Revert "AK: Made Strings reversible"
Andreas Kling
2019-09-13
AK: Made Strings reversible
Jesse Buhagiar
2019-09-13
TestStringView: Add test for starts_with
MinusGix
2019-09-13
StringView: Add starts_with method
MinusGix
2019-09-11
printf: %w, %b, and %p should be zero-padded but not left-padded
Andreas Kling
2019-09-11
AK: Add LogStream operator<< for ByteBuffer
Andreas Kling
2019-09-11
AK: Add String::number(size_t) overload
Andreas Kling
2019-09-08
AK: Fix buffer overrun in Utf8CodepointIterator::operator++
Sergey Bugaev
2019-09-08
AK: Pad %b and %w to two and four places in printf
Conrad Pankoff
2019-09-07
Kernel: Support thread-local storage
Andreas Kling
2019-09-07
AK: Add a useful align_up_to(value, power_of_two) function
Andreas Kling
2019-09-06
AK: When printf assert on unsupported specifier, specify which one!
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-05
Utf8View: Try fixing the travis-ci build
Andreas Kling
2019-09-05
AK: Log UTF-8 validation errors
Sergey Bugaev
2019-09-05
AK: Add some more utility methods to Utf8View
Sergey Bugaev
2019-09-04
Json: Add serializer fast-path for string values
Andreas Kling
2019-09-03
AK: Fix printf %x padding and %p length
Conrad Pankoff
2019-09-02
AK: Abort on unknown printf formatting characters
Conrad Pankoff
2019-09-02
AK: Support %i as an alias for %d in printf
Conrad Pankoff
2019-08-29
Kernel/AK: Add is_zero helpers for IP and MAC addresses
Conrad Pankoff
2019-08-28
AK: Add a Utf8View type for iterating over UTF-8 codepoints
Sergey Bugaev
2019-08-28
AK: Make printf %x actually work properly
Conrad Pankoff
2019-08-27
JSON: Port JsonArray and JsonObject serialization to serializers
Sergey Bugaev
2019-08-27
JSON: Add JSON serializers
Sergey Bugaev
2019-08-26
Kernel: Display virtual addresses as V%p instead of L%x
Andreas Kling
2019-08-25
AK: Make HashTable.h compile inside the SDL2 port
Andreas Kling
2019-08-25
AK: Add StringView::hash()
Andreas Kling
2019-08-25
AK: Add HashMap::find() with customizable finder callback
Andreas Kling
2019-08-25
AK: Add String::operator==(StringView)
Andreas Kling
2019-08-25
AK: Optional::operator bool() should consume the Optional
Andreas Kling
2019-08-23
AK: Make FileSystemPath better at handling relative paths
Andreas Kling
2019-08-19
NonnullPtrVector: Add ptr_at() getters for accessing the NonnullPtr
Andreas Kling
2019-08-18
AK: The printf family was mixing up case and alternate form settings
Andreas Kling
2019-08-17
IntrusiveList: Make Iterator::operator* return a T&
Andreas Kling
2019-08-15
LogStream: Prefix userspace dbg() output with "ProcessName(PID): "
Andreas Kling
2019-08-15
AK: Add a simple TriState type
Andreas Kling
2019-08-15
StringView: Add StringView::operator==(StringView)
Andreas Kling
2019-08-14
AK: Use int_hash() to generate less idiotic hashes for {Nonnull,}OwnPtr
Andreas Kling
2019-08-14
JsonParser: "" is an empty string, not a null value
Andreas Kling
2019-08-14
AK: Make it possible to use HashMap<K, NonnullOwnPtr>::get()
Andreas Kling
2019-08-14
OwnPtr: Add a way to turn an OwnPtr into a NonnullOwnPtr
Andreas Kling
2019-08-13
AK: Support width/alt/caps/padding modifiers for %x in printf
Conrad Pankoff
2019-08-12
Vector: Use memcpy to implement remove() for trivial types
Andreas Kling
[next]