summaryrefslogtreecommitdiff
path: root/AK/Function.h
AgeCommit message (Expand)Author
2021-11-14AK: Suppress false positive readability-non-const-parameter in FunctionAndrew Kaster
2021-07-08AK+Kernel: Fix perfect forwarding constructors shadowing othersDaniel Bertalan
2021-06-25AK: Add NOTE about VERIFY in Function::clearItamar
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-06-04AK: Verify that functions aren't modified while they're being invokedGunnar Beutner
2021-06-04AK: Allow deferring clear() for the Function classGunnar Beutner
2021-05-19AK: Add inline storage support for the Function classGunnar Beutner
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-08Everywhere: Remove unnecessary headers 3/4Ben Wiederhake
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2020-09-25Meta+AK: Make clang-format-10 cleanBen Wiederhake
2019-05-28Add clang-format fileRobin Burchell
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2018-12-04Import a simple text editor I started working on.Andreas Kling
2018-11-08Add a VMO pointer to VNode.Andreas Kling
2018-11-07Fix whiny build.Andreas Kling
2018-10-23Start adding a basic /proc filesystem and a "ps" utility.Andreas Kling
2018-10-22Launching an arbitrary ELF executable from disk works! :^)Andreas Kling
2018-10-17Integrate ext2 from VFS into Kernel.Andreas Kling