1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 17:55:08 +00:00
serenity/Applications/Help
Andreas Kling 2f3b901f7f AK: Make MappedFile heap-allocated and ref-counted
Let's adapt this class a bit better to how it's actually being used.

Instead of having valid/invalid states and storing an error in case
it's invalid, a MappedFile is now always valid, and the factory
function that creates it will return an OSError if mapping fails.
2021-01-10 16:49:13 +01:00
..
CMakeLists.txt Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
History.cpp Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
History.h AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
main.cpp AK: Make MappedFile heap-allocated and ref-counted 2021-01-10 16:49:13 +01:00
ManualModel.cpp AK: Make MappedFile heap-allocated and ref-counted 2021-01-10 16:49:13 +01:00
ManualModel.h AK: Make MappedFile heap-allocated and ref-counted 2021-01-10 16:49:13 +01:00
ManualNode.h Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
ManualPageNode.cpp Help: Use new format functions. 2020-10-06 15:04:37 +02:00
ManualPageNode.h Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
ManualSectionNode.cpp Help: Use new format functions. 2020-10-06 15:04:37 +02:00
ManualSectionNode.h Help: Use new format functions. 2020-10-06 15:04:37 +02:00