index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
Age
Commit message (
Expand
)
Author
2023-02-01
CI: Move running LibWeb layout tests to Azure
Timothy Flynn
2023-02-01
LibGfx+Tests: Remove code unnecessary after 9e7c16d0a44052e598103
Nico Weber
2023-02-01
LibGfx: Move TestImageDecoder over to input file approach in 8cfabbcd933
Nico Weber
2023-02-01
LibGfx: Move TestFontHandling over to input file approach in 8cfabbcd933
Nico Weber
2023-01-31
AK: Fix all quadratic-time append-loops over ByteBuffer
Ben Wiederhake
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
Tests: Remove the 10KB file read test for AllocatingMemoryStream
Tim Schumacher
2023-01-29
AK: Move bit streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Handle` from `LibCore` and name it `MaybeOwned`
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-29
Tests: Modernize TestImageDecoder a bit
Nico Weber
2023-01-29
Tests: Make LibGfx tests not depend on LibGUI
Nico Weber
2023-01-29
Tests: Add LibWeb layout tests
Aliaksandr Kalenik
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-28
LibAudio: Remove `try_` prefix from fallible LoaderPlugin methods
Linus Groh
2023-01-28
LibCore: Remove `try_` prefix from fallible SharedCircularQueue methods
Linus Groh
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
2023-01-28
AK: Add String::trim
Timothy Flynn
2023-01-28
AK: Add String::join
Timothy Flynn
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-27
LibJS+LibLocale: Port Intl.DateTimeFormat to String
Timothy Flynn
2023-01-27
AK: Add an overload of String::find_byte_offset for StringView
Timothy Flynn
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-26
Tests: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-25
LibWasm: Port the parser to `Core::Stream`
Tim Schumacher
2023-01-24
AK: Add a method to create a String with a repeated code point
Timothy Flynn
2023-01-24
AK: Add a method to find the byte offset of a code point
Timothy Flynn
2023-01-24
AK: Print leading zeroes after the dot for FixedPoint numbers
Nico Weber
2023-01-22
LibTextCodec: Make utf-16be and utf-16le codecs actually work
Nico Weber
2023-01-22
AK: Add a String factory to create a string from a single code point
Timothy Flynn
2023-01-21
Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIX
Andrew Kaster
2023-01-21
AK: Add `split()` for `String`
martinfalisse
2023-01-21
AK: Rename double_hash to rehash_for_collision
Timothy Flynn
2023-01-20
LibCore: Remove `FileStream`
Tim Schumacher
2023-01-20
Tests: Use `Core::Stream` to write output files in LibGL tests
Tim Schumacher
2023-01-20
AK: Remove `DuplexMemoryStream`
Tim Schumacher
2023-01-20
LibCore: Avoid logical OOB read in AllocatingMemoryStream::offset_of()
Ali Mohammad Pur
2023-01-20
AK: Support creating known short string literals at compile time
Timothy Flynn
2023-01-20
Tests: Use AK::shuffle() for shuffling
Sam Atkins
2023-01-20
Tests/LibGfx: Fix test_gif test case
Liav A
2023-01-20
Tests/LibGfx: Fix test_not_ico test case
Liav A
2023-01-20
LibGfx: Re-structure the whole initialization pattern for image decoders
Liav A
2023-01-19
LibLocale+LibJS: Port locale parsing and processing to String
Timothy Flynn
2023-01-19
Tests: Mark TestCommonmark as DISABLED
Sam Atkins
2023-01-19
Tests: Add missing library dependency for LibTimeZone tests
Sam Atkins
2023-01-19
Tests: Add missing library dependencies for LibGL tests
Sam Atkins
2023-01-19
Tests: Move test PDF files into Tests/LibPDF
Sam Atkins
2023-01-19
Tests: Correct `serenity_test()` invocation for LibTTF
Sam Atkins
[next]