index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Meta
Age
Commit message (
Expand
)
Author
2022-12-14
ConfigureComponents: Use `Core::Stream` to read output from `whiptail`
Tim Schumacher
2022-12-14
Meta: Don't depend on sudo for privileged operations
Baitinq
2022-12-14
LibJS: Remove Object(Object& prototype) footgun
Andreas Kling
2022-12-14
CMake: Pass NO_POLICY_SCOPE to options cmake helpers
Andrew Kaster
2022-12-14
LibJS: Convert Promise::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Object::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
Linus Groh
2022-12-13
Lagom: Don't compile with `-fPIC` on WIN32
Filiph Siitam Sandström
2022-12-13
LibTimeZone: Update to TZDB version 2022g
Timothy Flynn
2022-12-13
Meta: Build CMake from source if version is too old in serenity.sh
Andrew Kaster
2022-12-13
Toolchain+Meta: Add script to build CMake from source
Andrew Kaster
2022-12-13
BindingsGenerator+CMake: Keep track of IDL dependencies
Daniel Bertalan
2022-12-13
BindingsGenerator: Write generated code to disk instead of stdout
Daniel Bertalan
2022-12-12
Meta: Detect ccache being passed as the compiler
Jan200101
2022-12-12
Meta: Separate ccache setup into its own component
Jan200101
2022-12-12
LibCore: Propagate errors from `Stream::*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-12
LibCore: Remove `Stream::is_{readable,writable}`
Tim Schumacher
2022-12-11
sql: Support running the sql REPL on Lagom
Timothy Flynn
2022-12-10
Meta: Return 0 from the fuzzing function in most cases
Tim Schumacher
2022-12-10
Lagom/CodeGenerators: Use HashMap::try_ensure_capacity
Thomas Queiroz
2022-12-10
Meta: Switch to the Lagom directory before building fuzzers
Tim Schumacher
2022-12-10
CI: Add a check to report git merge commit
Lucas CHOLLET
2022-12-10
LibCompress: Port GzipDecompressor to `Core::Stream`
Tim Schumacher
2022-12-10
Meta: Use absolute paths in Meta/analyze-qemu-coverage.sh
Andrew Kaster
2022-12-10
CMake: Force-link clang_rt.profile.a to LibC when building with coverage
Andrew Kaster
2022-12-10
LibWeb: Add namespace qualifier to type names equal to a C++ namespace
Luke Wilde
2022-12-08
LibCore: Move `Core::Stream::File::exists()` to `Core::File`
Tim Schumacher
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-07
IPCCompiler: Mark size_t as a primitive type
Timothy Flynn
2022-12-07
Meta+Userland: Pass Gfx::FloatSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::FloatPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::Color by value
MacDue
2022-12-06
Meta: Manually compute the length of the WASM JS REPL source string
Timothy Flynn
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-05
Meta: Initialize the WASM JS REPL with a known time zone
Timothy Flynn
2022-12-05
Meta: Explicitly link generated compile-time data into the WASM JS REPL
Timothy Flynn
2022-12-05
LibAudio: Switch LoaderPlugin to a more traditional constructor pattern
Tim Schumacher
2022-12-03
Everywhere: Remove 'clang-format off' comments that are no longer needed
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-12-03
Meta: Switch to clang-format-15 as the standard formatter
Linus Groh
2022-12-03
Meta+CI: Add CI job specifically for bundling serenity-js artifacts
Andrew Kaster
2022-11-30
LibWeb: Add @@toStringTag to platform object prototypes
Luke Wilde
2022-11-30
LibCore: Add support for ReadonlyBytes to MemoryStream
Tim Schumacher
2022-11-30
LibArchive: Move loading the next tar header into a helper function
Tim Schumacher
2022-11-30
LibArchive: Use Core::Stream inside `TarInputStream`
Tim Schumacher
[next]