|
CBuild
C++ build system with scripts written in c++
|
Register implementation. More...
#include "../../headers/map.hpp"#include "string"#include "vector"#include "../../headers/CBuild_defs.hpp"#include "../../headers/build/g++.hpp"#include "../../headers/filesystem++.hpp"#include "../../headers/generator/ccj.hpp"#include "../../headers/generator/generator.hpp"#include "../../headers/generator/makefile.hpp"#include "../../headers/print.hpp"#include "../../headers/register.hpp"#include "../../headers/task/CBuild_help_task.hpp"Go to the source code of this file.
Classes | |
| class | CBuild::Init |
| Init task. More... | |
| class | CBuild::Version |
| Version task. More... | |
| class | CBuild::TaskList |
| class | CBuild::ToolchainList |
| class | CBuild::GeneratorList |
| class | CBuild::CmdList |
| class | CBuild::CBuildRebuildScript |
Namespaces | |
| namespace | CBuild |
| Filebuffer for CBuild ecosystem. | |
| namespace | CBuild::Registry |
Functions | |
| void | CBuild::Registry::null_handler () |
Register implementation.
@license GPL v3.0 or later
Copyright (C) 2023 WolodiaM This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Definition in file register.cpp.