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
/
Function.h
Age
Commit message (
Expand
)
Author
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-06-04
AK: Verify that functions aren't modified while they're being invoked
Gunnar Beutner
2021-06-04
AK: Allow deferring clear() for the Function class
Gunnar Beutner
2021-05-19
AK: Add inline storage support for the Function class
Gunnar Beutner
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-08
Everywhere: Remove unnecessary headers 3/4
Ben Wiederhake
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2020-09-25
Meta+AK: Make clang-format-10 clean
Ben Wiederhake
2019-05-28
Add clang-format file
Robin Burchell
2019-01-31
Big, possibly complete sweep of naming changes.
Andreas Kling
2018-12-04
Import a simple text editor I started working on.
Andreas Kling
2018-11-08
Add a VMO pointer to VNode.
Andreas Kling
2018-11-07
Fix whiny build.
Andreas Kling
2018-10-23
Start adding a basic /proc filesystem and a "ps" utility.
Andreas Kling
2018-10-22
Launching an arbitrary ELF executable from disk works! :^)
Andreas Kling
2018-10-17
Integrate ext2 from VFS into Kernel.
Andreas Kling