summaryrefslogtreecommitdiffhomepage
path: root/lib
AgeCommit message (Collapse)Author
2025-03-30stdx: add two new files, which are work in progresses.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-03-30lib/cgi.hpp: Add documentation for 'cgi_writer' class.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-03-30lib/cgi.hpp: better 'Server' field, no spaces anymore (according to std)Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-03-30cgi.hpp: better constructor, add destructor.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-03-29module: add: CGI header.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
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.
2025-03-20INIT: open-source the stdx library.Amlal El Mahrouss