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
/
Tests
Age
Commit message (
Expand
)
Author
2020-08-06
AK: Rename Tests/Span.cpp to Tests/TestSpan.cpp.
asynts
2020-08-06
AK: Fix broken symlink used by JSON test
Andreas Kling
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-05
AK: Fix StringUtils tests to actually observe return value.
Brian Gianforcaro
2020-08-04
AK: Remove an unused variable in the Span test (#2985)
Uma Sankar
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-08-02
AK: Fix overflow and mixed-signedness issues in binary_search() (#2961)
Muhammad Zahalqa
2020-08-02
AK: Remove relative_paths test from TestLexicalPath
Brian Gianforcaro
2020-07-30
AK: Add (more) tests for String(View)::split*
AnotherTest
2020-07-28
AK: Make String::substring() return non-null for 0-length strings
Peter Elliott
2020-07-27
AK: Change the signature of AK::encode_base64() to use Span.
asynts
2020-07-27
AK: Rename Span::subspan() to Span::slice().
asynts
2020-07-27
AK: Add constructors to Bytes and ReadonlyBytes that take void pointers.
asynts
2020-07-27
AK: Define conversion from Span<T> to Span<const T> correctly.
asynts
2020-07-26
Refactor: Change the AK::binary_search signature to use AK::Span.
asynts
2020-07-26
AK: Implement Span which represents a contiguous sequence of objects.
asynts
2020-07-22
AK: Make encode_base64 take a ByteBuffer and return a String
Nico Weber
2020-07-21
AK: Add case insensitive version of starts_with
Luke
2020-07-06
AK: Fix JsonValue copy constructor behavior for 64-bit values
Andreas Kling
2020-06-20
AK: Fix JsonParser double encoding multibyte utf-8 chararcters
LepkoQQ
2020-06-18
AK: Add tests for Base64 decoder
Tom Lebreux
2020-06-18
AK: Add a simple and inefficient Base64 encoder
Tom Lebreux
2020-06-16
Test: Fix json parse test from unicode string
Hüseyin ASLITÜRK
2020-06-13
AK: JsonParser improvements
Matthew Olsson
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-12
AK: Use unsigned int for refcount
Sergey Bugaev
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-26
Build: Fix cmake test runner, so it knows when tests fail
Brian Gianforcaro
2020-05-26
AK: Temporarily disable failing relative_paths tests in FileSystemPath suite
Brian Gianforcaro
2020-05-26
AK: Expand string tests to include ends_with case insensitivity
Brian Gianforcaro
2020-05-26
AK: Add case insensitive String::ends_with support
Brian Gianforcaro
2020-05-18
AK: Add a way to get the number of valid bytes in a Utf8View
AnotherTest
2020-05-17
AK: Make sure URL retains trailing slash if present in complete_url
Conrad Pankoff
2020-05-16
Build: FreeBSD support
Dominik Madarasz
2020-05-15
AK: StringBuilder with 0 initial capacity shouldn't build null String
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-10
AK: Add support for about: URLs
Andreas Kling
2020-05-09
AK: Add missing copyright header to TestStringUtils.cpp
Linus Groh
2020-05-09
AK: Unbreak parsing of file:// URLs with no host
Andreas Kling
2020-05-06
AK: Fix Bitmap not finding unset ranges at the end of the map
Andreas Kling
2020-05-06
AK: Make tests compilable with the serenity target toolchain
Emanuel Sprung
2020-05-04
AK: Add StringView::find_first/last_of
Andrew Kaster
2020-04-14
AK: Add a little test for String::split()
Andreas Kling
2020-04-12
AK: Parse query and fragment in URL::parse()
Linus Groh
2020-04-03
AK: Remove relative path in AK testsuite
Emanuel Sprung
2020-04-01
AK: Add String::replace() functionality
Emanuel Sprung
2020-03-22
AK: Add FlyString, a simple flyweight string class
Andreas Kling
2020-03-08
AK: Remove all the AK .host.o files on "make clean" in AK/Tests
Andreas Kling
2020-03-06
AK: Fix all the warnings in the AK tests
Andreas Kling
[next]