|
9626ec4662
|
feat(kernel/std): ✨ add three way compare for std::basic_string and std::vector
|
2025-05-10 16:32:54 +00:00 |
|
|
fab3be67ee
|
refactor(kernel/std): ♻️ rename pragma regions from "Member Functions" to "Constructors"
|
2025-05-10 04:17:19 +00:00 |
|
|
ca02557df4
|
fix(kernel/std): 🐛 handle empty string case in append and resize methods
|
2025-05-09 07:05:08 +00:00 |
|
|
8c4c8d36de
|
fix(kernel/std): ensure null termination after removing elements in std::string::erase
|
2025-04-15 15:38:20 +00:00 |
|
|
ca8dc6429b
|
fix(kernel): fix empty initialization of std::string (str = "")
_size is 0 which fails the memcpy checks
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-02-27 18:13:51 +00:00 |
|
EnderIce2
|
682c84b2af
|
Merge remote-tracking branch 'Kernel/master'
|
2024-11-20 05:00:33 +02:00 |
|