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
2020-04-06
AK: Make dbgprintf() and dbgputstr() go to stderr on non-Serenity hosts
Andreas Kling
2020-04-06
AK: Add out() and warn() streams that forward to stdout and stderr
Andreas Kling
2020-04-06
Kernel: Support best fit allocation policy in kmalloc()
nimelehin
2020-04-06
Bitmap: Add Bitmap::find_next_range_of_unset_bits()
nimelehin
2020-04-06
AK: Add count_trailing_zeroes_32()
nimelehin
2020-04-06
AK: Add Bitmap::find_first_fit()
nimelehin
2020-04-06
AK: Add Bitmap::set_range()
nimelehin
2020-04-06
AK: Make FlyString a little less hilariously unoptimized :^)
Andreas Kling
2020-04-05
AK: Stop allowing implicit downcast with OwnPtr and NonnullOwnPtr
Andreas Kling
2020-04-05
AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr
Andreas Kling
2020-04-05
Kernel+AK: Separate out MACAddress and move it into AK
AnotherTest
2020-04-04
AK: Break on end of input in JsonParser::consume_quoted_string
Tibor Nagy
2020-04-03
AK: Add an overwrite API to ByteBuffer
AnotherTest
2020-04-03
AK: Remove relative path in AK testsuite
Emanuel Sprung
2020-04-01
AK: Add equals method to JsonValue to semantically compare two values.
Emanuel Sprung
2020-04-01
AK: Add String::replace() functionality
Emanuel Sprung
2020-04-01
AK: Add adopt_own() to create a NonnullOwnPtr<T> from a T&
Andreas Kling
2020-03-31
AK: A few JSON improvements
Emanuel Sprung
2020-03-31
AK: Print double numbers with printf
Emanuel Sprung
2020-03-28
Kernel: Add 'ptrace' syscall
Itamar
2020-03-28
AK: Add some string comparison operators
Andreas Kling
2020-03-26
AK: Use print_string() for %c formatting
Sergey Bugaev
2020-03-24
AK: Fix JsonParser kernel build (no floats/doubles in kernel code)
Andreas Kling
2020-03-24
AK: Add parsing of JSON double values
Emanuel Sprung
2020-03-24
AK: Add get_or() method to JsonObject
Emanuel Sprung
2020-03-24
AK: Add FlyString::is_null()
Andreas Kling
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-03-22
AK: Add FlyString::to_lowercase() and LogStream operator<<(FlyString)
Andreas Kling
2020-03-22
AK: Add FlyString::equals_ignoring_case(StringView)
Andreas Kling
2020-03-22
AK: Run clang-format on StringUtils.{cpp,h}
Andreas Kling
2020-03-22
AK: Add FlyString, a simple flyweight string class
Andreas Kling
2020-03-20
AK: Add StringBuilder::join() for joining collections with a separator
Andreas Kling
2020-03-10
AK: Add begin() and end() to String and StringView
howar6hill
2020-03-08
AK: Remove all the AK .host.o files on "make clean" in AK/Tests
Andreas Kling
2020-03-08
AK: Reduce code duplication in StringBuilder
howar6hill
2020-03-08
AK: Improve the API of StringBuilder
howar6hill
2020-03-08
AK: Use default constructor of Optional if an unset bit is not found
Liav A
2020-03-08
AK: Remove unused InlineLRUCache template
Andreas Kling
2020-03-08
AK: Move memory stuff (fast memcpy, etc) to a separate header
Andreas Kling
2020-03-08
AK: Use __builtin_memset() and such to reduce header dependencies
Andreas Kling
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-08
AK: Add a Conditional<condition, TrueType, FalseType> template
Andreas Kling
2020-03-06
AK: Fix all the warnings in the AK tests
Andreas Kling
2020-03-06
AK: Remove Optional::operator bool()
Andreas Kling
2020-03-06
AK: Simplify JsonObject and JsonArray API a little bit
Andreas Kling
2020-03-04
AK: LogStream should handle being passed a null const char*
Andreas Kling
2020-03-03
AK: Make quick_sort() a little more ergonomic
Andreas Kling
2020-03-02
AK: Add support for Kernel Log Stream
Liav A
2020-03-02
Meta: Adjust some copyright dates by Fei Wu
Andreas Kling
2020-03-02
AK: Add missing copyright headers to StringUtils.{cpp,h}
Andreas Kling
[next]