all commits for a clean git history

This commit is contained in:
2024-09-18 14:22:27 +01:00
commit 18306c66fc
6128 changed files with 3186840 additions and 0 deletions

19
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"macFrameworkPath": [
"/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks"
],
"compilerPath": "/opt/homebrew/opt/llvm/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "macos-clang-arm64"
}
],
"version": 4
}

40
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,40 @@
{
"files.associations": {
"eal_internal_cfg.h": "c",
"rte_eal.h": "c",
"rte_compat.h": "c",
"rte_pci_dev_feature_defs.h": "c",
"rte_config.h": "c",
"eal_hugepages.h": "c",
"eal_filesystem.h": "c",
"memory_resource": "c",
"iterator": "c",
"locale": "c",
"__config": "c",
"vector": "c",
"rte_pause.h": "c",
"rte_common.h": "c",
"__hash_table": "c",
"__split_buffer": "c",
"__tree": "c",
"array": "c",
"bitset": "c",
"deque": "c",
"initializer_list": "c",
"map": "c",
"queue": "c",
"set": "c",
"unordered_map": "c",
"unordered_set": "c",
"string": "c",
"string_view": "c",
"stddefines.h": "c",
"charconv": "c",
"coz.h": "c",
"assert.h": "c",
"mman.h": "c",
"time.h": "c",
"vmmeter.h": "c"
},
"C_Cpp.errorSquiggles": "disabled"
}