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
/
LogStream.cpp
Age
Commit message (
Expand
)
Author
2020-11-09
AK: Remove out() and warn().
asynts
2020-10-04
AK: Don't add newline for outf/dbgf/warnf.
asynts
2020-09-23
AK: Resolve format related circular dependencies properly.
asynts
2020-09-10
AK: Replace LogStream operator for ReadonlyBytes with dump_bytes.
asynts
2020-09-06
AK: Add LogStream overload for ReadonlyBytes.
asynts
2020-08-30
AK: Provide off-switch for dbg() output
Ben Wiederhake
2020-08-22
AK: Prefer snprintf over sprintf
Ben Wiederhake
2020-07-03
AK: Serialize entire log statements
Tom
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-04-12
AK: Add LogStream operator<< overloads for float and double
Andreas Kling
2020-04-06
AK: Add out() and warn() streams that forward to stdout and stderr
Andreas Kling
2020-03-22
AK: Add FlyString::to_lowercase() and LogStream operator<<(FlyString)
Andreas Kling
2020-03-02
AK: Add support for Kernel Log Stream
Liav A
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
AK: Don't construct a String every time we LogStream<< a number
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-09
AK: Apply changes for the Bootstrapper environment
Liav A
2020-02-08
AK: Add LogStream overloads for long and long long
Andreas Kling
2020-02-05
AK: Break LogStream::operator<< overloads into i/l/ll and u/ul/ull
Andreas Kling
2020-02-05
AK: Add support for 64-bit size_t
joshua stein
2020-01-21
Kernel: Tidy up debug logging a little bit
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-20
Build: Get rid of the USERLAND define
Andreas Kling
2019-12-09
AK: Handle LogStream operator<<(size_t)
Andreas Kling
2019-11-06
AK: Get rid of TStyle (output styling helper for LogStream)
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-15
LogStream: Prefix userspace dbg() output with "ProcessName(PID): "
Andreas Kling
2019-07-15
LogStream: Add a simple-ish mechanism for colorizing and styling output.
Andreas Kling
2019-07-08
StringView: Rename characters() to characters_without_null_termination().
Andreas Kling
2019-07-08
LogStream: Uninline some public functions so the linker can find them.
Andreas Kling
2019-07-04
AK: Move some of LogStream out of line & add overloads for smart pointers.
Andreas Kling