mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-08 06:35:44 -07:00
WIP: Restructuring project
This commit is contained in:
.vscode
base
Readme.md
auxillary
base.cppcomponents
ast.cppast.hppast_case_macros.cppast_types.hppcode_serialization.cppcode_types.hpp
gen
header_end.hppheader_start.hppinlines.hppinterface.cppinterface.hppinterface.parsing.cppinterface.untyped.cppinterface.upfront.cpplexer.cppparser.cppsrc_start.cppstatic_data.cpptypes.hppdependencies
basic_types.hppcontainers.hppdebug.cppdebug.hppfilesystem.cppfilesystem.hpphashing.cpphashing.hppmacros.hppmemory.cppmemory.hppparsing.cppparsing.hppplatform.hppprinting.cppprinting.hppsrc_start.cppstring_ops.cppstring_ops.hppstrings.cppstrings.hpptiming.cpptiming.hpp
enums
AttributeTokens.csvECodeTypes.csvECode_ExecutionSupport.csvEOperator.csvESpecifier.csvETokType.csvETokType_ExecutionSupport.csv
gen.cppgen.dep.cppgen.dep.hppgen.hppgencpp.refactorhelpers
gen_c_library
gen_segemented
project
scripts
test
20
base/gen.dep.hpp
Normal file
20
base/gen.dep.hpp
Normal file
@ -0,0 +1,20 @@
|
||||
// This file is intended to be included within gen.hpp (There is no pragma diagnostic ignores)
|
||||
#pragma once
|
||||
|
||||
#include "dependencies/platform.hpp"
|
||||
|
||||
GEN_NS_BEGIN
|
||||
|
||||
#include "dependencies/macros.hpp"
|
||||
#include "dependencies/basic_types.hpp"
|
||||
#include "dependencies/debug.hpp"
|
||||
#include "dependencies/memory.hpp"
|
||||
#include "dependencies/string_ops.hpp"
|
||||
#include "dependencies/printing.hpp"
|
||||
#include "dependencies/containers.hpp"
|
||||
#include "dependencies/hashing.hpp"
|
||||
#include "dependencies/strings.hpp"
|
||||
#include "dependencies/filesystem.hpp"
|
||||
#include "dependencies/timing.hpp"
|
||||
|
||||
GEN_NS_END
|
Reference in New Issue
Block a user