summaryrefslogtreecommitdiffhomepage
path: root/examples
AgeCommit message (Collapse)Author
2025-08-11meta: ran format command.v0.0.3-releaseAmlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-08-10feat! breaking changes in nebuild's API, examples have been updated too.Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-07-31feat! Breaking changes for NeBuild, more consistent codebase according to ↵Amlal El Mahrouss
NeKernel.org's coding standards. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-24fix: example_02_libnebuild: fix include lookup and windows build.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-24fix: Fix examples's contents and placed 'examples' in the root directory.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-17refactor! Lots of breaking changes to the codebase.Amlal El Mahrouss
feat: Rename ‘btb‘ to ‘nebuild‘ to match nekernel.org's naming scheme. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-07-02fix: check `builder` variable if not `nullptr` (libbtb example)Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-05-28fix: add additional space to README.md0.0.2bAmlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-05-28fix: Fix Example02 readme.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
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>