lab4-Structures

This commit is contained in:
2024-04-01 10:35:00 -05:00
parent 9c2d221338
commit f6452ece21
53 changed files with 5614 additions and 1126 deletions

View File

@@ -1200,42 +1200,6 @@
],
"type" : "STATIC",
"value" : "/home/caleb/ASDV-Cpp/Assignments/lab4-Structures_CalebFontenot"
},
{
"name" : "untitled_BINARY_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : "/home/caleb/ASDV-Cpp/Assignments/lab4-Structures_CalebFontenot/cmake-build-debug"
},
{
"name" : "untitled_IS_TOP_LEVEL",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : "ON"
},
{
"name" : "untitled_SOURCE_DIR",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Value Computed by CMake"
}
],
"type" : "STATIC",
"value" : "/home/caleb/ASDV-Cpp/Assignments/lab4-Structures_CalebFontenot"
}
],
"kind" : "cache",

View File

@@ -39,7 +39,7 @@
{
"directoryIndex" : 0,
"id" : "lab4-Structures_CalebFontenot::@6890427a1f51a3e7e1df",
"jsonFile" : "target-lab4-Structures_CalebFontenot-Debug-a03e3cc403f97fb22392.json",
"jsonFile" : "target-lab4-Structures_CalebFontenot-Debug-1b576e5304c28466b113.json",
"name" : "lab4-Structures_CalebFontenot",
"projectIndex" : 0
}

View File

@@ -26,7 +26,7 @@
"objects" :
[
{
"jsonFile" : "codemodel-v2-30cb7168348ae031d2c3.json",
"jsonFile" : "codemodel-v2-a5d58179fc175756e187.json",
"kind" : "codemodel",
"version" :
{
@@ -35,7 +35,7 @@
}
},
{
"jsonFile" : "cache-v2-a19247ee213122bba0f7.json",
"jsonFile" : "cache-v2-ac387c39271d7fb9ce47.json",
"kind" : "cache",
"version" :
{
@@ -66,7 +66,7 @@
{
"cache-v2" :
{
"jsonFile" : "cache-v2-a19247ee213122bba0f7.json",
"jsonFile" : "cache-v2-ac387c39271d7fb9ce47.json",
"kind" : "cache",
"version" :
{
@@ -86,7 +86,7 @@
},
"codemodel-v2" :
{
"jsonFile" : "codemodel-v2-30cb7168348ae031d2c3.json",
"jsonFile" : "codemodel-v2-a5d58179fc175756e187.json",
"kind" : "codemodel",
"version" :
{

View File

@@ -10,7 +10,9 @@
{
"commands" :
[
"add_executable"
"add_executable",
"add_link_options",
"add_compile_options"
],
"files" :
[
@@ -24,8 +26,20 @@
{
"command" : 0,
"file" : 0,
"line" : 7,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 6,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 5,
"parent" : 0
}
]
},
@@ -36,6 +50,10 @@
[
{
"fragment" : "-g -std=gnu++23 -fdiagnostics-color=always"
},
{
"backtrace" : 3,
"fragment" : "-fsanitize=address"
}
],
"language" : "CXX",
@@ -66,6 +84,11 @@
{
"fragment" : "",
"role" : "flags"
},
{
"backtrace" : 2,
"fragment" : "-fsanitize=address",
"role" : "flags"
}
],
"language" : "CXX"