From a3ea256d00e5aac45574c7c8b076b60630f73a95 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 24 Jul 2025 09:15:17 +0100 Subject: feat! refactor! Breaking changes of the NeBuild system. Working on a TOML backend, refactored source code namespace. And add 'toml++' vendor library. See commit details. Signed-off-by: Amlal El Mahrouss --- dev/BuildKit/JSONManifestBuilder.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/BuildKit/JSONManifestBuilder.h') diff --git a/dev/BuildKit/JSONManifestBuilder.h b/dev/BuildKit/JSONManifestBuilder.h index f7c769d..ba34a69 100644 --- a/dev/BuildKit/JSONManifestBuilder.h +++ b/dev/BuildKit/JSONManifestBuilder.h @@ -6,12 +6,12 @@ #pragma once #include -#include +#include /// @file JSONManifestBuilder.h /// @brief JSON manifest builder header file. -namespace BTB { +namespace NeBuild { /// @brief JSON builder class JSONManifestBuilder final NEBUILD_MANIFEST_BUILDER { public: @@ -30,4 +30,4 @@ class JSONManifestBuilder final NEBUILD_MANIFEST_BUILDER { bool buildTarget(int arg_sz, const char* arg_val, const bool dry_run = false) override; const char* buildSystem() override; }; -} // namespace BTB \ No newline at end of file +} // namespace NeBuild \ No newline at end of file -- cgit v1.2.3