1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-21 17:05:11 +00:00
serenity/Kernel/Storage/Partition
Lenny Maiorani 190cf1507b Kernel: Use default constructors/destructors
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules

"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-03-17 00:51:36 -07:00
..
DiskPartition.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
DiskPartition.h Kernel: Use u64 instead of size_t for File::can_write offset 2022-01-25 22:41:17 +02:00
DiskPartitionMetadata.cpp Kernel: Remove unused partition name API 2021-10-03 13:36:10 +02:00
DiskPartitionMetadata.h Kernel: Remove unused partition name API 2021-10-03 13:36:10 +02:00
EBRPartitionTable.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
EBRPartitionTable.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GUIDPartitionTable.cpp Kernel: Stop using the make<T> factory method in the Kernel 2022-02-03 23:33:20 +01:00
GUIDPartitionTable.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
MBRPartitionTable.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
MBRPartitionTable.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PartitionTable.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PartitionTable.h Everywhere: Fix many spelling errors 2022-01-07 10:56:59 +01:00