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-07-16
AK: Add a new TestSuite.h from my own work, adapted to match the existing one...
Robin Burchell
2019-07-16
BufferStream: Add a function to fully reset state
Robin Burchell
2019-07-16
BufferStream: Add signed int overloads for read/write
Robin Burchell
2019-07-15
LogStream: Add a simple-ish mechanism for colorizing and styling output.
Andreas Kling
2019-07-15
AK: Add a canonicalized_path() convenience function.
Andreas Kling
2019-07-14
AK/LibAudio: Add stream read operators to AK::BufferStream, and use it in AWa...
Robin Burchell
2019-07-14
AK: Remove some superstition from BufferStream :)
Robin Burchell
2019-07-13
AK: Add Queue::enqueue(const T&).
Andreas Kling
2019-07-13
AK: Support case-insensitive HashMap<String, T>.
Andreas Kling
2019-07-11
AK: Delete bad pointer assignment operators and constructors.
Andreas Kling
2019-07-11
AK: Remove copy_ref().
Andreas Kling
2019-07-11
AK: Remove use of copy_ref().
Andreas Kling
2019-07-11
AK: Make it more more pleasant to copy RefPtr's.
Andreas Kling
2019-07-11
AK: Remove weird RefPtr(RefPtr&) constructor.
Andreas Kling
2019-07-11
AK: Make MappedFile non-copyable.
Andreas Kling
2019-07-11
AK: Remove weird NonnullRefPtr(NonnullRefPtr&) constructor.
Andreas Kling
2019-07-11
AK: Use operator== for comparison in Vector::contains_slow
Robin Burchell
2019-07-11
AK: Add operator== & operator!= to Vector
Robin Burchell
2019-07-11
AKString: add missing comparison operators
Lawrence Manning
2019-07-09
AK: Add Platform.h with an ARCH() macro.
Andreas Kling
2019-07-09
Kernel: Move VirtualAddress.h into VM/
Andreas Kling
2019-07-08
Kernel: Have the open() syscall take an explicit path length parameter.
Andreas Kling
2019-07-08
StringBuilder: Reset the internal builder length after building.
Andreas Kling
2019-07-08
StringView: Rename characters() to characters_without_null_termination().
Andreas Kling
2019-07-08
AK: Add some missing includes in SinglyLinkedList.
Andreas Kling
2019-07-08
AK: Add JsonValue::to_bool().
Andreas Kling
2019-07-08
MappedFile: Fix misuse of StringView::characters().
Andreas Kling
2019-07-08
AK: Add JsonObject::set(key, &&value) overload.
Andreas Kling
2019-07-08
AK: Make it easy to convert between JsonValue and IPv4Address.
Andreas Kling
2019-07-08
AK: Add LogStream operator<< for IPv4Address.
Andreas Kling
2019-07-08
AK: Add IPv4Address::from_string(StringView).
Andreas Kling
2019-07-08
AK: Add a simple Optional<T> template.
Andreas Kling
2019-07-08
String: String::to_int() should fail for any empty string, not just null.
Andreas Kling
2019-07-08
LogStream: Uninline some public functions so the linker can find them.
Andreas Kling
2019-07-04
AK: Add Vector::insert_before_matching(T&&, callback);
Andreas Kling
2019-07-04
Vector: Simplify functions that take both T&& and const T&.
Andreas Kling
2019-07-04
AK: Move some of LogStream out of line & add overloads for smart pointers.
Andreas Kling
2019-07-04
AK: Start fleshing out LogStream, a type-aware logging mechanism.
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-07-03
AK: Add String::number() for creating a String from a number.
Andreas Kling
2019-07-01
AK: Add u8/u16/u32/u64 and i8/i16/i32/i64 typedefs.
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-29
AK: Allow HashMap to be used with non-default-constructible values.
Andreas Kling
2019-06-29
AK: Defer to Traits<T> for equality comparison in container templates.
Andreas Kling
2019-06-29
JsonValue: Add is_bool() and various as_foo() helpers.
Andreas Kling
2019-06-29
JsonValue: No need to null-check StringImpls if type is Type::String.
Andreas Kling
2019-06-29
StringView: Make it easy to construct from a ByteBuffer.
Andreas Kling
2019-06-29
HashTable: Don't use move assignment in set(const T&).
Andreas Kling
2019-06-29
AK: Make a tiny JSON unit test based on a saved VisualBuilder form.
Andreas Kling
2019-06-29
Kernel: Change the format of /proc/all to JSON.
Andreas Kling
[next]