summaryrefslogtreecommitdiffhomepage
path: root/examples/example_01
AgeCommit message (Collapse)Author
2025-05-28fix: fix dylib build on POSIX targets.Amlal El Mahrouss
feat: add libBTB example, and updated libBTB version. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-04-25dev: update clang-fornat, and codebase.Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-04-23dev: Improve makefile, add BTB_POSIX, and BTB_WINDOWS macro.Amlal El Mahrouss
- Refactor library code for better maintenance. - Improve code quality by using well known macros for status code. - Don't let the CLI pass when '-' is being passed as argument and is not recognized. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-03-28examples: move example files from tests/ to examples/example_01/Amlal El Mahrouss
Relocate the generic C++ example and its build configs into a dedicated examples/example_01/ directory to better separate tests from usage samples. No content changes were made; files were renamed only. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>