aboutsummaryrefslogtreecommitdiff
path: root/libs/kstd/include/kstd/bits/shared_ptr.hpp
AgeCommit message (Expand)AuthorFilesLines
2026-03-26implement == and <=> operator in shared_ptrLukas Oesch1-5/+24
2026-03-26implement simple weak_ptr and enable_shared_from_thisLukas Oesch1-34/+286
2026-03-17kstd: add more nodiscard to shared_ptrFelix Morgner1-6/+6
2026-03-17extend shared_ptr to support nullptr and cross-type conversionsLukas Oesch1-6/+125
2026-03-16kstd: fix lint issuesFelix Morgner1-1/+4
2026-03-16x86_64: remove stl_* sections for nowFelix Morgner1-15/+0
2025-12-22chore: clean up linter warningsFelix Morgner1-2/+3
2025-10-29chore: configure clang-tidyFelix Morgner1-1/+1
2025-10-29chore: reformat source codeFelix Morgner1-3/+3
2025-07-14kstd: improve resemblence of STLFelix Morgner1-0/+269