From 80ced4e4a4a7ef1d301fb44c287f4a185f55055d Mon Sep 17 00:00:00 2001 From: JRNitre Date: Sun, 21 Apr 2024 11:11:36 +0800 Subject: [PATCH] =?UTF-8?q?20240421=2003=5FClion=5FCplus=5Fassignment=5F20?= =?UTF-8?q?240421=20=E7=AE=97=E6=B3=95=E5=88=86=E6=9E=90=E4=B8=8E=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E8=AE=BE=E8=AE=A1=20=E5=AE=9E=E9=AA=8C=E6=8A=A5?= =?UTF-8?q?=E5=91=8A=E4=BA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...on => index-2024-04-20T10-11-42-0344.json} | 0 .../cmake-build-debug/.ninja_deps | Bin 16632 -> 15456 bytes .../cmake-build-debug/.ninja_log | 6 +- .../CMakeFiles/clion-Debug-log.txt | 2 +- .../Testing/Temporary/LastTest.log | 4 +- 01_Clion_Cplus_learn_20240419/main.cpp | 1 - .../.idea/.gitignore | 8 + .../03_Clion_Cplus_assignment_20240421.iml | 2 + .../.idea/misc.xml | 4 + .../.idea/modules.xml | 8 + .../.idea/vcs.xml | 6 + .../CMakeLists.txt | 6 + .../.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-402a2b4244d2f6bd521d.json | 1327 +++++++++++++++++ .../cmakeFiles-v1-1cc2796f5d53301aa228.json | 793 ++++++++++ .../codemodel-v2-7eeca5c9f397064eaea8.json | 60 + ...irectory-.-Debug-d0094a50bb2071803777.json | 14 + .../reply/index-2024-04-21T02-37-02-0183.json | 108 ++ ...t_20240421-Debug-a6ff7f091e2efafe3806.json | 106 ++ .../toolchains-v1-393d18a2a3bc9ded3c00.json | 93 ++ .../cmake-build-debug/.ninja_deps | Bin 0 -> 20756 bytes .../cmake-build-debug/.ninja_log | 21 + .../03_Clion_Cplus_assignment_20240421.exe | Bin 0 -> 62903 bytes .../cmake-build-debug/CMakeCache.txt | 415 ++++++ .../main.cpp.obj | Bin 0 -> 19230 bytes .../CMakeFiles/3.27.8/CMakeCCompiler.cmake | 74 + .../CMakeFiles/3.27.8/CMakeCXXCompiler.cmake | 85 ++ .../3.27.8/CMakeDetermineCompilerABI_C.bin | Bin 0 -> 43069 bytes .../3.27.8/CMakeDetermineCompilerABI_CXX.bin | Bin 0 -> 43088 bytes .../CMakeFiles/3.27.8/CMakeRCCompiler.cmake | 6 + .../CMakeFiles/3.27.8/CMakeSystem.cmake | 15 + .../3.27.8/CompilerIdC/CMakeCCompilerId.c | 866 +++++++++++ .../CMakeFiles/3.27.8/CompilerIdC/a.exe | Bin 0 -> 43144 bytes .../CompilerIdCXX/CMakeCXXCompilerId.cpp | 855 +++++++++++ .../CMakeFiles/3.27.8/CompilerIdCXX/a.exe | Bin 0 -> 43172 bytes .../CMakeFiles/CMakeConfigureLog.yaml | 417 ++++++ .../CMakeFiles/TargetDirectories.txt | 3 + .../CMakeFiles/clion-Debug-log.txt | 16 + .../CMakeFiles/clion-environment.txt | 4 + .../CMakeFiles/cmake.check_cache | 1 + .../cmake-build-debug/CMakeFiles/rules.ninja | 64 + .../Testing/Temporary/LastTest.log | 3 + .../cmake-build-debug/build.ninja | 149 ++ .../cmake-build-debug/cmake_install.cmake | 49 + 03_Clion_Cplus_assignment_20240421/main.cpp | 115 ++ 48 files changed, 5697 insertions(+), 9 deletions(-) rename 01_Clion_Cplus_learn_20240419/cmake-build-debug/.cmake/api/v1/reply/{index-2024-04-19T16-22-43-0861.json => index-2024-04-20T10-11-42-0344.json} (100%) create mode 100644 03_Clion_Cplus_assignment_20240421/.idea/.gitignore create mode 100644 03_Clion_Cplus_assignment_20240421/.idea/03_Clion_Cplus_assignment_20240421.iml create mode 100644 03_Clion_Cplus_assignment_20240421/.idea/misc.xml create mode 100644 03_Clion_Cplus_assignment_20240421/.idea/modules.xml create mode 100644 03_Clion_Cplus_assignment_20240421/.idea/vcs.xml create mode 100644 03_Clion_Cplus_assignment_20240421/CMakeLists.txt create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/query/cache-v2 create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/cache-v2-402a2b4244d2f6bd521d.json create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-1cc2796f5d53301aa228.json create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-7eeca5c9f397064eaea8.json create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/index-2024-04-21T02-37-02-0183.json create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/target-03_Clion_Cplus_assignment_20240421-Debug-a6ff7f091e2efafe3806.json create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-393d18a2a3bc9ded3c00.json create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/.ninja_deps create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/.ninja_log create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/03_Clion_Cplus_assignment_20240421.exe create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeCache.txt create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/03_Clion_Cplus_assignment_20240421.dir/main.cpp.obj create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeCCompiler.cmake create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeCXXCompiler.cmake create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeDetermineCompilerABI_C.bin create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeDetermineCompilerABI_CXX.bin create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeRCCompiler.cmake create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeSystem.cmake create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CompilerIdC/a.exe create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CompilerIdCXX/a.exe create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/TargetDirectories.txt create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/clion-Debug-log.txt create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/clion-environment.txt create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/cmake.check_cache create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/rules.ninja create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/Testing/Temporary/LastTest.log create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/build.ninja create mode 100644 03_Clion_Cplus_assignment_20240421/cmake-build-debug/cmake_install.cmake create mode 100644 03_Clion_Cplus_assignment_20240421/main.cpp diff --git a/01_Clion_Cplus_learn_20240419/cmake-build-debug/.cmake/api/v1/reply/index-2024-04-19T16-22-43-0861.json b/01_Clion_Cplus_learn_20240419/cmake-build-debug/.cmake/api/v1/reply/index-2024-04-20T10-11-42-0344.json similarity index 100% rename from 01_Clion_Cplus_learn_20240419/cmake-build-debug/.cmake/api/v1/reply/index-2024-04-19T16-22-43-0861.json rename to 01_Clion_Cplus_learn_20240419/cmake-build-debug/.cmake/api/v1/reply/index-2024-04-20T10-11-42-0344.json diff --git a/01_Clion_Cplus_learn_20240419/cmake-build-debug/.ninja_deps b/01_Clion_Cplus_learn_20240419/cmake-build-debug/.ninja_deps index b5c7278323eb584c2e5c85e0bf1287db25ae1a33..a029a56c60d1012b73a04acd68bba69b520dd97b 100644 GIT binary patch delta 13 Ucmey-$oQaQgN)VYEp{$U050bR!~g&Q delta 41 scmaD*@uQJ(gNzl6F@uBcW(6w;CLRwah6V;8V4PVQ2^QHbV&%gG0RPGgyZ`_I diff --git a/01_Clion_Cplus_learn_20240419/cmake-build-debug/.ninja_log b/01_Clion_Cplus_learn_20240419/cmake-build-debug/.ninja_log index e0ee063..fbe1f33 100644 --- a/01_Clion_Cplus_learn_20240419/cmake-build-debug/.ninja_log +++ b/01_Clion_Cplus_learn_20240419/cmake-build-debug/.ninja_log @@ -1,8 +1,4 @@ # ninja log v5 -0 83 7352469638498876 build.ninja ac5c3fcc37c06dd7 -0 366 7352469642281011 CMakeFiles/01_Clion_Cplus_learn_20240419.dir/main.cpp.obj 7f2c522ff8b33c9b -367 531 7352469643901607 01_Clion_Cplus_learn_20240419.exe be1b2408599ad2f0 -2 233 7352470115817729 CMakeFiles/01_Clion_Cplus_learn_20240419.dir/main.cpp.obj 7f2c522ff8b33c9b -233 304 7352470116513480 01_Clion_Cplus_learn_20240419.exe be1b2408599ad2f0 +0 83 7353111023218904 build.ninja ac5c3fcc37c06dd7 2 228 7352471267487245 CMakeFiles/01_Clion_Cplus_learn_20240419.dir/main.cpp.obj 7f2c522ff8b33c9b 229 292 7352471268107909 01_Clion_Cplus_learn_20240419.exe be1b2408599ad2f0 diff --git a/01_Clion_Cplus_learn_20240419/cmake-build-debug/CMakeFiles/clion-Debug-log.txt b/01_Clion_Cplus_learn_20240419/cmake-build-debug/CMakeFiles/clion-Debug-log.txt index 34748cb..5629d98 100644 --- a/01_Clion_Cplus_learn_20240419/cmake-build-debug/CMakeFiles/clion-Debug-log.txt +++ b/01_Clion_Cplus_learn_20240419/cmake-build-debug/CMakeFiles/clion-Debug-log.txt @@ -1,4 +1,4 @@ "E:\Software\CLion 2023.3.4\bin\cmake\win\x64\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Debug "-DCMAKE_MAKE_PROGRAM=E:/Software/CLion 2023.3.4/bin/ninja/win/x64/ninja.exe" -G Ninja -S E:\SYSTEM\Desktop\PROJECT\CodeLibrary_Next\Cplus\01_Clion_Cplus_learn_20240419 -B E:\SYSTEM\Desktop\PROJECT\CodeLibrary_Next\Cplus\01_Clion_Cplus_learn_20240419\cmake-build-debug --- Configuring done (0.5s) +-- Configuring done (0.3s) -- Generating done (0.0s) -- Build files have been written to: E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/01_Clion_Cplus_learn_20240419/cmake-build-debug diff --git a/01_Clion_Cplus_learn_20240419/cmake-build-debug/Testing/Temporary/LastTest.log b/01_Clion_Cplus_learn_20240419/cmake-build-debug/Testing/Temporary/LastTest.log index 0a4d87d..3b60bb7 100644 --- a/01_Clion_Cplus_learn_20240419/cmake-build-debug/Testing/Temporary/LastTest.log +++ b/01_Clion_Cplus_learn_20240419/cmake-build-debug/Testing/Temporary/LastTest.log @@ -1,3 +1,3 @@ -Start testing: Apr 20 00:26 中国标准时间 +Start testing: Apr 21 10:35 中国标准时间 ---------------------------------------------------------- -End testing: Apr 20 00:26 中国标准时间 +End testing: Apr 21 10:35 中国标准时间 diff --git a/01_Clion_Cplus_learn_20240419/main.cpp b/01_Clion_Cplus_learn_20240419/main.cpp index fed40af..4ace821 100644 --- a/01_Clion_Cplus_learn_20240419/main.cpp +++ b/01_Clion_Cplus_learn_20240419/main.cpp @@ -27,7 +27,6 @@ person(){ int main() { person p1; - system("pause"); return 0; } diff --git a/03_Clion_Cplus_assignment_20240421/.idea/.gitignore b/03_Clion_Cplus_assignment_20240421/.idea/.gitignore new file mode 100644 index 0000000..35410ca --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/.idea/.gitignore @@ -0,0 +1,8 @@ +# 榛樿蹇界暐鐨勬枃浠 +/shelf/ +/workspace.xml +# 鍩轰簬缂栬緫鍣ㄧ殑 HTTP 瀹㈡埛绔姹 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/03_Clion_Cplus_assignment_20240421/.idea/03_Clion_Cplus_assignment_20240421.iml b/03_Clion_Cplus_assignment_20240421/.idea/03_Clion_Cplus_assignment_20240421.iml new file mode 100644 index 0000000..f08604b --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/.idea/03_Clion_Cplus_assignment_20240421.iml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/03_Clion_Cplus_assignment_20240421/.idea/misc.xml b/03_Clion_Cplus_assignment_20240421/.idea/misc.xml new file mode 100644 index 0000000..79b3c94 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/03_Clion_Cplus_assignment_20240421/.idea/modules.xml b/03_Clion_Cplus_assignment_20240421/.idea/modules.xml new file mode 100644 index 0000000..942fee1 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/03_Clion_Cplus_assignment_20240421/.idea/vcs.xml b/03_Clion_Cplus_assignment_20240421/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/03_Clion_Cplus_assignment_20240421/CMakeLists.txt b/03_Clion_Cplus_assignment_20240421/CMakeLists.txt new file mode 100644 index 0000000..2f5c207 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/CMakeLists.txt @@ -0,0 +1,6 @@ +cmake_minimum_required(VERSION 3.27) +project(03_Clion_Cplus_assignment_20240421) + +set(CMAKE_CXX_STANDARD 17) + +add_executable(03_Clion_Cplus_assignment_20240421 main.cpp) diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/query/cache-v2 b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/query/cache-v2 new file mode 100644 index 0000000..e69de29 diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100644 index 0000000..e69de29 diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 new file mode 100644 index 0000000..e69de29 diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 new file mode 100644 index 0000000..e69de29 diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/cache-v2-402a2b4244d2f6bd521d.json b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/cache-v2-402a2b4244d2f6bd521d.json new file mode 100644 index 0000000..9e2586c --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/cache-v2-402a2b4244d2f6bd521d.json @@ -0,0 +1,1327 @@ +{ + "entries" : + [ + { + "name" : "03_Clion_Cplus_assignment_20240421_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/cmake-build-debug" + }, + { + "name" : "03_Clion_Cplus_assignment_20240421_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "03_Clion_Cplus_assignment_20240421_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "E:/Software/CLion 2023.3.4/bin/mingw/bin/addr2line.exe" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "E:/Software/CLion 2023.3.4/bin/mingw/bin/ar.exe" + }, + { + "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" : "e:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/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" : "27" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "8" + }, + { + "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" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/bin/cmake.exe" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/bin/cpack.exe" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/bin/ctest.exe" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "FILEPATH", + "value" : "E:/Software/CLion 2023.3.4/bin/mingw/bin/g++.exe" + }, + { + "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" : "E:/Software/CLion 2023.3.4/bin/mingw/bin/gcc-ar.exe" + }, + { + "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" : "E:/Software/CLion 2023.3.4/bin/mingw/bin/gcc-ranlib.exe" + }, + { + "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_CXX_STANDARD_LIBRARIES", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Libraries linked by default with all C++ applications." + } + ], + "type" : "STRING", + "value" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C compiler" + } + ], + "type" : "FILEPATH", + "value" : "E:/Software/CLion 2023.3.4/bin/mingw/bin/gcc.exe" + }, + { + "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" : "E:/Software/CLion 2023.3.4/bin/mingw/bin/gcc-ar.exe" + }, + { + "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" : "E:/Software/CLion 2023.3.4/bin/mingw/bin/gcc-ranlib.exe" + }, + { + "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_C_STANDARD_LIBRARIES", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Libraries linked by default with all C applications." + } + ], + "type" : "STRING", + "value" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "E:/Software/CLion 2023.3.4/bin/mingw/bin/dlltool.exe" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "Unknown" + }, + { + "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" : "E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/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_GNUtoMS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Convert GNU import libraries to MS format (requires Visual Studio)" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "C:/Program Files (x86)/03_Clion_Cplus_assignment_20240421" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "E:/Software/CLion 2023.3.4/bin/mingw/bin/ld.exe" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "make program" + } + ], + "type" : "FILEPATH", + "value" : "E:/Software/CLion 2023.3.4/bin/ninja/win/x64/ninja.exe" + }, + { + "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" : "E:/Software/CLion 2023.3.4/bin/mingw/bin/nm.exe" + }, + { + "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" : "E:/Software/CLion 2023.3.4/bin/mingw/bin/objcopy.exe" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "E:/Software/CLion 2023.3.4/bin/mingw/bin/objdump.exe" + }, + { + "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" : "03_Clion_Cplus_assignment_20240421" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "E:/Software/CLion 2023.3.4/bin/mingw/bin/ranlib.exe" + }, + { + "name" : "CMAKE_RC_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "RC compiler" + } + ], + "type" : "FILEPATH", + "value" : "E:/Software/CLion 2023.3.4/bin/mingw/bin/windres.exe" + }, + { + "name" : "CMAKE_RC_COMPILER_WORKS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_RC_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "E:/Software/CLion 2023.3.4/bin/mingw/bin/readelf.exe" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27" + }, + { + "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" : "E:/Software/CLion 2023.3.4/bin/mingw/bin/strip.exe" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "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" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-1cc2796f5d53301aa228.json b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-1cc2796f5d53301aa228.json new file mode 100644 index 0000000..06ac740 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-1cc2796f5d53301aa228.json @@ -0,0 +1,793 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeSystem.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.27.8/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-Initialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/HP-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/LCC-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Tasking-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/XL-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.27.8/CMakeCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-Determine-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Tasking-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.27.8/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/WindowsPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineRCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeRCCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.27.8/CMakeRCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeRCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-windres.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeTestRCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeTestCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCCompilerABI.c" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompileFeatures.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.27.8/CMakeCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-GNU-C-ABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeTestCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCXXCompilerABI.cpp" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompileFeatures.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.27.8/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-GNU-CXX-ABI.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/cmake-build-debug", + "source" : "E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421" + }, + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-7eeca5c9f397064eaea8.json b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-7eeca5c9f397064eaea8.json new file mode 100644 index 0000000..5ff5914 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-7eeca5c9f397064eaea8.json @@ -0,0 +1,60 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "jsonFile" : "directory-.-Debug-d0094a50bb2071803777.json", + "minimumCMakeVersion" : + { + "string" : "3.27" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "03_Clion_Cplus_assignment_20240421", + "targetIndexes" : + [ + 0 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "03_Clion_Cplus_assignment_20240421::@6890427a1f51a3e7e1df", + "jsonFile" : "target-03_Clion_Cplus_assignment_20240421-Debug-a6ff7f091e2efafe3806.json", + "name" : "03_Clion_Cplus_assignment_20240421", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/cmake-build-debug", + "source" : "E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421" + }, + "version" : + { + "major" : 2, + "minor" : 6 + } +} diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json new file mode 100644 index 0000000..3a67af9 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-d0094a50bb2071803777.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/index-2024-04-21T02-37-02-0183.json b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/index-2024-04-21T02-37-02-0183.json new file mode 100644 index 0000000..8a538b1 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/index-2024-04-21T02-37-02-0183.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/bin/cmake.exe", + "cpack" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/bin/cpack.exe", + "ctest" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/bin/ctest.exe", + "root" : "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 27, + "patch" : 8, + "string" : "3.27.8", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-7eeca5c9f397064eaea8.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 6 + } + }, + { + "jsonFile" : "cache-v2-402a2b4244d2f6bd521d.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-1cc2796f5d53301aa228.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-393d18a2a3bc9ded3c00.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-402a2b4244d2f6bd521d.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-1cc2796f5d53301aa228.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-7eeca5c9f397064eaea8.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 6 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-393d18a2a3bc9ded3c00.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/target-03_Clion_Cplus_assignment_20240421-Debug-a6ff7f091e2efafe3806.json b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/target-03_Clion_Cplus_assignment_20240421-Debug-a6ff7f091e2efafe3806.json new file mode 100644 index 0000000..91b021d --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/target-03_Clion_Cplus_assignment_20240421-Debug-a6ff7f091e2efafe3806.json @@ -0,0 +1,106 @@ +{ + "artifacts" : + [ + { + "path" : "03_Clion_Cplus_assignment_20240421.exe" + }, + { + "path" : "03_Clion_Cplus_assignment_20240421.pdb" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 6, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fdiagnostics-color=always" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "id" : "03_Clion_Cplus_assignment_20240421::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "03_Clion_Cplus_assignment_20240421", + "nameOnDisk" : "03_Clion_Cplus_assignment_20240421.exe", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-393d18a2a3bc9ded3c00.json b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-393d18a2a3bc9ded3c00.json new file mode 100644 index 0000000..c479fa5 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-393d18a2a3bc9ded3c00.json @@ -0,0 +1,93 @@ +{ + "kind" : "toolchains", + "toolchains" : + [ + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include", + "E:/Software/CLion 2023.3.4/bin/mingw/include", + "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed", + "E:/Software/CLion 2023.3.4/bin/mingw/x86_64-w64-mingw32/include" + ], + "linkDirectories" : [], + "linkFrameworkDirectories" : [], + "linkLibraries" : [] + }, + "path" : "E:/Software/CLion 2023.3.4/bin/mingw/bin/gcc.exe", + "version" : "13.1.0" + }, + "language" : "C", + "sourceFileExtensions" : + [ + "c", + "m" + ] + }, + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++", + "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32", + "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward", + "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include", + "E:/Software/CLion 2023.3.4/bin/mingw/include", + "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed", + "E:/Software/CLion 2023.3.4/bin/mingw/x86_64-w64-mingw32/include" + ], + "linkDirectories" : [], + "linkFrameworkDirectories" : [], + "linkLibraries" : [] + }, + "path" : "E:/Software/CLion 2023.3.4/bin/mingw/bin/g++.exe", + "version" : "13.1.0" + }, + "language" : "CXX", + "sourceFileExtensions" : + [ + "C", + "M", + "c++", + "cc", + "cpp", + "cxx", + "mm", + "mpp", + "CPP", + "ixx", + "cppm", + "ccm", + "cxxm", + "c++m" + ] + }, + { + "compiler" : + { + "implicit" : {}, + "path" : "E:/Software/CLion 2023.3.4/bin/mingw/bin/windres.exe" + }, + "language" : "RC", + "sourceFileExtensions" : + [ + "rc", + "RC" + ] + } + ], + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.ninja_deps b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.ninja_deps new file mode 100644 index 0000000000000000000000000000000000000000..ca627e07f03dcc6f64685fcb7c61a6460599f346 GIT binary patch literal 20756 zcmeI3d6XPg6^9=Yw}_~?N5v?Lz?iPd%oq_Bmq{XG0+B=!L2Ih3tGkP-uBud3&k_bQ zY$1>UF1Ra-`$k-F-%-RJalr-meP3|LmG8ak?wQfSGalX@|LL6b<>Z{4bANBS_tt&) zy*^}h9LA@5wIIz`?yrTEgT_+vMWZgWPH zTCgdsW?nY!9v4g%jxoOkwVu*H=V>JMV$#b3XLJ)IUCqFTE5nr$ry9miD~ubHP83$1 zhVMI5N3L_%jjWjj^B==Q&f4M1+RC64#(vbU1&%*3;DkwDWP#UG|3D+{%)_!qH7s%` z3%0kzEXds^ib1W?MCWA1KTdLpvZ}nd=U5A!hV_w1nyoQ{?ru+_cEh`yP6dwe6hV zTy6JVGz*zMD+}4FDX$v3VH_52PoKGd2i+y-k)`_z(azkk|84Bs_~vyDehYgxVv+A% znWS0sZ(>s@UUYpC#`Q#f0}aV|X?l6ntxgxZnzg(9ob*EIl*-9n? zTt|IPPDk&HTVx(bO{Knyj%2)ZdgBPYAnepv(3H$+y5#IkP%ovr4n0Z#ixS_9g0gP^ zGFme-{;^0U(>NpnRTI^Y=Jv;SLH zJ}eFb?F2D8~KHOeAD$lE*VhlFwfs{!FUfE~-BsOitc93Op!b*L@(irpU-03zf zuC`<|%@RMz%X7oWv1ub`bkBSopt7Q!8eh2z+X6L76t?(;qwq28kJB%ho4Tv;L2NGBzZR(? zy1ljTdAeu2^UeE!r7^pD5hnC*DfNDA+T5@1`o7PyT|a519_jYImhHCVkg}rEd=GYK z?8mM?uPn0Drd}++q3&doq5p35C2R4r#&i9MD?)ufdlz~Fxk}HsY}K=t??gkg-ti(m zt0K{rz&p^IUEcj;uJcEr)D^;e$idg0ulROhy?Q(Li?UIpQ-yjPdXi^UE~wpkhhn4o zR^d5zF5zfO<$=C_c#E)}U-rQ2N#>gy<$dT0)y^i#=y}|1O`gMR^g6y)P|x$nc?VO|4_|6QR{H2`{%_`$=lz$VCA3Gz_riE08Rs8U(2==}R4IX%<2)JKN7Y^c-= z<@Ah?n0kGl;0uKHI?vZw(6+C;lg~#_CI6 zE%lo-Gr>yX`|7!JbJV`sSx+7xPEZ|ms@UhCIVN+i^=W*N!IgS88a8^0rM*h?S=h7D z!|nCK%s9&?*u`?|(H*|J$kKYWOz>Bl7s`ye)#53d&SyFp_M##AU1f1xuUgiudt~OL zYXt3+VS>M3AgE#PM9?^2c+K?vw~l7LKfBSAtPvJ`M@d%ap(mM-%Qvzvuj7+8tqhZo zcM0wpenFk8)Vadz*rq!=zsYtEdXjIV7V5cP)+l4_Y;=X{aIV9m;4JJ*`p3WZoAu{Y zor$JYEi%pXmX=FoCz+Z>XIAE$d2_vdBdnjUa^D#1%fOwCVN7NWghJVrJwsAM|H7u) zuAh#EWZt6aDTPdhrPK_1lHaj1Px4ZNjCGpu+&VE(_x!-z5ATrMFW&d-7M)VlXxOOb zN_&;&6!vCh{P^Z#$;_ntkYy5m$voBbzh0NT(wsnZ_Wvsy$a-cJg7X zSE>E@_X@Zb><_nw+rVw%c5r)G33q@4;Er%0+zIXscY%Z8u5dTFJKO{A3HO3~!z#EB z+!yW#2gChgH9Punry$N5UiE zD0n113LXtd!(-sF@HlupjKX@@02|>6a11;Vj)f|;F;jU7Z5=pqpkI6UYi|p+ S_r4VeU)}emeqOpIdFdvJ;^xEv literal 0 HcmV?d00001 diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.ninja_log b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.ninja_log new file mode 100644 index 0000000..455fc05 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/.ninja_log @@ -0,0 +1,21 @@ +# ninja log v5 +0 579 7353707102585995 CMakeFiles/03_Clion_Cplus_assignment_20240421.dir/main.cpp.obj 14ba16d1db1cc6e0 +580 739 7353707104169858 03_Clion_Cplus_assignment_20240421.exe 76ed79979adbf393 +2 224 7353710626540273 CMakeFiles/03_Clion_Cplus_assignment_20240421.dir/main.cpp.obj 14ba16d1db1cc6e0 +224 290 7353710627182719 03_Clion_Cplus_assignment_20240421.exe 76ed79979adbf393 +1 254 7353713443520794 CMakeFiles/03_Clion_Cplus_assignment_20240421.dir/main.cpp.obj 14ba16d1db1cc6e0 +254 375 7353713444206878 03_Clion_Cplus_assignment_20240421.exe 76ed79979adbf393 +2 235 7353714797366796 CMakeFiles/03_Clion_Cplus_assignment_20240421.dir/main.cpp.obj 14ba16d1db1cc6e0 +235 299 7353714797997502 03_Clion_Cplus_assignment_20240421.exe 76ed79979adbf393 +2 234 7353716437015149 CMakeFiles/03_Clion_Cplus_assignment_20240421.dir/main.cpp.obj 14ba16d1db1cc6e0 +234 299 7353716437645151 03_Clion_Cplus_assignment_20240421.exe 76ed79979adbf393 +1 240 7353717075611276 CMakeFiles/03_Clion_Cplus_assignment_20240421.dir/main.cpp.obj 14ba16d1db1cc6e0 +241 304 7353717076231279 03_Clion_Cplus_assignment_20240421.exe 76ed79979adbf393 +2 233 7353717168701246 CMakeFiles/03_Clion_Cplus_assignment_20240421.dir/main.cpp.obj 14ba16d1db1cc6e0 +233 300 7353717169336953 03_Clion_Cplus_assignment_20240421.exe 76ed79979adbf393 +2 232 7353718341554288 CMakeFiles/03_Clion_Cplus_assignment_20240421.dir/main.cpp.obj 14ba16d1db1cc6e0 +232 299 7353718342204290 03_Clion_Cplus_assignment_20240421.exe 76ed79979adbf393 +2 223 7353719912616780 CMakeFiles/03_Clion_Cplus_assignment_20240421.dir/main.cpp.obj 14ba16d1db1cc6e0 +223 287 7353719913277529 03_Clion_Cplus_assignment_20240421.exe 76ed79979adbf393 +2 248 7353721774015150 CMakeFiles/03_Clion_Cplus_assignment_20240421.dir/main.cpp.obj 14ba16d1db1cc6e0 +248 322 7353721774737967 03_Clion_Cplus_assignment_20240421.exe 76ed79979adbf393 diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/03_Clion_Cplus_assignment_20240421.exe b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/03_Clion_Cplus_assignment_20240421.exe new file mode 100644 index 0000000000000000000000000000000000000000..2c9dce654d56c1a21463f40ba6cdc664024f8fcf GIT binary patch literal 62903 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 literal 0 HcmV?d00001 diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeCCompiler.cmake b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeCCompiler.cmake new file mode 100644 index 0000000..9d67139 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeCCompiler.cmake @@ -0,0 +1,74 @@ +set(CMAKE_C_COMPILER "E:/Software/CLion 2023.3.4/bin/mingw/bin/gcc.exe") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "13.1.0") +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 "MinGW") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "E:/Software/CLion 2023.3.4/bin/mingw/bin/ar.exe") +set(CMAKE_C_COMPILER_AR "E:/Software/CLion 2023.3.4/bin/mingw/bin/gcc-ar.exe") +set(CMAKE_RANLIB "E:/Software/CLion 2023.3.4/bin/mingw/bin/ranlib.exe") +set(CMAKE_C_COMPILER_RANLIB "E:/Software/CLion 2023.3.4/bin/mingw/bin/gcc-ranlib.exe") +set(CMAKE_LINKER "E:/Software/CLion 2023.3.4/bin/mingw/bin/ld.exe") +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 "") +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 "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include;E:/Software/CLion 2023.3.4/bin/mingw/include;E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed;E:/Software/CLion 2023.3.4/bin/mingw/x86_64-w64-mingw32/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeCXXCompiler.cmake b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..a3706b9 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeCXXCompiler.cmake @@ -0,0 +1,85 @@ +set(CMAKE_CXX_COMPILER "E:/Software/CLion 2023.3.4/bin/mingw/bin/g++.exe") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "13.1.0") +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 "MinGW") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "E:/Software/CLion 2023.3.4/bin/mingw/bin/ar.exe") +set(CMAKE_CXX_COMPILER_AR "E:/Software/CLion 2023.3.4/bin/mingw/bin/gcc-ar.exe") +set(CMAKE_RANLIB "E:/Software/CLion 2023.3.4/bin/mingw/bin/ranlib.exe") +set(CMAKE_CXX_COMPILER_RANLIB "E:/Software/CLion 2023.3.4/bin/mingw/bin/gcc-ranlib.exe") +set(CMAKE_LINKER "E:/Software/CLion 2023.3.4/bin/mingw/bin/ld.exe") +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 "") +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 "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++;E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32;E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward;E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include;E:/Software/CLion 2023.3.4/bin/mingw/include;E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed;E:/Software/CLion 2023.3.4/bin/mingw/x86_64-w64-mingw32/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeDetermineCompilerABI_C.bin b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeDetermineCompilerABI_C.bin new file mode 100644 index 0000000000000000000000000000000000000000..a8417928d231fdf7e47f13ca1dae4f340708c974 GIT binary patch literal 43069 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 literal 0 HcmV?d00001 diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeDetermineCompilerABI_CXX.bin b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeDetermineCompilerABI_CXX.bin new file mode 100644 index 0000000000000000000000000000000000000000..6728c9e22c28e169154435b07ed1d61ef63ac1ed GIT binary patch literal 43088 zcmeHw4SZZxnfIL}L(?xZ)B=GbTuO?mHf7o*Z3-<++D@53(uOvHTELsh%*}_LWX73E zn*znql%;W~Mn$*l;+l6`v?{I@d7-fCPLX}vS5brTVqMwStfEd$S0l1++(okg=X~6c zxid+cANs!jw)dBtbIx;~^L(A>eBL|fHtZNw3Kc~u!aXseD8~`fmbEFjD9R-eWK6lXU~WM{xuODT6Yc^t0y!E%t71`!{^t$1;hY-N-%FCU~_ z9_NT-#ef5#%)xyvZp-CE&hi+?V>&`t#*^q;E+66ba=h)tuLU>BR)yPg`3SEyksweD z=^CS$^Xen{IypUNYXFoBaM$3rTt33vu(gRmE%a{?H}Sub66WP2ykvy&^$>UnH{tnk zTP`2r#S`%mV61MBAwqoD>oM@dWOpGmYiFz~a$K!YbR z&|F$S;8!;eG?WkC{Y?h$KdWY%3KeC*{W}fHr`*4;RFstRU^+SP88S!a=65Q}=$vP$ zsxvnrp84<{@!ZA_{20Sv|F4NzDwLxbVqtid`>M22L0J(vI6Pf=+6KCB|p#OQ* z5Wx$K-Bcc8?B-&WQ_>SS=x(REcpc_;ZiZf164@;d2r;ehs5L7#Fwp!l_c1Je;h^{FL_#NTi387 zIfohK%$Jz`{NpL#+CYeWV?5v*2JRT5V<}}F4YCsV0gemjNS6X71C$KNl{}qZHy36| z&R#bcY9*JB-cC6w-(CIV7w(?L_>2Y^sBah~9!!^fB3<%SdbEmQAT)w-B;|`(&@W@4 zz7Z?B+uFjn1^Ukh0tX{yzJUf6Jy3bdulA>1fkS~4BZX9Bn=fNJlOFI-QeQTgGY^9* zHPAzWgA4x=aa0iGfZBw1B2z{si54WwMjHzpyrO_)BgD~CVo{il!%2Arc%I}i7I2+n z-qA1uAE5FHl)5tHm%BN&y4~mZ5E4uj1J5a}>$01g*-o?LP zswgE-6?sa&k#_mt6wrm#lTJ|1(?tbvj;tK_yX`rmqa2j{)KO~VpP@=f@t*7Byh70B zxeqX~`vIN{HG5tfBxBe+{nwYV!sv<7XH4`gk^N+mu=c@57g)Ritby+bQbof==QUU! zO=NT-a-Kj=su|6tXn10{ziZspzjs{e`8m|uPPT-R``?m4YQ00Ey%1CP?{2FF7Wfa=(APcyuxF#*t)AnmiEBF&i+X$-abxGJip3*7(PJ zUSxDEx>5c2@AW7>hDU*qVs}0vKg26c&c}ZR?#IMgGRy_LV*_cl+y_Yt2)+iMmMSV>{#b!H8qCB9;D2}* z;#8vzNR(h=%@RH&u91mKBv#49wMg716PFy2>{1Y;G&IX-q%Ymy05Gp|C42E-M|m)NDp@dqx@XvAkdk6 zl$1mBa?-pUnm_RT0qBXg&iv;`KgA47v|`w+|7;Bz%M1I!M$P4zhI#7;8URG62i>_K zAAbi8J11(7V?VP zM}yO?M?;#wJRh3t6t$aF^J(anPBn}-z_ZzS8o=C4C%eEbmm~2)m=a9q&oALR|L-@U zv-?Ne;5KR3fcyK1jJl|QZZWzuuXJrbGn)Td;LxC)!?kHWQ?kF0Ykz-!yp33Kq~_n9 zA0dzmc;G5GcX;_uKMGh)2q5W|47{lxHeKs;Fe`(-7)T-DVjzWw%dq-xK ze7KRO#E8zlpSX;Zsd_LL&_uHcQR*rYEk@K$BhWkpX|92kd@n^oGc)Q#3=_&CR3_$m z)Vau6BN57^6xZ;8|4BsA@i#wNdz@U8hH30eVd~@0!0#}_yTM-?f9lNB=roWd?pS;z zNnwg}Ke>jN`ycy<@;z_(7-TBJfb}jm`#R0KDvquaGj2i zz8lLfHckO3v}3k=Y%#Z;{(Jb|Xwe{fPO5=~w^-=80GjGjMitIRnWuSeay(!05?WLb z_+Red`|?e@V=4d3Y`nrK`qEEmXz9<;wEPs{6g&AGNoiyb&>|L^uJNC`Z;pti?|%<5 zs%MqbfcgB(fq|wn6`ckx#Aq;hr;z(g-4J0acO(!xxg^JV}S|^*BLs{qFqSMD|=;dk*kO?Md@}UFa0MbiV)mI^4k-_X! zi~{dw%$byzx*5xYw`Bhdur4iqOCI_bj}?^c|B8$~#D;xZ5?9jdz2w2qA_seYb*z5g z0frw(l-K{&jNwW5V}MY@7~Px6V2zS;9|C~3N+WQRM;JOZS1t0RI-mop;1X<7as{PM zKMb67--R-Copj$KV&J=o5hB0)DE2ERhDR^V9QqCV@ZwAYOrf@1r9*eKzf{d$mdt7H zD2jHlnP8J{CkjNG7{V{o)bnQ$r@h2BY$2LES7ZX-Z;Q6adBgTV_ZU1pdyg@G)z+_>U*ke7!gmOQAIlw|ys;S3eWO%2r#x7!F zsKlhk9M@C{lRK%>h*hPfBr7@-PwjE){fO{R@CV@>S`ZPb#Yw4!&lo_NXTu!|xTLIh ziC}?EQtYZ@TzwC@8?|q2NRk9Vy8~#pHHR0pp1O=_ZP0oOQyEih=E8>7*1cyTsg0hn zvb&YjWKKhjTWvIZXJ|=G6v=VRuvS!5j0_9VZD7}noAH`Jf0xH)^$4pi|1p;>Q*Ig& zU?fBLXEENIx)(9KS$l4&-@dGJ`)uW~&PGLSoC?AGBi8TnP&zYm|tTty3t z{^!jKXLGZZdjaQ16^V}fL}mf!C*1doyiH+ZEFKZCJ!#>{slGvE4`3f*?`sCn`%=xX zNm}ceqs zjQXt4!Skd`K_aDyMv`*7ZR!5A7(K8-deFUYqfyxaSz5+JNTLgR-eZth092#VsVJTi zTRUjRgp0i{7zVR*+Ws--trJVuV^3so&8ZjU0`E@~mRz-;DpHwPvJd+aByU`V zts>ki!u29tDZ<4fTp+>%5x%~a=$yIr7qqKkTr_v3E4Ey`*TJ}guee0=eDFuIz|a(S zr)sdW#^_*6(*oIgW#f-5v)AibR$8gx`IRE{iO@>(eEg4Rfx69`wp^d+yho3=Y2jEh zey6tv&&17ZbKRCrt=A{_XnH)VhwqHnt=Dee?62FnxmIC#tbFU9q^?EdVLg6leO*&i zyG8HmbhjE0cDL)Y_?FxKTQ}8jxnrr) z7>p-7gAp|nO(fK4o0{ls@9u2t#Jg)DT`g~{-?D8Rqtp~l=EZ6R`+n!9&)M|TVDnA}=dFxdfR%a>lSE=kba zb4wECOWK#IOWK#JYI$5w?g~cMAu$K9b^Tys;`A#M6FhT`kiciu4>|_Gzp?kC^ zNwv?MWSN=_#@qEIEQhRR>Yh$L5~c(yM1|FRKsY7^Y5kXpiNYMWgwH`9#lJkl`%RzM z?&pnJ>AtM~cr0MY&rTok+4H?w^iUN(T7k*y)C2bPcvf23XV348+0)^ybVpV?l9f(p zr2|=MUsf9L_}S$3WTi{9(&bs{Sj=8t_1e?Nvhvf5?fH$RS?MhNn>TE@UM;_QbMsPl zMdk7p%W2MMz0T*Kx6gV1`2V+kSljCPI4pp*^`*F#79M^I@nXa&{2lIvh*L=K->ZmI z*o1o{;uQA2Ls2>qr|`aocySPM3i~g{V-UnCd;<5wh^G<0fcp^Q!w6r*{V3ui2sdAX zsUqTy2tR`Ral|Q{g@yWY#3{TE_w$H*5#E4%7;(%Sm7n51jW~r0c0pc4oWh%NpG6#f zx)Q~1(>UTWgnMu=3_?DHW4NzCoWk#2fp_;2r|@%lg}=h>L!83itML#GaSE?k ztSH+NR}p>)cNlRBpTr$Q9Ak^}(=ylt@iBxS#irB|g07dRe4oWkGW9zvYLe|;Bp zCwzqT?$U9@DRg5N`aI$kejE2N;uJ1=x1zj?IE6cLXAr0G()TFJ8;DbQD{iHghhIZ{ z9^w>!dKt`wIM!$i)@4c=;uK;{rYu98LafV_D#R(o+D!2wPGJOh0CB9_l^)zpgn$0} zv$KG!sK8xR=xTHo7rKjAQVb6*D87})XItVi)VT{9y3y_z;U@p4Fc(f0;I{}I3K`As zTj)z(bBp|Q3oqDL;LVZ&e2AA-mV7eW;8uNv4movPG`D%tfmzBWy%#78I^4>Ig|l53 zDI^7WN*Z&Esv%peA=?uc`6caayS<(V=VKQ5N=w{I=Un4fI@Wl68uatwSm7TNbfi6G zNIEab%Cp+x&#o2x_Z8UJXX^e4wtVS#YKJVaq6aYs0haIT+sAVbiSU>R(;|FTgl~v& zK|ja8T!iH!yk3No&n+U|D#Ex3?-$|2BK#W>J|V)i2)`x5S421>!m}cLLxgXMuo$}2 z!T{1oq3v-xhMZ7ZkO{;+@^e zHf4TM+ip}7DBMs)o0?I`++0LErojkS0Y!;qJfe4F{z=L`!TFjdRPIv*_+mB(trpPR{_NLx0octm@r(@Ph{_ z>lQaRZK|kQtR|8ef`btZLF*Rp(G!brx^d3hU?QP+wMO=+DBqn}x40+XeSIR-p?3un z6 zQ!y08)2|+Sl*p3+#PtvKfQ24zjCbzpjOgupLgra>{kALQguUw2=*+ti=Ubiz!9~(=8I! z5b5fQ3VM23w-HY&>4|A)cbHJ<37?6rCVFBqOcdB7z&n5v-JQTALe!*MQDKl0NO~A2 ze$<86ExuP@>0Pm+s(N+Bit4IW6;+j?>WW}>n_l7d)`WFkuMAhVdG}h(Gjmy1Pbx=c z^@_@x)-}P3>hK!K(bgKSsL@x3D}pPls=O;#R=2IG48A>b)J!TzRd8k7${M}0qPntm zO+{5z)ryMN;F?fHc-5M4Rj?|!O0TSWo8(x&Vp2&~w5?jbDzti4MU7WqQBk$Ba!tjW z>ekkZn#!=ZZB^JC4z6aBsH|nc17}_}E4-6RQlop@RtHzCtY~d(twi1EH5I6->WZqG zws5sKxS~3^hSd$1WbJhpuVhW*I-9ejE4fbgB{$A7JErq7y9HFN763W$cld`69$WXc z5kC|g>Ki&RG&rRAu-^?(%TNbky@16I_Z=QQJaqWj;q>9*!y|{s4l74IN7N(UBfcYz zM_P`=j`STFJTi3T*pc*+;UgnQ#*QeDc^*?A1Cc>~v`z7lI#e^{8v^9~_5auc%iA!T zL53#WZ{f|Zb{CdHdau45Ydd*i*~(HhykCI3Pyu8Y<zsj36EZ0vx=h!e$c! zhnBzu!s8VIp%O$@#m(s;qLkn+vqA81hMlTp;#>m=T`rU@%(ZYq-Ui(CNQmJe#8W2R zDi{_bEOe3dX3+wq=)wY48JhxUKX8VpzhuT#MBxF^RM0nVpzn_B!UQtA|? z+)!*}3JF!<{7z8j+OGtJO5zXou{@&b-QnHJA_D@jvKFZ&45BIpgoCj^o~$x(cq#1u z8xSgWD^g9O6j=oC&LS0?Lc)E(>6-%QC~(qK;Cur($ELt}88|~z;QSIegHzzZC`x*Y zdVd$0dx{!t08Yykyn28$HU+OofYS>c(|ojPU93fSAp}$6cVmO z{(YdsCB%%A?QHeKJ_G?1T(<#dcoI7D{4~NvC82dcf%3F6F)w*`8bOF^u6{$FUq(2r zw{b0_sN?E^EGnSXhh+C868VF`q5OO}@=P_thp?b?2>+uYJn|}60)Dy5f}aZp7t&*#wyU?x9aV(z$2iO1|4R3GGvbH^S~LFIL66!yc9`@ z$9=30%%bOFc}zlt<<0UkCM`yGf&jwuGM9(aVq_<7Fs-kAj!nE zaJ5j>c1g<*0m>~u&z4UKY5Dz#bITJBQM6xV`PeipkLjYYe0wNFMzc;zkhcO%8d0(N zd^KiyJCC(@CdLMo`iLyWAkBabLME;|wN|r2s2p8!;255XU3p%Ivt|kIMl0a*P<{Ov zrLx*GKk|^#WAbFpKqy1@KL#%s7-wCwE*=M**F{+thFKS6L!waVBAnR{JgSSqY19SH zKzJ+Y4kp=%Z&rr%RWGv!@p7&?*feB5f}&jJ-JOwe zC>RgVOlB2yxXffp`z2*=1enWg&zC8Zd3YK!KZycdW<30$X|^e{LJx-s#O;icF_)di zIihA=%#|V-p{xrpAY3ma%ZN-zFX@NFD8>Dd+K&B_eFEvl{V;!@Fg6YQd;@g2eY9?U zH#Bsoey^i9JL&rNq{y%SHWQx7T~0en9H2=a5}bD42SDYnKeRf?XZH>?HGj{%3x z6F3Be&UOQWh;lzf;Ckh*cfvUcoEU`R^5pKvjsWMUMz2MsXkJXL`RvPS!&&e$@@(@u z7yoHNG2SjbCIJzXXSPz3dL}-P5}6_(oU$D|c91rCad1X#+4lNcs#9h|)~{yK;W#@2 zli`SQumw2WhD4D(+q~#J+Oq8%YmNHK%WLBfqXu)~i1Tz$gEVhDs>wveWZOw2O_h|Z z59jjKZ>T}Osk^;n5I7rsli(nW`Lh?5HI+Y)0hjx8FLw0lk+bR1(tjEu3`sHBSU}dD zs{e@rhx-p%zhrzS6hlKv%c(j0%u40 zlsFq|spRBzHtg_Bf3lH=DnV7v{|&XoOehp5;hF2Ok>`iur@d|~- zjM6?abaX(QX4`SL3psZ8fkr<2AdA)ev1!PBogp(iKdmjc!fOhRB>kc-$z{%6?*c_J zaE#fqsi|{jDm}pmNvG;1`hb&9Q(4R8y}XvGz1S~V%haIVzk8Gt##;; z7@kfpC$6%V`=(LLKHyJZcc&*1KWg1$(~$WNLuURXxeE46JhP_%0pz*NYEI9@uj4R5 z4J8J_lhp+=SH6o7_S| z6?h$^vjGs=bv3zf24o0Kcn?7J4kg9K%P4r?3v-}JaGdq^Cj~3`$aaS)z(xtOc*xoP4*^puUyj18l=0O2c^zM_hZ24y4&q1 zsglf%(~$W=LuTv}%2ygK_5KUgAeT9J&oA4Ksn<1VcJ>wNx#*QP^vcnPiy8HOkQrjZ zhW42S=`P!s5Bl@^S_WvAJmQNOcYzMC_xvM%Y#KKFYr}?E$|O6in-CCQI8E$0m#_G$=la0!1*YCTV?i;?+0WnepO}mwEckmMnLd1N9-PO%4EYo zpuWmTOyfG2`WitgFaVtzqr8mBe(V7B;`L?kQwdMD!4BZ?x*!~9y^=oj?UxXH8Oy=DE1|iY6LL%sLP4E2< zAZ|PgHX%O&Kb$#!uFIJ{jDPVT2dW6%WEhI-F2zKixggoO`C0cWL^ z4U4~RdI?@51}_IIV~jgD8>&u1fRL|xFihmtUA+15V<^u11U^?6FWTGY>gOhN{yw1* zyx^cY+aM`HGJB^X^KT59H7%y`cl|A0nX(6U&SlQuzV-vh15vqsXgnnk;1{)i>GP)U z9zabT!j!(zf;jJ6>~t88=vyY!UHW_(h;W}LI`&KYd=YTC&*vYPX%}LudM^YWUhm9? zd?U;9-pdf|Gsb*1zYV_x91>LFABCa=q0c=Qb@Uny(*|_6ZpFp>}G&qgS1cpotNhaKDpXT+VpYhc%X#KAr7;Qlub?uTZ?{c8^H83*@M4(?Al zxDU;Ud)mQ$%)x!w!9DHZeso6MpLcK{cW^)L;Qp<*iTf!Bcj};Qo=`R7;7;!n2^`Ve z%uM$e9Ndc?+%pdDBM$DzW@Pzc2X~r**mWOsa6jwdetbsUUv_XWb#NbdaDT(WJv}4t zrybl?2X`gg4_CeA;C^aG++THYFL!V+c5p8?O9`(Vo)PyEla3f+y$#L4(>HG;=bR(ebB)@=HR}-!QD3_?tKpK2OQix9NgcKzG`?~ zU`E{O7b`Z8s_t`eZ*g#c)xo`SM%;TH+!9}9o)CihX=n$J*L%qP1r~m1Dbe>9<84euFk41Y!<2QT&v8d)$S=;U~&8BfGR$fJvXe^W?r z)Q2>@QSU*DXhH~F-$Hau(BY6XNXgYPhx{8LvQ9bVBJt3dQXHZJa!AO`A=eQOqSR72 zWGx_ajN_2)fXEpmha>^c>eqnStx*W$$zNO+7^jT!eLq#uQGr9Po6ff9bZW@tFtiDw&ll1~ z^Jk9J4oDwc*-1KahND_aJq!qWlS$_&Aa*UD1w{5OkdQP*EApX~sVRLKvkwsB3>>_I zL%(UJeA8n82^{(RFD~Iln4-!#HiujZNGVF0l)Zp>3_BxB@dJ{9HO%_D9T2}gMJ{0)kTmFUJInLg`1+mbX!P=KLzChI z4wc}geuz?DoA>?<5W39z`Yj-GZN*Dnh~{hemKD^XZS`IUh@2JhQg;C|VzXEb5LB6k z*M|V{0Nu3VCjcQE5)Dr03xKFLI^P5&Vx#jaAaXv>ON|232pqEp{{Tpzt-eapZO6o( z120tpNQ=RXpOL31d@oKF@@xjqkgZO80Wo=L8h*>AY2a=3=L5j8Lq1KsY<2O3pkwO( zJwT2b@=*Ez3rNhyo!*nR*G18V3?OVMPx#||dQyukfYXA4rjK09g7JNkG!JT0R8`U8Y_?0i*>uoELhMP8u)Dfn$2huYf~6w#oeh98_WN6D|Ry z(N;UF0g2fl&49@HDwjD1NDC-)?(#fEzV{_;U-1`V(8y!9jNTaPzj{;I-*oIQ}h@hW~=-j za1Pld{3n9gc%21g(1!B|K!$BTb|I#6KAU~60E9F!wWt6j1_;@h+t~-mkim=9P6)nX zE7c4fRI6pgZw2J2Q3_c~4h0gf9Uy zVzfBGHdxJ z2c(f8HahKq42k#jIGrRQ0ibc2<*Bi0LuTUfA>f!}0YAk9UuLl3JPI7L4^icmPXIzO zQ^J1+gf0{EZ-AV(*?A7S;z2`ZdGf4c>-{bRPTIgBisgXx8FfLB20+Gblf9iy)5xGGwEC7!az{V%!CaJoVON$iq+G#n^4L##d3Q4<)!&pGOLZ8RGL>VVrHI z;CozJD3ru0$L#m^ojAu3lU)9iVrMr#MAaF_*UPXOj>CNe>@4HBf*)gPA$H=gc-Osb zd0cP9ciooDlAz2F7v}H6oB8~};B2UPEzUu$p>FfdcW8B+w>8z)*J~U7>zi-Z8fu#Y z{;gXbxbo;?CLGw)4=^1_;@8{`I1U&TKi*ex++YJvfxtX=8yz{+6EjX9+6}weGBk}H zxNJpbKL|9{)o_kM=PvwYiIdXsQ@ouH=GjO<#_`A5HsaHTT+m<+Tw01cajDC8K*M{w z*@}e>rqQgeHJC%l_U;}W1|8yuSj!)2IEit`iAKV}jTt}YaN>1#;f+$`gle3;8QO^- zcQUV}lc}8rq(^opBgsS<-)z(HdALvxGuaWL+jQ^}J<)u4>`Qf8YcQc>_zm~)6D@Tu z7DIP{pWP*#qP9n(t?c0HU<9Xm29rI&fsd4JudA&Uu?-aCzH-k!_n^Vy>=7-lx8sOQ zJ+8G;dlNu>?l23yqkhFIYNndygNll_qkbianx9G3T03!oH_q1#cC-97tdu1mr+X$N zx<`b<&^C%-sa)7IwAO?3@^t#O;bdE*vstG|BB25ty^trEsKhXNY9-TU8G=Dq@9yc+(7Ta~Mmk&L!T28Z?_D}+EnlK{Isxkr`PgWE zPdpEz94@(&`|#c6Eb z!M2*0ixE=cFZP;A_B%N<$-0~6tE#Ijt3h1L-`X@}lU4aoQhbKY@6hZ4*2ZfkzKLet=gu>|YV1O<4NET3bj;`>OU4tP=sgArO{ zXDGq!LgS5wFZhBBMr(3HOc=;u+= zEMa~k!z{~o= zExgrqEfXQD&t*$GE_?3Uqn;a+7QGjOWtHXqwRF>v#Z7JMo4l=)XLGH_xr;4b6PdRf z+3t*$P}Ycmt{H++4U7E^o)C|A3~KqNlk}`zv-=j&sx#*N+22dDf2U|NJfg$)ceq4y zy93g8u~Ea;a%7(nV<#^OjZjebyUd^MBZ>H?5vM-s(9X;wx1+M>2Q=nbx+apEKYhs4 z%@6|n1e0yLZj6zvleG?!yxT}xoWmS0(c-LQ5RtYI0}#&2#;8s?h2+Z1Cn}~9V==Ov zVMa)7FX8NI$<1Y(BRR5$Ri-u3WFLvblG504kxVI*CPfxU<)*SsBy#(|p%v;03kA7Y zXO+*{N&jZwi!#vVgqyRm&s3$8af;SyNhBJ?qFif>1lws|WKiQyVwy<{b?i(ev8_Q< z|Ez{DIt}a847QWzo_xN|?3H)Yghr1%r_@|Wo3EOZv%P#vk{(PM$;n0^?mmWZ|hK*8l(j literal 0 HcmV?d00001 diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeRCCompiler.cmake b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeRCCompiler.cmake new file mode 100644 index 0000000..f7b5c1e --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeRCCompiler.cmake @@ -0,0 +1,6 @@ +set(CMAKE_RC_COMPILER "E:/Software/CLion 2023.3.4/bin/mingw/bin/windres.exe") +set(CMAKE_RC_COMPILER_ARG1 "") +set(CMAKE_RC_COMPILER_LOADED 1) +set(CMAKE_RC_SOURCE_FILE_EXTENSIONS rc;RC) +set(CMAKE_RC_OUTPUT_EXTENSION .obj) +set(CMAKE_RC_COMPILER_ENV_VAR "RC") diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeSystem.cmake b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeSystem.cmake new file mode 100644 index 0000000..909db20 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Windows-10.0.19045") +set(CMAKE_HOST_SYSTEM_NAME "Windows") +set(CMAKE_HOST_SYSTEM_VERSION "10.0.19045") +set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") + + + +set(CMAKE_SYSTEM "Windows-10.0.19045") +set(CMAKE_SYSTEM_NAME "Windows") +set(CMAKE_SYSTEM_VERSION "10.0.19045") +set(CMAKE_SYSTEM_PROCESSOR "AMD64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..66be365 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,866 @@ +#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(_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(__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/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CompilerIdC/a.exe b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CompilerIdC/a.exe new file mode 100644 index 0000000000000000000000000000000000000000..3b41f8e0ed709f72c1cc13a5d0e6a344097005d9 GIT binary patch literal 43144 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 GoBO|Dt$3gS literal 0 HcmV?d00001 diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..52d56e2 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,855 @@ +/* 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(_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(__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/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CompilerIdCXX/a.exe b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CompilerIdCXX/a.exe new file mode 100644 index 0000000000000000000000000000000000000000..4ea85b6e0c9f2a265687f3bd5a3fc8c714d3a8d1 GIT binary patch literal 43172 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 YLfa$K=ea|%UJ8bdqOUQQ*Ls`#zoAZi(EtDd literal 0 HcmV?d00001 diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..2278d42 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,417 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineSystem.cmake:211 (message)" + - "CMakeLists.txt:2 (project)" + message: | + The system is: Windows - 10.0.19045 - AMD64 + - + kind: "message-v1" + backtrace: + - "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:2 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: E:/Software/CLion 2023.3.4/bin/mingw/bin/gcc.exe + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.exe" + + The C compiler identification is GNU, found in: + E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CompilerIdC/a.exe + + - + kind: "message-v1" + backtrace: + - "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:2 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: E:/Software/CLion 2023.3.4/bin/mingw/bin/g++.exe + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.exe" + + The CXX compiler identification is GNU, found in: + E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/3.27.8/CompilerIdCXX/a.exe + + - + kind: "try_compile-v1" + backtrace: + - "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" + - "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-8u9i1b" + binary: "E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-8u9i1b" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: 'E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-8u9i1b' + + Run Build Command(s): "E:/Software/CLion 2023.3.4/bin/ninja/win/x64/ninja.exe" -v cmTC_24325 + [1/2] "E:\\Software\\CLion 2023.3.4\\bin\\mingw\\bin\\gcc.exe" -fdiagnostics-color=always -v -o CMakeFiles/cmTC_24325.dir/CMakeCCompilerABI.c.obj -c "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCCompilerABI.c" + Using built-in specs. + COLLECT_GCC=E:\\Software\\CLion 2023.3.4\\bin\\mingw\\bin\\gcc.exe + Target: x86_64-w64-mingw32 + Configured with: ../gcc-13.1.0/configure --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --build=x86_64-alpine-linux-musl --prefix=/win --enable-checking=release --enable-fully-dynamic-string --enable-languages=c,c++ --with-arch=nocona --with-tune=generic --enable-libatomic --enable-libgomp --enable-libstdcxx-filesystem-ts --enable-libstdcxx-time --enable-seh-exceptions --enable-shared --enable-static --enable-threads=posix --enable-version-specific-runtime-libs --disable-bootstrap --disable-graphite --disable-libada --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-libquadmath --disable-lto --disable-nls --disable-multilib --disable-rpath --disable-symvers --disable-werror --disable-win32-registry --with-gnu-as --with-gnu-ld --with-system-libiconv --with-system-libz --with-gmp=/win/makedepends --with-mpfr=/win/makedepends --with-mpc=/win/makedepends + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 13.1.0 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_24325.dir/CMakeCCompilerABI.c.obj' '-c' '-mtune=generic' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_24325.dir/' + E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/cc1.exe -quiet -v -iprefix E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/ -D_REENTRANT E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_24325.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=nocona -version -fdiagnostics-color=always -o C:\\Users\\jrnitre\\AppData\\Local\\Temp\\cc3Zeh8P.s + GNU C17 (GCC) version 13.1.0 (x86_64-w64-mingw32) + compiled by GNU C version 13.1.0, GMP version 6.2.1, MPFR version 4.2.0-p4, MPC version 1.3.1, isl version none + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include" + ignoring nonexistent directory "/win/include" + ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../include" + ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed" + ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include" + ignoring nonexistent directory "/mingw/include" + #include "..." search starts here: + #include <...> search starts here: + E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include + E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../include + E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed + E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include + End of search list. + Compiler executable checksum: 2aa4fcf5c9208168c5e2d38a58fc2a97 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_24325.dir/CMakeCCompilerABI.c.obj' '-c' '-mtune=generic' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_24325.dir/' + as -v -o CMakeFiles/cmTC_24325.dir/CMakeCCompilerABI.c.obj C:\\Users\\jrnitre\\AppData\\Local\\Temp\\cc3Zeh8P.s + GNU assembler version 2.40 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.40 + COMPILER_PATH=E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/ + LIBRARY_PATH=E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_24325.dir/CMakeCCompilerABI.c.obj' '-c' '-mtune=generic' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_24325.dir/CMakeCCompilerABI.c.' + [2/2] cmd.exe /C "cd . && "E:\\Software\\CLion 2023.3.4\\bin\\mingw\\bin\\gcc.exe" -v CMakeFiles/cmTC_24325.dir/CMakeCCompilerABI.c.obj -o cmTC_24325.exe -Wl,--out-implib,libcmTC_24325.dll.a -Wl,--major-image-version,0,--minor-image-version,0 && cd ." + Using built-in specs. + COLLECT_GCC=E:\\Software\\CLion 2023.3.4\\bin\\mingw\\bin\\gcc.exe + COLLECT_LTO_WRAPPER=E:/Software/CLion\\ 2023.3.4/bin/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/lto-wrapper.exe + Target: x86_64-w64-mingw32 + Configured with: ../gcc-13.1.0/configure --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --build=x86_64-alpine-linux-musl --prefix=/win --enable-checking=release --enable-fully-dynamic-string --enable-languages=c,c++ --with-arch=nocona --with-tune=generic --enable-libatomic --enable-libgomp --enable-libstdcxx-filesystem-ts --enable-libstdcxx-time --enable-seh-exceptions --enable-shared --enable-static --enable-threads=posix --enable-version-specific-runtime-libs --disable-bootstrap --disable-graphite --disable-libada --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-libquadmath --disable-lto --disable-nls --disable-multilib --disable-rpath --disable-symvers --disable-werror --disable-win32-registry --with-gnu-as --with-gnu-ld --with-system-libiconv --with-system-libz --with-gmp=/win/makedepends --with-mpfr=/win/makedepends --with-mpc=/win/makedepends + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 13.1.0 (GCC) + COMPILER_PATH=E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/ + LIBRARY_PATH=E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_24325.exe' '-mtune=generic' '-march=nocona' '-dumpdir' 'cmTC_24325.' + E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/collect2.exe -m i386pep -Bdynamic -o cmTC_24325.exe E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtbegin.o -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0 -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../.. CMakeFiles/cmTC_24325.dir/CMakeCCompilerABI.c.obj --out-implib libcmTC_24325.dll.a --major-image-version 0 --minor-image-version 0 -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt -lkernel32 -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt -lkernel32 E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/default-manifest.o E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtend.o + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_24325.exe' '-mtune=generic' '-march=nocona' '-dumpdir' 'cmTC_24325.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/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: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include] + add: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../include] + add: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed] + add: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include] + end of search list found + collapse include dir [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include] ==> [E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include] + collapse include dir [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../include] ==> [E:/Software/CLion 2023.3.4/bin/mingw/include] + collapse include dir [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed] ==> [E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed] + collapse include dir [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include] ==> [E:/Software/CLion 2023.3.4/bin/mingw/x86_64-w64-mingw32/include] + implicit include dirs: [E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include;E:/Software/CLion 2023.3.4/bin/mingw/include;E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed;E:/Software/CLion 2023.3.4/bin/mingw/x86_64-w64-mingw32/include] + + + - + kind: "message-v1" + backtrace: + - "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompilerABI.cmake:152 (message)" + - "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld\\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: 'E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-8u9i1b'] + ignore line: [] + ignore line: [Run Build Command(s): "E:/Software/CLion 2023.3.4/bin/ninja/win/x64/ninja.exe" -v cmTC_24325] + ignore line: [[1/2] "E:\\Software\\CLion 2023.3.4\\bin\\mingw\\bin\\gcc.exe" -fdiagnostics-color=always -v -o CMakeFiles/cmTC_24325.dir/CMakeCCompilerABI.c.obj -c "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCCompilerABI.c"] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=E:\\Software\\CLion 2023.3.4\\bin\\mingw\\bin\\gcc.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../gcc-13.1.0/configure --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --build=x86_64-alpine-linux-musl --prefix=/win --enable-checking=release --enable-fully-dynamic-string --enable-languages=c,c++ --with-arch=nocona --with-tune=generic --enable-libatomic --enable-libgomp --enable-libstdcxx-filesystem-ts --enable-libstdcxx-time --enable-seh-exceptions --enable-shared --enable-static --enable-threads=posix --enable-version-specific-runtime-libs --disable-bootstrap --disable-graphite --disable-libada --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-libquadmath --disable-lto --disable-nls --disable-multilib --disable-rpath --disable-symvers --disable-werror --disable-win32-registry --with-gnu-as --with-gnu-ld --with-system-libiconv --with-system-libz --with-gmp=/win/makedepends --with-mpfr=/win/makedepends --with-mpc=/win/makedepends] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 13.1.0 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_24325.dir/CMakeCCompilerABI.c.obj' '-c' '-mtune=generic' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_24325.dir/'] + ignore line: [ E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/cc1.exe -quiet -v -iprefix E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/ -D_REENTRANT E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_24325.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=nocona -version -fdiagnostics-color=always -o C:\\Users\\jrnitre\\AppData\\Local\\Temp\\cc3Zeh8P.s] + ignore line: [GNU C17 (GCC) version 13.1.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 13.1.0 GMP version 6.2.1 MPFR version 4.2.0-p4 MPC version 1.3.1 isl version none] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include"] + ignore line: [ignoring nonexistent directory "/win/include"] + ignore line: [ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../include"] + ignore line: [ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed"] + ignore line: [ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include"] + ignore line: [ignoring nonexistent directory "/mingw/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include] + ignore line: [ E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../include] + ignore line: [ E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed] + ignore line: [ E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 2aa4fcf5c9208168c5e2d38a58fc2a97] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_24325.dir/CMakeCCompilerABI.c.obj' '-c' '-mtune=generic' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_24325.dir/'] + ignore line: [ as -v -o CMakeFiles/cmTC_24325.dir/CMakeCCompilerABI.c.obj C:\\Users\\jrnitre\\AppData\\Local\\Temp\\cc3Zeh8P.s] + ignore line: [GNU assembler version 2.40 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.40] + ignore line: [COMPILER_PATH=E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/] + ignore line: [LIBRARY_PATH=E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_24325.dir/CMakeCCompilerABI.c.obj' '-c' '-mtune=generic' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_24325.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] cmd.exe /C "cd . && "E:\\Software\\CLion 2023.3.4\\bin\\mingw\\bin\\gcc.exe" -v CMakeFiles/cmTC_24325.dir/CMakeCCompilerABI.c.obj -o cmTC_24325.exe -Wl --out-implib libcmTC_24325.dll.a -Wl --major-image-version 0 --minor-image-version 0 && cd ."] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=E:\\Software\\CLion 2023.3.4\\bin\\mingw\\bin\\gcc.exe] + ignore line: [COLLECT_LTO_WRAPPER=E:/Software/CLion\\ 2023.3.4/bin/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/lto-wrapper.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../gcc-13.1.0/configure --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --build=x86_64-alpine-linux-musl --prefix=/win --enable-checking=release --enable-fully-dynamic-string --enable-languages=c,c++ --with-arch=nocona --with-tune=generic --enable-libatomic --enable-libgomp --enable-libstdcxx-filesystem-ts --enable-libstdcxx-time --enable-seh-exceptions --enable-shared --enable-static --enable-threads=posix --enable-version-specific-runtime-libs --disable-bootstrap --disable-graphite --disable-libada --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-libquadmath --disable-lto --disable-nls --disable-multilib --disable-rpath --disable-symvers --disable-werror --disable-win32-registry --with-gnu-as --with-gnu-ld --with-system-libiconv --with-system-libz --with-gmp=/win/makedepends --with-mpfr=/win/makedepends --with-mpc=/win/makedepends] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 13.1.0 (GCC) ] + ignore line: [COMPILER_PATH=E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/] + ignore line: [LIBRARY_PATH=E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_24325.exe' '-mtune=generic' '-march=nocona' '-dumpdir' 'cmTC_24325.'] + ignore line: [ E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/collect2.exe -m i386pep -Bdynamic -o cmTC_24325.exe E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtbegin.o -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0 -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../.. CMakeFiles/cmTC_24325.dir/CMakeCCompilerABI.c.obj --out-implib libcmTC_24325.dll.a --major-image-version 0 --minor-image-version 0 -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt -lkernel32 -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt -lkernel32 E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/default-manifest.o E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtend.o] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_24325.exe' '-mtune=generic' '-march=nocona' '-dumpdir' 'cmTC_24325.'] + ignore line: [] + ignore line: [] + implicit libs: [] + implicit objs: [] + implicit dirs: [] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" + - "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-5ojwaz" + binary: "E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-5ojwaz" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: 'E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-5ojwaz' + + Run Build Command(s): "E:/Software/CLion 2023.3.4/bin/ninja/win/x64/ninja.exe" -v cmTC_5b0a9 + [1/2] "E:\\Software\\CLion 2023.3.4\\bin\\mingw\\bin\\g++.exe" -fdiagnostics-color=always -v -o CMakeFiles/cmTC_5b0a9.dir/CMakeCXXCompilerABI.cpp.obj -c "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCXXCompilerABI.cpp" + Using built-in specs. + COLLECT_GCC=E:\\Software\\CLion 2023.3.4\\bin\\mingw\\bin\\g++.exe + Target: x86_64-w64-mingw32 + Configured with: ../gcc-13.1.0/configure --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --build=x86_64-alpine-linux-musl --prefix=/win --enable-checking=release --enable-fully-dynamic-string --enable-languages=c,c++ --with-arch=nocona --with-tune=generic --enable-libatomic --enable-libgomp --enable-libstdcxx-filesystem-ts --enable-libstdcxx-time --enable-seh-exceptions --enable-shared --enable-static --enable-threads=posix --enable-version-specific-runtime-libs --disable-bootstrap --disable-graphite --disable-libada --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-libquadmath --disable-lto --disable-nls --disable-multilib --disable-rpath --disable-symvers --disable-werror --disable-win32-registry --with-gnu-as --with-gnu-ld --with-system-libiconv --with-system-libz --with-gmp=/win/makedepends --with-mpfr=/win/makedepends --with-mpc=/win/makedepends + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 13.1.0 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_5b0a9.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=generic' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_5b0a9.dir/' + E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/cc1plus.exe -quiet -v -iprefix E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/ -D_REENTRANT E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_5b0a9.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=nocona -version -fdiagnostics-color=always -o C:\\Users\\jrnitre\\AppData\\Local\\Temp\\ccLK0ehg.s + GNU C++17 (GCC) version 13.1.0 (x86_64-w64-mingw32) + compiled by GNU C version 13.1.0, GMP version 6.2.1, MPFR version 4.2.0-p4, MPC version 1.3.1, isl version none + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++" + ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32" + ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward" + ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include" + ignoring nonexistent directory "/win/include" + ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../include" + ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed" + ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include" + ignoring nonexistent directory "/mingw/include" + #include "..." search starts here: + #include <...> search starts here: + E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++ + E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32 + E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward + E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include + E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../include + E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed + E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include + End of search list. + Compiler executable checksum: e75de627edc3c57e31324b930b15b056 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_5b0a9.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=generic' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_5b0a9.dir/' + as -v -o CMakeFiles/cmTC_5b0a9.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\jrnitre\\AppData\\Local\\Temp\\ccLK0ehg.s + GNU assembler version 2.40 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.40 + COMPILER_PATH=E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/ + LIBRARY_PATH=E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_5b0a9.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=generic' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_5b0a9.dir/CMakeCXXCompilerABI.cpp.' + [2/2] cmd.exe /C "cd . && "E:\\Software\\CLion 2023.3.4\\bin\\mingw\\bin\\g++.exe" -v CMakeFiles/cmTC_5b0a9.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_5b0a9.exe -Wl,--out-implib,libcmTC_5b0a9.dll.a -Wl,--major-image-version,0,--minor-image-version,0 && cd ." + Using built-in specs. + COLLECT_GCC=E:\\Software\\CLion 2023.3.4\\bin\\mingw\\bin\\g++.exe + COLLECT_LTO_WRAPPER=E:/Software/CLion\\ 2023.3.4/bin/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/lto-wrapper.exe + Target: x86_64-w64-mingw32 + Configured with: ../gcc-13.1.0/configure --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --build=x86_64-alpine-linux-musl --prefix=/win --enable-checking=release --enable-fully-dynamic-string --enable-languages=c,c++ --with-arch=nocona --with-tune=generic --enable-libatomic --enable-libgomp --enable-libstdcxx-filesystem-ts --enable-libstdcxx-time --enable-seh-exceptions --enable-shared --enable-static --enable-threads=posix --enable-version-specific-runtime-libs --disable-bootstrap --disable-graphite --disable-libada --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-libquadmath --disable-lto --disable-nls --disable-multilib --disable-rpath --disable-symvers --disable-werror --disable-win32-registry --with-gnu-as --with-gnu-ld --with-system-libiconv --with-system-libz --with-gmp=/win/makedepends --with-mpfr=/win/makedepends --with-mpc=/win/makedepends + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 13.1.0 (GCC) + COMPILER_PATH=E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/ + LIBRARY_PATH=E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/;E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_5b0a9.exe' '-shared-libgcc' '-mtune=generic' '-march=nocona' '-dumpdir' 'cmTC_5b0a9.' + E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/collect2.exe -m i386pep -Bdynamic -o cmTC_5b0a9.exe E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtbegin.o -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0 -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../.. CMakeFiles/cmTC_5b0a9.dir/CMakeCXXCompilerABI.cpp.obj --out-implib libcmTC_5b0a9.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lkernel32 -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lkernel32 E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/default-manifest.o E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtend.o + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_5b0a9.exe' '-shared-libgcc' '-mtune=generic' '-march=nocona' '-dumpdir' 'cmTC_5b0a9.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/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: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++] + add: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32] + add: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward] + add: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include] + add: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../include] + add: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed] + add: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include] + end of search list found + collapse include dir [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++] ==> [E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++] + collapse include dir [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32] ==> [E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32] + collapse include dir [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward] ==> [E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward] + collapse include dir [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include] ==> [E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include] + collapse include dir [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../include] ==> [E:/Software/CLion 2023.3.4/bin/mingw/include] + collapse include dir [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed] ==> [E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed] + collapse include dir [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include] ==> [E:/Software/CLion 2023.3.4/bin/mingw/x86_64-w64-mingw32/include] + implicit include dirs: [E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++;E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32;E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward;E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include;E:/Software/CLion 2023.3.4/bin/mingw/include;E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed;E:/Software/CLion 2023.3.4/bin/mingw/x86_64-w64-mingw32/include] + + + - + kind: "message-v1" + backtrace: + - "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompilerABI.cmake:152 (message)" + - "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld\\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: 'E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-5ojwaz'] + ignore line: [] + ignore line: [Run Build Command(s): "E:/Software/CLion 2023.3.4/bin/ninja/win/x64/ninja.exe" -v cmTC_5b0a9] + ignore line: [[1/2] "E:\\Software\\CLion 2023.3.4\\bin\\mingw\\bin\\g++.exe" -fdiagnostics-color=always -v -o CMakeFiles/cmTC_5b0a9.dir/CMakeCXXCompilerABI.cpp.obj -c "E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCXXCompilerABI.cpp"] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=E:\\Software\\CLion 2023.3.4\\bin\\mingw\\bin\\g++.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../gcc-13.1.0/configure --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --build=x86_64-alpine-linux-musl --prefix=/win --enable-checking=release --enable-fully-dynamic-string --enable-languages=c,c++ --with-arch=nocona --with-tune=generic --enable-libatomic --enable-libgomp --enable-libstdcxx-filesystem-ts --enable-libstdcxx-time --enable-seh-exceptions --enable-shared --enable-static --enable-threads=posix --enable-version-specific-runtime-libs --disable-bootstrap --disable-graphite --disable-libada --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-libquadmath --disable-lto --disable-nls --disable-multilib --disable-rpath --disable-symvers --disable-werror --disable-win32-registry --with-gnu-as --with-gnu-ld --with-system-libiconv --with-system-libz --with-gmp=/win/makedepends --with-mpfr=/win/makedepends --with-mpc=/win/makedepends] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 13.1.0 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_5b0a9.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=generic' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_5b0a9.dir/'] + ignore line: [ E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/cc1plus.exe -quiet -v -iprefix E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/ -D_REENTRANT E:/Software/CLion 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_5b0a9.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=nocona -version -fdiagnostics-color=always -o C:\\Users\\jrnitre\\AppData\\Local\\Temp\\ccLK0ehg.s] + ignore line: [GNU C++17 (GCC) version 13.1.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 13.1.0 GMP version 6.2.1 MPFR version 4.2.0-p4 MPC version 1.3.1 isl version none] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++"] + ignore line: [ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32"] + ignore line: [ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward"] + ignore line: [ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include"] + ignore line: [ignoring nonexistent directory "/win/include"] + ignore line: [ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../include"] + ignore line: [ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed"] + ignore line: [ignoring duplicate directory "E:/Software/CLion 2023.3.4/bin/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include"] + ignore line: [ignoring nonexistent directory "/mingw/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++] + ignore line: [ E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32] + ignore line: [ E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward] + ignore line: [ E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include] + ignore line: [ E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../include] + ignore line: [ E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed] + ignore line: [ E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: e75de627edc3c57e31324b930b15b056] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_5b0a9.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=generic' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_5b0a9.dir/'] + ignore line: [ as -v -o CMakeFiles/cmTC_5b0a9.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\jrnitre\\AppData\\Local\\Temp\\ccLK0ehg.s] + ignore line: [GNU assembler version 2.40 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.40] + ignore line: [COMPILER_PATH=E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/] + ignore line: [LIBRARY_PATH=E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_5b0a9.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=generic' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_5b0a9.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] cmd.exe /C "cd . && "E:\\Software\\CLion 2023.3.4\\bin\\mingw\\bin\\g++.exe" -v CMakeFiles/cmTC_5b0a9.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_5b0a9.exe -Wl --out-implib libcmTC_5b0a9.dll.a -Wl --major-image-version 0 --minor-image-version 0 && cd ."] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=E:\\Software\\CLion 2023.3.4\\bin\\mingw\\bin\\g++.exe] + ignore line: [COLLECT_LTO_WRAPPER=E:/Software/CLion\\ 2023.3.4/bin/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/lto-wrapper.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../gcc-13.1.0/configure --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --build=x86_64-alpine-linux-musl --prefix=/win --enable-checking=release --enable-fully-dynamic-string --enable-languages=c,c++ --with-arch=nocona --with-tune=generic --enable-libatomic --enable-libgomp --enable-libstdcxx-filesystem-ts --enable-libstdcxx-time --enable-seh-exceptions --enable-shared --enable-static --enable-threads=posix --enable-version-specific-runtime-libs --disable-bootstrap --disable-graphite --disable-libada --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-libquadmath --disable-lto --disable-nls --disable-multilib --disable-rpath --disable-symvers --disable-werror --disable-win32-registry --with-gnu-as --with-gnu-ld --with-system-libiconv --with-system-libz --with-gmp=/win/makedepends --with-mpfr=/win/makedepends --with-mpc=/win/makedepends] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 13.1.0 (GCC) ] + ignore line: [COMPILER_PATH=E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/] + ignore line: [LIBRARY_PATH=E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_5b0a9.exe' '-shared-libgcc' '-mtune=generic' '-march=nocona' '-dumpdir' 'cmTC_5b0a9.'] + ignore line: [ E:/Software/CLion 2023.3.4/bin/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/collect2.exe -m i386pep -Bdynamic -o cmTC_5b0a9.exe E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtbegin.o -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0 -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib -LE:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../.. CMakeFiles/cmTC_5b0a9.dir/CMakeCXXCompilerABI.cpp.obj --out-implib libcmTC_5b0a9.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lkernel32 -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lkernel32 E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/default-manifest.o E:/Software/CLion 2023.3.4/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtend.o] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_5b0a9.exe' '-shared-libgcc' '-mtune=generic' '-march=nocona' '-dumpdir' 'cmTC_5b0a9.'] + ignore line: [] + ignore line: [] + implicit libs: [] + implicit objs: [] + implicit dirs: [] + implicit fwks: [] + + +... diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/TargetDirectories.txt b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..a49fc48 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,3 @@ +E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/03_Clion_Cplus_assignment_20240421.dir +E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/edit_cache.dir +E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/rebuild_cache.dir diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/clion-Debug-log.txt b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/clion-Debug-log.txt new file mode 100644 index 0000000..3981766 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/clion-Debug-log.txt @@ -0,0 +1,16 @@ +"E:\Software\CLion 2023.3.4\bin\cmake\win\x64\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Debug "-DCMAKE_MAKE_PROGRAM=E:/Software/CLion 2023.3.4/bin/ninja/win/x64/ninja.exe" -G Ninja -S E:\SYSTEM\Desktop\PROJECT\CodeLibrary_Next\Cplus\03_Clion_Cplus_assignment_20240421 -B E:\SYSTEM\Desktop\PROJECT\CodeLibrary_Next\Cplus\03_Clion_Cplus_assignment_20240421\cmake-build-debug +-- The C compiler identification is GNU 13.1.0 +-- The CXX compiler identification is GNU 13.1.0 +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Check for working C compiler: E:/Software/CLion 2023.3.4/bin/mingw/bin/gcc.exe - skipped +-- Detecting C compile features +-- Detecting C compile features - done +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Check for working CXX compiler: E:/Software/CLion 2023.3.4/bin/mingw/bin/g++.exe - skipped +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Configuring done (3.1s) +-- Generating done (0.0s) +-- Build files have been written to: E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/cmake-build-debug diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/clion-environment.txt b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/clion-environment.txt new file mode 100644 index 0000000..1866949 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/clion-environment.txt @@ -0,0 +1,4 @@ +ToolSet: 11.0 w64 (local)@E:\Software\CLion 2023.3.4\bin\mingw +Options: + +Options:-DCMAKE_MAKE_PROGRAM=E:/Software/CLion 2023.3.4/bin/ninja/win/x64/ninja.exe \ No newline at end of file diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/cmake.check_cache b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/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/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/rules.ninja b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/rules.ninja new file mode 100644 index 0000000..cdf4d99 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/CMakeFiles/rules.ninja @@ -0,0 +1,64 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.27 + +# 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: 03_Clion_Cplus_assignment_20240421 +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__03_Clion_Cplus_assignment_20240421_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}"E:\Software\CLion 2023.3.4\bin\mingw\bin\g++.exe" $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__03_Clion_Cplus_assignment_20240421_Debug + command = cmd.exe /C "$PRE_LINK && "E:\Software\CLion 2023.3.4\bin\mingw\bin\g++.exe" $FLAGS $LINK_FLAGS $in -o $TARGET_FILE -Wl,--out-implib,$TARGET_IMPLIB -Wl,--major-image-version,0,--minor-image-version,0 $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 = "E:\Software\CLion 2023.3.4\bin\cmake\win\x64\bin\cmake.exe" --regenerate-during-build -SE:\SYSTEM\Desktop\PROJECT\CodeLibrary_Next\Cplus\03_Clion_Cplus_assignment_20240421 -BE:\SYSTEM\Desktop\PROJECT\CodeLibrary_Next\Cplus\03_Clion_Cplus_assignment_20240421\cmake-build-debug + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = "E:\Software\CLion 2023.3.4\bin\ninja\win\x64\ninja.exe" $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = "E:\Software\CLion 2023.3.4\bin\ninja\win\x64\ninja.exe" -t targets + description = All primary targets available: + diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/Testing/Temporary/LastTest.log b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/Testing/Temporary/LastTest.log new file mode 100644 index 0000000..70c6e69 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/Testing/Temporary/LastTest.log @@ -0,0 +1,3 @@ +Start testing: Apr 21 11:09 中国标准时间 +---------------------------------------------------------- +End testing: Apr 21 11:09 中国标准时间 diff --git a/03_Clion_Cplus_assignment_20240421/cmake-build-debug/build.ninja b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/build.ninja new file mode 100644 index 0000000..c0bf9ca --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/build.ninja @@ -0,0 +1,149 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.27 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: 03_Clion_Cplus_assignment_20240421 +# 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 = E$:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/cmake-build-debug/ +# ============================================================================= +# Object build statements for EXECUTABLE target 03_Clion_Cplus_assignment_20240421 + + +############################################# +# Order-only phony target for 03_Clion_Cplus_assignment_20240421 + +build cmake_object_order_depends_target_03_Clion_Cplus_assignment_20240421: phony || CMakeFiles/03_Clion_Cplus_assignment_20240421.dir + +build CMakeFiles/03_Clion_Cplus_assignment_20240421.dir/main.cpp.obj: CXX_COMPILER__03_Clion_Cplus_assignment_20240421_unscanned_Debug E$:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/main.cpp || cmake_object_order_depends_target_03_Clion_Cplus_assignment_20240421 + DEP_FILE = CMakeFiles\03_Clion_Cplus_assignment_20240421.dir\main.cpp.obj.d + FLAGS = -g -fdiagnostics-color=always + OBJECT_DIR = CMakeFiles\03_Clion_Cplus_assignment_20240421.dir + OBJECT_FILE_DIR = CMakeFiles\03_Clion_Cplus_assignment_20240421.dir + TARGET_COMPILE_PDB = CMakeFiles\03_Clion_Cplus_assignment_20240421.dir\ + TARGET_PDB = 03_Clion_Cplus_assignment_20240421.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target 03_Clion_Cplus_assignment_20240421 + + +############################################# +# Link the executable 03_Clion_Cplus_assignment_20240421.exe + +build 03_Clion_Cplus_assignment_20240421.exe: CXX_EXECUTABLE_LINKER__03_Clion_Cplus_assignment_20240421_Debug CMakeFiles/03_Clion_Cplus_assignment_20240421.dir/main.cpp.obj + FLAGS = -g + LINK_LIBRARIES = -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 + OBJECT_DIR = CMakeFiles\03_Clion_Cplus_assignment_20240421.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_COMPILE_PDB = CMakeFiles\03_Clion_Cplus_assignment_20240421.dir\ + TARGET_FILE = 03_Clion_Cplus_assignment_20240421.exe + TARGET_IMPLIB = lib03_Clion_Cplus_assignment_20240421.dll.a + TARGET_PDB = 03_Clion_Cplus_assignment_20240421.pdb + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cmd.exe /C "cd /D E:\SYSTEM\Desktop\PROJECT\CodeLibrary_Next\Cplus\03_Clion_Cplus_assignment_20240421\cmake-build-debug && "E:\Software\CLion 2023.3.4\bin\cmake\win\x64\bin\cmake.exe" -E echo "No interactive CMake dialog available."" + DESC = No interactive CMake dialog available... + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cmd.exe /C "cd /D E:\SYSTEM\Desktop\PROJECT\CodeLibrary_Next\Cplus\03_Clion_Cplus_assignment_20240421\cmake-build-debug && "E:\Software\CLion 2023.3.4\bin\cmake\win\x64\bin\cmake.exe" --regenerate-during-build -SE:\SYSTEM\Desktop\PROJECT\CodeLibrary_Next\Cplus\03_Clion_Cplus_assignment_20240421 -BE:\SYSTEM\Desktop\PROJECT\CodeLibrary_Next\Cplus\03_Clion_Cplus_assignment_20240421\cmake-build-debug" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Target aliases. + +build 03_Clion_Cplus_assignment_20240421: phony 03_Clion_Cplus_assignment_20240421.exe + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/cmake-build-debug + +build all: phony 03_Clion_Cplus_assignment_20240421.exe + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | CMakeCache.txt CMakeFiles/3.27.8/CMakeCCompiler.cmake CMakeFiles/3.27.8/CMakeCXXCompiler.cmake CMakeFiles/3.27.8/CMakeRCCompiler.cmake CMakeFiles/3.27.8/CMakeSystem.cmake E$:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/CMakeLists.txt E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCCompiler.cmake.in E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCCompilerABI.c E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCInformation.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCXXCompiler.cmake.in E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCXXCompilerABI.cpp E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCXXInformation.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCommonLanguageInclude.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCompilerIdDetection.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCXXCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompileFeatures.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompilerABI.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompilerId.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineRCCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineSystem.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeFindBinUtils.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeGenericSystem.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeInitializeConfigs.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeLanguageInformation.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeParseImplicitIncludeInfo.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeParseImplicitLinkInfo.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeParseLibraryArchitecture.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeRCCompiler.cmake.in E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeRCInformation.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeSystem.cmake.in E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeSystemSpecificInformation.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeSystemSpecificInitialize.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeTestCCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeTestCXXCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeTestCompilerCommon.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeTestRCCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/ADSP-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/ARMCC-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/ARMClang-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/AppleClang-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Borland-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Bruce-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/CMakeCommonCompilerMacros.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Clang-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Clang-DetermineCompilerInternal.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Compaq-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Cray-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Embarcadero-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Fujitsu-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GHS-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU-C.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU-CXX.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU-FindBinUtils.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/HP-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/HP-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IAR-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Intel-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/LCC-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/MSVC-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/NVHPC-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/NVIDIA-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/PGI-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/PathScale-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/SCO-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/SDCC-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/SunPro-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/TI-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Tasking-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Watcom-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/XL-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/XL-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/XLClang-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/zOS-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Internal/FeatureTesting.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-Determine-CXX.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-GNU-C-ABI.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-GNU-C.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-GNU-CXX-ABI.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-GNU-CXX.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-GNU.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-Initialize.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-windres.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/WindowsPaths.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build CMakeCache.txt CMakeFiles/3.27.8/CMakeCCompiler.cmake CMakeFiles/3.27.8/CMakeCXXCompiler.cmake CMakeFiles/3.27.8/CMakeRCCompiler.cmake CMakeFiles/3.27.8/CMakeSystem.cmake E$:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/CMakeLists.txt E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCCompiler.cmake.in E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCCompilerABI.c E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCInformation.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCXXCompiler.cmake.in E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCXXCompilerABI.cpp E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCXXInformation.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCommonLanguageInclude.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeCompilerIdDetection.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCXXCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompileFeatures.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompilerABI.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineCompilerId.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineRCCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeDetermineSystem.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeFindBinUtils.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeGenericSystem.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeInitializeConfigs.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeLanguageInformation.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeParseImplicitIncludeInfo.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeParseImplicitLinkInfo.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeParseLibraryArchitecture.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeRCCompiler.cmake.in E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeRCInformation.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeSystem.cmake.in E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeSystemSpecificInformation.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeSystemSpecificInitialize.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeTestCCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeTestCXXCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeTestCompilerCommon.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/CMakeTestRCCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/ADSP-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/ARMCC-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/ARMClang-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/AppleClang-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Borland-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Bruce-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/CMakeCommonCompilerMacros.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Clang-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Clang-DetermineCompilerInternal.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Compaq-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Cray-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Embarcadero-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Fujitsu-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GHS-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU-C.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU-CXX.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU-FindBinUtils.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/GNU.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/HP-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/HP-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IAR-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Intel-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/LCC-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/MSVC-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/NVHPC-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/NVIDIA-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/PGI-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/PathScale-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/SCO-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/SDCC-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/SunPro-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/TI-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Tasking-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/Watcom-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/XL-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/XL-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/XLClang-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/zOS-C-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Internal/FeatureTesting.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-Determine-CXX.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-GNU-C-ABI.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-GNU-C.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-GNU-CXX-ABI.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-GNU-CXX.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-GNU.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-Initialize.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows-windres.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/Windows.cmake E$:/Software/CLion$ 2023.3.4/bin/cmake/win/x64/share/cmake-3.27/Modules/Platform/WindowsPaths.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/03_Clion_Cplus_assignment_20240421/cmake-build-debug/cmake_install.cmake b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/cmake_install.cmake new file mode 100644 index 0000000..dbb2a33 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/cmake-build-debug/cmake_install.cmake @@ -0,0 +1,49 @@ +# Install script for directory: E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/03_Clion_Cplus_assignment_20240421") +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() + +# 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 "E:/Software/CLion 2023.3.4/bin/mingw/bin/objdump.exe") +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 "E:/SYSTEM/Desktop/PROJECT/CodeLibrary_Next/Cplus/03_Clion_Cplus_assignment_20240421/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/03_Clion_Cplus_assignment_20240421/main.cpp b/03_Clion_Cplus_assignment_20240421/main.cpp new file mode 100644 index 0000000..08e9205 --- /dev/null +++ b/03_Clion_Cplus_assignment_20240421/main.cpp @@ -0,0 +1,115 @@ +/* + * Code: 绠楁硶鍒嗘瀽涓庣▼搴忚璁 瀹為獙鎶ュ憡浜 + * Date: 2024-04-21 + * Design by JRNitre + * + * Function: + * * 鏋勯犲嚱鏁 + * * 鏋愭瀯鍑芥暟 + * */ + +#include +using namespace std; + +/* +* [棰樺共] +* 鐚村瓙绗竴澶╂憳涓嬭嫢骞蹭釜妗冨瓙锛屽綋鍗冲悆浜2/3锛岃繕涓嶈繃鐦撅紝鍙堝鍚冧簡涓涓紝绗簩澶╂棭涓婂張灏嗗墿涓嬬殑妗冨瓙鍚冩帀2/3锛屽張澶氬悆浜嗕竴涓備互鍚庢瘡澶╂棭涓婇兘鍚冧簡鍓嶄竴澶╁墿涓嬬殑2/3鍐嶅鍚冧竴涓傚埌绗琻澶╂棭涓婃兂鍐嶅悆鏃讹紝鍙戠幇鍙墿涓媖涓瀛愪簡銆傛眰绗竴澶╁叡鎽樹簡澶氬皯妗冨瓙銆傜敤閫掓帹娉曘侀掑綊娉曚袱绉嶆柟娉曞疄鐜般 +* Input +* 棣栧厛杈撳叆涓涓鏁存暟T锛岃〃绀烘祴璇曟暟鎹殑缁勬暟锛岀劧鍚庢槸T缁勬祴璇曟暟鎹傛瘡缁勬暟鎹緭鍏ヤ袱涓鏁存暟n锛宬锛1鈮锛宬鈮15锛夈 +* Output +* 瀵逛簬姣忕粍娴嬭瘯鏁版嵁锛屽湪涓琛屼笂杈撳嚭绗竴澶╁叡鎽樹簡澶氬皯涓瀛愩 +*/ +int function_01 (int t, int n, int k){ + int i,j; + for (i = 0; i < t; i++){ + int peaches[n+1]; + peaches[n] = k; + for (j = n; j > 1; j--){ + peaches[j-1] = (peaches[j] + 1) * 3 / 2; + } + return peaches[1]; + } +} + +// 鍒嗗埆浠庨敭鐩樿緭鍏ユ暟鎹畑鍜寉锛岃绠梮鐨剏娆″箓骞惰緭鍑恒 +int function_02 (int x, int y){ + if (y == 1){ + return x; + } + if (y >= 2){ + int result = 1; + for (int i = 0; i < y; i++){ + result *= x; + } + return result; + } +} + +/* +* [棰樺共] +* 鑻ヤ竴澶村皬姣嶇墰浠庣4涓勾澶村紑濮嬫瘡骞寸敓鑲蹭竴澶存瘝鐗涳紝鎸夌収姝よ寰嬶紝绗琻骞存椂鏈夊灏戝ご姣嶇墰锛熻姹傜紪鍐欎袱涓嚱鏁帮紝鍒嗗埆浠ラ掓帹銆侀掑綊鐨勬柟娉曡繘琛屾眰瑙c +* Input +* 娴嬭瘯鏁版嵁鏈夊缁勶紝澶勭悊鍒版枃浠跺熬銆傛瘡缁勬祴璇曡緭鍏ヤ竴涓鏁存暟n锛1鈮鈮40锛夈 +* Output +* 瀵逛簬姣忕粍娴嬭瘯锛岃緭鍑虹n骞存椂鐨勬瘝鐗涙绘暟銆 +* Sample Input +* 15 +* Sample Output +* 129 +*/ +int function_03_recursion(int n) { + int dp[n+1]; + dp[1] = 1; + dp[2] = 2; + dp[3] = 3; + for (int i = 4; i <= n; i++) { + dp[i] = dp[i-1] + dp[i-3]; + } + return dp[n] / 2; +} + +int function_03_recursion2(int n){ + if (n == 1 || n == 2 || n == 3) { + return n; + } + return function_03_recursion2(n-1) + function_03_recursion2(n-3); +} + +/* +* [棰樺共] +* 娆ф床鏁板瀹朵集鍔埄鏀跺埌涓浣嶆湅鍙嬬殑鏉ヤ俊锛屾墦寮涓鐪嬩俊涓嶆槸鍐欑粰浠栫殑锛屼絾鏄俊灏佷笂鐨勫湴鍧銆佸鍚嶉兘娌℃湁闂銆 +* 浜斿皝淇¤鍏ュ啓鏈変笉鍚屽湴鍧鍜屽鍚嶇殑浜斾釜淇″皝锛屽叏閮ㄨ閿欑殑鍙兘鎬ф湁澶氬皯绉? +* 璇锋牴鎹掓帹鍏崇郴寮忥紝鐢ㄩ掑綊娉曟眰瑙c +*/ +int function_04(int n) { + if (n == 1) { + return 0; + } else if (n == 2) { + return 1; + } else { + return (n - 1) * (function_04(n - 1) + function_04(n - 2)); + } +} + +/* +* [棰樺共] +* 涓囪姳绛掔殑鍒濆褰㈢姸濡備笅鍥炬墍绀猴紝鍏朵腑鐨勫渾鍦堜唬琛ㄤ竾鑺辩瓛鐨勯棯鐑佺偣銆 +* 姣忔棆杞竴娆′竾鑺辩瓛褰㈢姸灏辨紨鍙樹竴娆★紝婕斿彉鐨勮鍒欐槸鍦ㄦ湯绔啀鐢熷嚭鍚屾牱鐨勫舰鐘躲 +* 姹傜 n 娆℃棆杞悗鏈夊灏戜釜闂儊鐐癸紵 +* */ +int function_05 (int n){ + if (n == 1){ + return 0; + } + if (n == 2){ + return 1; + } + if (n > 2){ + return (n - 1) * (function_05(n - 1) + function_05(n - 2)); + } +} + +int main() { + + return 0; +}