diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-07-09 13:55:03 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-07-09 13:55:03 +0200 |
| commit | 47b935e2c85a794d60c22e8d96f53c0a2d364977 (patch) | |
| tree | 1ff0b98b1391905a31ac1539ff1a0da509a90b7a /libs/kstd | |
| parent | cdb8a0928ddfe626a1ac0acd1ae63bc8e5b77355 (diff) | |
| download | kernel-47b935e2c85a794d60c22e8d96f53c0a2d364977.tar.xz kernel-47b935e2c85a794d60c22e8d96f53c0a2d364977.zip | |
kstd: rename kstd header to include hpp
Diffstat (limited to 'libs/kstd')
35 files changed, 32 insertions, 32 deletions
diff --git a/libs/kstd/kstd/allocator b/libs/kstd/kstd/allocator.hpp index 0de0e10d..0de0e10d 100644 --- a/libs/kstd/kstd/allocator +++ b/libs/kstd/kstd/allocator.hpp diff --git a/libs/kstd/kstd/asm_ptr b/libs/kstd/kstd/asm_ptr.hpp index c06a8b52..c06a8b52 100644 --- a/libs/kstd/kstd/asm_ptr +++ b/libs/kstd/kstd/asm_ptr.hpp diff --git a/libs/kstd/kstd/bits/basic_string.hpp b/libs/kstd/kstd/bits/basic_string.hpp index 1675434c..a718bccc 100644 --- a/libs/kstd/kstd/bits/basic_string.hpp +++ b/libs/kstd/kstd/bits/basic_string.hpp @@ -1,10 +1,10 @@ #ifndef KSTD_BITS_BASIC_STRING_HPP #define KSTD_BITS_BASIC_STRING_HPP -#include <kstd/allocator> +#include <kstd/allocator.hpp> #include <kstd/bits/concepts.hpp> #include <kstd/os/error.hpp> -#include <kstd/ranges> +#include <kstd/ranges.hpp> #include <algorithm> #include <array> diff --git a/libs/kstd/kstd/bits/format/arg.hpp b/libs/kstd/kstd/bits/format/arg.hpp index e65b26fa..8271ca3d 100644 --- a/libs/kstd/kstd/bits/format/arg.hpp +++ b/libs/kstd/kstd/bits/format/arg.hpp @@ -1,7 +1,7 @@ #ifndef KSTD_BITS_FORMAT_ARG_HPP #define KSTD_BITS_FORMAT_ARG_HPP -// IWYU pragma: private, include <kstd/format> +// IWYU pragma: private, include <kstd/format.hpp> #include <kstd/bits/format/error.hpp> #include <kstd/bits/format/fwd.hpp> diff --git a/libs/kstd/kstd/bits/format/args.hpp b/libs/kstd/kstd/bits/format/args.hpp index e8e31145..01735011 100644 --- a/libs/kstd/kstd/bits/format/args.hpp +++ b/libs/kstd/kstd/bits/format/args.hpp @@ -1,7 +1,7 @@ #ifndef KSTD_BITS_FORMAT_ARGS_HPP #define KSTD_BITS_FORMAT_ARGS_HPP -// IWYU pragma: private, include <kstd/format> +// IWYU pragma: private, include <kstd/format.hpp> #include <kstd/bits/format/arg.hpp> #include <kstd/bits/format/context.hpp> diff --git a/libs/kstd/kstd/bits/format/context.hpp b/libs/kstd/kstd/bits/format/context.hpp index c166ba9c..d5f2f4d9 100644 --- a/libs/kstd/kstd/bits/format/context.hpp +++ b/libs/kstd/kstd/bits/format/context.hpp @@ -1,7 +1,7 @@ #ifndef KSTD_BITS_FORMAT_CONTEXT_HPP #define KSTD_BITS_FORMAT_CONTEXT_HPP -// IWYU pragma: private, include <kstd/format> +// IWYU pragma: private, include <kstd/format.hpp> #include <kstd/bits/format/arg.hpp> #include <kstd/bits/format/output_buffer.hpp> diff --git a/libs/kstd/kstd/bits/format/formatter.hpp b/libs/kstd/kstd/bits/format/formatter.hpp index eb288294..c26907b2 100644 --- a/libs/kstd/kstd/bits/format/formatter.hpp +++ b/libs/kstd/kstd/bits/format/formatter.hpp @@ -1,7 +1,7 @@ #ifndef KSTD_BITS_FORMATTER_HPP #define KSTD_BITS_FORMATTER_HPP -// IWYU pragma: private, include <kstd/format> +// IWYU pragma: private, include <kstd/format.hpp> #include <kstd/bits/format/context.hpp> #include <kstd/bits/format/error.hpp> diff --git a/libs/kstd/kstd/bits/format/output_buffer.hpp b/libs/kstd/kstd/bits/format/output_buffer.hpp index fd7a2b4c..7e6f0575 100644 --- a/libs/kstd/kstd/bits/format/output_buffer.hpp +++ b/libs/kstd/kstd/bits/format/output_buffer.hpp @@ -1,7 +1,7 @@ #ifndef KSTD_BITS_FORMAT_OUTPUT_BUFFER_HPP #define KSTD_BITS_FORMAT_OUTPUT_BUFFER_HPP -// IWYU pragma: private, include <kstd/format> +// IWYU pragma: private, include <kstd/format.hpp> #include <string_view> diff --git a/libs/kstd/kstd/bits/format/parse_context.hpp b/libs/kstd/kstd/bits/format/parse_context.hpp index cab8d726..81ed52cf 100644 --- a/libs/kstd/kstd/bits/format/parse_context.hpp +++ b/libs/kstd/kstd/bits/format/parse_context.hpp @@ -1,7 +1,7 @@ #ifndef KSTD_BITS_FORMAT_PARSE_CONTEXT_HPP #define KSTD_BITS_FORMAT_PARSE_CONTEXT_HPP -// IWYU pragma: private, include <kstd/format> +// IWYU pragma: private, include <kstd/format.hpp> #include <kstd/bits/format/error.hpp> diff --git a/libs/kstd/kstd/bits/format/string.hpp b/libs/kstd/kstd/bits/format/string.hpp index a2b298d4..ab034e7c 100644 --- a/libs/kstd/kstd/bits/format/string.hpp +++ b/libs/kstd/kstd/bits/format/string.hpp @@ -1,7 +1,7 @@ #ifndef KSTD_BITS_FORMAT_STRING_HPP #define KSTD_BITS_FORMAT_STRING_HPP -// IWYU pragma: private, include <kstd/format> +// IWYU pragma: private, include <kstd/format.hpp> #include <kstd/bits/format/context.hpp> #include <kstd/bits/format/error.hpp> diff --git a/libs/kstd/kstd/bits/format/vformat.cpp b/libs/kstd/kstd/bits/format/vformat.cpp index 1bf293a4..495f0a10 100644 --- a/libs/kstd/kstd/bits/format/vformat.cpp +++ b/libs/kstd/kstd/bits/format/vformat.cpp @@ -1,5 +1,5 @@ -#include <kstd/format> -#include <kstd/string> +#include <kstd/format.hpp> +#include <kstd/string.hpp> #include <cstddef> #include <iterator> diff --git a/libs/kstd/kstd/bits/format/vformat.hpp b/libs/kstd/kstd/bits/format/vformat.hpp index 2db56d17..829e0ea4 100644 --- a/libs/kstd/kstd/bits/format/vformat.hpp +++ b/libs/kstd/kstd/bits/format/vformat.hpp @@ -1,7 +1,7 @@ #ifndef KSTD_BITS_FORMAT_VFORMAT_HPP #define KSTD_BITS_FORMAT_VFORMAT_HPP -// IWYU pragma: private, include <kstd/format> +// IWYU pragma: private, include <kstd/format.hpp> #include <kstd/bits/basic_string.hpp> #include <kstd/bits/format/args.hpp> diff --git a/libs/kstd/kstd/bits/observer_ptr.hpp b/libs/kstd/kstd/bits/observer_ptr.hpp index 2593d7a4..e63e5d77 100644 --- a/libs/kstd/kstd/bits/observer_ptr.hpp +++ b/libs/kstd/kstd/bits/observer_ptr.hpp @@ -1,7 +1,7 @@ #ifndef KSTD_OBSERVER_PTR_HPP #define KSTD_OBSERVER_PTR_HPP -// IWYU pragma: private, include <kstd/memory> +// IWYU pragma: private, include <kstd/memory.hpp> #include <kstd/os/error.hpp> diff --git a/libs/kstd/kstd/bits/observer_ptr.test.cpp b/libs/kstd/kstd/bits/observer_ptr.test.cpp index f26fc09a..eca14ccd 100644 --- a/libs/kstd/kstd/bits/observer_ptr.test.cpp +++ b/libs/kstd/kstd/bits/observer_ptr.test.cpp @@ -1,4 +1,4 @@ -#include <kstd/memory> +#include <kstd/memory.hpp> #include <kstd/test_support/os_panic.hpp> #include <catch2/catch_test_macros.hpp> diff --git a/libs/kstd/kstd/bits/print_sink.hpp b/libs/kstd/kstd/bits/print_sink.hpp index af765e06..a1e9b0d4 100644 --- a/libs/kstd/kstd/bits/print_sink.hpp +++ b/libs/kstd/kstd/bits/print_sink.hpp @@ -1,7 +1,7 @@ #ifndef KSTD_BITS_PRINT_SINK_HPP #define KSTD_BITS_PRINT_SINK_HPP -// IWYU pragma: private, include <kstd/print> +// IWYU pragma: private, include <kstd/print.hpp> namespace kstd { diff --git a/libs/kstd/kstd/bits/shared_ptr.hpp b/libs/kstd/kstd/bits/shared_ptr.hpp index 57a89c0d..ce4bfb7f 100644 --- a/libs/kstd/kstd/bits/shared_ptr.hpp +++ b/libs/kstd/kstd/bits/shared_ptr.hpp @@ -6,7 +6,7 @@ #include <type_traits> #include <utility> -// IWYU pragma: private, include <kstd/memory> +// IWYU pragma: private, include <kstd/memory.hpp> namespace kstd { diff --git a/libs/kstd/kstd/bits/unique_ptr.hpp b/libs/kstd/kstd/bits/unique_ptr.hpp index 3d803b4a..1df18cf2 100644 --- a/libs/kstd/kstd/bits/unique_ptr.hpp +++ b/libs/kstd/kstd/bits/unique_ptr.hpp @@ -3,7 +3,7 @@ #include <utility> -// IWYU pragma: private, include <kstd/memory> +// IWYU pragma: private, include <kstd/memory.hpp> namespace kstd { diff --git a/libs/kstd/kstd/cstring b/libs/kstd/kstd/cstring.hpp index bd8b28d8..bd8b28d8 100644 --- a/libs/kstd/kstd/cstring +++ b/libs/kstd/kstd/cstring.hpp diff --git a/libs/kstd/kstd/ext/bitfield_enum b/libs/kstd/kstd/ext/bitfield_enum.hpp index 80fe9d29..80fe9d29 100644 --- a/libs/kstd/kstd/ext/bitfield_enum +++ b/libs/kstd/kstd/ext/bitfield_enum.hpp diff --git a/libs/kstd/kstd/flat_map b/libs/kstd/kstd/flat_map.hpp index e51eb918..31557760 100644 --- a/libs/kstd/kstd/flat_map +++ b/libs/kstd/kstd/flat_map.hpp @@ -3,7 +3,7 @@ #include <kstd/bits/flat_map.hpp> #include <kstd/os/error.hpp> -#include <kstd/vector> +#include <kstd/vector.hpp> #include <algorithm> #include <concepts> diff --git a/libs/kstd/kstd/flat_map.test.cpp b/libs/kstd/kstd/flat_map.test.cpp index 9df03bb4..bfd02303 100644 --- a/libs/kstd/kstd/flat_map.test.cpp +++ b/libs/kstd/kstd/flat_map.test.cpp @@ -1,4 +1,4 @@ -#include <kstd/flat_map> +#include <kstd/flat_map.hpp> #include <kstd/test_support/os_panic.hpp> diff --git a/libs/kstd/kstd/format b/libs/kstd/kstd/format.hpp index 5ed798db..5ed798db 100644 --- a/libs/kstd/kstd/format +++ b/libs/kstd/kstd/format.hpp diff --git a/libs/kstd/kstd/format.test.cpp b/libs/kstd/kstd/format.test.cpp index 6126605f..d38a8107 100644 --- a/libs/kstd/kstd/format.test.cpp +++ b/libs/kstd/kstd/format.test.cpp @@ -1,4 +1,4 @@ -#include <kstd/format> +#include <kstd/format.hpp> #include <catch2/catch_test_macros.hpp> diff --git a/libs/kstd/kstd/libc/string.cpp b/libs/kstd/kstd/libc/string.cpp index b7cdb82e..15ecc70f 100644 --- a/libs/kstd/kstd/libc/string.cpp +++ b/libs/kstd/kstd/libc/string.cpp @@ -1,4 +1,4 @@ -#include <kstd/cstring> +#include <kstd/cstring.hpp> #include <algorithm> #include <bit> diff --git a/libs/kstd/kstd/memory b/libs/kstd/kstd/memory.hpp index f108c6d6..f108c6d6 100644 --- a/libs/kstd/kstd/memory +++ b/libs/kstd/kstd/memory.hpp diff --git a/libs/kstd/kstd/mutex.cpp b/libs/kstd/kstd/mutex.cpp index 73876572..c1c5b190 100644 --- a/libs/kstd/kstd/mutex.cpp +++ b/libs/kstd/kstd/mutex.cpp @@ -1,4 +1,4 @@ -#include <kstd/mutex> +#include <kstd/mutex.hpp> #include <kstd/os/error.hpp> diff --git a/libs/kstd/kstd/mutex b/libs/kstd/kstd/mutex.hpp index b2a31aa9..b2a31aa9 100644 --- a/libs/kstd/kstd/mutex +++ b/libs/kstd/kstd/mutex.hpp diff --git a/libs/kstd/kstd/print b/libs/kstd/kstd/print.hpp index 1033f722..6d00d83f 100644 --- a/libs/kstd/kstd/print +++ b/libs/kstd/kstd/print.hpp @@ -2,7 +2,7 @@ #define KSTD_PRINT #include <kstd/bits/print_sink.hpp> // IWYU pragma: export -#include <kstd/format> +#include <kstd/format.hpp> #include <kstd/os/print.hpp> #include <type_traits> diff --git a/libs/kstd/kstd/ranges b/libs/kstd/kstd/ranges.hpp index 78c3adbf..78c3adbf 100644 --- a/libs/kstd/kstd/ranges +++ b/libs/kstd/kstd/ranges.hpp diff --git a/libs/kstd/kstd/stack b/libs/kstd/kstd/stack.hpp index 02e44ea4..27e693f2 100644 --- a/libs/kstd/kstd/stack +++ b/libs/kstd/kstd/stack.hpp @@ -1,7 +1,7 @@ #ifndef KSTD_STACK_HPP #define KSTD_STACK_HPP -#include <kstd/vector> +#include <kstd/vector.hpp> #include <initializer_list> #include <utility> diff --git a/libs/kstd/kstd/string b/libs/kstd/kstd/string.hpp index 4a67a3a4..9978affc 100644 --- a/libs/kstd/kstd/string +++ b/libs/kstd/kstd/string.hpp @@ -7,9 +7,9 @@ #include <kstd/bits/format/formatter/cstring.hpp> #include <kstd/bits/format/formatter/integral.hpp> #include <kstd/bits/format/vformat.hpp> -#include <kstd/cstring> +#include <kstd/cstring.hpp> #include <kstd/os/error.hpp> -#include <kstd/vector> +#include <kstd/vector.hpp> #include <concepts> #include <cstddef> diff --git a/libs/kstd/kstd/string.test.cpp b/libs/kstd/kstd/string.test.cpp index e11877e5..b8fa1139 100644 --- a/libs/kstd/kstd/string.test.cpp +++ b/libs/kstd/kstd/string.test.cpp @@ -1,6 +1,6 @@ -#include <kstd/string> +#include <kstd/string.hpp> -#include <kstd/allocator> +#include <kstd/allocator.hpp> #include <kstd/test_support/os_panic.hpp> #include <catch2/catch_test_macros.hpp> diff --git a/libs/kstd/kstd/units b/libs/kstd/kstd/units.hpp index df5eb374..df5eb374 100644 --- a/libs/kstd/kstd/units +++ b/libs/kstd/kstd/units.hpp diff --git a/libs/kstd/kstd/vector b/libs/kstd/kstd/vector.hpp index 736b854d..7cc14283 100644 --- a/libs/kstd/kstd/vector +++ b/libs/kstd/kstd/vector.hpp @@ -1,10 +1,10 @@ #ifndef KSTD_VECTOR_HPP #define KSTD_VECTOR_HPP -#include <kstd/allocator> +#include <kstd/allocator.hpp> #include <kstd/bits/concepts.hpp> #include <kstd/os/error.hpp> -#include <kstd/ranges> +#include <kstd/ranges.hpp> #include <algorithm> #include <concepts> diff --git a/libs/kstd/kstd/vector.test.cpp b/libs/kstd/kstd/vector.test.cpp index 8bf8f79d..72c1127a 100644 --- a/libs/kstd/kstd/vector.test.cpp +++ b/libs/kstd/kstd/vector.test.cpp @@ -1,6 +1,6 @@ -#include <kstd/vector> +#include <kstd/vector.hpp> -#include <kstd/ranges> +#include <kstd/ranges.hpp> #include <kstd/test_support/os_panic.hpp> #include <kstd/test_support/test_types.hpp> |
