| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-28 | feat: add doxygen file. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-08-16 | Merge pull request #3 from nekernel-org/dev | Amlal El Mahrouss | |
| v0.0.3 | |||
| 2025-08-11 | meta: ran format command.v0.0.3-release | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-08-10 | feat! breaking changes in nebuild's API, examples have been updated too. | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-07-31 | feat! 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-24 | fix: example_02_libnebuild: fix include lookup and windows build. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-24 | fix: 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-24 | feat! refactor! Breaking changes of the NeBuild system. | Amlal El Mahrouss | |
| Working on a TOML backend, refactored source code namespace. And add 'toml++' vendor library. See commit details. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-23 | feat! NeBuild and BuildKit has been improved and refactored. | Amlal El Mahrouss | |
| They now are called 'nebuild' instead of 'btb' Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-17 | fix: bootstrap makefile has been refactored according to the new codebase ↵ | Amlal El Mahrouss | |
| layout. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-17 | refactor! 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-15 | fix: Update ReadMe.md copyright notice. | Amlal El Mahrouss | |
| 2025-07-15 | fix: Update ReadMe.md | Amlal El Mahrouss | |
| 2025-07-02 | fix: check `builder` variable if not `nullptr` (libbtb example) | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-07-02 | feat: check for `arg_val` if not `nullptr` | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-05-29 | Merge pull request #2 from nekernel-org/dev | Amlal El Mahrouss | |
| 0.0.2 | |||
| 2025-05-28 | fix: add additional space to README.md0.0.2b | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-05-28 | fix: Fix Example02 readme. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-05-28 | fix: 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-05-24 | feat(BTBKit): LIKELY: Wrap ternary condition under parenthesis | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-05-22 | feat(btb)!: Introducing libBTB, better API. | Amlal El Mahrouss | |
| also: - The Codebase has been improved. - Error codes are now string messages. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-04-25 | dev: update clang-fornat, and codebase. | Amlal | |
| Signed-off-by: Amlal <amlal@nekernel.org> | |||
| 2025-04-23 | Merge pull request #1 from nekernel-org/dev0.0.1b | Amlal El Mahrouss | |
| 1.1.0: New BTB verison. | |||
| 2025-04-23 | dev: 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-04-12 | print, log: remove bold style. | Amlal El Mahrouss | |
| 2025-03-29 | Update ReadMe.md | Amlal | |
| 2025-03-28 | vendor: add: Use rang library now. | Amlal El Mahrouss | |
| cli: fix: always check if builder has been allocated after (presumably) allocating one. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-03-28 | Update ReadMe.md | Amlal | |
| Remove the mention of OpenBTB. | |||
| 2025-03-28 | examples: 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> | |||
| 2025-03-27 | feat(json_builder): tell user when file doesn't with json. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-03-27 | feat(json_builder): add error log when file is not a valid json object. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org> | |||
| 2025-03-23 | feat(add): GitHub CI. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-03-23 | meta(ide): remove .vscode folder. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-03-21 | Update CLI help output with new issue tracker and project attribution | Amlal El Mahrouss | |
| - Replaced old issue tracker URL with GitHub Issues link - Clarified author attribution to reflect NeKernel project | |||
| 2025-03-20 | META: A bunch of repository update for btb's relevancy. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2025-03-17 | Create LICENSE | Amlal El Mahrouss | |
| 2025-02-16 | Update ReadMe.md | Amlal El Mahrouss | |
| 2025-02-16 | Update ReadMe.md | Amlal El Mahrouss | |
| 2024-12-27 | FIX: Remove Qt creator files. | Amlal El Mahrouss | |
| Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | |||
| 2024-12-21 | IMPL: Fix Makefile, don't mention missing libbtb. | Amlal | |
| Signed-off-by: Amlal <amlalelmahrouss@icloud.com> | |||
| 2024-12-14 | Add dry_run field support. | Amlal | |
| Signed-off-by: Amlal <amlalelmahrouss@icloud.com> | |||
| 2024-11-26 | FIX: Use Includes.h for standard includes. | Amlal | |
| Signed-off-by: Amlal <amlal.elmahrouss@icloud.com> | |||
| 2024-11-26 | ELMH Group takes ownership of the code. | Amlal El Mahrouss | |
| 2024-11-22 | IMP: Moved copyright holder to 'EL Mahrouss Logic' | Amlal El Mahrouss | |
| 2024-11-21 | META: Open source build system too. | Amlal El Mahrouss | |
| 2024-11-09 | META: Bump. | Amlal El Mahrouss | |
| 2024-11-09 | META: Bumping repository. | Amlal El Mahrouss | |
| 2024-11-08 | IMP: Move compile_flags.txt to root, and fixed it. | Amlal El Mahrouss | |
| 2024-11-07 | META: Bump. | Amlal El Mahrouss | |
| 2024-11-07 | META: BUMP. | Amlal El Mahrouss | |
