From da482d8c6dffc416713a26d95464840db98bcadc Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Fri, 22 Mar 2024 11:48:19 -0500 Subject: [PATCH] C++ Structures --- .../.idea/.gitignore | 8 + .../.idea/StructuresLab_CalebFontenot.iml | 2 + .../.idea/misc.xml | 4 + .../.idea/modules.xml | 8 + .../StructuresLab_CalebFontenot/.idea/vcs.xml | 6 + .../CMakeLists.txt | 8 + .../.cmake/api/v1/query/cache-v2 | 0 .../.cmake/api/v1/query/cmakeFiles-v1 | 0 .../.cmake/api/v1/query/codemodel-v2 | 0 .../.cmake/api/v1/query/toolchains-v1 | 0 .../reply/cache-v2-3a3298d359250ce8b761.json | 1211 +++++++++++++++++ .../cmakeFiles-v1-5b6320c9d11401a8ca97.json | 141 ++ .../codemodel-v2-938bba81a8e93e68189b.json | 60 + ...irectory-.-Debug-f5ebdc15457944623624.json | 14 + .../reply/index-2024-03-22T16-38-36-0634.json | 108 ++ ...ebFontenot-Debug-8281b7c44c0e0a788b3c.json | 119 ++ .../toolchains-v1-3a45e23eeb554008254f.json | 106 ++ .../cmake-build-debug/.ninja_deps | Bin 0 -> 15016 bytes .../cmake-build-debug/.ninja_log | 15 + .../cmake-build-debug/CMakeCache.txt | 377 +++++ .../CMakeFiles/3.28.3/CMakeCCompiler.cmake | 74 + .../CMakeFiles/3.28.3/CMakeCXXCompiler.cmake | 85 ++ .../3.28.3/CMakeDetermineCompilerABI_C.bin | Bin 0 -> 15424 bytes .../3.28.3/CMakeDetermineCompilerABI_CXX.bin | Bin 0 -> 15440 bytes .../CMakeFiles/3.28.3/CMakeSystem.cmake | 15 + .../3.28.3/CompilerIdC/CMakeCCompilerId.c | 880 ++++++++++++ .../CMakeFiles/3.28.3/CompilerIdC/a.out | Bin 0 -> 15536 bytes .../CompilerIdCXX/CMakeCXXCompilerId.cpp | 869 ++++++++++++ .../CMakeFiles/3.28.3/CompilerIdCXX/a.out | Bin 0 -> 15552 bytes .../CMakeFiles/CMakeConfigureLog.yaml | 461 +++++++ .../main.cpp.o | Bin 0 -> 57704 bytes .../structures.cpp.o | Bin 0 -> 105728 bytes .../CMakeFiles/TargetDirectories.txt | 3 + .../CMakeFiles/clion-Debug-log.txt | 4 + .../CMakeFiles/clion-environment.txt | 3 + .../CMakeFiles/cmake.check_cache | 1 + .../cmake-build-debug/CMakeFiles/rules.ninja | 64 + .../StructuresLab_CalebFontenot | Bin 0 -> 131528 bytes .../Testing/Temporary/LastTest.log | 3 + .../cmake-build-debug/build.ninja | 149 ++ .../cmake-build-debug/cmake_install.cmake | 54 + .../StructuresLab_CalebFontenot/main.cpp | 28 + .../structures.cpp | 29 + .../StructuresLab_CalebFontenot/structures.h | 19 + .../Testing/Temporary/LastTest.log | 4 +- .../lab4_CalebFontenot/.idea/.gitignore | 8 + .../.idea/lab4_CalebFontenot.iml | 2 + Assignments/lab4_CalebFontenot/.idea/misc.xml | 4 + .../lab4_CalebFontenot/.idea/modules.xml | 8 + Assignments/lab4_CalebFontenot/.idea/vcs.xml | 6 + Assignments/lab4_CalebFontenot/CMakeLists.txt | 8 + .../lab4_CalebFontenot/build/CMakeCache.txt | 381 ++++++ .../CMakeFiles/3.28.3/CMakeCCompiler.cmake | 74 + .../CMakeFiles/3.28.3/CMakeCXXCompiler.cmake | 85 ++ .../3.28.3/CMakeDetermineCompilerABI_C.bin | Bin 0 -> 15424 bytes .../3.28.3/CMakeDetermineCompilerABI_CXX.bin | Bin 0 -> 15440 bytes .../build/CMakeFiles/3.28.3/CMakeSystem.cmake | 15 + .../3.28.3/CompilerIdC/CMakeCCompilerId.c | 880 ++++++++++++ .../build/CMakeFiles/3.28.3/CompilerIdC/a.out | Bin 0 -> 15536 bytes .../CompilerIdCXX/CMakeCXXCompilerId.cpp | 869 ++++++++++++ .../CMakeFiles/3.28.3/CompilerIdCXX/a.out | Bin 0 -> 15552 bytes .../build/CMakeFiles/CMakeConfigureLog.yaml | 483 +++++++ .../CMakeDirectoryInformation.cmake | 16 + .../build/CMakeFiles/Makefile.cmake | 130 ++ .../build/CMakeFiles/Makefile2 | 112 ++ .../build/CMakeFiles/TargetDirectories.txt | 3 + .../build/CMakeFiles/cmake.check_cache | 1 + .../lab4_CalebFontenot.dir/DependInfo.cmake | 24 + .../lab4_CalebFontenot.dir/build.make | 126 ++ .../lab4_CalebFontenot.dir/cmake_clean.cmake | 13 + .../compiler_depend.make | 2 + .../lab4_CalebFontenot.dir/compiler_depend.ts | 2 + .../lab4_CalebFontenot.dir/depend.make | 2 + .../lab4_CalebFontenot.dir/flags.make | 10 + .../lab4_CalebFontenot.dir/link.txt | 1 + .../lab4_CalebFontenot.dir/main.cpp.o | Bin 0 -> 1752 bytes .../lab4_CalebFontenot.dir/main.cpp.o.d | 145 ++ .../pointerArrays.cpp.o | Bin 0 -> 1744 bytes .../pointerArrays.cpp.o.d | 144 ++ .../lab4_CalebFontenot.dir/progress.make | 4 + .../build/CMakeFiles/progress.marks | 1 + Assignments/lab4_CalebFontenot/build/Makefile | 208 +++ .../build/cmake_install.cmake | 54 + .../build/lab4_CalebFontenot | Bin 0 -> 15688 bytes .../.cmake/api/v1/query/cache-v2 | 0 .../.cmake/api/v1/query/cmakeFiles-v1 | 0 .../.cmake/api/v1/query/codemodel-v2 | 0 .../.cmake/api/v1/query/toolchains-v1 | 0 .../reply/cache-v2-1d1a950649abdae7ac89.json | 1211 +++++++++++++++++ .../cmakeFiles-v1-5438dbe538007b29f2dc.json | 141 ++ .../codemodel-v2-797ae60f0b03635dad3f.json | 60 + ...irectory-.-Debug-f5ebdc15457944623624.json | 14 + .../reply/index-2024-03-22T14-40-23-0364.json | 108 ++ ...ebFontenot-Debug-284cca9173099cf3faf4.json | 119 ++ .../toolchains-v1-3a45e23eeb554008254f.json | 106 ++ .../cmake-build-debug/.ninja_deps | Bin 0 -> 23572 bytes .../cmake-build-debug/.ninja_log | 34 + .../cmake-build-debug/CMakeCache.txt | 377 +++++ .../CMakeFiles/3.28.3/CMakeCCompiler.cmake | 74 + .../CMakeFiles/3.28.3/CMakeCXXCompiler.cmake | 85 ++ .../3.28.3/CMakeDetermineCompilerABI_C.bin | Bin 0 -> 15424 bytes .../3.28.3/CMakeDetermineCompilerABI_CXX.bin | Bin 0 -> 15440 bytes .../CMakeFiles/3.28.3/CMakeSystem.cmake | 15 + .../3.28.3/CompilerIdC/CMakeCCompilerId.c | 880 ++++++++++++ .../CMakeFiles/3.28.3/CompilerIdC/a.out | Bin 0 -> 15536 bytes .../CompilerIdCXX/CMakeCXXCompilerId.cpp | 869 ++++++++++++ .../CMakeFiles/3.28.3/CompilerIdCXX/a.out | Bin 0 -> 15552 bytes .../CMakeFiles/CMakeConfigureLog.yaml | 461 +++++++ .../CMakeFiles/TargetDirectories.txt | 3 + .../CMakeFiles/clion-Debug-log.txt | 4 + .../CMakeFiles/clion-environment.txt | 3 + .../CMakeFiles/cmake.check_cache | 1 + .../lab4_CalebFontenot.dir/main.cpp.o | Bin 0 -> 18744 bytes .../pointerArrays.cpp.o | Bin 0 -> 23832 bytes .../cmake-build-debug/CMakeFiles/rules.ninja | 64 + .../Testing/Temporary/LastTest.log | 3 + .../cmake-build-debug/build.ninja | 149 ++ .../cmake-build-debug/cmake_install.cmake | 54 + .../cmake-build-debug/lab4_CalebFontenot | Bin 0 -> 42952 bytes Assignments/lab4_CalebFontenot/main.cpp | 9 + .../lab4_CalebFontenot/pointerArrays.cpp | 44 + .../lab4_CalebFontenot/pointerArrays.h | 11 + 122 files changed, 13650 insertions(+), 2 deletions(-) create mode 100644 Assignments/StructuresLab_CalebFontenot/.idea/.gitignore create mode 100644 Assignments/StructuresLab_CalebFontenot/.idea/StructuresLab_CalebFontenot.iml create mode 100644 Assignments/StructuresLab_CalebFontenot/.idea/misc.xml create mode 100644 Assignments/StructuresLab_CalebFontenot/.idea/modules.xml create mode 100644 Assignments/StructuresLab_CalebFontenot/.idea/vcs.xml create mode 100644 Assignments/StructuresLab_CalebFontenot/CMakeLists.txt create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/cache-v2 create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/cache-v2-3a3298d359250ce8b761.json create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-5b6320c9d11401a8ca97.json create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-938bba81a8e93e68189b.json create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/index-2024-03-22T16-38-36-0634.json create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/target-StructuresLab_CalebFontenot-Debug-8281b7c44c0e0a788b3c.json create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-3a45e23eeb554008254f.json create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.ninja_deps create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.ninja_log create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeCache.txt create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeCCompiler.cmake create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake create mode 100755 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_C.bin create mode 100755 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeSystem.cmake create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdC/CMakeCCompilerId.c create mode 100755 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdC/a.out create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp create mode 100755 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdCXX/a.out create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/StructuresLab_CalebFontenot.dir/main.cpp.o create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/StructuresLab_CalebFontenot.dir/structures.cpp.o create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/TargetDirectories.txt create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/clion-Debug-log.txt create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/clion-environment.txt create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/cmake.check_cache create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/rules.ninja create mode 100755 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/StructuresLab_CalebFontenot create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/Testing/Temporary/LastTest.log create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/build.ninja create mode 100644 Assignments/StructuresLab_CalebFontenot/cmake-build-debug/cmake_install.cmake create mode 100644 Assignments/StructuresLab_CalebFontenot/main.cpp create mode 100644 Assignments/StructuresLab_CalebFontenot/structures.cpp create mode 100644 Assignments/StructuresLab_CalebFontenot/structures.h create mode 100644 Assignments/lab4_CalebFontenot/.idea/.gitignore create mode 100644 Assignments/lab4_CalebFontenot/.idea/lab4_CalebFontenot.iml create mode 100644 Assignments/lab4_CalebFontenot/.idea/misc.xml create mode 100644 Assignments/lab4_CalebFontenot/.idea/modules.xml create mode 100644 Assignments/lab4_CalebFontenot/.idea/vcs.xml create mode 100644 Assignments/lab4_CalebFontenot/CMakeLists.txt create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeCache.txt create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CMakeCCompiler.cmake create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake create mode 100755 Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_C.bin create mode 100755 Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CMakeSystem.cmake create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CompilerIdC/CMakeCCompilerId.c create mode 100755 Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CompilerIdC/a.out create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp create mode 100755 Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CompilerIdCXX/a.out create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/CMakeConfigureLog.yaml create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/Makefile.cmake create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/Makefile2 create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/TargetDirectories.txt create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/cmake.check_cache create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/DependInfo.cmake create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/build.make create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/cmake_clean.cmake create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/compiler_depend.make create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/compiler_depend.ts create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/depend.make create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/flags.make create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/link.txt create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o.d create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o.d create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/progress.make create mode 100644 Assignments/lab4_CalebFontenot/build/CMakeFiles/progress.marks create mode 100644 Assignments/lab4_CalebFontenot/build/Makefile create mode 100644 Assignments/lab4_CalebFontenot/build/cmake_install.cmake create mode 100755 Assignments/lab4_CalebFontenot/build/lab4_CalebFontenot create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/cache-v2 create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/cache-v2-1d1a950649abdae7ac89.json create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-5438dbe538007b29f2dc.json create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-797ae60f0b03635dad3f.json create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/index-2024-03-22T14-40-23-0364.json create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/target-lab4_CalebFontenot-Debug-284cca9173099cf3faf4.json create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-3a45e23eeb554008254f.json create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/.ninja_deps create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/.ninja_log create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeCache.txt create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeCCompiler.cmake create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake create mode 100755 Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_C.bin create mode 100755 Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeSystem.cmake create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdC/CMakeCCompilerId.c create mode 100755 Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdC/a.out create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp create mode 100755 Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdCXX/a.out create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/TargetDirectories.txt create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/clion-Debug-log.txt create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/clion-environment.txt create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/cmake.check_cache create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/rules.ninja create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/Testing/Temporary/LastTest.log create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/build.ninja create mode 100644 Assignments/lab4_CalebFontenot/cmake-build-debug/cmake_install.cmake create mode 100755 Assignments/lab4_CalebFontenot/cmake-build-debug/lab4_CalebFontenot create mode 100644 Assignments/lab4_CalebFontenot/main.cpp create mode 100644 Assignments/lab4_CalebFontenot/pointerArrays.cpp create mode 100644 Assignments/lab4_CalebFontenot/pointerArrays.h diff --git a/Assignments/StructuresLab_CalebFontenot/.idea/.gitignore b/Assignments/StructuresLab_CalebFontenot/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/Assignments/StructuresLab_CalebFontenot/.idea/StructuresLab_CalebFontenot.iml b/Assignments/StructuresLab_CalebFontenot/.idea/StructuresLab_CalebFontenot.iml new file mode 100644 index 0000000..f08604b --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/.idea/StructuresLab_CalebFontenot.iml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Assignments/StructuresLab_CalebFontenot/.idea/misc.xml b/Assignments/StructuresLab_CalebFontenot/.idea/misc.xml new file mode 100644 index 0000000..79b3c94 --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Assignments/StructuresLab_CalebFontenot/.idea/modules.xml b/Assignments/StructuresLab_CalebFontenot/.idea/modules.xml new file mode 100644 index 0000000..503b363 --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Assignments/StructuresLab_CalebFontenot/.idea/vcs.xml b/Assignments/StructuresLab_CalebFontenot/.idea/vcs.xml new file mode 100644 index 0000000..b2bdec2 --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Assignments/StructuresLab_CalebFontenot/CMakeLists.txt b/Assignments/StructuresLab_CalebFontenot/CMakeLists.txt new file mode 100644 index 0000000..a2703b9 --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/CMakeLists.txt @@ -0,0 +1,8 @@ +cmake_minimum_required(VERSION 3.28) +project(StructuresLab_CalebFontenot) + +set(CMAKE_CXX_STANDARD 23) + +add_executable(StructuresLab_CalebFontenot main.cpp + structures.cpp + structures.h) diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/cache-v2 b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/cache-v2 new file mode 100644 index 0000000..e69de29 diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100644 index 0000000..e69de29 diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 new file mode 100644 index 0000000..e69de29 diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 new file mode 100644 index 0000000..e69de29 diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/cache-v2-3a3298d359250ce8b761.json b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/cache-v2-3a3298d359250ce8b761.json new file mode 100644 index 0000000..7f5f9bd --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/cache-v2-3a3298d359250ce8b761.json @@ -0,0 +1,1211 @@ +{ + "entries" : + [ + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "28" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/c++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/cc" + }, + { + "name" : "CMAKE_C_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_C_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_C_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_C_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_C_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "UNINITIALIZED", + "value" : "/opt/clion/bin/ninja/linux/x64/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "StructuresLab_CalebFontenot" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "StructuresLab_CalebFontenot_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug" + }, + { + "name" : "StructuresLab_CalebFontenot_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "StructuresLab_CalebFontenot_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-5b6320c9d11401a8ca97.json b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-5b6320c9d11401a8ca97.json new file mode 100644 index 0000000..e69689f --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-5b6320c9d11401a8ca97.json @@ -0,0 +1,141 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.28.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.28.3/CMakeCCompiler.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug", + "source" : "/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot" + }, + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-938bba81a8e93e68189b.json b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-938bba81a8e93e68189b.json new file mode 100644 index 0000000..be15759 --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-938bba81a8e93e68189b.json @@ -0,0 +1,60 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "jsonFile" : "directory-.-Debug-f5ebdc15457944623624.json", + "minimumCMakeVersion" : + { + "string" : "3.28" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "StructuresLab_CalebFontenot", + "targetIndexes" : + [ + 0 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "StructuresLab_CalebFontenot::@6890427a1f51a3e7e1df", + "jsonFile" : "target-StructuresLab_CalebFontenot-Debug-8281b7c44c0e0a788b3c.json", + "name" : "StructuresLab_CalebFontenot", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug", + "source" : "/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot" + }, + "version" : + { + "major" : 2, + "minor" : 6 + } +} diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json new file mode 100644 index 0000000..3a67af9 --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/index-2024-03-22T16-38-36-0634.json b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/index-2024-03-22T16-38-36-0634.json new file mode 100644 index 0000000..3c2b613 --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/index-2024-03-22T16-38-36-0634.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 28, + "patch" : 3, + "string" : "3.28.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-938bba81a8e93e68189b.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 6 + } + }, + { + "jsonFile" : "cache-v2-3a3298d359250ce8b761.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-5b6320c9d11401a8ca97.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-3a45e23eeb554008254f.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-3a3298d359250ce8b761.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-5b6320c9d11401a8ca97.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-938bba81a8e93e68189b.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 6 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-3a45e23eeb554008254f.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/target-StructuresLab_CalebFontenot-Debug-8281b7c44c0e0a788b3c.json b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/target-StructuresLab_CalebFontenot-Debug-8281b7c44c0e0a788b3c.json new file mode 100644 index 0000000..6b3cce6 --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/target-StructuresLab_CalebFontenot-Debug-8281b7c44c0e0a788b3c.json @@ -0,0 +1,119 @@ +{ + "artifacts" : + [ + { + "path" : "StructuresLab_CalebFontenot" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 6, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu++23 -fdiagnostics-color=always" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "23" + }, + "sourceIndexes" : + [ + 0, + 1 + ] + } + ], + "id" : "StructuresLab_CalebFontenot::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + } + ], + "language" : "CXX" + }, + "name" : "StructuresLab_CalebFontenot", + "nameOnDisk" : "StructuresLab_CalebFontenot", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "structures.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "structures.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "EXECUTABLE" +} diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-3a45e23eeb554008254f.json b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-3a45e23eeb554008254f.json new file mode 100644 index 0000000..ea5d186 --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-3a45e23eeb554008254f.json @@ -0,0 +1,106 @@ +{ + "kind" : "toolchains", + "toolchains" : + [ + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1", + "/usr/lib", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "gcc", + "gcc_s", + "c", + "gcc", + "gcc_s" + ] + }, + "path" : "/usr/bin/cc", + "version" : "13.2.1" + }, + "language" : "C", + "sourceFileExtensions" : + [ + "c", + "m" + ] + }, + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/include/c++/13.2.1", + "/usr/include/c++/13.2.1/x86_64-pc-linux-gnu", + "/usr/include/c++/13.2.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1", + "/usr/lib", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "stdc++", + "m", + "gcc_s", + "gcc", + "c", + "gcc_s", + "gcc" + ] + }, + "path" : "/usr/bin/c++", + "version" : "13.2.1" + }, + "language" : "CXX", + "sourceFileExtensions" : + [ + "C", + "M", + "c++", + "cc", + "cpp", + "cxx", + "mm", + "mpp", + "CPP", + "ixx", + "cppm", + "ccm", + "cxxm", + "c++m" + ] + } + ], + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.ninja_deps b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.ninja_deps new file mode 100644 index 0000000000000000000000000000000000000000..b1c77fe0785699d3feb03d3603f06ae22d9f4abb GIT binary patch literal 15016 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 Fe*rZ}cy0gy literal 0 HcmV?d00001 diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.ninja_log b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.ninja_log new file mode 100644 index 0000000..ed0c6e0 --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/.ninja_log @@ -0,0 +1,15 @@ +# ninja log v5 +1 806 1711123223974555239 CMakeFiles/StructuresLab_CalebFontenot.dir/main.cpp.o 4eb6da583a08cb37 +807 907 1711123224073555113 StructuresLab_CalebFontenot f35aa2892c046e40 +1 55 1711125516626855565 build.ninja 7833de5d7701cdb6 +0 934 1711125517571854949 CMakeFiles/StructuresLab_CalebFontenot.dir/structures.cpp.o f2fef6e58590e9c8 +0 1192 1711125517829854781 CMakeFiles/StructuresLab_CalebFontenot.dir/main.cpp.o 4eb6da583a08cb37 +1192 1301 1711125517938854710 StructuresLab_CalebFontenot 829e675fc9e325b4 +0 752 1711125664483748628 CMakeFiles/StructuresLab_CalebFontenot.dir/main.cpp.o 4eb6da583a08cb37 +752 845 1711125664575748555 StructuresLab_CalebFontenot 829e675fc9e325b4 +2 729 1711125688613729348 CMakeFiles/StructuresLab_CalebFontenot.dir/main.cpp.o 4eb6da583a08cb37 +729 831 1711125688715729266 StructuresLab_CalebFontenot 829e675fc9e325b4 +0 664 1711125704570716351 CMakeFiles/StructuresLab_CalebFontenot.dir/main.cpp.o 4eb6da583a08cb37 +664 753 1711125704659716277 StructuresLab_CalebFontenot 829e675fc9e325b4 +0 701 1711125870882570566 CMakeFiles/StructuresLab_CalebFontenot.dir/main.cpp.o 4eb6da583a08cb37 +702 794 1711125870973570481 StructuresLab_CalebFontenot 829e675fc9e325b4 diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeCache.txt b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeCache.txt new file mode 100644 index 0000000..20cc13d --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeCache.txt @@ -0,0 +1,377 @@ +# This is the CMakeCache file. +# For build in directory: /home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//C compiler +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/pkgRedirects + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//No help, variable specified on the command line. +CMAKE_MAKE_PROGRAM:UNINITIALIZED=/opt/clion/bin/ninja/linux/x64/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=StructuresLab_CalebFontenot + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Value Computed by CMake +StructuresLab_CalebFontenot_BINARY_DIR:STATIC=/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug + +//Value Computed by CMake +StructuresLab_CalebFontenot_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +StructuresLab_CalebFontenot_SOURCE_DIR:STATIC=/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=28 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE + diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeCCompiler.cmake b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeCCompiler.cmake new file mode 100644 index 0000000..7a93a25 --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeCCompiler.cmake @@ -0,0 +1,74 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "13.2.1") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED TRUE) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1;/usr/lib;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..d36a961 --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake @@ -0,0 +1,85 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "13.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED TRUE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/13.2.1;/usr/include/c++/13.2.1/x86_64-pc-linux-gnu;/usr/include/c++/13.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_C.bin b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000000000000000000000000000000000000..0c54394d5c2f630b4416c39192f8d4863eb91748 GIT binary patch literal 15424 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 literal 0 HcmV?d00001 diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000000000000000000000000000000000000..9cdc929d0540f1d47bc13c3d4e02a138a1baa0e1 GIT binary patch literal 15440 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 literal 0 HcmV?d00001 diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeSystem.cmake b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeSystem.cmake new file mode 100644 index 0000000..3e69ce2 --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.8.1-zen1-1-zen") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.8.1-zen1-1-zen") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.8.1-zen1-1-zen") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.8.1-zen1-1-zen") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdC/CMakeCCompilerId.c b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..0a0ec9b --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,880 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif __STDC_VERSION__ > 201710L +# define C_VERSION "23" +#elif __STDC_VERSION__ >= 201710L +# define C_VERSION "17" +#elif __STDC_VERSION__ >= 201000L +# define C_VERSION "11" +#elif __STDC_VERSION__ >= 199901L +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdC/a.out b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdC/a.out new file mode 100755 index 0000000000000000000000000000000000000000..d4e75fdeec3a32a15554d4552f86a7429e5454b1 GIT binary patch literal 15536 zcmeHOeQaA-6+d?Rk&b3|vnI=$L7z5MbrN}Xk~Ww@J136Q7bzd3O9d!oPcQLHV&T}q zeui`~R;e%=LecmT3<*#riUgC8m;@7l4Of{4lK^!{NK^lqGQ^~U0_!vw8B{UnynBxO za_4Ml|4c~lM)B{S-#x#3?>qNB`})1(M=~Qr(MSZOG{FfV%ZMu`#SK3@#ubDVB%uXg z?}Sd+h4v1gQ|&1Q*s974(XH6bd=nz+I;heB?^HC7p^D6qkaXLXMVb&6LEz&c-A-y? zTgTt=0D{t9AI~5$7Q=t7<40I07}U{J;->PCpV*3rIW7rC(UD0ygLMY$1TXSKIo;s$mjY`UY1<-X%tkZFj{RL?ZDi6HuW#7qo_p|P|hTje7DC;dK<9!r$ytGRA zHm|bGr+B>W*5NwGQ;aM@Phlth>e(09pIEOZEF^!zjfVa2d3)}FwA%9nce!#XdvNLwsb4s4Q;N%L(%q%(f zY_8zsa}T*d%@pT8I5{#rkhXiw9`jhe-g^}6;fYZ@>z3TPT-kF=6Qk*TvEWWP(|H&B znp-FqxOZE*Hgp8Q74iSni623m<}2q-shX&_&&vV z@bxNul{;)ssdnMTj%&POD8CMkFEMXu{Fj+OtnuGuKB4hHWxjeJ_=T=1Iv1q;CcsC9 zM7$E<`K`ileIdXH&&#y{@4xQ``UtZ$Ea>#T_)))@EY|2XE?WerJy_U^7&DPh01X-$GSu`DL%gS~-3Q zjau6VewV&BQ>)dU-8qOvWNP*1d{<|0)?)`#K>ht?4t-B!AIlG~Tg#QTUuSO6l&zJv z7qO?6%)0fs6}b|73Sv)JBbgh>|9%_(=|;Tj;6mHwTLEHE?TFWVdAyM~_I|z*zmmBz zg-cXlzxs;NRKpTRAdEm5fiMDL1i}b}5eOp?Mj(tp7=bVXVFb2DfS!B3RT&-|8ozg@ zxUiVZyQN8d3OTjadrQ0h8Mjo<6$_IIzjXJSs*>oDO7|4_ip9L+%@#`wlOyzWl}V>G zGe607d_GvnI;AW==$myad2h1&gWTdSd2WG5Dc9S^$NX7EI-5S+fzzWSns}vFJBm1Z zy;d7Rq-U*EA`hK{$WlDgxp#N-WBA~UczV{{f&PccVQ{zq#Ev-9zk&RZi0{8O{%ADa zvMYKKl|+Okj6fKHFalu&!U%*B2qO?iAdEm5fiMF9-w}{JM#)>0+`zl|u=dK~ab9B! z+f~kgyn}7YkL+YyzA_zPTk<3&&sW<2xmhccOO=xhC3kR?{+GM&EHIE?oL?lJIdevjF0^dx$E6UjvPb|WaB z;#)zc=hx9lC(XH zJjE?#D5i%SzT)%kV5Afw#|7z8=TmMv&3C+pv*rxggP$1dA019(b~&E#cE+-YPW6vw zY-{io*e6HE2l_|s@u8syG86Vh|G-EF^Un1o_mt$azg_;in{_+~C>uV9y^x`j+254e zZfDCydme9+QP%tLIC^Ds1-nvqvydyy7Hzr1rmVbEn5#H*uKnh_XJESp*2sN69BjH= z=7Bj!AJgpZ%-Eo9YaQx0>fR#feruwCJtUOgZ{zWLs%O53s0_L#2w;}aEO^c|qE}Kl zFST3&e*&-wW})c0=3Jp-E|!XmZpk|npr$K1{2fOw%T)isaF^%If$u)=l;^?Bo+;oE z3cZqQk$L!TY}nXVa`O%e!1U*AdKgkL{RJ~iMSuBBcix^YISZ~mpGAdON?|*tl7rJD zh19V-XCXI(0~fI`d@&dESW%tfQhjhKH3)HVGCi)PA`X$y2zF&ll@;)c@u%`bW>je#QWYqN^L;iLAOqTh} zK0{EBe;4cZ`8&wd9z*o94-tHfb##mrJJHL2B8MDJS@g265j>A=!J^0i)7VIR4$;d# zLs0f-GJo+C`~vD}4)^VUkS&(TTl@72;(6vL8yaUias4h#Z=bAdcPZ zyy*4oNAy9IbFVJO%E!6GUvlFC#4VbMd$Gp)OZ2b} K%U(^Onebnw-_Fqh literal 0 HcmV?d00001 diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..9c9c90e --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,869 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdCXX/a.out b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdCXX/a.out new file mode 100755 index 0000000000000000000000000000000000000000..e43b8a9011d99132e8db66bdbce33cdb79392973 GIT binary patch literal 15552 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 CT search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: eb0b45108af02c02a078961940bce3e9 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_0bd14.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0bd14.dir/' + as -v --64 -o CMakeFiles/cmTC_0bd14.dir/CMakeCCompilerABI.c.o /tmp/ccgykdsN.s + GNU assembler version 2.42.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.42.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_0bd14.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0bd14.dir/CMakeCCompilerABI.c.' + [2/2] : && /usr/bin/cc -v CMakeFiles/cmTC_0bd14.dir/CMakeCCompilerABI.c.o -o cmTC_0bd14 && : + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.2.1 20230801 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0bd14' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_0bd14.' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccDidobs.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_0bd14 /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../.. CMakeFiles/cmTC_0bd14.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0bd14' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_0bd14.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:159 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: '/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-LeCr9R'] + ignore line: [] + ignore line: [Run Build Command(s): /opt/clion/bin/ninja/linux/x64/ninja -v cmTC_0bd14] + ignore line: [[1/2] /usr/bin/cc -fdiagnostics-color=always -v -o CMakeFiles/cmTC_0bd14.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.2.1 20230801 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_0bd14.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0bd14.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_0bd14.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccgykdsN.s] + ignore line: [GNU C17 (GCC) version 13.2.1 20230801 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 13.2.1 20230801 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: eb0b45108af02c02a078961940bce3e9] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_0bd14.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0bd14.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_0bd14.dir/CMakeCCompilerABI.c.o /tmp/ccgykdsN.s] + ignore line: [GNU assembler version 2.42.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.42.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_0bd14.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0bd14.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] : && /usr/bin/cc -v CMakeFiles/cmTC_0bd14.dir/CMakeCCompilerABI.c.o -o cmTC_0bd14 && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.2.1 20230801 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0bd14' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_0bd14.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccDidobs.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_0bd14 /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../.. CMakeFiles/cmTC_0bd14.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccDidobs.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_0bd14] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] + arg [CMakeFiles/cmTC_0bd14.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-izBRwh" + binary: "/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-izBRwh" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-izBRwh' + + Run Build Command(s): /opt/clion/bin/ninja/linux/x64/ninja -v cmTC_2f0a1 + [1/2] /usr/bin/c++ -fdiagnostics-color=always -v -o CMakeFiles/cmTC_2f0a1.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.2.1 20230801 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_2f0a1.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_2f0a1.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_2f0a1.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/cc8KhzXt.s + GNU C++17 (GCC) version 13.2.1 20230801 (x86_64-pc-linux-gnu) + compiled by GNU C version 13.2.1 20230801, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: f089b864c6bcbc2427e9850aa6414a11 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_2f0a1.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_2f0a1.dir/' + as -v --64 -o CMakeFiles/cmTC_2f0a1.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc8KhzXt.s + GNU assembler version 2.42.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.42.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_2f0a1.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_2f0a1.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /usr/bin/c++ -v CMakeFiles/cmTC_2f0a1.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_2f0a1 && : + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.2.1 20230801 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_2f0a1' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_2f0a1.' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cchztV1b.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_2f0a1 /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../.. CMakeFiles/cmTC_2f0a1.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_2f0a1' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_2f0a1.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1] ==> [/usr/include/c++/13.2.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/13.2.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward] ==> [/usr/include/c++/13.2.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/13.2.1;/usr/include/c++/13.2.1/x86_64-pc-linux-gnu;/usr/include/c++/13.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:159 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: '/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-izBRwh'] + ignore line: [] + ignore line: [Run Build Command(s): /opt/clion/bin/ninja/linux/x64/ninja -v cmTC_2f0a1] + ignore line: [[1/2] /usr/bin/c++ -fdiagnostics-color=always -v -o CMakeFiles/cmTC_2f0a1.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.2.1 20230801 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_2f0a1.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_2f0a1.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_2f0a1.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/cc8KhzXt.s] + ignore line: [GNU C++17 (GCC) version 13.2.1 20230801 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 13.2.1 20230801 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: f089b864c6bcbc2427e9850aa6414a11] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_2f0a1.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_2f0a1.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_2f0a1.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc8KhzXt.s] + ignore line: [GNU assembler version 2.42.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.42.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_2f0a1.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_2f0a1.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /usr/bin/c++ -v CMakeFiles/cmTC_2f0a1.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_2f0a1 && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.2.1 20230801 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_2f0a1' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_2f0a1.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cchztV1b.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_2f0a1 /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../.. CMakeFiles/cmTC_2f0a1.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cchztV1b.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_2f0a1] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] + arg [CMakeFiles/cmTC_2f0a1.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1;/usr/lib;/lib] + implicit fwks: [] + + +... diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/StructuresLab_CalebFontenot.dir/main.cpp.o b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/StructuresLab_CalebFontenot.dir/main.cpp.o new file mode 100644 index 0000000000000000000000000000000000000000..1ca3c7108771af672fc156ef0951e749d282e5a4 GIT binary patch literal 57704 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⁡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 literal 0 HcmV?d00001 diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/StructuresLab_CalebFontenot.dir/structures.cpp.o b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/StructuresLab_CalebFontenot.dir/structures.cpp.o new file mode 100644 index 0000000000000000000000000000000000000000..7b565f1e8d542d13a38f59519b588b3a174903d5 GIT binary patch literal 105728 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 *JtGV<(xkT;LDI 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 HEGqs#pb^Op literal 0 HcmV?d00001 diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/TargetDirectories.txt b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..f98d1ae --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,3 @@ +/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/StructuresLab_CalebFontenot.dir +/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/edit_cache.dir +/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/rebuild_cache.dir diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/clion-Debug-log.txt b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/clion-Debug-log.txt new file mode 100644 index 0000000..95ca569 --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/clion-Debug-log.txt @@ -0,0 +1,4 @@ +/usr/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/opt/clion/bin/ninja/linux/x64/ninja -G Ninja -S /home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot -B /home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug +-- Configuring done (0.0s) +-- Generating done (0.0s) +-- Build files have been written to: /home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/clion-environment.txt b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/clion-environment.txt new file mode 100644 index 0000000..d909848 --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/clion-environment.txt @@ -0,0 +1,3 @@ +ToolSet: 1.0 (local)Options: + +Options:-DCMAKE_MAKE_PROGRAM=/opt/clion/bin/ninja/linux/x64/ninja \ No newline at end of file diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/cmake.check_cache b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/rules.ninja b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/rules.ninja new file mode 100644 index 0000000..211dab9 --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/CMakeFiles/rules.ninja @@ -0,0 +1,64 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.28 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: StructuresLab_CalebFontenot +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__StructuresLab_CalebFontenot_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__StructuresLab_CalebFontenot_Debug + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot -B/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /opt/clion/bin/ninja/linux/x64/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /opt/clion/bin/ninja/linux/x64/ninja -t targets + description = All primary targets available: + diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/StructuresLab_CalebFontenot b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/StructuresLab_CalebFontenot new file mode 100755 index 0000000000000000000000000000000000000000..2d243752d52930a314aee03e022ed1f76cc3b064 GIT binary patch literal 131528 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ξ|IIk@#EZvHcM04XzprYUcs3dL z%zC@Uxci!7B} zhpP>}KfN&YHyU?e%Qo(xHSWGfYTQf8HQiuJqaMrQK32NB485<;+H{S(KZP>xUo`HS z?LK*`rfX*@hfRCkX52IRAu??g>q`pr;ZFYCZUoG4Ou8Gy-MoZud*RM{_SJgh_mFY- zReR(9bK{;Vf7VUcc>D>Rp}!3773Mj7I|O&;GgGg-#>C@KBut=BjT6s*7tR7D1`&*ei`n29Vh527j^_-c`DYsd$QpwL6VsR6InpdT? zwiC6$k8EH^#fC&=<8Cr;+qVi9p{rp0e)MPppy`9$MeZ6pmKdoP=FP>H6l2sl8gHA9GOwy#gS;A0kzFHU zFL9SMY-#&r7~n&2)AoZr*$<5w=frY2V`_o-u=NAGN}siBUaQ*ALOKzK71ikL6=wS# zP4TKou-VtzC_80R(Mh}_5bu|D0-~hsYuHq7F)j= zB2oLi`4UbBXVFF~!zqW_zJlnzNS5E@~B=@s7rF4ysB+ZcWa4LB>b+0_3P{ z&%88QqrIFPJMBPl4sDi+8<0zb1;a^}#%_tW!9l+*An{+T^J3J&YG5uSsCqaF+BSd> zPD+Z z>`>2C<|MF2sRKEQ(Ni4#`fD2Mz9#dAiEFO@lx)Xd9=`@WGY+4o1~4oE$2ql^$WLri zU$GtQJo-hw1jkG4P7MzCU@c_pR;(^^u9j1Sjx(C)FbrW$1S=?=DGb0^kU2QisUIa( z4$W3jW~gFZ5)2&$8l^y(1daJSK5S{Gi83(zm5It%JMpY1_;RQ}3@**)8?W(lR~3yV z?`T~(Lu1ZGXlE|EWwS7nbG`Ya70{ubRY2eawi)jDl8D?p?GqRM2l|~=u=`D|g6-@o zqS&PdhK_}t)DpO>-8eyuUP%*oA@6Jj&cLenW4%a1@38(CA7dhz_L6`fU|?Dqz&!Qi z8-A-qM_dJyKs?LR#HxWlS;AhG>I4)uFkKRz?Feh%5NQ&p*u{bn=JxEn5{H2Zl{oA( zl4|YgN+JkwdU;tTNow>M7M)eez8)GyBl|>dN4VDBgDJS{t9;nddbPC;q(-a{433em zQlUQWBc0I;{P%(0gZ#$opxuHwo%}dFB?{oFlznX0~|9ugjV6x$d zZ!+QSeX~!g4=|@l`)kBoIQ&r)-rg6dQPZ|7{clG`_!B0)y;r1@j|#sJ{xALc&waN1 zpETj^{W4Qvn7znfX8v2@3X=xE{1vdv;h()%n}94Mqq5;=k_dlY_%TVFehVYRpS`!j z9w7XeS^tOO`R7pnKWrkl_nS;$n}3^*y&s4FE1~dBvowIc|Cb5R{4<|6|Hj$50}pHy z8{f>?>SON}*&57gB17WO-X9NzXBeBl4gYSqk;InIslW^WD&*>z==25G zO#V3mw{ZB13MIAoYI=tLU6?^|L?7xQpY&h%oC?3M$t$mZdXEgt) z{6AsB+xmAlo0!f0LGx;Fw*KtQxFwv&@wzsAB?Vm>PNMOfg$ERM1=w@VL%nY^ug4F_-I88SgPR?M5PCC2^$Eg y05LBR!_qA*U4n`iG%J823=AjkLG*tGu3JF{==KAbS7Ft^_ZviI2bu;nE&~8a@!Qk@ literal 0 HcmV?d00001 diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/Testing/Temporary/LastTest.log b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/Testing/Temporary/LastTest.log new file mode 100644 index 0000000..dae1cbf --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/Testing/Temporary/LastTest.log @@ -0,0 +1,3 @@ +Start testing: Mar 22 11:44 CDT +---------------------------------------------------------- +End testing: Mar 22 11:44 CDT diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/build.ninja b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/build.ninja new file mode 100644 index 0000000..f3d436d --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/build.ninja @@ -0,0 +1,149 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.28 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: StructuresLab_CalebFontenot +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/ +# ============================================================================= +# Object build statements for EXECUTABLE target StructuresLab_CalebFontenot + + +############################################# +# Order-only phony target for StructuresLab_CalebFontenot + +build cmake_object_order_depends_target_StructuresLab_CalebFontenot: phony || CMakeFiles/StructuresLab_CalebFontenot.dir + +build CMakeFiles/StructuresLab_CalebFontenot.dir/main.cpp.o: CXX_COMPILER__StructuresLab_CalebFontenot_unscanned_Debug /home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/main.cpp || cmake_object_order_depends_target_StructuresLab_CalebFontenot + DEP_FILE = CMakeFiles/StructuresLab_CalebFontenot.dir/main.cpp.o.d + FLAGS = -g -std=gnu++23 -fdiagnostics-color=always + OBJECT_DIR = CMakeFiles/StructuresLab_CalebFontenot.dir + OBJECT_FILE_DIR = CMakeFiles/StructuresLab_CalebFontenot.dir + +build CMakeFiles/StructuresLab_CalebFontenot.dir/structures.cpp.o: CXX_COMPILER__StructuresLab_CalebFontenot_unscanned_Debug /home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/structures.cpp || cmake_object_order_depends_target_StructuresLab_CalebFontenot + DEP_FILE = CMakeFiles/StructuresLab_CalebFontenot.dir/structures.cpp.o.d + FLAGS = -g -std=gnu++23 -fdiagnostics-color=always + OBJECT_DIR = CMakeFiles/StructuresLab_CalebFontenot.dir + OBJECT_FILE_DIR = CMakeFiles/StructuresLab_CalebFontenot.dir + + +# ============================================================================= +# Link build statements for EXECUTABLE target StructuresLab_CalebFontenot + + +############################################# +# Link the executable StructuresLab_CalebFontenot + +build StructuresLab_CalebFontenot: CXX_EXECUTABLE_LINKER__StructuresLab_CalebFontenot_Debug CMakeFiles/StructuresLab_CalebFontenot.dir/main.cpp.o CMakeFiles/StructuresLab_CalebFontenot.dir/structures.cpp.o + FLAGS = -g + OBJECT_DIR = CMakeFiles/StructuresLab_CalebFontenot.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = StructuresLab_CalebFontenot + TARGET_PDB = StructuresLab_CalebFontenot.dbg + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug && /usr/bin/ccmake -S/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot -B/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug && /usr/bin/cmake --regenerate-during-build -S/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot -B/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Target aliases. + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug + +build all: phony StructuresLab_CalebFontenot + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | /home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/CMakeLists.txt /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.28.3/CMakeCCompiler.cmake CMakeFiles/3.28.3/CMakeCXXCompiler.cmake CMakeFiles/3.28.3/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build /home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/CMakeLists.txt /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.28.3/CMakeCCompiler.cmake CMakeFiles/3.28.3/CMakeCXXCompiler.cmake CMakeFiles/3.28.3/CMakeSystem.cmake: phony + + +############################################# +# Clean all the built files. + +build clean: CLEAN + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/cmake_install.cmake b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/cmake_install.cmake new file mode 100644 index 0000000..7e44df4 --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/cmake_install.cmake @@ -0,0 +1,54 @@ +# Install script for directory: /home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/caleb/ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/Assignments/StructuresLab_CalebFontenot/main.cpp b/Assignments/StructuresLab_CalebFontenot/main.cpp new file mode 100644 index 0000000..de4fb4b --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/main.cpp @@ -0,0 +1,28 @@ +#include +#include "structures.h" + +struct Payroll +{ + int empNumber; // structures Number + std::string name; // structures's name + double hours; // Hours worked + double payRate; // Hourly pay rate + double grossPay; // Gross pay + + std::string toString() { + std::string str = ""; + str.append("Payroll Number: ").append(std::to_string(empNumber)).append("\n"); + str.append("Payroll Name: ").append(name).append("\n"); + str.append("Payroll Hours:" ).append(std::to_string(hours)).append("\n"); + str.append("Payroll payRate: ").append(std::to_string(payRate)).append("\n"); + str.append("Payroll grossPay: ").append(std::to_string(grossPay)).append("\n"); + return str; + }; +}; + + +int main() { + Employee e; + std::cout << e.toString() << std::endl; + return 0; +} diff --git a/Assignments/StructuresLab_CalebFontenot/structures.cpp b/Assignments/StructuresLab_CalebFontenot/structures.cpp new file mode 100644 index 0000000..9eafa8f --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/structures.cpp @@ -0,0 +1,29 @@ +#include +#include +#include "structures.h" + +// +// Created by caleb on 3/22/24. +// +Employee::Employee() { + std::cout << "constructor called\n"; + this->pName = new char[10]; + std::strcpy(this->pName, "No Name"); +} +Employee::Employee(char * pName, double salary) { + this->pName = new char[strlen(pName) + 1]; + strcpy(this->pName, pName); + this->salary = salary; +} +Employee::~Employee() { + std::cout << "destructor called\n"; + if (this->pName != nullptr) { + delete[] this->pName; + } +} +std::string Employee::toString() { + std::string s = this->pName; + s += ", "; + s += std::to_string(this-> salary); + return s; +} \ No newline at end of file diff --git a/Assignments/StructuresLab_CalebFontenot/structures.h b/Assignments/StructuresLab_CalebFontenot/structures.h new file mode 100644 index 0000000..899b201 --- /dev/null +++ b/Assignments/StructuresLab_CalebFontenot/structures.h @@ -0,0 +1,19 @@ +// +// Created by caleb on 3/22/24. +// + +#ifndef STRUCTURESLAB_CALEBFONTENOT_STRUCTURES_H +#define STRUCTURESLAB_CALEBFONTENOT_STRUCTURES_H + +#include + +struct Employee { + Employee(); + Employee(char * pName, double salary); + ~Employee(); + char * pName; + double salary; + std::string toString(); +}; + +#endif //STRUCTURESLAB_CALEBFONTENOT_STRUCTURES_H diff --git a/Assignments/lab3_CalebFontenot/cmake-build-debug/Testing/Temporary/LastTest.log b/Assignments/lab3_CalebFontenot/cmake-build-debug/Testing/Temporary/LastTest.log index 73dd5d9..d80b657 100644 --- a/Assignments/lab3_CalebFontenot/cmake-build-debug/Testing/Temporary/LastTest.log +++ b/Assignments/lab3_CalebFontenot/cmake-build-debug/Testing/Temporary/LastTest.log @@ -1,3 +1,3 @@ -Start testing: Mar 20 11:02 CDT +Start testing: Mar 22 09:29 CDT ---------------------------------------------------------- -End testing: Mar 20 11:02 CDT +End testing: Mar 22 09:29 CDT diff --git a/Assignments/lab4_CalebFontenot/.idea/.gitignore b/Assignments/lab4_CalebFontenot/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/Assignments/lab4_CalebFontenot/.idea/lab4_CalebFontenot.iml b/Assignments/lab4_CalebFontenot/.idea/lab4_CalebFontenot.iml new file mode 100644 index 0000000..f08604b --- /dev/null +++ b/Assignments/lab4_CalebFontenot/.idea/lab4_CalebFontenot.iml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Assignments/lab4_CalebFontenot/.idea/misc.xml b/Assignments/lab4_CalebFontenot/.idea/misc.xml new file mode 100644 index 0000000..79b3c94 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Assignments/lab4_CalebFontenot/.idea/modules.xml b/Assignments/lab4_CalebFontenot/.idea/modules.xml new file mode 100644 index 0000000..8ae9946 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Assignments/lab4_CalebFontenot/.idea/vcs.xml b/Assignments/lab4_CalebFontenot/.idea/vcs.xml new file mode 100644 index 0000000..b2bdec2 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Assignments/lab4_CalebFontenot/CMakeLists.txt b/Assignments/lab4_CalebFontenot/CMakeLists.txt new file mode 100644 index 0000000..fe14d82 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/CMakeLists.txt @@ -0,0 +1,8 @@ +cmake_minimum_required(VERSION 3.28) +project(lab4_CalebFontenot) + +set(CMAKE_CXX_STANDARD 23) + +add_executable(lab4_CalebFontenot main.cpp + pointerArrays.cpp + pointerArrays.h) diff --git a/Assignments/lab4_CalebFontenot/build/CMakeCache.txt b/Assignments/lab4_CalebFontenot/build/CMakeCache.txt new file mode 100644 index 0000000..ae3b76c --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeCache.txt @@ -0,0 +1,381 @@ +# This is the CMakeCache file. +# For build in directory: /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING= + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//C compiler +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles/pkgRedirects + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=lab4_CalebFontenot + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Value Computed by CMake +lab4_CalebFontenot_BINARY_DIR:STATIC=/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build + +//Value Computed by CMake +lab4_CalebFontenot_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +lab4_CalebFontenot_SOURCE_DIR:STATIC=/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=28 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE + diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CMakeCCompiler.cmake b/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CMakeCCompiler.cmake new file mode 100644 index 0000000..7a93a25 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CMakeCCompiler.cmake @@ -0,0 +1,74 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "13.2.1") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED TRUE) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1;/usr/lib;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake b/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..d36a961 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake @@ -0,0 +1,85 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "13.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED TRUE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/13.2.1;/usr/include/c++/13.2.1/x86_64-pc-linux-gnu;/usr/include/c++/13.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_C.bin b/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000000000000000000000000000000000000..0c54394d5c2f630b4416c39192f8d4863eb91748 GIT binary patch literal 15424 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 literal 0 HcmV?d00001 diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin b/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000000000000000000000000000000000000..9cdc929d0540f1d47bc13c3d4e02a138a1baa0e1 GIT binary patch literal 15440 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 literal 0 HcmV?d00001 diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CMakeSystem.cmake b/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CMakeSystem.cmake new file mode 100644 index 0000000..3e69ce2 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.8.1-zen1-1-zen") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.8.1-zen1-1-zen") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.8.1-zen1-1-zen") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.8.1-zen1-1-zen") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CompilerIdC/CMakeCCompilerId.c b/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..0a0ec9b --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,880 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif __STDC_VERSION__ > 201710L +# define C_VERSION "23" +#elif __STDC_VERSION__ >= 201710L +# define C_VERSION "17" +#elif __STDC_VERSION__ >= 201000L +# define C_VERSION "11" +#elif __STDC_VERSION__ >= 199901L +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CompilerIdC/a.out b/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CompilerIdC/a.out new file mode 100755 index 0000000000000000000000000000000000000000..d4e75fdeec3a32a15554d4552f86a7429e5454b1 GIT binary patch literal 15536 zcmeHOeQaA-6+d?Rk&b3|vnI=$L7z5MbrN}Xk~Ww@J136Q7bzd3O9d!oPcQLHV&T}q zeui`~R;e%=LecmT3<*#riUgC8m;@7l4Of{4lK^!{NK^lqGQ^~U0_!vw8B{UnynBxO za_4Ml|4c~lM)B{S-#x#3?>qNB`})1(M=~Qr(MSZOG{FfV%ZMu`#SK3@#ubDVB%uXg z?}Sd+h4v1gQ|&1Q*s974(XH6bd=nz+I;heB?^HC7p^D6qkaXLXMVb&6LEz&c-A-y? zTgTt=0D{t9AI~5$7Q=t7<40I07}U{J;->PCpV*3rIW7rC(UD0ygLMY$1TXSKIo;s$mjY`UY1<-X%tkZFj{RL?ZDi6HuW#7qo_p|P|hTje7DC;dK<9!r$ytGRA zHm|bGr+B>W*5NwGQ;aM@Phlth>e(09pIEOZEF^!zjfVa2d3)}FwA%9nce!#XdvNLwsb4s4Q;N%L(%q%(f zY_8zsa}T*d%@pT8I5{#rkhXiw9`jhe-g^}6;fYZ@>z3TPT-kF=6Qk*TvEWWP(|H&B znp-FqxOZE*Hgp8Q74iSni623m<}2q-shX&_&&vV z@bxNul{;)ssdnMTj%&POD8CMkFEMXu{Fj+OtnuGuKB4hHWxjeJ_=T=1Iv1q;CcsC9 zM7$E<`K`ileIdXH&&#y{@4xQ``UtZ$Ea>#T_)))@EY|2XE?WerJy_U^7&DPh01X-$GSu`DL%gS~-3Q zjau6VewV&BQ>)dU-8qOvWNP*1d{<|0)?)`#K>ht?4t-B!AIlG~Tg#QTUuSO6l&zJv z7qO?6%)0fs6}b|73Sv)JBbgh>|9%_(=|;Tj;6mHwTLEHE?TFWVdAyM~_I|z*zmmBz zg-cXlzxs;NRKpTRAdEm5fiMDL1i}b}5eOp?Mj(tp7=bVXVFb2DfS!B3RT&-|8ozg@ zxUiVZyQN8d3OTjadrQ0h8Mjo<6$_IIzjXJSs*>oDO7|4_ip9L+%@#`wlOyzWl}V>G zGe607d_GvnI;AW==$myad2h1&gWTdSd2WG5Dc9S^$NX7EI-5S+fzzWSns}vFJBm1Z zy;d7Rq-U*EA`hK{$WlDgxp#N-WBA~UczV{{f&PccVQ{zq#Ev-9zk&RZi0{8O{%ADa zvMYKKl|+Okj6fKHFalu&!U%*B2qO?iAdEm5fiMF9-w}{JM#)>0+`zl|u=dK~ab9B! z+f~kgyn}7YkL+YyzA_zPTk<3&&sW<2xmhccOO=xhC3kR?{+GM&EHIE?oL?lJIdevjF0^dx$E6UjvPb|WaB z;#)zc=hx9lC(XH zJjE?#D5i%SzT)%kV5Afw#|7z8=TmMv&3C+pv*rxggP$1dA019(b~&E#cE+-YPW6vw zY-{io*e6HE2l_|s@u8syG86Vh|G-EF^Un1o_mt$azg_;in{_+~C>uV9y^x`j+254e zZfDCydme9+QP%tLIC^Ds1-nvqvydyy7Hzr1rmVbEn5#H*uKnh_XJESp*2sN69BjH= z=7Bj!AJgpZ%-Eo9YaQx0>fR#feruwCJtUOgZ{zWLs%O53s0_L#2w;}aEO^c|qE}Kl zFST3&e*&-wW})c0=3Jp-E|!XmZpk|npr$K1{2fOw%T)isaF^%If$u)=l;^?Bo+;oE z3cZqQk$L!TY}nXVa`O%e!1U*AdKgkL{RJ~iMSuBBcix^YISZ~mpGAdON?|*tl7rJD zh19V-XCXI(0~fI`d@&dESW%tfQhjhKH3)HVGCi)PA`X$y2zF&ll@;)c@u%`bW>je#QWYqN^L;iLAOqTh} zK0{EBe;4cZ`8&wd9z*o94-tHfb##mrJJHL2B8MDJS@g265j>A=!J^0i)7VIR4$;d# zLs0f-GJo+C`~vD}4)^VUkS&(TTl@72;(6vL8yaUias4h#Z=bAdcPZ zyy*4oNAy9IbFVJO%E!6GUvlFC#4VbMd$Gp)OZ2b} K%U(^Onebnw-_Fqh literal 0 HcmV?d00001 diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..9c9c90e --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,869 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CompilerIdCXX/a.out b/Assignments/lab4_CalebFontenot/build/CMakeFiles/3.28.3/CompilerIdCXX/a.out new file mode 100755 index 0000000000000000000000000000000000000000..e43b8a9011d99132e8db66bdbce33cdb79392973 GIT binary patch literal 15552 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 CT search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: eb0b45108af02c02a078961940bce3e9 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7571b.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7571b.dir/' + as -v --64 -o CMakeFiles/cmTC_7571b.dir/CMakeCCompilerABI.c.o /tmp/ccepv4S6.s + GNU assembler version 2.42.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.42.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7571b.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7571b.dir/CMakeCCompilerABI.c.' + Linking C executable cmTC_7571b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7571b.dir/link.txt --verbose=1 + /usr/bin/cc -v CMakeFiles/cmTC_7571b.dir/CMakeCCompilerABI.c.o -o cmTC_7571b + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.2.1 20230801 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_7571b' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_7571b.' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc3fQk18.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_7571b /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../.. CMakeFiles/cmTC_7571b.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_7571b' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_7571b.' + make[1]: Leaving directory '/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles/CMakeScratch/TryCompile-Br863b' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:159 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: '/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles/CMakeScratch/TryCompile-Br863b'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7571b/fast] + ignore line: [/usr/bin/make -f CMakeFiles/cmTC_7571b.dir/build.make CMakeFiles/cmTC_7571b.dir/build] + ignore line: [make[1]: Entering directory '/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles/CMakeScratch/TryCompile-Br863b'] + ignore line: [Building C object CMakeFiles/cmTC_7571b.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_7571b.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.2.1 20230801 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7571b.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7571b.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_7571b.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccepv4S6.s] + ignore line: [GNU C17 (GCC) version 13.2.1 20230801 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 13.2.1 20230801 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: eb0b45108af02c02a078961940bce3e9] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7571b.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7571b.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_7571b.dir/CMakeCCompilerABI.c.o /tmp/ccepv4S6.s] + ignore line: [GNU assembler version 2.42.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.42.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7571b.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7571b.dir/CMakeCCompilerABI.c.'] + ignore line: [Linking C executable cmTC_7571b] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7571b.dir/link.txt --verbose=1] + ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_7571b.dir/CMakeCCompilerABI.c.o -o cmTC_7571b ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.2.1 20230801 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_7571b' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_7571b.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc3fQk18.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_7571b /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../.. CMakeFiles/cmTC_7571b.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cc3fQk18.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_7571b] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] + arg [CMakeFiles/cmTC_7571b.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles/CMakeScratch/TryCompile-jgfFi6" + binary: "/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles/CMakeScratch/TryCompile-jgfFi6" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles/CMakeScratch/TryCompile-jgfFi6' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4c723/fast + /usr/bin/make -f CMakeFiles/cmTC_4c723.dir/build.make CMakeFiles/cmTC_4c723.dir/build + make[1]: Entering directory '/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles/CMakeScratch/TryCompile-jgfFi6' + Building CXX object CMakeFiles/cmTC_4c723.dir/CMakeCXXCompilerABI.cpp.o + /usr/bin/c++ -v -o CMakeFiles/cmTC_4c723.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.2.1 20230801 (GCC) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4c723.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_4c723.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_4c723.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccRnLYkj.s + GNU C++17 (GCC) version 13.2.1 20230801 (x86_64-pc-linux-gnu) + compiled by GNU C version 13.2.1 20230801, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: f089b864c6bcbc2427e9850aa6414a11 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4c723.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_4c723.dir/' + as -v --64 -o CMakeFiles/cmTC_4c723.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccRnLYkj.s + GNU assembler version 2.42.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.42.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4c723.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_4c723.dir/CMakeCXXCompilerABI.cpp.' + Linking CXX executable cmTC_4c723 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4c723.dir/link.txt --verbose=1 + /usr/bin/c++ -v CMakeFiles/cmTC_4c723.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_4c723 + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.2.1 20230801 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_4c723' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_4c723.' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccHKDrhJ.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_4c723 /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../.. CMakeFiles/cmTC_4c723.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_4c723' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_4c723.' + make[1]: Leaving directory '/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles/CMakeScratch/TryCompile-jgfFi6' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1] ==> [/usr/include/c++/13.2.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/13.2.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward] ==> [/usr/include/c++/13.2.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/13.2.1;/usr/include/c++/13.2.1/x86_64-pc-linux-gnu;/usr/include/c++/13.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:159 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: '/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles/CMakeScratch/TryCompile-jgfFi6'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4c723/fast] + ignore line: [/usr/bin/make -f CMakeFiles/cmTC_4c723.dir/build.make CMakeFiles/cmTC_4c723.dir/build] + ignore line: [make[1]: Entering directory '/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles/CMakeScratch/TryCompile-jgfFi6'] + ignore line: [Building CXX object CMakeFiles/cmTC_4c723.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_4c723.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.2.1 20230801 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4c723.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_4c723.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_4c723.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccRnLYkj.s] + ignore line: [GNU C++17 (GCC) version 13.2.1 20230801 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 13.2.1 20230801 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: f089b864c6bcbc2427e9850aa6414a11] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4c723.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_4c723.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_4c723.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccRnLYkj.s] + ignore line: [GNU assembler version 2.42.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.42.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4c723.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_4c723.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [Linking CXX executable cmTC_4c723] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4c723.dir/link.txt --verbose=1] + ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_4c723.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_4c723 ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.2.1 20230801 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_4c723' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_4c723.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccHKDrhJ.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_4c723 /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../.. CMakeFiles/cmTC_4c723.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccHKDrhJ.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_4c723] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] + arg [CMakeFiles/cmTC_4c723.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1;/usr/lib;/lib] + implicit fwks: [] + + +... diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/CMakeDirectoryInformation.cmake b/Assignments/lab4_CalebFontenot/build/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..1bf8291 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/Makefile.cmake b/Assignments/lab4_CalebFontenot/build/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..992e722 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/Makefile.cmake @@ -0,0 +1,130 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/CMakeLists.txt" + "CMakeFiles/3.28.3/CMakeCCompiler.cmake" + "CMakeFiles/3.28.3/CMakeCXXCompiler.cmake" + "CMakeFiles/3.28.3/CMakeSystem.cmake" + "/usr/share/cmake/Modules/CMakeCCompiler.cmake.in" + "/usr/share/cmake/Modules/CMakeCCompilerABI.c" + "/usr/share/cmake/Modules/CMakeCInformation.cmake" + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake" + "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake" + "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake" + "/usr/share/cmake/Modules/CMakeDetermineCompileFeatures.cmake" + "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake" + "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake" + "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake" + "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake" + "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake" + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake" + "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake" + "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake" + "/usr/share/cmake/Modules/CMakeSystem.cmake.in" + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake" + "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake" + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + "/usr/share/cmake/Modules/CMakeUnixFindMake.cmake" + "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + "/usr/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake" + "/usr/share/cmake/Modules/Compiler/GNU.cmake" + "/usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + "/usr/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake" + "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + "/usr/share/cmake/Modules/Platform/Linux.cmake" + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/3.28.3/CMakeSystem.cmake" + "CMakeFiles/3.28.3/CMakeCCompiler.cmake" + "CMakeFiles/3.28.3/CMakeCXXCompiler.cmake" + "CMakeFiles/3.28.3/CMakeCCompiler.cmake" + "CMakeFiles/3.28.3/CMakeCXXCompiler.cmake" + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/lab4_CalebFontenot.dir/DependInfo.cmake" + ) diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/Makefile2 b/Assignments/lab4_CalebFontenot/build/CMakeFiles/Makefile2 new file mode 100644 index 0000000..d7c8752 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/Makefile2 @@ -0,0 +1,112 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/lab4_CalebFontenot.dir/all +.PHONY : all + +# The main recursive "preinstall" target. +preinstall: +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/lab4_CalebFontenot.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/lab4_CalebFontenot.dir + +# All Build rule for target. +CMakeFiles/lab4_CalebFontenot.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lab4_CalebFontenot.dir/build.make CMakeFiles/lab4_CalebFontenot.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/lab4_CalebFontenot.dir/build.make CMakeFiles/lab4_CalebFontenot.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles --progress-num=1,2,3 "Built target lab4_CalebFontenot" +.PHONY : CMakeFiles/lab4_CalebFontenot.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/lab4_CalebFontenot.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/lab4_CalebFontenot.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles 0 +.PHONY : CMakeFiles/lab4_CalebFontenot.dir/rule + +# Convenience name for target. +lab4_CalebFontenot: CMakeFiles/lab4_CalebFontenot.dir/rule +.PHONY : lab4_CalebFontenot + +# clean rule for target. +CMakeFiles/lab4_CalebFontenot.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lab4_CalebFontenot.dir/build.make CMakeFiles/lab4_CalebFontenot.dir/clean +.PHONY : CMakeFiles/lab4_CalebFontenot.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/TargetDirectories.txt b/Assignments/lab4_CalebFontenot/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..83ee14e --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,3 @@ +/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir +/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles/edit_cache.dir +/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles/rebuild_cache.dir diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/cmake.check_cache b/Assignments/lab4_CalebFontenot/build/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/DependInfo.cmake b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/DependInfo.cmake new file mode 100644 index 0000000..8772c38 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/main.cpp" "CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o" "gcc" "CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o.d" + "/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/pointerArrays.cpp" "CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o" "gcc" "CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/build.make b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/build.make new file mode 100644 index 0000000..1d7aeb9 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/build.make @@ -0,0 +1,126 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build + +# Include any dependencies generated for this target. +include CMakeFiles/lab4_CalebFontenot.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/lab4_CalebFontenot.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/lab4_CalebFontenot.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/lab4_CalebFontenot.dir/flags.make + +CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o: CMakeFiles/lab4_CalebFontenot.dir/flags.make +CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o: /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/main.cpp +CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o: CMakeFiles/lab4_CalebFontenot.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o -MF CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o.d -o CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o -c /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/main.cpp + +CMakeFiles/lab4_CalebFontenot.dir/main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/lab4_CalebFontenot.dir/main.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/main.cpp > CMakeFiles/lab4_CalebFontenot.dir/main.cpp.i + +CMakeFiles/lab4_CalebFontenot.dir/main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/lab4_CalebFontenot.dir/main.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/main.cpp -o CMakeFiles/lab4_CalebFontenot.dir/main.cpp.s + +CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o: CMakeFiles/lab4_CalebFontenot.dir/flags.make +CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o: /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/pointerArrays.cpp +CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o: CMakeFiles/lab4_CalebFontenot.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o -MF CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o.d -o CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o -c /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/pointerArrays.cpp + +CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/pointerArrays.cpp > CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.i + +CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/pointerArrays.cpp -o CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.s + +# Object files for target lab4_CalebFontenot +lab4_CalebFontenot_OBJECTS = \ +"CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o" \ +"CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o" + +# External object files for target lab4_CalebFontenot +lab4_CalebFontenot_EXTERNAL_OBJECTS = + +lab4_CalebFontenot: CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o +lab4_CalebFontenot: CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o +lab4_CalebFontenot: CMakeFiles/lab4_CalebFontenot.dir/build.make +lab4_CalebFontenot: CMakeFiles/lab4_CalebFontenot.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable lab4_CalebFontenot" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lab4_CalebFontenot.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/lab4_CalebFontenot.dir/build: lab4_CalebFontenot +.PHONY : CMakeFiles/lab4_CalebFontenot.dir/build + +CMakeFiles/lab4_CalebFontenot.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/lab4_CalebFontenot.dir/cmake_clean.cmake +.PHONY : CMakeFiles/lab4_CalebFontenot.dir/clean + +CMakeFiles/lab4_CalebFontenot.dir/depend: + cd /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/lab4_CalebFontenot.dir/depend + diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/cmake_clean.cmake b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/cmake_clean.cmake new file mode 100644 index 0000000..25cbb62 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/cmake_clean.cmake @@ -0,0 +1,13 @@ +file(REMOVE_RECURSE + "CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o" + "CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o.d" + "CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o" + "CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o.d" + "lab4_CalebFontenot" + "lab4_CalebFontenot.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/lab4_CalebFontenot.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/compiler_depend.make b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/compiler_depend.make new file mode 100644 index 0000000..70e13db --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lab4_CalebFontenot. +# This may be replaced when dependencies are built. diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/compiler_depend.ts b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/compiler_depend.ts new file mode 100644 index 0000000..fd5f8b1 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lab4_CalebFontenot. diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/depend.make b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/depend.make new file mode 100644 index 0000000..ad000d2 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lab4_CalebFontenot. +# This may be replaced when dependencies are built. diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/flags.make b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/flags.make new file mode 100644 index 0000000..5d58303 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = + +CXX_FLAGS = -std=gnu++23 + diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/link.txt b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/link.txt new file mode 100644 index 0000000..adb5e1b --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o -o lab4_CalebFontenot diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o new file mode 100644 index 0000000000000000000000000000000000000000..d41d544a73344710b319236ade5b7f74b87ca97c GIT binary patch literal 1752 zcmbtU&1(}u6rW9N>qlFncn~VMCsENQAD1X7sWCQ!l+aQTFT*4mldaj^FgumTiw8jn zUiv@y4|r4$5)e^u9zBT{!GjlXJqY!^&AfIU*F*Keyzk$eH*aS5QT_JKoZ~Pehh1a) z7I_)FGqtZ*6Sc|~*gRWrjJ`G=f6q6b)^}bWg1{?euaPxI@4jK?3uGVOIIzodt#-vd zx4g1`-Yu5Bl2>#~g;KdtDHJgWX&ROb3kyIV%Q0t+J|f51)Z2`vkzOEWS*(3+XpPQub zReT0^-uTjD491DQEOQp{y@i#P&jR6xUVAWL{O-z{u5jLwTKN5Pfpb69vMUwW5pVZ| zin$;2%`o=6q3qn+sMik)2@Vb!CXh8Tgmb0YCJrwi23oY37i%?BMmq`u8A2?KwDjODUW&D7-#2zQ-1G)28c3ywfWb<#$L}c-$Yk69WiAxJ zH#1`usv0|a)2SG}FLEt{f-|a;!^r1mIH!z#3?yRdn;`#L<4=9|31TDRe=>Xji;#jf z{}qov1g!bnU4l*f+jZ^zFB^OTWSRnF(7%CVgeQ3&0;E$8%2C=#>2~fa#AadH{cjtL z-51TDO5!=Ori~w)go=?QY&^cgtowg&3er8}{U3ovc=BiMjeG4N1Nt-(Yz`#8Q5%mn e?K?uqM>D9;Xr#!V-*Jd#;lG&vbqb5BjsFEqx3Q-H literal 0 HcmV?d00001 diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o.d b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o.d new file mode 100644 index 0000000..1f67e82 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o.d @@ -0,0 +1,145 @@ +CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o: \ + /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/main.cpp \ + /usr/include/stdc-predef.h /usr/include/c++/13.2.1/iostream \ + /usr/include/c++/13.2.1/bits/requires_hosted.h \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/bits/wordsize.h /usr/include/bits/timesize.h \ + /usr/include/sys/cdefs.h /usr/include/bits/long-double.h \ + /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/13.2.1/pstl/pstl_config.h \ + /usr/include/c++/13.2.1/ostream /usr/include/c++/13.2.1/ios \ + /usr/include/c++/13.2.1/iosfwd /usr/include/c++/13.2.1/bits/stringfwd.h \ + /usr/include/c++/13.2.1/bits/memoryfwd.h \ + /usr/include/c++/13.2.1/bits/postypes.h /usr/include/c++/13.2.1/cwchar \ + /usr/include/wchar.h /usr/include/bits/libc-header-start.h \ + /usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/stdarg.h \ + /usr/include/bits/wchar.h /usr/include/bits/types/wint_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/__locale_t.h /usr/include/c++/13.2.1/exception \ + /usr/include/c++/13.2.1/bits/exception.h \ + /usr/include/c++/13.2.1/bits/exception_ptr.h \ + /usr/include/c++/13.2.1/bits/exception_defines.h \ + /usr/include/c++/13.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/13.2.1/typeinfo \ + /usr/include/c++/13.2.1/bits/hash_bytes.h /usr/include/c++/13.2.1/new \ + /usr/include/c++/13.2.1/bits/move.h /usr/include/c++/13.2.1/type_traits \ + /usr/include/c++/13.2.1/bits/nested_exception.h \ + /usr/include/c++/13.2.1/bits/char_traits.h \ + /usr/include/c++/13.2.1/compare /usr/include/c++/13.2.1/concepts \ + /usr/include/c++/13.2.1/bits/stl_construct.h \ + /usr/include/c++/13.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/13.2.1/bits/iterator_concepts.h \ + /usr/include/c++/13.2.1/bits/ptr_traits.h \ + /usr/include/c++/13.2.1/bits/ranges_cmp.h \ + /usr/include/c++/13.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13.2.1/bits/concept_check.h \ + /usr/include/c++/13.2.1/debug/assertions.h \ + /usr/include/c++/13.2.1/bits/localefwd.h \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/13.2.1/clocale /usr/include/locale.h \ + /usr/include/bits/locale.h /usr/include/c++/13.2.1/cctype \ + /usr/include/ctype.h /usr/include/bits/types.h \ + /usr/include/bits/typesizes.h /usr/include/bits/time64.h \ + /usr/include/bits/endian.h /usr/include/bits/endianness.h \ + /usr/include/c++/13.2.1/bits/ios_base.h \ + /usr/include/c++/13.2.1/ext/atomicity.h \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/struct_timespec.h /usr/include/bits/sched.h \ + /usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/bits/timex.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/clock_t.h /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/clockid_t.h /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h /usr/include/bits/setjmp.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/sys/single_threaded.h \ + /usr/include/c++/13.2.1/bits/locale_classes.h \ + /usr/include/c++/13.2.1/string /usr/include/c++/13.2.1/bits/allocator.h \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/13.2.1/bits/new_allocator.h \ + /usr/include/c++/13.2.1/bits/functexcept.h \ + /usr/include/c++/13.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/13.2.1/bits/ostream_insert.h \ + /usr/include/c++/13.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/13.2.1/bits/stl_iterator.h \ + /usr/include/c++/13.2.1/ext/type_traits.h \ + /usr/include/c++/13.2.1/bits/stl_function.h \ + /usr/include/c++/13.2.1/backward/binders.h \ + /usr/include/c++/13.2.1/ext/numeric_traits.h \ + /usr/include/c++/13.2.1/bits/stl_algobase.h \ + /usr/include/c++/13.2.1/bits/stl_pair.h \ + /usr/include/c++/13.2.1/bits/utility.h \ + /usr/include/c++/13.2.1/debug/debug.h \ + /usr/include/c++/13.2.1/bits/predefined_ops.h \ + /usr/include/c++/13.2.1/bit /usr/include/c++/13.2.1/bits/refwrap.h \ + /usr/include/c++/13.2.1/bits/invoke.h \ + /usr/include/c++/13.2.1/bits/range_access.h \ + /usr/include/c++/13.2.1/initializer_list \ + /usr/include/c++/13.2.1/bits/basic_string.h \ + /usr/include/c++/13.2.1/ext/alloc_traits.h \ + /usr/include/c++/13.2.1/bits/alloc_traits.h \ + /usr/include/c++/13.2.1/string_view \ + /usr/include/c++/13.2.1/bits/functional_hash.h \ + /usr/include/c++/13.2.1/bits/ranges_base.h \ + /usr/include/c++/13.2.1/bits/max_size_type.h \ + /usr/include/c++/13.2.1/numbers \ + /usr/include/c++/13.2.1/bits/string_view.tcc \ + /usr/include/c++/13.2.1/ext/string_conversions.h \ + /usr/include/c++/13.2.1/cstdlib /usr/include/stdlib.h \ + /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ + /usr/include/sys/types.h /usr/include/bits/stdint-intn.h \ + /usr/include/endian.h /usr/include/bits/byteswap.h \ + /usr/include/bits/uintn-identity.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \ + /usr/include/alloca.h /usr/include/bits/stdlib-float.h \ + /usr/include/c++/13.2.1/bits/std_abs.h /usr/include/c++/13.2.1/cstdio \ + /usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \ + /usr/include/bits/types/__fpos64_t.h \ + /usr/include/bits/types/struct_FILE.h \ + /usr/include/bits/types/cookie_io_functions_t.h \ + /usr/include/bits/stdio_lim.h /usr/include/c++/13.2.1/cerrno \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/c++/13.2.1/bits/charconv.h \ + /usr/include/c++/13.2.1/bits/basic_string.tcc \ + /usr/include/c++/13.2.1/bits/memory_resource.h \ + /usr/include/c++/13.2.1/cstddef \ + /usr/include/c++/13.2.1/bits/uses_allocator.h \ + /usr/include/c++/13.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/13.2.1/tuple /usr/include/c++/13.2.1/bits/ranges_util.h \ + /usr/include/c++/13.2.1/bits/locale_classes.tcc \ + /usr/include/c++/13.2.1/system_error \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/13.2.1/stdexcept /usr/include/c++/13.2.1/streambuf \ + /usr/include/c++/13.2.1/bits/streambuf.tcc \ + /usr/include/c++/13.2.1/bits/basic_ios.h \ + /usr/include/c++/13.2.1/bits/locale_facets.h \ + /usr/include/c++/13.2.1/cwctype /usr/include/wctype.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/13.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/13.2.1/bits/locale_facets.tcc \ + /usr/include/c++/13.2.1/bits/basic_ios.tcc \ + /usr/include/c++/13.2.1/bits/ostream.tcc /usr/include/c++/13.2.1/istream \ + /usr/include/c++/13.2.1/bits/istream.tcc \ + /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/pointerArrays.h diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o new file mode 100644 index 0000000000000000000000000000000000000000..c294cb47c7df7139fe0d5b9e638215d22ef13b56 GIT binary patch literal 1744 zcmbtU&ubGw6rS1EwrVR;dl2d&o~)otet0MrC8bWgf-S|8i%_=ik)kK@B-leK6$+k&fH?&8&1NRu4!Kkx%)a-1?|pB6?CicG4`&RF zkur?#p<|?2gc^OvaV88iXao(TtX2PE)n6XfR}bsi{rcSAE@_JNPqs^1VX(AI+F@V? z*=9gmTf;^`n%1_pHTqHTRzQv{{KX1TkZoD{uh#p6K84#IYyb|jZTz_&+aPTmkoF|m zTYtAfS`fD;$^QDA4bp_TIY|!JHye$m4;c0|J3W0TK0Z62y%A5Q&6JsprxK}jVj_`5 zs2^sI!#D#2Dv*Kjj^LDGiPc$*$^?G#2;sFD9vdDUYC!TT@L~wt7LTb5u}x!oWWab0 z6@ut(qHjO?^`}?1ug4p>423vcbw{DrH6wY2m9I(O=#+Omz6BhUT-1F6aH(4*_aX|a zo?GFRO)=)wd^2CIBKz_DBA>AB0_BcdN+)bvR1_(*xo78B9Om1uZ?9H-w^*Tt2Tut( zt)zTJ6Gd^_j()GoO>=CB&9&gIWx3CVPxQHRs?{ctl23kxooJcPLP;=I(E zg_P;n%G}8z)90+?S5(C58b@Zq;SMr$zK=}ibwJ)LmuUrZ6^~OBuGcM}JNai47b~k~ zm3dXlcnvhPK=Zo( zI^@N*|5yD@(2AZX-T`1Wzus4$|F+a8z(?)71nOH=Ii*+rE+kZ}YJ~qC1(8^W( literal 0 HcmV?d00001 diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o.d b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o.d new file mode 100644 index 0000000..bd81fd4 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o.d @@ -0,0 +1,144 @@ +CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o: \ + /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/pointerArrays.cpp \ + /usr/include/stdc-predef.h /usr/include/c++/13.2.1/iostream \ + /usr/include/c++/13.2.1/bits/requires_hosted.h \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/bits/wordsize.h /usr/include/bits/timesize.h \ + /usr/include/sys/cdefs.h /usr/include/bits/long-double.h \ + /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/13.2.1/pstl/pstl_config.h \ + /usr/include/c++/13.2.1/ostream /usr/include/c++/13.2.1/ios \ + /usr/include/c++/13.2.1/iosfwd /usr/include/c++/13.2.1/bits/stringfwd.h \ + /usr/include/c++/13.2.1/bits/memoryfwd.h \ + /usr/include/c++/13.2.1/bits/postypes.h /usr/include/c++/13.2.1/cwchar \ + /usr/include/wchar.h /usr/include/bits/libc-header-start.h \ + /usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/stdarg.h \ + /usr/include/bits/wchar.h /usr/include/bits/types/wint_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/__locale_t.h /usr/include/c++/13.2.1/exception \ + /usr/include/c++/13.2.1/bits/exception.h \ + /usr/include/c++/13.2.1/bits/exception_ptr.h \ + /usr/include/c++/13.2.1/bits/exception_defines.h \ + /usr/include/c++/13.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/13.2.1/typeinfo \ + /usr/include/c++/13.2.1/bits/hash_bytes.h /usr/include/c++/13.2.1/new \ + /usr/include/c++/13.2.1/bits/move.h /usr/include/c++/13.2.1/type_traits \ + /usr/include/c++/13.2.1/bits/nested_exception.h \ + /usr/include/c++/13.2.1/bits/char_traits.h \ + /usr/include/c++/13.2.1/compare /usr/include/c++/13.2.1/concepts \ + /usr/include/c++/13.2.1/bits/stl_construct.h \ + /usr/include/c++/13.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/13.2.1/bits/iterator_concepts.h \ + /usr/include/c++/13.2.1/bits/ptr_traits.h \ + /usr/include/c++/13.2.1/bits/ranges_cmp.h \ + /usr/include/c++/13.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13.2.1/bits/concept_check.h \ + /usr/include/c++/13.2.1/debug/assertions.h \ + /usr/include/c++/13.2.1/bits/localefwd.h \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/13.2.1/clocale /usr/include/locale.h \ + /usr/include/bits/locale.h /usr/include/c++/13.2.1/cctype \ + /usr/include/ctype.h /usr/include/bits/types.h \ + /usr/include/bits/typesizes.h /usr/include/bits/time64.h \ + /usr/include/bits/endian.h /usr/include/bits/endianness.h \ + /usr/include/c++/13.2.1/bits/ios_base.h \ + /usr/include/c++/13.2.1/ext/atomicity.h \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/struct_timespec.h /usr/include/bits/sched.h \ + /usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/bits/timex.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/clock_t.h /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/clockid_t.h /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h /usr/include/bits/setjmp.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/sys/single_threaded.h \ + /usr/include/c++/13.2.1/bits/locale_classes.h \ + /usr/include/c++/13.2.1/string /usr/include/c++/13.2.1/bits/allocator.h \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/13.2.1/bits/new_allocator.h \ + /usr/include/c++/13.2.1/bits/functexcept.h \ + /usr/include/c++/13.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/13.2.1/bits/ostream_insert.h \ + /usr/include/c++/13.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/13.2.1/bits/stl_iterator.h \ + /usr/include/c++/13.2.1/ext/type_traits.h \ + /usr/include/c++/13.2.1/bits/stl_function.h \ + /usr/include/c++/13.2.1/backward/binders.h \ + /usr/include/c++/13.2.1/ext/numeric_traits.h \ + /usr/include/c++/13.2.1/bits/stl_algobase.h \ + /usr/include/c++/13.2.1/bits/stl_pair.h \ + /usr/include/c++/13.2.1/bits/utility.h \ + /usr/include/c++/13.2.1/debug/debug.h \ + /usr/include/c++/13.2.1/bits/predefined_ops.h \ + /usr/include/c++/13.2.1/bit /usr/include/c++/13.2.1/bits/refwrap.h \ + /usr/include/c++/13.2.1/bits/invoke.h \ + /usr/include/c++/13.2.1/bits/range_access.h \ + /usr/include/c++/13.2.1/initializer_list \ + /usr/include/c++/13.2.1/bits/basic_string.h \ + /usr/include/c++/13.2.1/ext/alloc_traits.h \ + /usr/include/c++/13.2.1/bits/alloc_traits.h \ + /usr/include/c++/13.2.1/string_view \ + /usr/include/c++/13.2.1/bits/functional_hash.h \ + /usr/include/c++/13.2.1/bits/ranges_base.h \ + /usr/include/c++/13.2.1/bits/max_size_type.h \ + /usr/include/c++/13.2.1/numbers \ + /usr/include/c++/13.2.1/bits/string_view.tcc \ + /usr/include/c++/13.2.1/ext/string_conversions.h \ + /usr/include/c++/13.2.1/cstdlib /usr/include/stdlib.h \ + /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ + /usr/include/sys/types.h /usr/include/bits/stdint-intn.h \ + /usr/include/endian.h /usr/include/bits/byteswap.h \ + /usr/include/bits/uintn-identity.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \ + /usr/include/alloca.h /usr/include/bits/stdlib-float.h \ + /usr/include/c++/13.2.1/bits/std_abs.h /usr/include/c++/13.2.1/cstdio \ + /usr/include/stdio.h /usr/include/bits/types/__fpos_t.h \ + /usr/include/bits/types/__fpos64_t.h \ + /usr/include/bits/types/struct_FILE.h \ + /usr/include/bits/types/cookie_io_functions_t.h \ + /usr/include/bits/stdio_lim.h /usr/include/c++/13.2.1/cerrno \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/c++/13.2.1/bits/charconv.h \ + /usr/include/c++/13.2.1/bits/basic_string.tcc \ + /usr/include/c++/13.2.1/bits/memory_resource.h \ + /usr/include/c++/13.2.1/cstddef \ + /usr/include/c++/13.2.1/bits/uses_allocator.h \ + /usr/include/c++/13.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/13.2.1/tuple /usr/include/c++/13.2.1/bits/ranges_util.h \ + /usr/include/c++/13.2.1/bits/locale_classes.tcc \ + /usr/include/c++/13.2.1/system_error \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/13.2.1/stdexcept /usr/include/c++/13.2.1/streambuf \ + /usr/include/c++/13.2.1/bits/streambuf.tcc \ + /usr/include/c++/13.2.1/bits/basic_ios.h \ + /usr/include/c++/13.2.1/bits/locale_facets.h \ + /usr/include/c++/13.2.1/cwctype /usr/include/wctype.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/13.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/13.2.1/bits/locale_facets.tcc \ + /usr/include/c++/13.2.1/bits/basic_ios.tcc \ + /usr/include/c++/13.2.1/bits/ostream.tcc /usr/include/c++/13.2.1/istream \ + /usr/include/c++/13.2.1/bits/istream.tcc diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/progress.make b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/progress.make new file mode 100644 index 0000000..6a9dc74 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/lab4_CalebFontenot.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 + diff --git a/Assignments/lab4_CalebFontenot/build/CMakeFiles/progress.marks b/Assignments/lab4_CalebFontenot/build/CMakeFiles/progress.marks new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/CMakeFiles/progress.marks @@ -0,0 +1 @@ +3 diff --git a/Assignments/lab4_CalebFontenot/build/Makefile b/Assignments/lab4_CalebFontenot/build/Makefile new file mode 100644 index 0000000..abc8201 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/Makefile @@ -0,0 +1,208 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named lab4_CalebFontenot + +# Build rule for target. +lab4_CalebFontenot: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lab4_CalebFontenot +.PHONY : lab4_CalebFontenot + +# fast build rule for target. +lab4_CalebFontenot/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lab4_CalebFontenot.dir/build.make CMakeFiles/lab4_CalebFontenot.dir/build +.PHONY : lab4_CalebFontenot/fast + +main.o: main.cpp.o +.PHONY : main.o + +# target to build an object file +main.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lab4_CalebFontenot.dir/build.make CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lab4_CalebFontenot.dir/build.make CMakeFiles/lab4_CalebFontenot.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lab4_CalebFontenot.dir/build.make CMakeFiles/lab4_CalebFontenot.dir/main.cpp.s +.PHONY : main.cpp.s + +pointerArrays.o: pointerArrays.cpp.o +.PHONY : pointerArrays.o + +# target to build an object file +pointerArrays.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lab4_CalebFontenot.dir/build.make CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o +.PHONY : pointerArrays.cpp.o + +pointerArrays.i: pointerArrays.cpp.i +.PHONY : pointerArrays.i + +# target to preprocess a source file +pointerArrays.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lab4_CalebFontenot.dir/build.make CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.i +.PHONY : pointerArrays.cpp.i + +pointerArrays.s: pointerArrays.cpp.s +.PHONY : pointerArrays.s + +# target to generate assembly for a file +pointerArrays.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/lab4_CalebFontenot.dir/build.make CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.s +.PHONY : pointerArrays.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... rebuild_cache" + @echo "... lab4_CalebFontenot" + @echo "... main.o" + @echo "... main.i" + @echo "... main.s" + @echo "... pointerArrays.o" + @echo "... pointerArrays.i" + @echo "... pointerArrays.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/Assignments/lab4_CalebFontenot/build/cmake_install.cmake b/Assignments/lab4_CalebFontenot/build/cmake_install.cmake new file mode 100644 index 0000000..5791405 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/build/cmake_install.cmake @@ -0,0 +1,54 @@ +# Install script for directory: /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/build/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/Assignments/lab4_CalebFontenot/build/lab4_CalebFontenot b/Assignments/lab4_CalebFontenot/build/lab4_CalebFontenot new file mode 100755 index 0000000000000000000000000000000000000000..3e75c8ce1354d11399c9ad569a1f1d2a97a3afd3 GIT binary patch literal 15688 zcmeHOZ%kxY6~8mU0t#iQOQqe_oz$l3KOO_aQtFBw{yg@P0E-L6+GKrs%sk+kVTR5; z8fdn<5p6m_;x$)|^Z`fdsBOxmQ8D|a$uZS1U9^; zjt`BA;2E)u81n-nu*VLP4K7m9_aJPTcI2P?{x6!#hrasMxzL>Rm9JOV|MtFbKY%`X z92gUQP!Pk71^ako?0?a-;B@;wj&Zlk?ZT^$c8z<>FkSKPbLO{RsW& zsjtE1UnX8AZ1y&%8sq*FJ3;vKh41T7y~5Y&^Mmna91x@`CRO2cfbHc66^{2B&lQo2 zML69u(s8v2FTO6X6yfr7S9-%di*Ovn7e51j2K)^88SpdUXTZ;ZpMm!`1Andi=s%5x zKUW!x6_=WYFuuI(2J@@N!pl`Faw6E@@|XVH<o0JI*@=ku>t90nk8YGrr6D-*lzx+5`x@!psO-!X^*i3u5t`qqoMg8d2Zeu_II zcVWE}^p9Z^msX@_?(y~9?6ut3T5j;_1$`5H{*<|(Z^_1~3;MQf7>i?@5O1j_xTtR$ z&l*byUqKwkST_Qz#-dmp+cM(6GS0sS2e0gHWe34t9NP~3JQrHfw*!m%_A&kH=^rfU zThQJ*rmvm;#)7^H?agEQwbM_WJ$q_J9*aD;g|mr+`Qm55&w!r+KLdUS{0#UR@H60N zz|Vl60Y3x(j~NKSZ%6?t@WuF0*|9Jr0e_P`xRK9)0(9-$`TQv8`$4;i!-f)g?4$_H zg#w3aDyz=I4@HRMZ}qEh<@0xC~Pl5 z|FfVA{lTY|17g1T8SpdUXTZ;Zp8-Dueg^yu_!;ms;Ag zAozPL%9B)F$Tfp&)c*n1Eq+h>gQOctH;`t9zuTf*q`*AxvP6Y|qDm>u|5skk2SDk% zL-ri;;g@1LU#^LSud&ijQ2#&3rs-1j_g``Sc&U-O{_}WG&&R`eLACMS;g+b@s!0+#*6Tw06aUgoFVX zv0V&X*I}!N{6MD^y8Okz!Ma^Rd-jbG=VrJ&Z>9TC{;vf*J_2}s@RmZoFO%*;|6r}) z`WAh3c%XYw#(}$zaAu4Ej^lcd*908%;62`?#6K(=V;n*0M+o=E zc^vTl>eQbHJiIrAv|cHJ|GETz9dOKN59L$-Zwez};kXu`nGxp0LnCg72}SCz{ zP2Dj2PIe9IrqO#+n7yAF>Kg3t5$5rM6Wv_{=83+(5q;Dg?dl%Tq5R%XSgr+?_9viT zKH;Ry*{q%L)XT@X-W`kFsh&QOO`B6zDuGq{P*?A~v*^CSf+~4gm=7*c-EZncy;$~d z;<&0tA10B)F~_r625wN^uj1|&gKDDgf)OEjLbE!U3r%6twF4?7@2XxaH` z*BS@yW|W@dmdyT)&{ApF)+ST4+Ds-rV`tp?B4~WpfmchM1VLTh{Y|blDWv<9m7Nk= zVm<{!DD7rc&!cuG>!eeA3={e?cG5zE(C|$Mp}F=P>}CG7Oj@2v&7LwRGS;+hP9=cB zmSUI|UMq^hZ3t&gJ8>8*4Y6RS%_O0rg25>fT0A{HZKvFQZnpOT;W`0sIrwk1l16%9 zvgUOHbxU7vqy89d_-to>2k}|Qps!f?xz8BB-d4mK0lXP^Ew;H zLh)Wd&jW@-@bQZ<7${-67rahZ);swxKu0mZ)O&fQ_&@XTBVpyq+WRrV`R90-pn=y2 z-8O~ynfSduuRq(Ye*@gQB0hh=SZ@Llg#DDYYcu`_=)iN&ZrtP9s}ferCEAWaOvKjOW>^WnTy1IBYN cqKimWS(TpPJTCjzm*C%jRC&~R2p&`X2ghpz{r~^~ literal 0 HcmV?d00001 diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/cache-v2 b/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/cache-v2 new file mode 100644 index 0000000..e69de29 diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 b/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100644 index 0000000..e69de29 diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 b/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 new file mode 100644 index 0000000..e69de29 diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 b/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 new file mode 100644 index 0000000..e69de29 diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/cache-v2-1d1a950649abdae7ac89.json b/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/cache-v2-1d1a950649abdae7ac89.json new file mode 100644 index 0000000..1f78a5f --- /dev/null +++ b/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/cache-v2-1d1a950649abdae7ac89.json @@ -0,0 +1,1211 @@ +{ + "entries" : + [ + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/cmake-build-debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "28" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/c++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/cc" + }, + { + "name" : "CMAKE_C_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_C_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_C_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_C_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_C_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "UNINITIALIZED", + "value" : "/opt/clion/bin/ninja/linux/x64/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "lab4_CalebFontenot" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "lab4_CalebFontenot_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/cmake-build-debug" + }, + { + "name" : "lab4_CalebFontenot_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "lab4_CalebFontenot_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-5438dbe538007b29f2dc.json b/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-5438dbe538007b29f2dc.json new file mode 100644 index 0000000..e0024c5 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-5438dbe538007b29f2dc.json @@ -0,0 +1,141 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.28.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.28.3/CMakeCCompiler.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/cmake-build-debug", + "source" : "/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot" + }, + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-797ae60f0b03635dad3f.json b/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-797ae60f0b03635dad3f.json new file mode 100644 index 0000000..62e5293 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-797ae60f0b03635dad3f.json @@ -0,0 +1,60 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "jsonFile" : "directory-.-Debug-f5ebdc15457944623624.json", + "minimumCMakeVersion" : + { + "string" : "3.28" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "lab4_CalebFontenot", + "targetIndexes" : + [ + 0 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "lab4_CalebFontenot::@6890427a1f51a3e7e1df", + "jsonFile" : "target-lab4_CalebFontenot-Debug-284cca9173099cf3faf4.json", + "name" : "lab4_CalebFontenot", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/cmake-build-debug", + "source" : "/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot" + }, + "version" : + { + "major" : 2, + "minor" : 6 + } +} diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json b/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json new file mode 100644 index 0000000..3a67af9 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/index-2024-03-22T14-40-23-0364.json b/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/index-2024-03-22T14-40-23-0364.json new file mode 100644 index 0000000..d19a567 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/index-2024-03-22T14-40-23-0364.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 28, + "patch" : 3, + "string" : "3.28.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-797ae60f0b03635dad3f.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 6 + } + }, + { + "jsonFile" : "cache-v2-1d1a950649abdae7ac89.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-5438dbe538007b29f2dc.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-3a45e23eeb554008254f.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-1d1a950649abdae7ac89.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-5438dbe538007b29f2dc.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-797ae60f0b03635dad3f.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 6 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-3a45e23eeb554008254f.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/target-lab4_CalebFontenot-Debug-284cca9173099cf3faf4.json b/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/target-lab4_CalebFontenot-Debug-284cca9173099cf3faf4.json new file mode 100644 index 0000000..b960f77 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/target-lab4_CalebFontenot-Debug-284cca9173099cf3faf4.json @@ -0,0 +1,119 @@ +{ + "artifacts" : + [ + { + "path" : "lab4_CalebFontenot" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 6, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu++23 -fdiagnostics-color=always" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "23" + }, + "sourceIndexes" : + [ + 0, + 1 + ] + } + ], + "id" : "lab4_CalebFontenot::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + } + ], + "language" : "CXX" + }, + "name" : "lab4_CalebFontenot", + "nameOnDisk" : "lab4_CalebFontenot", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "pointerArrays.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "pointerArrays.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "EXECUTABLE" +} diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-3a45e23eeb554008254f.json b/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-3a45e23eeb554008254f.json new file mode 100644 index 0000000..ea5d186 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-3a45e23eeb554008254f.json @@ -0,0 +1,106 @@ +{ + "kind" : "toolchains", + "toolchains" : + [ + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1", + "/usr/lib", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "gcc", + "gcc_s", + "c", + "gcc", + "gcc_s" + ] + }, + "path" : "/usr/bin/cc", + "version" : "13.2.1" + }, + "language" : "C", + "sourceFileExtensions" : + [ + "c", + "m" + ] + }, + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/include/c++/13.2.1", + "/usr/include/c++/13.2.1/x86_64-pc-linux-gnu", + "/usr/include/c++/13.2.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1", + "/usr/lib", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "stdc++", + "m", + "gcc_s", + "gcc", + "c", + "gcc_s", + "gcc" + ] + }, + "path" : "/usr/bin/c++", + "version" : "13.2.1" + }, + "language" : "CXX", + "sourceFileExtensions" : + [ + "C", + "M", + "c++", + "cc", + "cpp", + "cxx", + "mm", + "mpp", + "CPP", + "ixx", + "cppm", + "ccm", + "cxxm", + "c++m" + ] + } + ], + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/.ninja_deps b/Assignments/lab4_CalebFontenot/cmake-build-debug/.ninja_deps new file mode 100644 index 0000000000000000000000000000000000000000..715989b53c235c121bf3ed460d67733c2882c45b GIT binary patch literal 23572 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 D4(g=o literal 0 HcmV?d00001 diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/.ninja_log b/Assignments/lab4_CalebFontenot/cmake-build-debug/.ninja_log new file mode 100644 index 0000000..d4dc03e --- /dev/null +++ b/Assignments/lab4_CalebFontenot/cmake-build-debug/.ninja_log @@ -0,0 +1,34 @@ +# ninja log v5 +0 1204 1711118677287168941 CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o 1f3495dc34e4c90e +2 1239 1711118677322169091 CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o af5835790ab96c9c +1239 1399 1711118677480169766 lab4_CalebFontenot bde0f1f134c12a56 +0 769 1711119319052899223 CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o af5835790ab96c9c +0 711 1711119417060525971 CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o 1f3495dc34e4c90e +711 810 1711119417159525568 lab4_CalebFontenot bde0f1f134c12a56 +1 790 1711119613611639980 CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o af5835790ab96c9c +790 904 1711119613725639422 lab4_CalebFontenot bde0f1f134c12a56 +0 640 1711119624844584817 CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o af5835790ab96c9c +640 751 1711119624953584280 lab4_CalebFontenot bde0f1f134c12a56 +1 624 1711120099283962902 CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o 1f3495dc34e4c90e +1 695 1711120099354962478 CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o af5835790ab96c9c +695 780 1711120099438961977 lab4_CalebFontenot bde0f1f134c12a56 +1 629 1711120271500660595 CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o af5835790ab96c9c +629 709 1711120271582662166 lab4_CalebFontenot bde0f1f134c12a56 +0 708 1711120334717790800 CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o af5835790ab96c9c +708 797 1711120334806792283 lab4_CalebFontenot bde0f1f134c12a56 +0 772 1711120647899503075 CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o 1f3495dc34e4c90e +772 870 1711120647996503846 lab4_CalebFontenot bde0f1f134c12a56 +0 625 1711120686747796624 CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o af5835790ab96c9c +625 711 1711120686832797235 lab4_CalebFontenot bde0f1f134c12a56 +1 619 1711120716742003851 CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o af5835790ab96c9c +619 710 1711120716832004449 lab4_CalebFontenot bde0f1f134c12a56 +1 628 1711120756246252720 CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o af5835790ab96c9c +628 713 1711120756331253227 lab4_CalebFontenot bde0f1f134c12a56 +1 668 1711120781879400452 CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o af5835790ab96c9c +668 753 1711120781963400919 lab4_CalebFontenot bde0f1f134c12a56 +0 623 1711120796755481476 CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o 1f3495dc34e4c90e +623 713 1711120796844481951 lab4_CalebFontenot bde0f1f134c12a56 +1 697 1711120856647774891 CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o af5835790ab96c9c +697 800 1711120856750775353 lab4_CalebFontenot bde0f1f134c12a56 +1 650 1711121029558370075 CMakeFiles/lab4_CalebFontenot.dir/pointerArrays.cpp.o af5835790ab96c9c +651 741 1711121029648370301 lab4_CalebFontenot bde0f1f134c12a56 diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeCache.txt b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeCache.txt new file mode 100644 index 0000000..bf7340a --- /dev/null +++ b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeCache.txt @@ -0,0 +1,377 @@ +# This is the CMakeCache file. +# For build in directory: /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/cmake-build-debug +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//C compiler +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/pkgRedirects + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//No help, variable specified on the command line. +CMAKE_MAKE_PROGRAM:UNINITIALIZED=/opt/clion/bin/ninja/linux/x64/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=lab4_CalebFontenot + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Value Computed by CMake +lab4_CalebFontenot_BINARY_DIR:STATIC=/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/cmake-build-debug + +//Value Computed by CMake +lab4_CalebFontenot_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +lab4_CalebFontenot_SOURCE_DIR:STATIC=/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/cmake-build-debug +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=28 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE + diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeCCompiler.cmake b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeCCompiler.cmake new file mode 100644 index 0000000..7a93a25 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeCCompiler.cmake @@ -0,0 +1,74 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "13.2.1") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED TRUE) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1;/usr/lib;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..d36a961 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake @@ -0,0 +1,85 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "13.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED TRUE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/13.2.1;/usr/include/c++/13.2.1/x86_64-pc-linux-gnu;/usr/include/c++/13.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_C.bin b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000000000000000000000000000000000000..0c54394d5c2f630b4416c39192f8d4863eb91748 GIT binary patch literal 15424 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 literal 0 HcmV?d00001 diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000000000000000000000000000000000000..9cdc929d0540f1d47bc13c3d4e02a138a1baa0e1 GIT binary patch literal 15440 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 literal 0 HcmV?d00001 diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeSystem.cmake b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeSystem.cmake new file mode 100644 index 0000000..3e69ce2 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.8.1-zen1-1-zen") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.8.1-zen1-1-zen") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.8.1-zen1-1-zen") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.8.1-zen1-1-zen") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdC/CMakeCCompilerId.c b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..0a0ec9b --- /dev/null +++ b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,880 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif __STDC_VERSION__ > 201710L +# define C_VERSION "23" +#elif __STDC_VERSION__ >= 201710L +# define C_VERSION "17" +#elif __STDC_VERSION__ >= 201000L +# define C_VERSION "11" +#elif __STDC_VERSION__ >= 199901L +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdC/a.out b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdC/a.out new file mode 100755 index 0000000000000000000000000000000000000000..d4e75fdeec3a32a15554d4552f86a7429e5454b1 GIT binary patch literal 15536 zcmeHOeQaA-6+d?Rk&b3|vnI=$L7z5MbrN}Xk~Ww@J136Q7bzd3O9d!oPcQLHV&T}q zeui`~R;e%=LecmT3<*#riUgC8m;@7l4Of{4lK^!{NK^lqGQ^~U0_!vw8B{UnynBxO za_4Ml|4c~lM)B{S-#x#3?>qNB`})1(M=~Qr(MSZOG{FfV%ZMu`#SK3@#ubDVB%uXg z?}Sd+h4v1gQ|&1Q*s974(XH6bd=nz+I;heB?^HC7p^D6qkaXLXMVb&6LEz&c-A-y? zTgTt=0D{t9AI~5$7Q=t7<40I07}U{J;->PCpV*3rIW7rC(UD0ygLMY$1TXSKIo;s$mjY`UY1<-X%tkZFj{RL?ZDi6HuW#7qo_p|P|hTje7DC;dK<9!r$ytGRA zHm|bGr+B>W*5NwGQ;aM@Phlth>e(09pIEOZEF^!zjfVa2d3)}FwA%9nce!#XdvNLwsb4s4Q;N%L(%q%(f zY_8zsa}T*d%@pT8I5{#rkhXiw9`jhe-g^}6;fYZ@>z3TPT-kF=6Qk*TvEWWP(|H&B znp-FqxOZE*Hgp8Q74iSni623m<}2q-shX&_&&vV z@bxNul{;)ssdnMTj%&POD8CMkFEMXu{Fj+OtnuGuKB4hHWxjeJ_=T=1Iv1q;CcsC9 zM7$E<`K`ileIdXH&&#y{@4xQ``UtZ$Ea>#T_)))@EY|2XE?WerJy_U^7&DPh01X-$GSu`DL%gS~-3Q zjau6VewV&BQ>)dU-8qOvWNP*1d{<|0)?)`#K>ht?4t-B!AIlG~Tg#QTUuSO6l&zJv z7qO?6%)0fs6}b|73Sv)JBbgh>|9%_(=|;Tj;6mHwTLEHE?TFWVdAyM~_I|z*zmmBz zg-cXlzxs;NRKpTRAdEm5fiMDL1i}b}5eOp?Mj(tp7=bVXVFb2DfS!B3RT&-|8ozg@ zxUiVZyQN8d3OTjadrQ0h8Mjo<6$_IIzjXJSs*>oDO7|4_ip9L+%@#`wlOyzWl}V>G zGe607d_GvnI;AW==$myad2h1&gWTdSd2WG5Dc9S^$NX7EI-5S+fzzWSns}vFJBm1Z zy;d7Rq-U*EA`hK{$WlDgxp#N-WBA~UczV{{f&PccVQ{zq#Ev-9zk&RZi0{8O{%ADa zvMYKKl|+Okj6fKHFalu&!U%*B2qO?iAdEm5fiMF9-w}{JM#)>0+`zl|u=dK~ab9B! z+f~kgyn}7YkL+YyzA_zPTk<3&&sW<2xmhccOO=xhC3kR?{+GM&EHIE?oL?lJIdevjF0^dx$E6UjvPb|WaB z;#)zc=hx9lC(XH zJjE?#D5i%SzT)%kV5Afw#|7z8=TmMv&3C+pv*rxggP$1dA019(b~&E#cE+-YPW6vw zY-{io*e6HE2l_|s@u8syG86Vh|G-EF^Un1o_mt$azg_;in{_+~C>uV9y^x`j+254e zZfDCydme9+QP%tLIC^Ds1-nvqvydyy7Hzr1rmVbEn5#H*uKnh_XJESp*2sN69BjH= z=7Bj!AJgpZ%-Eo9YaQx0>fR#feruwCJtUOgZ{zWLs%O53s0_L#2w;}aEO^c|qE}Kl zFST3&e*&-wW})c0=3Jp-E|!XmZpk|npr$K1{2fOw%T)isaF^%If$u)=l;^?Bo+;oE z3cZqQk$L!TY}nXVa`O%e!1U*AdKgkL{RJ~iMSuBBcix^YISZ~mpGAdON?|*tl7rJD zh19V-XCXI(0~fI`d@&dESW%tfQhjhKH3)HVGCi)PA`X$y2zF&ll@;)c@u%`bW>je#QWYqN^L;iLAOqTh} zK0{EBe;4cZ`8&wd9z*o94-tHfb##mrJJHL2B8MDJS@g265j>A=!J^0i)7VIR4$;d# zLs0f-GJo+C`~vD}4)^VUkS&(TTl@72;(6vL8yaUias4h#Z=bAdcPZ zyy*4oNAy9IbFVJO%E!6GUvlFC#4VbMd$Gp)OZ2b} K%U(^Onebnw-_Fqh literal 0 HcmV?d00001 diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..9c9c90e --- /dev/null +++ b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,869 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdCXX/a.out b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/3.28.3/CompilerIdCXX/a.out new file mode 100755 index 0000000000000000000000000000000000000000..e43b8a9011d99132e8db66bdbce33cdb79392973 GIT binary patch literal 15552 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 CT search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: eb0b45108af02c02a078961940bce3e9 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_5bec9.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5bec9.dir/' + as -v --64 -o CMakeFiles/cmTC_5bec9.dir/CMakeCCompilerABI.c.o /tmp/ccCnn4Bp.s + GNU assembler version 2.42.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.42.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_5bec9.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5bec9.dir/CMakeCCompilerABI.c.' + [2/2] : && /usr/bin/cc -v CMakeFiles/cmTC_5bec9.dir/CMakeCCompilerABI.c.o -o cmTC_5bec9 && : + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.2.1 20230801 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_5bec9' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_5bec9.' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc0KFoUa.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_5bec9 /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../.. CMakeFiles/cmTC_5bec9.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_5bec9' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_5bec9.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:159 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: '/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-cHVHdz'] + ignore line: [] + ignore line: [Run Build Command(s): /opt/clion/bin/ninja/linux/x64/ninja -v cmTC_5bec9] + ignore line: [[1/2] /usr/bin/cc -fdiagnostics-color=always -v -o CMakeFiles/cmTC_5bec9.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.2.1 20230801 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_5bec9.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5bec9.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_5bec9.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccCnn4Bp.s] + ignore line: [GNU C17 (GCC) version 13.2.1 20230801 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 13.2.1 20230801 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: eb0b45108af02c02a078961940bce3e9] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_5bec9.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5bec9.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_5bec9.dir/CMakeCCompilerABI.c.o /tmp/ccCnn4Bp.s] + ignore line: [GNU assembler version 2.42.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.42.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_5bec9.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5bec9.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] : && /usr/bin/cc -v CMakeFiles/cmTC_5bec9.dir/CMakeCCompilerABI.c.o -o cmTC_5bec9 && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.2.1 20230801 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_5bec9' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_5bec9.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc0KFoUa.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_5bec9 /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../.. CMakeFiles/cmTC_5bec9.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cc0KFoUa.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_5bec9] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] + arg [CMakeFiles/cmTC_5bec9.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Iykwzx" + binary: "/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Iykwzx" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Iykwzx' + + Run Build Command(s): /opt/clion/bin/ninja/linux/x64/ninja -v cmTC_87530 + [1/2] /usr/bin/c++ -fdiagnostics-color=always -v -o CMakeFiles/cmTC_87530.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.2.1 20230801 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_87530.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_87530.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_87530.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccq9coLG.s + GNU C++17 (GCC) version 13.2.1 20230801 (x86_64-pc-linux-gnu) + compiled by GNU C version 13.2.1 20230801, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: f089b864c6bcbc2427e9850aa6414a11 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_87530.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_87530.dir/' + as -v --64 -o CMakeFiles/cmTC_87530.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccq9coLG.s + GNU assembler version 2.42.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.42.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_87530.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_87530.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /usr/bin/c++ -v CMakeFiles/cmTC_87530.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_87530 && : + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.2.1 20230801 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_87530' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_87530.' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccBbQLHh.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_87530 /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../.. CMakeFiles/cmTC_87530.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_87530' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_87530.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1] ==> [/usr/include/c++/13.2.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/13.2.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward] ==> [/usr/include/c++/13.2.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/13.2.1;/usr/include/c++/13.2.1/x86_64-pc-linux-gnu;/usr/include/c++/13.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:159 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: '/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Iykwzx'] + ignore line: [] + ignore line: [Run Build Command(s): /opt/clion/bin/ninja/linux/x64/ninja -v cmTC_87530] + ignore line: [[1/2] /usr/bin/c++ -fdiagnostics-color=always -v -o CMakeFiles/cmTC_87530.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.2.1 20230801 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_87530.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_87530.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_87530.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccq9coLG.s] + ignore line: [GNU C++17 (GCC) version 13.2.1 20230801 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 13.2.1 20230801 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: f089b864c6bcbc2427e9850aa6414a11] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_87530.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_87530.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_87530.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccq9coLG.s] + ignore line: [GNU assembler version 2.42.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.42.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_87530.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_87530.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /usr/bin/c++ -v CMakeFiles/cmTC_87530.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_87530 && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.2.1 20230801 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_87530' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_87530.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccBbQLHh.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_87530 /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../.. CMakeFiles/cmTC_87530.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccBbQLHh.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_87530] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] + arg [CMakeFiles/cmTC_87530.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1;/usr/lib;/lib] + implicit fwks: [] + + +... diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/TargetDirectories.txt b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..6b0e6a6 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,3 @@ +/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/lab4_CalebFontenot.dir +/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/edit_cache.dir +/home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/rebuild_cache.dir diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/clion-Debug-log.txt b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/clion-Debug-log.txt new file mode 100644 index 0000000..8302403 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/clion-Debug-log.txt @@ -0,0 +1,4 @@ +/usr/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/opt/clion/bin/ninja/linux/x64/ninja -G Ninja -S /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot -B /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/cmake-build-debug +-- Configuring done (0.0s) +-- Generating done (0.0s) +-- Build files have been written to: /home/caleb/ASDV-Cpp/Assignments/lab4_CalebFontenot/cmake-build-debug diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/clion-environment.txt b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/clion-environment.txt new file mode 100644 index 0000000..d909848 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/clion-environment.txt @@ -0,0 +1,3 @@ +ToolSet: 1.0 (local)Options: + +Options:-DCMAKE_MAKE_PROGRAM=/opt/clion/bin/ninja/linux/x64/ninja \ No newline at end of file diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/cmake.check_cache b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o b/Assignments/lab4_CalebFontenot/cmake-build-debug/CMakeFiles/lab4_CalebFontenot.dir/main.cpp.o new file mode 100644 index 0000000000000000000000000000000000000000..82f98ecadb7282a57c1104718af9cb6ca420de3c GIT binary patch literal 18744 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

) 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 +#include "pointerArrays.h" + +int main() { + int ***ppp = create3DArray(5, 5, 5); + initialize3DArray(ppp, 5, 5, 5); + traverse3DArrayOffsets(ppp, 5, 5, 5); + return 0; +} diff --git a/Assignments/lab4_CalebFontenot/pointerArrays.cpp b/Assignments/lab4_CalebFontenot/pointerArrays.cpp new file mode 100644 index 0000000..a1e1d30 --- /dev/null +++ b/Assignments/lab4_CalebFontenot/pointerArrays.cpp @@ -0,0 +1,44 @@ +#include + + +int *** create3DArray (int x, int y, int z) { + int*** pArray3D = new int**[x]; + for (int i = 0; i < x; ++i) { + int **pArray2D = new int*[y]; + for (int j = 0; j < y; ++j) { + int *pArray = new int[z]; + pArray2D[j] = pArray; + //free(pArray); + } + pArray3D[i] = pArray2D; + //free(pArray2D); + } + return pArray3D; +} + +void initialize3DArray(int ***ppp, int x, int y, int z) { + int counter = 0; + for (int i = 0; i < x; ++i) { + for (int j = 0; j < y; ++j) { + for (int k = 0; k < z; ++k) { + ppp[i][j][k] = ++counter; + } + } + } +} + +void traverse3DArrayOffsets(int ***ppp, int x, int y, int z) { + char *dashes = "---------"; + for (int i = 0; i < x; ++i) { + std::cout << dashes << " Table " << (i + 1) << " " << dashes << std::endl; + for (int j = 0; j < y; ++j) { + for (int k = 0; k < z; ++k) { + std::cout << *(ppp[i][j] + k) << ", "; + } + std::cout << std::endl; + } + } +} + + +//std::string print3DArray() \ No newline at end of file diff --git a/Assignments/lab4_CalebFontenot/pointerArrays.h b/Assignments/lab4_CalebFontenot/pointerArrays.h new file mode 100644 index 0000000..5f1ab1c --- /dev/null +++ b/Assignments/lab4_CalebFontenot/pointerArrays.h @@ -0,0 +1,11 @@ +// +// Created by caleb on 3/22/24. +// + +#ifndef LAB4_CALEBFONTENOT_POINTERARRAYS_H +#define LAB4_CALEBFONTENOT_POINTERARRAYS_H + +int*** create3DArray(int x, int y, int z); +void initialize3DArray(int ***ppp, int x, int y, int z); +void traverse3DArrayOffsets(int ***ppp, int x, int y, int z); +#endif //LAB4_CALEBFONTENOT_POINTERARRAYS_H