summaryrefslogtreecommitdiffhomepage
path: root/lib/stdx.hpp
AgeCommit message (Collapse)Author
2025-03-28lib: restructure stdx headers and rename to opt, relocate exampleAmlal El Mahrouss
Move stdx.hpp into a stdx/ subdirectory and rename to opt.hpp, reflecting its specific purpose. Rename stdx.cc to opt.cc accordingly. Update includes in both the library and examples to reflect the new path. Also move must_pass.cc and its CMake config into examples/must_pass/ for better organization and consistency. No functional changes made. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-03-25feat(stdx.hpp): add forwardwing since we're taking by universalAmlal El Mahrouss
reference here. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-03-25feat(lib): Introduce varadic arguments by reference instead of copyingAmlal El Mahrouss
them. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-03-20META: Better checksum example, using modern C++ classes.Amlal El Mahrouss
META: make use of .hpp, instead of confusing the user with lacking a .hpp at the end.