From 61e7ce6d93c144a67ba4e53a5fe01f6e5b793c3b Mon Sep 17 00:00:00 2001
From: ArcueidType <981354012@qq.com>
Date: Wed, 4 Dec 2024 10:38:53 +0800
Subject: [PATCH] Implement Fields and pass the tests
---
.gitignore | 88 +-
.idea/editor.xml | 476 +--
CMakeLists.txt | 7 +
PLAN.md | 121 +-
cmake-build-debug/.cmake/api/v1/query/cache-v2 | 0
.../.cmake/api/v1/query/cmakeFiles-v1 | 0
cmake-build-debug/.cmake/api/v1/query/codemodel-v2 | 0
.../.cmake/api/v1/query/toolchains-v1 | 0
.../v1/reply/cache-v2-accfa6f697322e2ee7af.json | 2731 ------------------
.../reply/cmakeFiles-v1-b6a3744c8648b8f55529.json | 1606 -----------
.../reply/codemodel-v2-c3f03d3ef1635fb166c7.json | 310 --
.../directory-.-Debug-0c535a288bac790904fc.json | 116 -
...party.benchmark-Debug-a82a46d9dd99b5c9a8fb.json | 14 -
...y.benchmark.src-Debug-5f60ee476494c4edd469.json | 154 -
...arty.googletest-Debug-45e4f991cbd674b39ade.json | 14 -
...test.googlemock-Debug-3d0ae25739834827b5a2.json | 116 -
...test.googletest-Debug-b45ee863a2ec1cd86102.json | 169 --
.../v1/reply/index-2024-11-26T00-22-15-0728.json | 108 -
...arget-benchmark-Debug-14cebaa9f3f609319389.json | 515 ----
...-benchmark_main-Debug-701fb77f357e3a881178.json | 240 --
.../target-c_test-Debug-69af11d9624cce2ca0e3.json | 310 --
...target-db_bench-Debug-17a02f6f1a2ea15fd3c3.json | 271 --
...b_bench_sqlite3-Debug-c0948c48519ea18518e3.json | 282 --
...-env_posix_test-Debug-3591a6e9fadb5f0a0b6c.json | 240 --
.../target-gmock-Debug-8d9efbf1fc92befc72f6.json | 209 --
...rget-gmock_main-Debug-8b5c5b7fefb6044add23.json | 204 --
.../target-gtest-Debug-9694c79765aea0db1836.json | 185 --
...rget-gtest_main-Debug-cef86ab47d31a7e0a336.json | 190 --
.../target-leveldb-Debug-7dca5255bc96a4ff1bb7.json | 795 -----
...t-leveldb_tests-Debug-461b409aa1bf8cba03f2.json | 429 ---
...get-leveldbutil-Debug-c2ffec3ff0e371aed809.json | 148 -
.../reply/toolchains-v1-bb98b21159e1e8803146.json | 93 -
cmake-build-debug/CMakeCache.txt | 727 -----
.../CMakeFiles/3.29.6/CMakeCCompiler.cmake | 80 -
.../CMakeFiles/3.29.6/CMakeCXXCompiler.cmake | 92 -
.../3.29.6/CMakeDetermineCompilerABI_C.bin | Bin 17000 -> 0 bytes
.../3.29.6/CMakeDetermineCompilerABI_CXX.bin | Bin 16984 -> 0 bytes
.../CMakeFiles/3.29.6/CMakeSystem.cmake | 15 -
.../3.29.6/CompilerIdC/CMakeCCompilerId.c | 895 ------
.../3.29.6/CompilerIdC/CMakeCCompilerId.o | Bin 1712 -> 0 bytes
.../3.29.6/CompilerIdCXX/CMakeCXXCompilerId.cpp | 878 ------
.../3.29.6/CompilerIdCXX/CMakeCXXCompilerId.o | Bin 1712 -> 0 bytes
.../CMakeFiles/CMakeConfigureLog.yaml | 3031 --------------------
.../leveldbTargets-debug.cmake | 19 -
.../leveldbTargets.cmake | 108 -
cmake-build-debug/CMakeFiles/TargetDirectories.txt | 55 -
cmake-build-debug/CMakeFiles/clion-Debug-log.txt | 122 -
cmake-build-debug/CMakeFiles/clion-environment.txt | 4 -
cmake-build-debug/CMakeFiles/cmake.check_cache | 1 -
cmake-build-debug/CMakeFiles/rules.ninja | 302 --
cmake-build-debug/CTestTestfile.cmake | 14 -
cmake-build-debug/Testing/Temporary/LastTest.log | 3 -
cmake-build-debug/build.ninja | 1952 -------------
cmake-build-debug/cmake/leveldbConfig.cmake | 33 -
cmake-build-debug/cmake/leveldbConfigVersion.cmake | 65 -
cmake-build-debug/cmake_install.cmake | 114 -
cmake-build-debug/include/port/port_config.h | 38 -
.../third_party/benchmark/CTestTestfile.cmake | 7 -
.../third_party/benchmark/benchmark.pc | 12 -
.../third_party/benchmark/benchmarkConfig.cmake | 14 -
.../benchmark/benchmarkConfigVersion.cmake | 65 -
.../third_party/benchmark/benchmarkTargets.cmake | 84 -
.../third_party/benchmark/cmake_install.cmake | 44 -
.../benchmarkTargets-debug.cmake | 29 -
.../benchmarkTargets.cmake | 116 -
.../third_party/benchmark/src/CTestTestfile.cmake | 6 -
.../third_party/benchmark/src/cmake_install.cmake | 100 -
.../third_party/googletest/CTestTestfile.cmake | 7 -
.../third_party/googletest/cmake_install.cmake | 45 -
.../googletest/googlemock/CTestTestfile.cmake | 7 -
.../googletest/googlemock/cmake_install.cmake | 73 -
.../GTestTargets-debug.cmake | 49 -
.../GTestTargets.cmake | 139 -
.../googletest/googletest/CTestTestfile.cmake | 6 -
.../googletest/googletest/cmake_install.cmake | 97 -
.../googletest/generated/GTestConfig.cmake | 33 -
.../googletest/generated/GTestConfigVersion.cmake | 43 -
.../googletest/googletest/generated/gmock.pc | 10 -
.../googletest/googletest/generated/gmock_main.pc | 10 -
.../googletest/googletest/generated/gtest.pc | 9 -
.../googletest/googletest/generated/gtest_main.pc | 10 -
db/db_impl.cc | 81 +-
db/db_impl.h | 8 +-
db/db_iter.cc | 4 +
db/fields.cc | 73 +
db/fields.h | 39 +
db/memtable.cc | 1 +
db/version_set.cc | 1 +
include/leveldb/db.h | 13 +-
include/leveldb/iterator.h | 4 +
table/block.cc | 1 +
table/iterator.cc | 1 +
table/merger.cc | 2 +
table/two_level_iterator.cc | 1 +
test/test_fields.cc | 125 +
95 files changed, 764 insertions(+), 19294 deletions(-)
delete mode 100644 cmake-build-debug/.cmake/api/v1/query/cache-v2
delete mode 100644 cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1
delete mode 100644 cmake-build-debug/.cmake/api/v1/query/codemodel-v2
delete mode 100644 cmake-build-debug/.cmake/api/v1/query/toolchains-v1
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/cache-v2-accfa6f697322e2ee7af.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-b6a3744c8648b8f55529.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-c3f03d3ef1635fb166c7.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-0c535a288bac790904fc.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/directory-third_party.benchmark-Debug-a82a46d9dd99b5c9a8fb.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/directory-third_party.benchmark.src-Debug-5f60ee476494c4edd469.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/directory-third_party.googletest-Debug-45e4f991cbd674b39ade.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/directory-third_party.googletest.googlemock-Debug-3d0ae25739834827b5a2.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/directory-third_party.googletest.googletest-Debug-b45ee863a2ec1cd86102.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/index-2024-11-26T00-22-15-0728.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/target-benchmark-Debug-14cebaa9f3f609319389.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/target-benchmark_main-Debug-701fb77f357e3a881178.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/target-c_test-Debug-69af11d9624cce2ca0e3.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/target-db_bench-Debug-17a02f6f1a2ea15fd3c3.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/target-db_bench_sqlite3-Debug-c0948c48519ea18518e3.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/target-env_posix_test-Debug-3591a6e9fadb5f0a0b6c.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/target-gmock-Debug-8d9efbf1fc92befc72f6.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/target-gmock_main-Debug-8b5c5b7fefb6044add23.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/target-gtest-Debug-9694c79765aea0db1836.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/target-gtest_main-Debug-cef86ab47d31a7e0a336.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/target-leveldb-Debug-7dca5255bc96a4ff1bb7.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/target-leveldb_tests-Debug-461b409aa1bf8cba03f2.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/target-leveldbutil-Debug-c2ffec3ff0e371aed809.json
delete mode 100644 cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-bb98b21159e1e8803146.json
delete mode 100644 cmake-build-debug/CMakeCache.txt
delete mode 100644 cmake-build-debug/CMakeFiles/3.29.6/CMakeCCompiler.cmake
delete mode 100644 cmake-build-debug/CMakeFiles/3.29.6/CMakeCXXCompiler.cmake
delete mode 100755 cmake-build-debug/CMakeFiles/3.29.6/CMakeDetermineCompilerABI_C.bin
delete mode 100755 cmake-build-debug/CMakeFiles/3.29.6/CMakeDetermineCompilerABI_CXX.bin
delete mode 100644 cmake-build-debug/CMakeFiles/3.29.6/CMakeSystem.cmake
delete mode 100644 cmake-build-debug/CMakeFiles/3.29.6/CompilerIdC/CMakeCCompilerId.c
delete mode 100644 cmake-build-debug/CMakeFiles/3.29.6/CompilerIdC/CMakeCCompilerId.o
delete mode 100644 cmake-build-debug/CMakeFiles/3.29.6/CompilerIdCXX/CMakeCXXCompilerId.cpp
delete mode 100644 cmake-build-debug/CMakeFiles/3.29.6/CompilerIdCXX/CMakeCXXCompilerId.o
delete mode 100644 cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml
delete mode 100644 cmake-build-debug/CMakeFiles/Export/f90a79f6c24c38ae6b0a9cccec147da8/leveldbTargets-debug.cmake
delete mode 100644 cmake-build-debug/CMakeFiles/Export/f90a79f6c24c38ae6b0a9cccec147da8/leveldbTargets.cmake
delete mode 100644 cmake-build-debug/CMakeFiles/TargetDirectories.txt
delete mode 100644 cmake-build-debug/CMakeFiles/clion-Debug-log.txt
delete mode 100644 cmake-build-debug/CMakeFiles/clion-environment.txt
delete mode 100644 cmake-build-debug/CMakeFiles/cmake.check_cache
delete mode 100644 cmake-build-debug/CMakeFiles/rules.ninja
delete mode 100644 cmake-build-debug/CTestTestfile.cmake
delete mode 100644 cmake-build-debug/Testing/Temporary/LastTest.log
delete mode 100644 cmake-build-debug/build.ninja
delete mode 100644 cmake-build-debug/cmake/leveldbConfig.cmake
delete mode 100644 cmake-build-debug/cmake/leveldbConfigVersion.cmake
delete mode 100644 cmake-build-debug/cmake_install.cmake
delete mode 100644 cmake-build-debug/include/port/port_config.h
delete mode 100644 cmake-build-debug/third_party/benchmark/CTestTestfile.cmake
delete mode 100644 cmake-build-debug/third_party/benchmark/benchmark.pc
delete mode 100644 cmake-build-debug/third_party/benchmark/benchmarkConfig.cmake
delete mode 100644 cmake-build-debug/third_party/benchmark/benchmarkConfigVersion.cmake
delete mode 100644 cmake-build-debug/third_party/benchmark/benchmarkTargets.cmake
delete mode 100644 cmake-build-debug/third_party/benchmark/cmake_install.cmake
delete mode 100644 cmake-build-debug/third_party/benchmark/src/CMakeFiles/Export/d56d27b88fbb159d81f220d5e4f5f598/benchmarkTargets-debug.cmake
delete mode 100644 cmake-build-debug/third_party/benchmark/src/CMakeFiles/Export/d56d27b88fbb159d81f220d5e4f5f598/benchmarkTargets.cmake
delete mode 100644 cmake-build-debug/third_party/benchmark/src/CTestTestfile.cmake
delete mode 100644 cmake-build-debug/third_party/benchmark/src/cmake_install.cmake
delete mode 100644 cmake-build-debug/third_party/googletest/CTestTestfile.cmake
delete mode 100644 cmake-build-debug/third_party/googletest/cmake_install.cmake
delete mode 100644 cmake-build-debug/third_party/googletest/googlemock/CTestTestfile.cmake
delete mode 100644 cmake-build-debug/third_party/googletest/googlemock/cmake_install.cmake
delete mode 100644 cmake-build-debug/third_party/googletest/googletest/CMakeFiles/Export/0c08b8e77dd885bfe55a19a9659d9fc1/GTestTargets-debug.cmake
delete mode 100644 cmake-build-debug/third_party/googletest/googletest/CMakeFiles/Export/0c08b8e77dd885bfe55a19a9659d9fc1/GTestTargets.cmake
delete mode 100644 cmake-build-debug/third_party/googletest/googletest/CTestTestfile.cmake
delete mode 100644 cmake-build-debug/third_party/googletest/googletest/cmake_install.cmake
delete mode 100644 cmake-build-debug/third_party/googletest/googletest/generated/GTestConfig.cmake
delete mode 100644 cmake-build-debug/third_party/googletest/googletest/generated/GTestConfigVersion.cmake
delete mode 100644 cmake-build-debug/third_party/googletest/googletest/generated/gmock.pc
delete mode 100644 cmake-build-debug/third_party/googletest/googletest/generated/gmock_main.pc
delete mode 100644 cmake-build-debug/third_party/googletest/googletest/generated/gtest.pc
delete mode 100644 cmake-build-debug/third_party/googletest/googletest/generated/gtest_main.pc
create mode 100644 db/fields.cc
create mode 100644 db/fields.h
create mode 100644 test/test_fields.cc
diff --git a/.gitignore b/.gitignore
index c4b2425..f08cb72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,84 @@
-# Editors.
-*.sw*
-.vscode
+# Ignore CI build directory
+build/
+xcuserdata
+cmake-build-debug/
+.idea/
+bazel-bin
+bazel-genfiles
+bazel-googletest
+bazel-out
+bazel-testlogs
+# python
+*.pyc
+
+# Visual Studio files
+.vs
+*.sdf
+*.opensdf
+*.VC.opendb
+*.suo
+*.user
+_ReSharper.Caches/
+Win32-Debug/
+Win32-Release/
+x64-Debug/
+x64-Release/
+
+# Ignore autoconf / automake files
+Makefile.in
+aclocal.m4
+configure
+build-aux/
+autom4te.cache/
+googletest/m4/libtool.m4
+googletest/m4/ltoptions.m4
+googletest/m4/ltsugar.m4
+googletest/m4/ltversion.m4
+googletest/m4/lt~obsolete.m4
+googlemock/m4
+
+# Ignore generated directories.
+googlemock/fused-src/
+googletest/fused-src/
+
+# macOS files
.DS_Store
+googletest/.DS_Store
+googletest/xcode/.DS_Store
-# Build directory.
-build/
-out/
+# Ignore cmake generated directories and files.
+CMakeFiles
+CTestTestfile.cmake
+Makefile
+cmake_install.cmake
+googlemock/CMakeFiles
+googlemock/CTestTestfile.cmake
+googlemock/Makefile
+googlemock/cmake_install.cmake
+googlemock/gtest
+/bin
+/googlemock/gmock.dir
+/googlemock/gmock_main.dir
+/googlemock/RUN_TESTS.vcxproj.filters
+/googlemock/RUN_TESTS.vcxproj
+/googlemock/INSTALL.vcxproj.filters
+/googlemock/INSTALL.vcxproj
+/googlemock/gmock_main.vcxproj.filters
+/googlemock/gmock_main.vcxproj
+/googlemock/gmock.vcxproj.filters
+/googlemock/gmock.vcxproj
+/googlemock/gmock.sln
+/googlemock/ALL_BUILD.vcxproj.filters
+/googlemock/ALL_BUILD.vcxproj
+/lib
+/Win32
+/ZERO_CHECK.vcxproj.filters
+/ZERO_CHECK.vcxproj
+/RUN_TESTS.vcxproj.filters
+/RUN_TESTS.vcxproj
+/INSTALL.vcxproj.filters
+/INSTALL.vcxproj
+/googletest-distribution.sln
+/CMakeCache.txt
+/ALL_BUILD.vcxproj.filters
+/ALL_BUILD.vcxproj
diff --git a/.idea/editor.xml b/.idea/editor.xml
index 59c76fa..27e844a 100644
--- a/.idea/editor.xml
+++ b/.idea/editor.xml
@@ -99,482 +99,482 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fda9e01..bf36f2c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -131,6 +131,8 @@ target_sources(leveldb
"db/dbformat.cc"
"db/dbformat.h"
"db/dumpfile.cc"
+ "db/fields.cc"
+ "db/fields.h"
"db/filename.cc"
"db/filename.h"
"db/log_format.h"
@@ -517,3 +519,8 @@ if(LEVELDB_INSTALL)
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}"
)
endif(LEVELDB_INSTALL)
+
+add_executable(test_fields
+ "${PROJECT_SOURCE_DIR}/test/test_fields.cc"
+)
+target_link_libraries(test_fields PRIVATE leveldb gtest)
diff --git a/PLAN.md b/PLAN.md
index 4609a1f..f9b6d68 100644
--- a/PLAN.md
+++ b/PLAN.md
@@ -31,7 +31,8 @@
- 将字段数组设计为一个class `Fields` ,其拥有对于字段进行操作的各种方法,方便对字段的修改,该类也作为 `Get` 方法和 `Put` 方法返回和插入的对象
- 根据key查询时如果指定字段名则返回对应的字段,如果未指定字段名则返回所有字段
- Put仅有value时(原本的Put方法)自动给value增加递增的字段
- - (暂定)对于给定的字段,遍历LevelDB得到其对应的所有keys
+ - 为Iterator类添加新的方法 `fields` ,用于范围查询时获得查询结果
+ - 对于给定的字段,遍历LevelDB得到其对应的所有keys,作为 `DB` 类的新方法 `FindKeysByField`
#### 2.2. KV分离
@@ -68,7 +69,7 @@
FieldString遵从以下格式:
field遵从以下格式:
-
+
```
@@ -194,47 +195,97 @@
```c++
// 测试能否正确存入和读取
-TEST(TestField, PutGet) {
- std::string key = "k_1";
-
- FieldArray field_array = {
- {"name", "Arcueid"},
- {"address", "tYpeMuuN"},
- {"phone", "122-233-4455"}
- };
-
- Fields fields = Fields(field_array);
- db->Put(WriteOptions(), key, fields);
+TEST(TestFields, GetPutIterator) {
+ DB *db;
+ if(OpenDB("testdb", &db).ok() == false) {
+ cerr << "Open DB Failed" << endl;
+ }
- Fields ret;
- db->Get(ReadOptions(), key, &ret);
- auto fields_ret = ret.GetFieldArray();
+ std::string key_1 = "k_1";
+ std::string key_2 = "k_2";
+
+ FieldArray field_array_1 = {
+ {"name", "Arcueid01"},
+ {"address", "tYpeMuuN"},
+ {"phone", "122-233-4455"}
+ };
+ FieldArray field_array_2 = {
+ {"name", "Arcueid02"},
+ {"address", "tYpeMuuN"},
+ {"phone", "199-999-2004"}
+ };
+
+ const auto fields_1 = Fields(field_array_1);
+ const auto fields_2 = Fields(field_array_2);
+ db->Put(WriteOptions(), key_1, fields_1);
+ db->Put(WriteOptions(), key_2, fields_2);
+
+ Fields ret;
+ db->Get(ReadOptions(), key_1, &ret);
+ const auto fields_ret = ret.GetFieldArray();
+
+ ASSERT_EQ(CompareVector(fields_ret, field_array_1), true);
+
+ db->Get(ReadOptions(), key_2, &ret);
+ ASSERT_EQ(ret["name"], "Arcueid02");
+ ASSERT_EQ(ret["address"], "tYpeMuuN");
+ ASSERT_EQ(ret["phone"], "199-999-2004");
+
+ auto iter = db->NewIterator(ReadOptions());
+ iter->SeekToFirst();
+ while (iter->Valid()) {
+ auto key = iter->key().ToString();
+ auto fields = iter->fields();
+ if (key == "k_1") {
+ ASSERT_EQ(fields["name"], "Arcueid01");
+ ASSERT_EQ(fields["address"], "tYpeMuuN");
+ ASSERT_EQ(fields["phone"], "122-233-4455");
+ }
+ if (key == "k_2") {
+ ASSERT_EQ(fields["name"], "Arcueid02");
+ ASSERT_EQ(fields["address"], "tYpeMuuN");
+ ASSERT_EQ(fields["phone"], "199-999-2004");
+ }
+ iter->Next();
+ }
- assert(field_array == fields_ret);
+ delete iter;
+ delete db;
}
```
```c++
// 测试能否根据字段查找key
-TEST(TestField, SearchKey){
- std::string key = "k_1";
- std::vector keys = ["k_1", "k_2", "k_3"];
- Field field_test = {"test_name", "Harry"};
- FieldArray field_array = {
- {"name", "Arcueid"},
- {"address", "tYpeMuuN"},
- {"phone", "122-233-4455"},
- field_test
- };
-
- Fields fields = Fields(field_array);
- for(auto key : keys){
- db->Put(WriteOptions(), key, fields);
- }
+TEST(TestFields, SearchKey) {
+ DB *db;
+ if(OpenDB("testdb", &db).ok() == false) {
+ cerr << "Open DB Failed" << endl;
+ }
+
+ std::vector keys_have_field = {"k_1", "k_3"};
+ std::vector keys_wo_field = {"k_2", "k_4"};
+ Field field_test = {"test_name", "Harry"};
+ FieldArray field_array_have_field = {
+ {"name", "Arcueid"},
+ {"address", "tYpeMuuN"},
+ {"phone", "122-233-4455"},
+ field_test
+ };
+ FieldArray field_array_wo_field = {
+ {"name", "Arcueid"}, {"address", "tYpeMuuN"}, {"phone", "122-233-4455"}};
+
+ const auto fields_have_field = Fields(field_array_have_field);
+ const auto fields_wo_field = Fields(field_array_wo_field);
+ for(const auto& key : keys_have_field){
+ db->Put(WriteOptions(), key, fields_have_field);
+ }
+ for (const auto& key : keys_wo_field) {
+ db->Put(WriteOptions(), key, fields_wo_field);
+ }
- std::vector key_ret = FindKeysByField(db, &field_test);
+ const std::vector key_ret = db->FindKeysByField(field_test);
- assert(keys == key_ret);
+ ASSERT_EQ(CompareVector(key_ret, keys_have_field), true);
}
```
@@ -242,7 +293,7 @@ TEST(TestField, SearchKey){
```c++
// 测试KV分离的写入与读取的正确性
-TEST(TestKVSeparate, PutGet){
+TEST(TestKVSeparate, PutGetIterator){
std::string key = "k_1";
std::string value = "ar";
std::value_addr;
diff --git a/cmake-build-debug/.cmake/api/v1/query/cache-v2 b/cmake-build-debug/.cmake/api/v1/query/cache-v2
deleted file mode 100644
index e69de29..0000000
diff --git a/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 b/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1
deleted file mode 100644
index e69de29..0000000
diff --git a/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 b/cmake-build-debug/.cmake/api/v1/query/codemodel-v2
deleted file mode 100644
index e69de29..0000000
diff --git a/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 b/cmake-build-debug/.cmake/api/v1/query/toolchains-v1
deleted file mode 100644
index e69de29..0000000
diff --git a/cmake-build-debug/.cmake/api/v1/reply/cache-v2-accfa6f697322e2ee7af.json b/cmake-build-debug/.cmake/api/v1/reply/cache-v2-accfa6f697322e2ee7af.json
deleted file mode 100644
index 1492063..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/cache-v2-accfa6f697322e2ee7af.json
+++ /dev/null
@@ -1,2731 +0,0 @@
-{
- "entries" :
- [
- {
- "name" : "BENCHMARK_BUILD_32_BITS",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Build a 32 bit version of the library."
- }
- ],
- "type" : "BOOL",
- "value" : "OFF"
- },
- {
- "name" : "BENCHMARK_CXX_FLAGS_COVERAGE",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Flags used by the C++ compiler during coverage builds."
- }
- ],
- "type" : "STRING",
- "value" : "-g"
- },
- {
- "name" : "BENCHMARK_DOWNLOAD_DEPENDENCIES",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Allow the downloading and in-tree building of unmet dependencies"
- }
- ],
- "type" : "BOOL",
- "value" : "OFF"
- },
- {
- "name" : "BENCHMARK_ENABLE_ASSEMBLY_TESTS",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Enable building and running the assembly tests"
- }
- ],
- "type" : "BOOL",
- "value" : "OFF"
- },
- {
- "name" : "BENCHMARK_ENABLE_DOXYGEN",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Build documentation with Doxygen."
- }
- ],
- "type" : "BOOL",
- "value" : "OFF"
- },
- {
- "name" : "BENCHMARK_ENABLE_EXCEPTIONS",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Enable the use of exceptions in the benchmark library."
- }
- ],
- "type" : "BOOL",
- "value" : "OFF"
- },
- {
- "name" : "BENCHMARK_ENABLE_GTEST_TESTS",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Enable building the unit tests which depend on gtest"
- }
- ],
- "type" : "BOOL",
- "value" : "ON"
- },
- {
- "name" : "BENCHMARK_ENABLE_INSTALL",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Enable installation of benchmark. (Projects embedding benchmark may want to turn this OFF.)"
- }
- ],
- "type" : "BOOL",
- "value" : "ON"
- },
- {
- "name" : "BENCHMARK_ENABLE_LIBPFM",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Enable performance counters provided by libpfm"
- }
- ],
- "type" : "BOOL",
- "value" : "OFF"
- },
- {
- "name" : "BENCHMARK_ENABLE_LTO",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Enable link time optimisation of the benchmark library."
- }
- ],
- "type" : "BOOL",
- "value" : "OFF"
- },
- {
- "name" : "BENCHMARK_ENABLE_TESTING",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Enable testing of the benchmark library."
- }
- ],
- "type" : "BOOL",
- "value" : "OFF"
- },
- {
- "name" : "BENCHMARK_ENABLE_WERROR",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Build Release candidates with -Werror."
- }
- ],
- "type" : "BOOL",
- "value" : "ON"
- },
- {
- "name" : "BENCHMARK_EXE_LINKER_FLAGS_COVERAGE",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Flags used for linking binaries during coverage builds."
- }
- ],
- "type" : "STRING",
- "value" : ""
- },
- {
- "name" : "BENCHMARK_FORCE_WERROR",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Build Release candidates with -Werror regardless of compiler issues."
- }
- ],
- "type" : "BOOL",
- "value" : "OFF"
- },
- {
- "name" : "BENCHMARK_INSTALL_DOCS",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Enable installation of documentation."
- }
- ],
- "type" : "BOOL",
- "value" : "ON"
- },
- {
- "name" : "BENCHMARK_SHARED_LINKER_FLAGS_COVERAGE",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Flags used by the shared libraries linker during coverage builds."
- }
- ],
- "type" : "STRING",
- "value" : ""
- },
- {
- "name" : "BENCHMARK_USE_BUNDLED_GTEST",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Use bundled GoogleTest. If disabled, the find_package(GTest) will be used."
- }
- ],
- "type" : "BOOL",
- "value" : "ON"
- },
- {
- "name" : "BENCHMARK_USE_LIBCXX",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Build and test using libc++ as the standard library."
- }
- ],
- "type" : "BOOL",
- "value" : "OFF"
- },
- {
- "name" : "BUILD_GMOCK",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Builds the googlemock subproject"
- }
- ],
- "type" : "BOOL",
- "value" : "ON"
- },
- {
- "name" : "CMAKE_ADDR2LINE",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Path to a program."
- }
- ],
- "type" : "FILEPATH",
- "value" : "CMAKE_ADDR2LINE-NOTFOUND"
- },
- {
- "name" : "CMAKE_AR",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Path to a program."
- }
- ],
- "type" : "FILEPATH",
- "value" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar"
- },
- {
- "name" : "CMAKE_BUILD_TYPE",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..."
- }
- ],
- "type" : "STRING",
- "value" : "Debug"
- },
- {
- "name" : "CMAKE_CACHEFILE_DIR",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "This is the directory where this CMakeCache.txt was created"
- }
- ],
- "type" : "INTERNAL",
- "value" : "/Users/arcueid/program/LevelDB-KV-Separation/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" : "29"
- },
- {
- "name" : "CMAKE_CACHE_PATCH_VERSION",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Patch version of cmake used to create the current loaded cache"
- }
- ],
- "type" : "INTERNAL",
- "value" : "6"
- },
- {
- "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" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake"
- },
- {
- "name" : "CMAKE_CPACK_COMMAND",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Path to cpack program executable."
- }
- ],
- "type" : "INTERNAL",
- "value" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cpack"
- },
- {
- "name" : "CMAKE_CTEST_COMMAND",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Path to ctest program executable."
- }
- ],
- "type" : "INTERNAL",
- "value" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/ctest"
- },
- {
- "name" : "CMAKE_CXX_COMPILER",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "CXX compiler"
- }
- ],
- "type" : "FILEPATH",
- "value" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++"
- },
- {
- "name" : "CMAKE_CXX_FLAGS",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Flags used by the CXX compiler during all build types."
- }
- ],
- "type" : "STRING",
- "value" : ""
- },
- {
- "name" : "CMAKE_CXX_FLAGS_DEBUG",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Flags used by the CXX compiler during DEBUG builds."
- }
- ],
- "type" : "STRING",
- "value" : "-g"
- },
- {
- "name" : "CMAKE_CXX_FLAGS_MINSIZEREL",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Flags used by the CXX compiler during MINSIZEREL builds."
- }
- ],
- "type" : "STRING",
- "value" : "-Os -DNDEBUG"
- },
- {
- "name" : "CMAKE_CXX_FLAGS_RELEASE",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Flags used by the CXX compiler during RELEASE builds."
- }
- ],
- "type" : "STRING",
- "value" : "-O3 -DNDEBUG"
- },
- {
- "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds."
- }
- ],
- "type" : "STRING",
- "value" : "-O2 -g -DNDEBUG"
- },
- {
- "name" : "CMAKE_C_COMPILER",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "C compiler"
- }
- ],
- "type" : "FILEPATH",
- "value" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc"
- },
- {
- "name" : "CMAKE_C_FLAGS",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Flags used by the C compiler during all build types."
- }
- ],
- "type" : "STRING",
- "value" : ""
- },
- {
- "name" : "CMAKE_C_FLAGS_DEBUG",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Flags used by the C compiler during DEBUG builds."
- }
- ],
- "type" : "STRING",
- "value" : "-g"
- },
- {
- "name" : "CMAKE_C_FLAGS_MINSIZEREL",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Flags used by the C compiler during MINSIZEREL builds."
- }
- ],
- "type" : "STRING",
- "value" : "-Os -DNDEBUG"
- },
- {
- "name" : "CMAKE_C_FLAGS_RELEASE",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Flags used by the C compiler during RELEASE builds."
- }
- ],
- "type" : "STRING",
- "value" : "-O3 -DNDEBUG"
- },
- {
- "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Flags used by the C compiler during RELWITHDEBINFO builds."
- }
- ],
- "type" : "STRING",
- "value" : "-O2 -g -DNDEBUG"
- },
- {
- "name" : "CMAKE_DLLTOOL",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Path to a program."
- }
- ],
- "type" : "FILEPATH",
- "value" : "CMAKE_DLLTOOL-NOTFOUND"
- },
- {
- "name" : "CMAKE_EXECUTABLE_FORMAT",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Executable file format"
- }
- ],
- "type" : "INTERNAL",
- "value" : "MACHO"
- },
- {
- "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" : "/Users/arcueid/program/LevelDB-KV-Separation/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_HAVE_LIBC_PTHREAD",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test CMAKE_HAVE_LIBC_PTHREAD"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "CMAKE_HOME_DIRECTORY",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Source directory with the top level CMakeLists.txt file for this project"
- }
- ],
- "type" : "INTERNAL",
- "value" : "/Users/arcueid/program/LevelDB-KV-Separation"
- },
- {
- "name" : "CMAKE_INSTALL_BINDIR",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "User executables (bin)"
- }
- ],
- "type" : "PATH",
- "value" : "bin"
- },
- {
- "name" : "CMAKE_INSTALL_DATADIR",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Read-only architecture-independent data (DATAROOTDIR)"
- }
- ],
- "type" : "PATH",
- "value" : ""
- },
- {
- "name" : "CMAKE_INSTALL_DATAROOTDIR",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Read-only architecture-independent data root (share)"
- }
- ],
- "type" : "PATH",
- "value" : "share"
- },
- {
- "name" : "CMAKE_INSTALL_DOCDIR",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)"
- }
- ],
- "type" : "PATH",
- "value" : ""
- },
- {
- "name" : "CMAKE_INSTALL_INCLUDEDIR",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "C header files (include)"
- }
- ],
- "type" : "PATH",
- "value" : "include"
- },
- {
- "name" : "CMAKE_INSTALL_INFODIR",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Info documentation (DATAROOTDIR/info)"
- }
- ],
- "type" : "PATH",
- "value" : ""
- },
- {
- "name" : "CMAKE_INSTALL_LIBDIR",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Object code libraries (lib)"
- }
- ],
- "type" : "PATH",
- "value" : "lib"
- },
- {
- "name" : "CMAKE_INSTALL_LIBEXECDIR",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Program executables (libexec)"
- }
- ],
- "type" : "PATH",
- "value" : "libexec"
- },
- {
- "name" : "CMAKE_INSTALL_LOCALEDIR",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Locale-dependent data (DATAROOTDIR/locale)"
- }
- ],
- "type" : "PATH",
- "value" : ""
- },
- {
- "name" : "CMAKE_INSTALL_LOCALSTATEDIR",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Modifiable single-machine data (var)"
- }
- ],
- "type" : "PATH",
- "value" : "var"
- },
- {
- "name" : "CMAKE_INSTALL_MANDIR",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Man documentation (DATAROOTDIR/man)"
- }
- ],
- "type" : "PATH",
- "value" : ""
- },
- {
- "name" : "CMAKE_INSTALL_NAME_TOOL",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Path to a program."
- }
- ],
- "type" : "FILEPATH",
- "value" : "/Users/arcueid/anaconda3/bin/install_name_tool"
- },
- {
- "name" : "CMAKE_INSTALL_OLDINCLUDEDIR",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "C header files for non-gcc (/usr/include)"
- }
- ],
- "type" : "PATH",
- "value" : "/usr/include"
- },
- {
- "name" : "CMAKE_INSTALL_PREFIX",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Install path prefix, prepended onto install directories."
- }
- ],
- "type" : "PATH",
- "value" : "/usr/local"
- },
- {
- "name" : "CMAKE_INSTALL_RUNSTATEDIR",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Run-time variable data (LOCALSTATEDIR/run)"
- }
- ],
- "type" : "PATH",
- "value" : ""
- },
- {
- "name" : "CMAKE_INSTALL_SBINDIR",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "System admin executables (sbin)"
- }
- ],
- "type" : "PATH",
- "value" : "sbin"
- },
- {
- "name" : "CMAKE_INSTALL_SHAREDSTATEDIR",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Modifiable architecture-independent data (com)"
- }
- ],
- "type" : "PATH",
- "value" : "com"
- },
- {
- "name" : "CMAKE_INSTALL_SYSCONFDIR",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Read-only single-machine data (etc)"
- }
- ],
- "type" : "PATH",
- "value" : "etc"
- },
- {
- "name" : "CMAKE_LINKER",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Path to a program."
- }
- ],
- "type" : "FILEPATH",
- "value" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld"
- },
- {
- "name" : "CMAKE_MAKE_PROGRAM",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "No help, variable specified on the command line."
- }
- ],
- "type" : "UNINITIALIZED",
- "value" : "/Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja"
- },
- {
- "name" : "CMAKE_MODULE_LINKER_FLAGS",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Flags used by the linker during the creation of modules during all build types."
- }
- ],
- "type" : "STRING",
- "value" : ""
- },
- {
- "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Flags used by the linker during the creation of modules during DEBUG builds."
- }
- ],
- "type" : "STRING",
- "value" : ""
- },
- {
- "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds."
- }
- ],
- "type" : "STRING",
- "value" : ""
- },
- {
- "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Flags used by the linker during the creation of modules during RELEASE builds."
- }
- ],
- "type" : "STRING",
- "value" : ""
- },
- {
- "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds."
- }
- ],
- "type" : "STRING",
- "value" : ""
- },
- {
- "name" : "CMAKE_NM",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Path to a program."
- }
- ],
- "type" : "FILEPATH",
- "value" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm"
- },
- {
- "name" : "CMAKE_NUMBER_OF_MAKEFILES",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "number of local generators"
- }
- ],
- "type" : "INTERNAL",
- "value" : "6"
- },
- {
- "name" : "CMAKE_OBJCOPY",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Path to a program."
- }
- ],
- "type" : "FILEPATH",
- "value" : "CMAKE_OBJCOPY-NOTFOUND"
- },
- {
- "name" : "CMAKE_OBJDUMP",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Path to a program."
- }
- ],
- "type" : "FILEPATH",
- "value" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump"
- },
- {
- "name" : "CMAKE_OSX_ARCHITECTURES",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Build architectures for OSX"
- }
- ],
- "type" : "STRING",
- "value" : ""
- },
- {
- "name" : "CMAKE_OSX_DEPLOYMENT_TARGET",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Minimum OS X version to target for deployment (at runtime); newer APIs weak linked. Set to empty string for default value."
- }
- ],
- "type" : "STRING",
- "value" : "14.2"
- },
- {
- "name" : "CMAKE_OSX_SYSROOT",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "The product will be built against the headers and libraries located inside the indicated SDK."
- }
- ],
- "type" : "PATH",
- "value" : "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- },
- {
- "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" : "leveldb"
- },
- {
- "name" : "CMAKE_PROJECT_VERSION",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Value Computed by CMake"
- }
- ],
- "type" : "STATIC",
- "value" : "1.23.0"
- },
- {
- "name" : "CMAKE_PROJECT_VERSION_MAJOR",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Value Computed by CMake"
- }
- ],
- "type" : "STATIC",
- "value" : "1"
- },
- {
- "name" : "CMAKE_PROJECT_VERSION_MINOR",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Value Computed by CMake"
- }
- ],
- "type" : "STATIC",
- "value" : "23"
- },
- {
- "name" : "CMAKE_PROJECT_VERSION_PATCH",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Value Computed by CMake"
- }
- ],
- "type" : "STATIC",
- "value" : "0"
- },
- {
- "name" : "CMAKE_PROJECT_VERSION_TWEAK",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Value Computed by CMake"
- }
- ],
- "type" : "STATIC",
- "value" : ""
- },
- {
- "name" : "CMAKE_RANLIB",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Path to a program."
- }
- ],
- "type" : "FILEPATH",
- "value" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib"
- },
- {
- "name" : "CMAKE_READELF",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Path to a program."
- }
- ],
- "type" : "FILEPATH",
- "value" : "CMAKE_READELF-NOTFOUND"
- },
- {
- "name" : "CMAKE_ROOT",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Path to CMake installation."
- }
- ],
- "type" : "INTERNAL",
- "value" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29"
- },
- {
- "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" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip"
- },
- {
- "name" : "CMAKE_TAPI",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Path to a program."
- }
- ],
- "type" : "FILEPATH",
- "value" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi"
- },
- {
- "name" : "CMAKE_UNAME",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "uname command"
- }
- ],
- "type" : "INTERNAL",
- "value" : "/usr/bin/uname"
- },
- {
- "name" : "CMAKE_VERBOSE_MAKEFILE",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo."
- }
- ],
- "type" : "BOOL",
- "value" : "FALSE"
- },
- {
- "name" : "COMPILE_HAVE_GNU_POSIX_REGEX",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Result of TRY_COMPILE"
- }
- ],
- "type" : "INTERNAL",
- "value" : "FALSE"
- },
- {
- "name" : "COMPILE_HAVE_POSIX_REGEX",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Result of TRY_COMPILE"
- }
- ],
- "type" : "INTERNAL",
- "value" : "TRUE"
- },
- {
- "name" : "COMPILE_HAVE_PTHREAD_AFFINITY",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Result of TRY_COMPILE"
- }
- ],
- "type" : "INTERNAL",
- "value" : "FALSE"
- },
- {
- "name" : "COMPILE_HAVE_STD_REGEX",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Result of TRY_COMPILE"
- }
- ],
- "type" : "INTERNAL",
- "value" : "TRUE"
- },
- {
- "name" : "COMPILE_HAVE_STEADY_CLOCK",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Result of TRY_COMPILE"
- }
- ],
- "type" : "INTERNAL",
- "value" : "TRUE"
- },
- {
- "name" : "COMPILE_HAVE_THREAD_SAFETY_ATTRIBUTES",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Result of TRY_COMPILE"
- }
- ],
- "type" : "INTERNAL",
- "value" : "TRUE"
- },
- {
- "name" : "CXXFEATURECHECK_DEBUG",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "OFF"
- }
- ],
- "type" : "BOOL",
- "value" : "OFF"
- },
- {
- "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Git",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Details about finding Git"
- }
- ],
- "type" : "INTERNAL",
- "value" : "[/usr/bin/git][v2.39.3 (Apple Git-146)()]"
- },
- {
- "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Python",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Details about finding Python"
- }
- ],
- "type" : "INTERNAL",
- "value" : "[/Users/arcueid/anaconda3/bin/python3.11][cfound components: Interpreter ][v3.11.5()]"
- },
- {
- "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Details about finding Threads"
- }
- ],
- "type" : "INTERNAL",
- "value" : "[TRUE][v()]"
- },
- {
- "name" : "GIT_EXECUTABLE",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Git command line client"
- }
- ],
- "type" : "FILEPATH",
- "value" : "/usr/bin/git"
- },
- {
- "name" : "HAVE_CLANG_THREAD_SAFETY",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test HAVE_CLANG_THREAD_SAFETY"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_CRC32C",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Have library crc32c"
- }
- ],
- "type" : "INTERNAL",
- "value" : ""
- },
- {
- "name" : "HAVE_CXX17_HAS_INCLUDE",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test HAVE_CXX17_HAS_INCLUDE"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_CXX_FLAG_COVERAGE",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test HAVE_CXX_FLAG_COVERAGE"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_CXX_FLAG_FNO_EXCEPTIONS",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test HAVE_CXX_FLAG_FNO_EXCEPTIONS"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_CXX_FLAG_FSTRICT_ALIASING",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test HAVE_CXX_FLAG_FSTRICT_ALIASING"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_CXX_FLAG_PEDANTIC",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test HAVE_CXX_FLAG_PEDANTIC"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_CXX_FLAG_PEDANTIC_ERRORS",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test HAVE_CXX_FLAG_PEDANTIC_ERRORS"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_CXX_FLAG_WALL",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test HAVE_CXX_FLAG_WALL"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_CXX_FLAG_WD654",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test HAVE_CXX_FLAG_WD654"
- }
- ],
- "type" : "INTERNAL",
- "value" : ""
- },
- {
- "name" : "HAVE_CXX_FLAG_WERROR",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test HAVE_CXX_FLAG_WERROR"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_CXX_FLAG_WEXTRA",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test HAVE_CXX_FLAG_WEXTRA"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_CXX_FLAG_WFLOAT_EQUAL",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test HAVE_CXX_FLAG_WFLOAT_EQUAL"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_CXX_FLAG_WNO_DEPRECATED",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test HAVE_CXX_FLAG_WNO_DEPRECATED"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_CXX_FLAG_WSHADOW",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test HAVE_CXX_FLAG_WSHADOW"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_CXX_FLAG_WSHORTEN_64_TO_32",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_CXX_FLAG_WSTRICT_ALIASING",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test HAVE_CXX_FLAG_WSTRICT_ALIASING"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_CXX_FLAG_WSUGGEST_OVERRIDE",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_CXX_FLAG_WTHREAD_SAFETY",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test HAVE_CXX_FLAG_WTHREAD_SAFETY"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_FDATASYNC",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Have symbol fdatasync"
- }
- ],
- "type" : "INTERNAL",
- "value" : ""
- },
- {
- "name" : "HAVE_FULLFSYNC",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Have symbol F_FULLFSYNC"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_KYOTOCABINET",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test HAVE_KYOTOCABINET"
- }
- ],
- "type" : "INTERNAL",
- "value" : ""
- },
- {
- "name" : "HAVE_LIB_RT",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Have library rt"
- }
- ],
- "type" : "INTERNAL",
- "value" : ""
- },
- {
- "name" : "HAVE_O_CLOEXEC",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Have symbol O_CLOEXEC"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_SNAPPY",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Have library snappy"
- }
- ],
- "type" : "INTERNAL",
- "value" : ""
- },
- {
- "name" : "HAVE_SQLITE3",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Have library sqlite3"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_TCMALLOC",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Have library tcmalloc"
- }
- ],
- "type" : "INTERNAL",
- "value" : ""
- },
- {
- "name" : "HAVE_UNISTD_H",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Have include unistd.h"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "HAVE_ZSTD",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Have library zstd"
- }
- ],
- "type" : "INTERNAL",
- "value" : ""
- },
- {
- "name" : "INSTALL_GTEST",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Enable installation of googletest. (Projects embedding googletest may want to turn this OFF.)"
- }
- ],
- "type" : "BOOL",
- "value" : "ON"
- },
- {
- "name" : "LEVELDB_BUILD_BENCHMARKS",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Build LevelDB's benchmarks"
- }
- ],
- "type" : "BOOL",
- "value" : "ON"
- },
- {
- "name" : "LEVELDB_BUILD_TESTS",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Build LevelDB's unit tests"
- }
- ],
- "type" : "BOOL",
- "value" : "ON"
- },
- {
- "name" : "LEVELDB_HAVE_NO_MISSING_FIELD_INITIALIZERS",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Test LEVELDB_HAVE_NO_MISSING_FIELD_INITIALIZERS"
- }
- ],
- "type" : "INTERNAL",
- "value" : "1"
- },
- {
- "name" : "LEVELDB_INSTALL",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Install LevelDB's header and library"
- }
- ],
- "type" : "BOOL",
- "value" : "ON"
- },
- {
- "name" : "RUN_HAVE_POSIX_REGEX",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Result of try_run()"
- }
- ],
- "type" : "INTERNAL",
- "value" : "0"
- },
- {
- "name" : "RUN_HAVE_STD_REGEX",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Result of try_run()"
- }
- ],
- "type" : "INTERNAL",
- "value" : "0"
- },
- {
- "name" : "RUN_HAVE_STEADY_CLOCK",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Result of try_run()"
- }
- ],
- "type" : "INTERNAL",
- "value" : "0"
- },
- {
- "name" : "RUN_HAVE_THREAD_SAFETY_ATTRIBUTES",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Result of try_run()"
- }
- ],
- "type" : "INTERNAL",
- "value" : "0"
- },
- {
- "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "CMAKE_INSTALL_PREFIX during last run"
- }
- ],
- "type" : "INTERNAL",
- "value" : "/usr/local"
- },
- {
- "name" : "_Python_Compiler_REASON_FAILURE",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Compiler reason failure"
- }
- ],
- "type" : "INTERNAL",
- "value" : ""
- },
- {
- "name" : "_Python_Development_REASON_FAILURE",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Development reason failure"
- }
- ],
- "type" : "INTERNAL",
- "value" : ""
- },
- {
- "name" : "_Python_EXECUTABLE",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Path to a program."
- }
- ],
- "type" : "INTERNAL",
- "value" : "/Users/arcueid/anaconda3/bin/python3.11"
- },
- {
- "name" : "_Python_INTERPRETER_PROPERTIES",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Python Properties"
- }
- ],
- "type" : "INTERNAL",
- "value" : "Python;3;11;5;64;32;;cpython-311-darwin;abi3;/Users/arcueid/anaconda3/lib/python3.11;/Users/arcueid/anaconda3/lib/python3.11;/Users/arcueid/anaconda3/lib/python3.11/site-packages;/Users/arcueid/anaconda3/lib/python3.11/site-packages"
- },
- {
- "name" : "_Python_INTERPRETER_SIGNATURE",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : ""
- }
- ],
- "type" : "INTERNAL",
- "value" : "827ded05ad49126dc79651ab807e55a5"
- },
- {
- "name" : "_Python_NumPy_REASON_FAILURE",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "NumPy reason failure"
- }
- ],
- "type" : "INTERNAL",
- "value" : ""
- },
- {
- "name" : "benchmark_BINARY_DIR",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Value Computed by CMake"
- }
- ],
- "type" : "STATIC",
- "value" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark"
- },
- {
- "name" : "benchmark_IS_TOP_LEVEL",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Value Computed by CMake"
- }
- ],
- "type" : "STATIC",
- "value" : "OFF"
- },
- {
- "name" : "benchmark_SOURCE_DIR",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Value Computed by CMake"
- }
- ],
- "type" : "STATIC",
- "value" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark"
- },
- {
- "name" : "cmake_package_name",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : ""
- }
- ],
- "type" : "INTERNAL",
- "value" : "GTest"
- },
- {
- "name" : "generated_dir",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : ""
- }
- ],
- "type" : "INTERNAL",
- "value" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/generated"
- },
- {
- "name" : "gmock_BINARY_DIR",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Value Computed by CMake"
- }
- ],
- "type" : "STATIC",
- "value" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googlemock"
- },
- {
- "name" : "gmock_IS_TOP_LEVEL",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Value Computed by CMake"
- }
- ],
- "type" : "STATIC",
- "value" : "OFF"
- },
- {
- "name" : "gmock_LIB_DEPENDS",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Dependencies for the target"
- }
- ],
- "type" : "STATIC",
- "value" : "general;gtest;"
- },
- {
- "name" : "gmock_SOURCE_DIR",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Value Computed by CMake"
- }
- ],
- "type" : "STATIC",
- "value" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock"
- },
- {
- "name" : "gmock_build_tests",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Build all of Google Mock's own tests."
- }
- ],
- "type" : "BOOL",
- "value" : "OFF"
- },
- {
- "name" : "gmock_main_LIB_DEPENDS",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Dependencies for the target"
- }
- ],
- "type" : "STATIC",
- "value" : "general;gmock;"
- },
- {
- "name" : "googletest-distribution_BINARY_DIR",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Value Computed by CMake"
- }
- ],
- "type" : "STATIC",
- "value" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest"
- },
- {
- "name" : "googletest-distribution_IS_TOP_LEVEL",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Value Computed by CMake"
- }
- ],
- "type" : "STATIC",
- "value" : "OFF"
- },
- {
- "name" : "googletest-distribution_SOURCE_DIR",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Value Computed by CMake"
- }
- ],
- "type" : "STATIC",
- "value" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest"
- },
- {
- "name" : "gtest_BINARY_DIR",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Value Computed by CMake"
- }
- ],
- "type" : "STATIC",
- "value" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest"
- },
- {
- "name" : "gtest_IS_TOP_LEVEL",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Value Computed by CMake"
- }
- ],
- "type" : "STATIC",
- "value" : "OFF"
- },
- {
- "name" : "gtest_SOURCE_DIR",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Value Computed by CMake"
- }
- ],
- "type" : "STATIC",
- "value" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest"
- },
- {
- "name" : "gtest_build_samples",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Build gtest's sample programs."
- }
- ],
- "type" : "BOOL",
- "value" : "OFF"
- },
- {
- "name" : "gtest_build_tests",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Build all of gtest's own tests."
- }
- ],
- "type" : "BOOL",
- "value" : "OFF"
- },
- {
- "name" : "gtest_disable_pthreads",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Disable uses of pthreads in gtest."
- }
- ],
- "type" : "BOOL",
- "value" : "OFF"
- },
- {
- "name" : "gtest_force_shared_crt",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Use shared (DLL) run-time lib even when Google Test is built as static lib."
- }
- ],
- "type" : "BOOL",
- "value" : "ON"
- },
- {
- "name" : "gtest_hide_internal_symbols",
- "properties" :
- [
- {
- "name" : "ADVANCED",
- "value" : "1"
- },
- {
- "name" : "HELPSTRING",
- "value" : "Build gtest with internal symbols hidden in shared libraries."
- }
- ],
- "type" : "BOOL",
- "value" : "OFF"
- },
- {
- "name" : "gtest_main_LIB_DEPENDS",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Dependencies for the target"
- }
- ],
- "type" : "STATIC",
- "value" : "general;gtest;"
- },
- {
- "name" : "leveldb_BINARY_DIR",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Value Computed by CMake"
- }
- ],
- "type" : "STATIC",
- "value" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug"
- },
- {
- "name" : "leveldb_IS_TOP_LEVEL",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Value Computed by CMake"
- }
- ],
- "type" : "STATIC",
- "value" : "ON"
- },
- {
- "name" : "leveldb_SOURCE_DIR",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : "Value Computed by CMake"
- }
- ],
- "type" : "STATIC",
- "value" : "/Users/arcueid/program/LevelDB-KV-Separation"
- },
- {
- "name" : "targets_export_name",
- "properties" :
- [
- {
- "name" : "HELPSTRING",
- "value" : ""
- }
- ],
- "type" : "INTERNAL",
- "value" : "GTestTargets"
- }
- ],
- "kind" : "cache",
- "version" :
- {
- "major" : 2,
- "minor" : 0
- }
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-b6a3744c8648b8f55529.json b/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-b6a3744c8648b8f55529.json
deleted file mode 100644
index b2ce0e7..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-b6a3744c8648b8f55529.json
+++ /dev/null
@@ -1,1606 +0,0 @@
-{
- "inputs" :
- [
- {
- "path" : "CMakeLists.txt"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineSystem.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeSystem.cmake.in"
- },
- {
- "isGenerated" : true,
- "path" : "cmake-build-debug/CMakeFiles/3.29.6/CMakeSystem.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeSystemSpecificInitialize.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Darwin-Initialize.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCompilerIdDetection.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/ADSP-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Borland-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Cray-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/CrayClang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/GHS-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/HP-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IAR-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Intel-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/LCC-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/MSVC-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/OrangeC-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/PGI-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/PathScale-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/SCO-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/TI-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/TIClang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Tasking-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Watcom-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/XL-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/XLClang-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/ADSP-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Borland-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Cray-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/CrayClang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/GHS-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/HP-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IAR-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Intel-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/LCC-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/MSVC-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/OrangeC-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/PGI-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/PathScale-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/SCO-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/TI-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/TIClang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Tasking-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Watcom-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/XL-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/XLClang-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeFindBinUtils.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCCompiler.cmake.in"
- },
- {
- "isGenerated" : true,
- "path" : "cmake-build-debug/CMakeFiles/3.29.6/CMakeCCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCXXCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Darwin-Determine-CXX.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCompilerIdDetection.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/ADSP-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Borland-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Cray-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/CrayClang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/GHS-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IAR-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Intel-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/MSVC-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/OrangeC-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/PGI-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/PathScale-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/SCO-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/TI-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/TIClang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Tasking-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Watcom-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/ADSP-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Borland-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Cray-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/CrayClang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/GHS-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IAR-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Intel-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/MSVC-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/OrangeC-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/PGI-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/PathScale-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/SCO-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/TI-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/TIClang-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Tasking-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Watcom-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeFindBinUtils.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCXXCompiler.cmake.in"
- },
- {
- "isGenerated" : true,
- "path" : "cmake-build-debug/CMakeFiles/3.29.6/CMakeCXXCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeSystemSpecificInformation.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeGenericSystem.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeInitializeConfigs.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Darwin.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/UnixPaths.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCInformation.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeLanguageInformation.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/AppleClang-C.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Clang.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/GNU.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Apple-AppleClang-C.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Apple-Clang-C.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Apple-Clang.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCommonLanguageInclude.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCompilerCommon.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CMakeDetermineLinkerId.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeParseImplicitIncludeInfo.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeParseImplicitLinkInfo.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeParseLibraryArchitecture.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCompilerCommon.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCCompilerABI.c"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompileFeatures.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/FeatureTesting.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCCompiler.cmake.in"
- },
- {
- "isGenerated" : true,
- "path" : "cmake-build-debug/CMakeFiles/3.29.6/CMakeCCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCXXInformation.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeLanguageInformation.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/AppleClang-CXX.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Clang.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Apple-AppleClang-CXX.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Apple-Clang-CXX.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Apple-Clang.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCommonLanguageInclude.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCompilerCommon.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CMakeDetermineLinkerId.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeParseImplicitIncludeInfo.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeParseImplicitLinkInfo.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeParseLibraryArchitecture.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCompilerCommon.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompileFeatures.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/FeatureTesting.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCXXCompiler.cmake.in"
- },
- {
- "isGenerated" : true,
- "path" : "cmake-build-debug/CMakeFiles/3.29.6/CMakeCXXCompiler.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckIncludeFile.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckLibraryExists.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXSymbolExists.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckSymbolExists.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckFlagCommonConfig.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXSourceCompiles.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXSourceCompiles.cmake"
- },
- {
- "path" : "port/port_config.h.in"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/GNUInstallDirs.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindThreads.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckLibraryExists.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckIncludeFile.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCSourceCompiles.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPackageMessage.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakePackageConfigHelpers.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/WriteBasicConfigVersionFile.cmake"
- },
- {
- "path" : "cmake/leveldbConfig.cmake.in"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/BasicConfigVersion-SameMajorVersion.cmake.in"
- },
- {
- "path" : "third_party/googletest/CMakeLists.txt"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDependentOption.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/GNUInstallDirs.cmake"
- },
- {
- "path" : "third_party/googletest/googlemock/CMakeLists.txt"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindThreads.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckLibraryExists.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckIncludeFile.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCSourceCompiles.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPackageMessage.cmake"
- },
- {
- "path" : "third_party/googletest/googlemock/cmake/gmock.pc.in"
- },
- {
- "path" : "third_party/googletest/googlemock/cmake/gmock_main.pc.in"
- },
- {
- "path" : "third_party/googletest/googletest/CMakeLists.txt"
- },
- {
- "path" : "third_party/googletest/googletest/cmake/internal_utils.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPython.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPython/Support.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPackageMessage.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindThreads.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckLibraryExists.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckIncludeFile.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCSourceCompiles.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPackageMessage.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakePackageConfigHelpers.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/WriteBasicConfigVersionFile.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in"
- },
- {
- "path" : "third_party/googletest/googletest/cmake/Config.cmake.in"
- },
- {
- "path" : "third_party/googletest/googletest/cmake/gtest.pc.in"
- },
- {
- "path" : "third_party/googletest/googletest/cmake/gtest_main.pc.in"
- },
- {
- "path" : "third_party/benchmark/CMakeLists.txt"
- },
- {
- "path" : "third_party/benchmark/cmake/GetGitVersion.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindGit.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPackageMessage.cmake"
- },
- {
- "path" : "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckLibraryExists.cmake"
- },
- {
- "path" : "third_party/benchmark/cmake/CXXFeatureCheck.cmake"
- },
- {
- "path" : "third_party/benchmark/cmake/thread_safety_attributes.cpp"
- },
- {
- "path" : "third_party/benchmark/cmake/std_regex.cpp"
- },
- {
- "path" : "third_party/benchmark/cmake/gnu_posix_regex.cpp"
- },
- {
- "path" : "third_party/benchmark/cmake/posix_regex.cpp"
- },
- {
- "path" : "third_party/benchmark/cmake/steady_clock.cpp"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindThreads.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckLibraryExists.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckIncludeFile.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCSourceCompiles.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPackageMessage.cmake"
- },
- {
- "path" : "third_party/benchmark/cmake/pthread_affinity.cpp"
- },
- {
- "path" : "third_party/benchmark/src/CMakeLists.txt"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/GNUInstallDirs.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakePackageConfigHelpers.cmake"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/WriteBasicConfigVersionFile.cmake"
- },
- {
- "path" : "third_party/benchmark/cmake/Config.cmake.in"
- },
- {
- "isCMake" : true,
- "isExternal" : true,
- "path" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/BasicConfigVersion-SameMajorVersion.cmake.in"
- },
- {
- "path" : "third_party/benchmark/cmake/benchmark.pc.in"
- }
- ],
- "kind" : "cmakeFiles",
- "paths" :
- {
- "build" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug",
- "source" : "/Users/arcueid/program/LevelDB-KV-Separation"
- },
- "version" :
- {
- "major" : 1,
- "minor" : 0
- }
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-c3f03d3ef1635fb166c7.json b/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-c3f03d3ef1635fb166c7.json
deleted file mode 100644
index b2c489d..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-c3f03d3ef1635fb166c7.json
+++ /dev/null
@@ -1,310 +0,0 @@
-{
- "configurations" :
- [
- {
- "directories" :
- [
- {
- "build" : ".",
- "childIndexes" :
- [
- 1,
- 4
- ],
- "hasInstallRule" : true,
- "jsonFile" : "directory-.-Debug-0c535a288bac790904fc.json",
- "minimumCMakeVersion" :
- {
- "string" : "3.9"
- },
- "projectIndex" : 0,
- "source" : ".",
- "targetIndexes" :
- [
- 2,
- 3,
- 4,
- 5,
- 10,
- 11,
- 12
- ]
- },
- {
- "build" : "third_party/googletest",
- "childIndexes" :
- [
- 2
- ],
- "hasInstallRule" : true,
- "jsonFile" : "directory-third_party.googletest-Debug-45e4f991cbd674b39ade.json",
- "minimumCMakeVersion" :
- {
- "string" : "2.8.12"
- },
- "parentIndex" : 0,
- "projectIndex" : 1,
- "source" : "third_party/googletest"
- },
- {
- "build" : "third_party/googletest/googlemock",
- "childIndexes" :
- [
- 3
- ],
- "hasInstallRule" : true,
- "jsonFile" : "directory-third_party.googletest.googlemock-Debug-3d0ae25739834827b5a2.json",
- "minimumCMakeVersion" :
- {
- "string" : "2.8.12"
- },
- "parentIndex" : 1,
- "projectIndex" : 2,
- "source" : "third_party/googletest/googlemock",
- "targetIndexes" :
- [
- 6,
- 7
- ]
- },
- {
- "build" : "third_party/googletest/googletest",
- "hasInstallRule" : true,
- "jsonFile" : "directory-third_party.googletest.googletest-Debug-b45ee863a2ec1cd86102.json",
- "minimumCMakeVersion" :
- {
- "string" : "2.8.12"
- },
- "parentIndex" : 2,
- "projectIndex" : 3,
- "source" : "third_party/googletest/googletest",
- "targetIndexes" :
- [
- 8,
- 9
- ]
- },
- {
- "build" : "third_party/benchmark",
- "childIndexes" :
- [
- 5
- ],
- "hasInstallRule" : true,
- "jsonFile" : "directory-third_party.benchmark-Debug-a82a46d9dd99b5c9a8fb.json",
- "minimumCMakeVersion" :
- {
- "string" : "3.10"
- },
- "parentIndex" : 0,
- "projectIndex" : 4,
- "source" : "third_party/benchmark"
- },
- {
- "build" : "third_party/benchmark/src",
- "hasInstallRule" : true,
- "jsonFile" : "directory-third_party.benchmark.src-Debug-5f60ee476494c4edd469.json",
- "minimumCMakeVersion" :
- {
- "string" : "3.10"
- },
- "parentIndex" : 4,
- "projectIndex" : 4,
- "source" : "third_party/benchmark/src",
- "targetIndexes" :
- [
- 0,
- 1
- ]
- }
- ],
- "name" : "Debug",
- "projects" :
- [
- {
- "childIndexes" :
- [
- 1,
- 4
- ],
- "directoryIndexes" :
- [
- 0
- ],
- "name" : "leveldb",
- "targetIndexes" :
- [
- 2,
- 3,
- 4,
- 5,
- 10,
- 11,
- 12
- ]
- },
- {
- "childIndexes" :
- [
- 2
- ],
- "directoryIndexes" :
- [
- 1
- ],
- "name" : "googletest-distribution",
- "parentIndex" : 0
- },
- {
- "childIndexes" :
- [
- 3
- ],
- "directoryIndexes" :
- [
- 2
- ],
- "name" : "gmock",
- "parentIndex" : 1,
- "targetIndexes" :
- [
- 6,
- 7
- ]
- },
- {
- "directoryIndexes" :
- [
- 3
- ],
- "name" : "gtest",
- "parentIndex" : 2,
- "targetIndexes" :
- [
- 8,
- 9
- ]
- },
- {
- "directoryIndexes" :
- [
- 4,
- 5
- ],
- "name" : "benchmark",
- "parentIndex" : 0,
- "targetIndexes" :
- [
- 0,
- 1
- ]
- }
- ],
- "targets" :
- [
- {
- "directoryIndex" : 5,
- "id" : "benchmark::@27580315aaf28f4a2bec",
- "jsonFile" : "target-benchmark-Debug-14cebaa9f3f609319389.json",
- "name" : "benchmark",
- "projectIndex" : 4
- },
- {
- "directoryIndex" : 5,
- "id" : "benchmark_main::@27580315aaf28f4a2bec",
- "jsonFile" : "target-benchmark_main-Debug-701fb77f357e3a881178.json",
- "name" : "benchmark_main",
- "projectIndex" : 4
- },
- {
- "directoryIndex" : 0,
- "id" : "c_test::@6890427a1f51a3e7e1df",
- "jsonFile" : "target-c_test-Debug-69af11d9624cce2ca0e3.json",
- "name" : "c_test",
- "projectIndex" : 0
- },
- {
- "directoryIndex" : 0,
- "id" : "db_bench::@6890427a1f51a3e7e1df",
- "jsonFile" : "target-db_bench-Debug-17a02f6f1a2ea15fd3c3.json",
- "name" : "db_bench",
- "projectIndex" : 0
- },
- {
- "directoryIndex" : 0,
- "id" : "db_bench_sqlite3::@6890427a1f51a3e7e1df",
- "jsonFile" : "target-db_bench_sqlite3-Debug-c0948c48519ea18518e3.json",
- "name" : "db_bench_sqlite3",
- "projectIndex" : 0
- },
- {
- "directoryIndex" : 0,
- "id" : "env_posix_test::@6890427a1f51a3e7e1df",
- "jsonFile" : "target-env_posix_test-Debug-3591a6e9fadb5f0a0b6c.json",
- "name" : "env_posix_test",
- "projectIndex" : 0
- },
- {
- "directoryIndex" : 2,
- "id" : "gmock::@1fd7ba4b7f21464e3d50",
- "jsonFile" : "target-gmock-Debug-8d9efbf1fc92befc72f6.json",
- "name" : "gmock",
- "projectIndex" : 2
- },
- {
- "directoryIndex" : 2,
- "id" : "gmock_main::@1fd7ba4b7f21464e3d50",
- "jsonFile" : "target-gmock_main-Debug-8b5c5b7fefb6044add23.json",
- "name" : "gmock_main",
- "projectIndex" : 2
- },
- {
- "directoryIndex" : 3,
- "id" : "gtest::@90013eb1b481ea580f52",
- "jsonFile" : "target-gtest-Debug-9694c79765aea0db1836.json",
- "name" : "gtest",
- "projectIndex" : 3
- },
- {
- "directoryIndex" : 3,
- "id" : "gtest_main::@90013eb1b481ea580f52",
- "jsonFile" : "target-gtest_main-Debug-cef86ab47d31a7e0a336.json",
- "name" : "gtest_main",
- "projectIndex" : 3
- },
- {
- "directoryIndex" : 0,
- "id" : "leveldb::@6890427a1f51a3e7e1df",
- "jsonFile" : "target-leveldb-Debug-7dca5255bc96a4ff1bb7.json",
- "name" : "leveldb",
- "projectIndex" : 0
- },
- {
- "directoryIndex" : 0,
- "id" : "leveldb_tests::@6890427a1f51a3e7e1df",
- "jsonFile" : "target-leveldb_tests-Debug-461b409aa1bf8cba03f2.json",
- "name" : "leveldb_tests",
- "projectIndex" : 0
- },
- {
- "directoryIndex" : 0,
- "id" : "leveldbutil::@6890427a1f51a3e7e1df",
- "jsonFile" : "target-leveldbutil-Debug-c2ffec3ff0e371aed809.json",
- "name" : "leveldbutil",
- "projectIndex" : 0
- }
- ]
- }
- ],
- "kind" : "codemodel",
- "paths" :
- {
- "build" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug",
- "source" : "/Users/arcueid/program/LevelDB-KV-Separation"
- },
- "version" :
- {
- "major" : 2,
- "minor" : 7
- }
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-0c535a288bac790904fc.json b/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-0c535a288bac790904fc.json
deleted file mode 100644
index 0224755..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-0c535a288bac790904fc.json
+++ /dev/null
@@ -1,116 +0,0 @@
-{
- "backtraceGraph" :
- {
- "commands" :
- [
- "install"
- ],
- "files" :
- [
- "CMakeLists.txt"
- ],
- "nodes" :
- [
- {
- "file" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 472,
- "parent" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 478,
- "parent" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 508,
- "parent" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 513,
- "parent" : 0
- }
- ]
- },
- "installers" :
- [
- {
- "backtrace" : 1,
- "component" : "Unspecified",
- "destination" : "lib",
- "paths" :
- [
- "libleveldb.a"
- ],
- "targetId" : "leveldb::@6890427a1f51a3e7e1df",
- "targetIndex" : 10,
- "type" : "target"
- },
- {
- "backtrace" : 2,
- "component" : "Unspecified",
- "destination" : "include/leveldb",
- "paths" :
- [
- "include/leveldb/c.h",
- "include/leveldb/cache.h",
- "include/leveldb/comparator.h",
- "include/leveldb/db.h",
- "include/leveldb/dumpfile.h",
- "include/leveldb/env.h",
- "include/leveldb/export.h",
- "include/leveldb/filter_policy.h",
- "include/leveldb/iterator.h",
- "include/leveldb/options.h",
- "include/leveldb/slice.h",
- "include/leveldb/status.h",
- "include/leveldb/table_builder.h",
- "include/leveldb/table.h",
- "include/leveldb/write_batch.h"
- ],
- "type" : "file"
- },
- {
- "backtrace" : 3,
- "component" : "Unspecified",
- "destination" : "lib/cmake/leveldb",
- "exportName" : "leveldbTargets",
- "exportTargets" :
- [
- {
- "id" : "leveldb::@6890427a1f51a3e7e1df",
- "index" : 10
- }
- ],
- "paths" :
- [
- "CMakeFiles/Export/f90a79f6c24c38ae6b0a9cccec147da8/leveldbTargets.cmake"
- ],
- "type" : "export"
- },
- {
- "backtrace" : 4,
- "component" : "Unspecified",
- "destination" : "lib/cmake/leveldb",
- "paths" :
- [
- "cmake-build-debug/cmake/leveldbConfig.cmake",
- "cmake-build-debug/cmake/leveldbConfigVersion.cmake"
- ],
- "type" : "file"
- }
- ],
- "paths" :
- {
- "build" : ".",
- "source" : "."
- }
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-third_party.benchmark-Debug-a82a46d9dd99b5c9a8fb.json b/cmake-build-debug/.cmake/api/v1/reply/directory-third_party.benchmark-Debug-a82a46d9dd99b5c9a8fb.json
deleted file mode 100644
index 3814bfc..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/directory-third_party.benchmark-Debug-a82a46d9dd99b5c9a8fb.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "backtraceGraph" :
- {
- "commands" : [],
- "files" : [],
- "nodes" : []
- },
- "installers" : [],
- "paths" :
- {
- "build" : "third_party/benchmark",
- "source" : "third_party/benchmark"
- }
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-third_party.benchmark.src-Debug-5f60ee476494c4edd469.json b/cmake-build-debug/.cmake/api/v1/reply/directory-third_party.benchmark.src-Debug-5f60ee476494c4edd469.json
deleted file mode 100644
index 4e686f6..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/directory-third_party.benchmark.src-Debug-5f60ee476494c4edd469.json
+++ /dev/null
@@ -1,154 +0,0 @@
-{
- "backtraceGraph" :
- {
- "commands" :
- [
- "install"
- ],
- "files" :
- [
- "third_party/benchmark/src/CMakeLists.txt"
- ],
- "nodes" :
- [
- {
- "file" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 110,
- "parent" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 118,
- "parent" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 124,
- "parent" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 128,
- "parent" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 132,
- "parent" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 166,
- "parent" : 0
- }
- ]
- },
- "installers" :
- [
- {
- "backtrace" : 1,
- "component" : "Unspecified",
- "destination" : "lib",
- "paths" :
- [
- "third_party/benchmark/src/libbenchmark.a"
- ],
- "targetId" : "benchmark::@27580315aaf28f4a2bec",
- "targetIndex" : 0,
- "type" : "target"
- },
- {
- "backtrace" : 1,
- "component" : "Unspecified",
- "destination" : "lib",
- "paths" :
- [
- "third_party/benchmark/src/libbenchmark_main.a"
- ],
- "targetId" : "benchmark_main::@27580315aaf28f4a2bec",
- "targetIndex" : 1,
- "type" : "target"
- },
- {
- "backtrace" : 2,
- "component" : "Unspecified",
- "destination" : "include",
- "paths" :
- [
- "third_party/benchmark/include/benchmark",
- "cmake-build-debug/third_party/benchmark/include/benchmark"
- ],
- "type" : "directory"
- },
- {
- "backtrace" : 3,
- "component" : "Unspecified",
- "destination" : "lib/cmake/benchmark",
- "paths" :
- [
- "cmake-build-debug/third_party/benchmark/benchmarkConfig.cmake",
- "cmake-build-debug/third_party/benchmark/benchmarkConfigVersion.cmake"
- ],
- "type" : "file"
- },
- {
- "backtrace" : 4,
- "component" : "Unspecified",
- "destination" : "lib/pkgconfig",
- "paths" :
- [
- "cmake-build-debug/third_party/benchmark/benchmark.pc"
- ],
- "type" : "file"
- },
- {
- "backtrace" : 5,
- "component" : "Unspecified",
- "destination" : "lib/cmake/benchmark",
- "exportName" : "benchmarkTargets",
- "exportTargets" :
- [
- {
- "id" : "benchmark::@27580315aaf28f4a2bec",
- "index" : 0
- },
- {
- "id" : "benchmark_main::@27580315aaf28f4a2bec",
- "index" : 1
- }
- ],
- "paths" :
- [
- "third_party/benchmark/src/CMakeFiles/Export/d56d27b88fbb159d81f220d5e4f5f598/benchmarkTargets.cmake"
- ],
- "type" : "export"
- },
- {
- "backtrace" : 6,
- "component" : "Unspecified",
- "destination" : "share/doc/leveldb",
- "paths" :
- [
- {
- "from" : "third_party/benchmark/docs",
- "to" : "."
- }
- ],
- "type" : "directory"
- }
- ],
- "paths" :
- {
- "build" : "third_party/benchmark/src",
- "source" : "third_party/benchmark/src"
- }
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-third_party.googletest-Debug-45e4f991cbd674b39ade.json b/cmake-build-debug/.cmake/api/v1/reply/directory-third_party.googletest-Debug-45e4f991cbd674b39ade.json
deleted file mode 100644
index 35952b6..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/directory-third_party.googletest-Debug-45e4f991cbd674b39ade.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "backtraceGraph" :
- {
- "commands" : [],
- "files" : [],
- "nodes" : []
- },
- "installers" : [],
- "paths" :
- {
- "build" : "third_party/googletest",
- "source" : "third_party/googletest"
- }
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-third_party.googletest.googlemock-Debug-3d0ae25739834827b5a2.json b/cmake-build-debug/.cmake/api/v1/reply/directory-third_party.googletest.googlemock-Debug-3d0ae25739834827b5a2.json
deleted file mode 100644
index ac25a1a..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/directory-third_party.googletest.googlemock-Debug-3d0ae25739834827b5a2.json
+++ /dev/null
@@ -1,116 +0,0 @@
-{
- "backtraceGraph" :
- {
- "commands" :
- [
- "install",
- "install_project"
- ],
- "files" :
- [
- "third_party/googletest/googletest/cmake/internal_utils.cmake",
- "third_party/googletest/googlemock/CMakeLists.txt"
- ],
- "nodes" :
- [
- {
- "file" : 1
- },
- {
- "command" : 1,
- "file" : 1,
- "line" : 123,
- "parent" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 315,
- "parent" : 1
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 318,
- "parent" : 1
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 340,
- "parent" : 1
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 340,
- "parent" : 1
- }
- ]
- },
- "installers" :
- [
- {
- "backtrace" : 2,
- "component" : "Unspecified",
- "destination" : "include",
- "paths" :
- [
- {
- "from" : "third_party/googletest/googlemock/include",
- "to" : "."
- }
- ],
- "type" : "directory"
- },
- {
- "backtrace" : 3,
- "component" : "Unspecified",
- "destination" : "lib",
- "paths" :
- [
- "lib/libgmockd.a"
- ],
- "targetId" : "gmock::@1fd7ba4b7f21464e3d50",
- "targetIndex" : 6,
- "type" : "target"
- },
- {
- "backtrace" : 3,
- "component" : "Unspecified",
- "destination" : "lib",
- "paths" :
- [
- "lib/libgmock_maind.a"
- ],
- "targetId" : "gmock_main::@1fd7ba4b7f21464e3d50",
- "targetIndex" : 7,
- "type" : "target"
- },
- {
- "backtrace" : 4,
- "component" : "Unspecified",
- "destination" : "lib/pkgconfig",
- "paths" :
- [
- "cmake-build-debug/third_party/googletest/googletest/generated/gmock.pc"
- ],
- "type" : "file"
- },
- {
- "backtrace" : 5,
- "component" : "Unspecified",
- "destination" : "lib/pkgconfig",
- "paths" :
- [
- "cmake-build-debug/third_party/googletest/googletest/generated/gmock_main.pc"
- ],
- "type" : "file"
- }
- ],
- "paths" :
- {
- "build" : "third_party/googletest/googlemock",
- "source" : "third_party/googletest/googlemock"
- }
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-third_party.googletest.googletest-Debug-b45ee863a2ec1cd86102.json b/cmake-build-debug/.cmake/api/v1/reply/directory-third_party.googletest.googletest-Debug-b45ee863a2ec1cd86102.json
deleted file mode 100644
index 721e45c..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/directory-third_party.googletest.googletest-Debug-b45ee863a2ec1cd86102.json
+++ /dev/null
@@ -1,169 +0,0 @@
-{
- "backtraceGraph" :
- {
- "commands" :
- [
- "install",
- "install_project"
- ],
- "files" :
- [
- "third_party/googletest/googletest/CMakeLists.txt",
- "third_party/googletest/googletest/cmake/internal_utils.cmake"
- ],
- "nodes" :
- [
- {
- "file" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 107,
- "parent" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 113,
- "parent" : 0
- },
- {
- "command" : 1,
- "file" : 0,
- "line" : 151,
- "parent" : 0
- },
- {
- "command" : 0,
- "file" : 1,
- "line" : 315,
- "parent" : 3
- },
- {
- "command" : 0,
- "file" : 1,
- "line" : 318,
- "parent" : 3
- },
- {
- "command" : 0,
- "file" : 1,
- "line" : 340,
- "parent" : 3
- },
- {
- "command" : 0,
- "file" : 1,
- "line" : 340,
- "parent" : 3
- }
- ]
- },
- "installers" :
- [
- {
- "backtrace" : 1,
- "component" : "Unspecified",
- "destination" : "lib/cmake/GTest",
- "exportName" : "GTestTargets",
- "exportTargets" :
- [
- {
- "id" : "gtest::@90013eb1b481ea580f52",
- "index" : 8
- },
- {
- "id" : "gtest_main::@90013eb1b481ea580f52",
- "index" : 9
- },
- {
- "id" : "gmock::@1fd7ba4b7f21464e3d50",
- "index" : 6
- },
- {
- "id" : "gmock_main::@1fd7ba4b7f21464e3d50",
- "index" : 7
- }
- ],
- "paths" :
- [
- "third_party/googletest/googletest/CMakeFiles/Export/0c08b8e77dd885bfe55a19a9659d9fc1/GTestTargets.cmake"
- ],
- "type" : "export"
- },
- {
- "backtrace" : 2,
- "component" : "Unspecified",
- "destination" : "lib/cmake/GTest",
- "paths" :
- [
- "cmake-build-debug/third_party/googletest/googletest/generated/GTestConfigVersion.cmake",
- "cmake-build-debug/third_party/googletest/googletest/generated/GTestConfig.cmake"
- ],
- "type" : "file"
- },
- {
- "backtrace" : 4,
- "component" : "Unspecified",
- "destination" : "include",
- "paths" :
- [
- {
- "from" : "third_party/googletest/googletest/include",
- "to" : "."
- }
- ],
- "type" : "directory"
- },
- {
- "backtrace" : 5,
- "component" : "Unspecified",
- "destination" : "lib",
- "paths" :
- [
- "lib/libgtestd.a"
- ],
- "targetId" : "gtest::@90013eb1b481ea580f52",
- "targetIndex" : 8,
- "type" : "target"
- },
- {
- "backtrace" : 5,
- "component" : "Unspecified",
- "destination" : "lib",
- "paths" :
- [
- "lib/libgtest_maind.a"
- ],
- "targetId" : "gtest_main::@90013eb1b481ea580f52",
- "targetIndex" : 9,
- "type" : "target"
- },
- {
- "backtrace" : 6,
- "component" : "Unspecified",
- "destination" : "lib/pkgconfig",
- "paths" :
- [
- "cmake-build-debug/third_party/googletest/googletest/generated/gtest.pc"
- ],
- "type" : "file"
- },
- {
- "backtrace" : 7,
- "component" : "Unspecified",
- "destination" : "lib/pkgconfig",
- "paths" :
- [
- "cmake-build-debug/third_party/googletest/googletest/generated/gtest_main.pc"
- ],
- "type" : "file"
- }
- ],
- "paths" :
- {
- "build" : "third_party/googletest/googletest",
- "source" : "third_party/googletest/googletest"
- }
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/index-2024-11-26T00-22-15-0728.json b/cmake-build-debug/.cmake/api/v1/reply/index-2024-11-26T00-22-15-0728.json
deleted file mode 100644
index 32c05b9..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/index-2024-11-26T00-22-15-0728.json
+++ /dev/null
@@ -1,108 +0,0 @@
-{
- "cmake" :
- {
- "generator" :
- {
- "multiConfig" : false,
- "name" : "Ninja"
- },
- "paths" :
- {
- "cmake" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake",
- "cpack" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cpack",
- "ctest" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/ctest",
- "root" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29"
- },
- "version" :
- {
- "isDirty" : false,
- "major" : 3,
- "minor" : 29,
- "patch" : 6,
- "string" : "3.29.6",
- "suffix" : ""
- }
- },
- "objects" :
- [
- {
- "jsonFile" : "codemodel-v2-c3f03d3ef1635fb166c7.json",
- "kind" : "codemodel",
- "version" :
- {
- "major" : 2,
- "minor" : 7
- }
- },
- {
- "jsonFile" : "cache-v2-accfa6f697322e2ee7af.json",
- "kind" : "cache",
- "version" :
- {
- "major" : 2,
- "minor" : 0
- }
- },
- {
- "jsonFile" : "cmakeFiles-v1-b6a3744c8648b8f55529.json",
- "kind" : "cmakeFiles",
- "version" :
- {
- "major" : 1,
- "minor" : 0
- }
- },
- {
- "jsonFile" : "toolchains-v1-bb98b21159e1e8803146.json",
- "kind" : "toolchains",
- "version" :
- {
- "major" : 1,
- "minor" : 0
- }
- }
- ],
- "reply" :
- {
- "cache-v2" :
- {
- "jsonFile" : "cache-v2-accfa6f697322e2ee7af.json",
- "kind" : "cache",
- "version" :
- {
- "major" : 2,
- "minor" : 0
- }
- },
- "cmakeFiles-v1" :
- {
- "jsonFile" : "cmakeFiles-v1-b6a3744c8648b8f55529.json",
- "kind" : "cmakeFiles",
- "version" :
- {
- "major" : 1,
- "minor" : 0
- }
- },
- "codemodel-v2" :
- {
- "jsonFile" : "codemodel-v2-c3f03d3ef1635fb166c7.json",
- "kind" : "codemodel",
- "version" :
- {
- "major" : 2,
- "minor" : 7
- }
- },
- "toolchains-v1" :
- {
- "jsonFile" : "toolchains-v1-bb98b21159e1e8803146.json",
- "kind" : "toolchains",
- "version" :
- {
- "major" : 1,
- "minor" : 0
- }
- }
- }
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-benchmark-Debug-14cebaa9f3f609319389.json b/cmake-build-debug/.cmake/api/v1/reply/target-benchmark-Debug-14cebaa9f3f609319389.json
deleted file mode 100644
index ed691a6..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/target-benchmark-Debug-14cebaa9f3f609319389.json
+++ /dev/null
@@ -1,515 +0,0 @@
-{
- "archive" : {},
- "artifacts" :
- [
- {
- "path" : "third_party/benchmark/src/libbenchmark.a"
- }
- ],
- "backtrace" : 1,
- "backtraceGraph" :
- {
- "commands" :
- [
- "add_library",
- "install",
- "target_compile_definitions",
- "add_definitions",
- "cxx_feature_check",
- "include_directories"
- ],
- "files" :
- [
- "third_party/benchmark/src/CMakeLists.txt",
- "third_party/benchmark/cmake/CXXFeatureCheck.cmake",
- "third_party/benchmark/CMakeLists.txt",
- "CMakeLists.txt"
- ],
- "nodes" :
- [
- {
- "file" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 20,
- "parent" : 0
- },
- {
- "command" : 1,
- "file" : 0,
- "line" : 110,
- "parent" : 0
- },
- {
- "command" : 2,
- "file" : 0,
- "line" : 63,
- "parent" : 0
- },
- {
- "file" : 2
- },
- {
- "command" : 4,
- "file" : 2,
- "line" : 296,
- "parent" : 4
- },
- {
- "command" : 3,
- "file" : 1,
- "line" : 70,
- "parent" : 5
- },
- {
- "command" : 4,
- "file" : 2,
- "line" : 294,
- "parent" : 4
- },
- {
- "command" : 3,
- "file" : 1,
- "line" : 70,
- "parent" : 7
- },
- {
- "command" : 4,
- "file" : 2,
- "line" : 305,
- "parent" : 4
- },
- {
- "command" : 3,
- "file" : 1,
- "line" : 70,
- "parent" : 9
- },
- {
- "command" : 4,
- "file" : 2,
- "line" : 216,
- "parent" : 4
- },
- {
- "command" : 3,
- "file" : 1,
- "line" : 70,
- "parent" : 11
- },
- {
- "file" : 3
- },
- {
- "command" : 5,
- "file" : 3,
- "line" : 107,
- "parent" : 13
- },
- {
- "command" : 5,
- "file" : 2,
- "line" : 316,
- "parent" : 4
- },
- {
- "command" : 5,
- "file" : 0,
- "line" : 3,
- "parent" : 0
- }
- ]
- },
- "compileGroups" :
- [
- {
- "compileCommandFragments" :
- [
- {
- "fragment" : " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics"
- }
- ],
- "defines" :
- [
- {
- "backtrace" : 3,
- "define" : "BENCHMARK_STATIC_DEFINE"
- },
- {
- "backtrace" : 6,
- "define" : "HAVE_POSIX_REGEX"
- },
- {
- "backtrace" : 8,
- "define" : "HAVE_STD_REGEX"
- },
- {
- "backtrace" : 10,
- "define" : "HAVE_STEADY_CLOCK"
- },
- {
- "backtrace" : 12,
- "define" : "HAVE_THREAD_SAFETY_ATTRIBUTES"
- }
- ],
- "includes" :
- [
- {
- "backtrace" : 14,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include"
- },
- {
- "backtrace" : 14,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/."
- },
- {
- "backtrace" : 15,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include"
- },
- {
- "backtrace" : 16,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src"
- }
- ],
- "language" : "CXX",
- "languageStandard" :
- {
- "backtraces" :
- [
- 1
- ],
- "standard" : "11"
- },
- "sourceIndexes" :
- [
- 3,
- 4,
- 6,
- 7,
- 9,
- 11,
- 13,
- 15,
- 17,
- 19,
- 20,
- 22,
- 25,
- 28,
- 31,
- 32,
- 34,
- 36,
- 39
- ]
- }
- ],
- "id" : "benchmark::@27580315aaf28f4a2bec",
- "install" :
- {
- "destinations" :
- [
- {
- "backtrace" : 2,
- "path" : "lib"
- }
- ],
- "prefix" :
- {
- "path" : "/usr/local"
- }
- },
- "name" : "benchmark",
- "nameOnDisk" : "libbenchmark.a",
- "paths" :
- {
- "build" : "third_party/benchmark/src",
- "source" : "third_party/benchmark/src"
- },
- "sourceGroups" :
- [
- {
- "name" : "Header Files",
- "sourceIndexes" :
- [
- 0,
- 1,
- 2,
- 5,
- 8,
- 10,
- 12,
- 14,
- 16,
- 18,
- 21,
- 23,
- 24,
- 26,
- 27,
- 29,
- 30,
- 33,
- 35,
- 37,
- 38,
- 40
- ]
- },
- {
- "name" : "Source Files",
- "sourceIndexes" :
- [
- 3,
- 4,
- 6,
- 7,
- 9,
- 11,
- 13,
- 15,
- 17,
- 19,
- 20,
- 22,
- 25,
- 28,
- 31,
- 32,
- 34,
- 36,
- 39
- ]
- }
- ],
- "sources" :
- [
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/include/benchmark/benchmark.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/include/benchmark/export.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/src/arraysize.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "third_party/benchmark/src/benchmark.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "third_party/benchmark/src/benchmark_api_internal.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/src/benchmark_api_internal.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "third_party/benchmark/src/benchmark_name.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "third_party/benchmark/src/benchmark_register.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/src/benchmark_register.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "third_party/benchmark/src/benchmark_runner.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/src/benchmark_runner.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "third_party/benchmark/src/check.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/src/check.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "third_party/benchmark/src/colorprint.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/src/colorprint.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "third_party/benchmark/src/commandlineflags.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/src/commandlineflags.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "third_party/benchmark/src/complexity.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/src/complexity.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "third_party/benchmark/src/console_reporter.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "third_party/benchmark/src/counter.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/src/counter.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "third_party/benchmark/src/csv_reporter.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/src/cycleclock.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/src/internal_macros.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "third_party/benchmark/src/json_reporter.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/src/log.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/src/mutex.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "third_party/benchmark/src/perf_counters.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/src/perf_counters.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/src/re.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "third_party/benchmark/src/reporter.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "third_party/benchmark/src/statistics.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/src/statistics.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "third_party/benchmark/src/string_util.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/src/string_util.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "third_party/benchmark/src/sysinfo.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/src/thread_manager.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/src/thread_timer.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "third_party/benchmark/src/timers.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 1,
- "path" : "third_party/benchmark/src/timers.h",
- "sourceGroupIndex" : 0
- }
- ],
- "type" : "STATIC_LIBRARY"
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-benchmark_main-Debug-701fb77f357e3a881178.json b/cmake-build-debug/.cmake/api/v1/reply/target-benchmark_main-Debug-701fb77f357e3a881178.json
deleted file mode 100644
index ebab9cf..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/target-benchmark_main-Debug-701fb77f357e3a881178.json
+++ /dev/null
@@ -1,240 +0,0 @@
-{
- "archive" : {},
- "artifacts" :
- [
- {
- "path" : "third_party/benchmark/src/libbenchmark_main.a"
- }
- ],
- "backtrace" : 1,
- "backtraceGraph" :
- {
- "commands" :
- [
- "add_library",
- "install",
- "target_link_libraries",
- "add_definitions",
- "cxx_feature_check",
- "include_directories"
- ],
- "files" :
- [
- "third_party/benchmark/src/CMakeLists.txt",
- "third_party/benchmark/cmake/CXXFeatureCheck.cmake",
- "third_party/benchmark/CMakeLists.txt",
- "CMakeLists.txt"
- ],
- "nodes" :
- [
- {
- "file" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 67,
- "parent" : 0
- },
- {
- "command" : 1,
- "file" : 0,
- "line" : 110,
- "parent" : 0
- },
- {
- "command" : 2,
- "file" : 0,
- "line" : 75,
- "parent" : 0
- },
- {
- "file" : 2
- },
- {
- "command" : 4,
- "file" : 2,
- "line" : 296,
- "parent" : 4
- },
- {
- "command" : 3,
- "file" : 1,
- "line" : 70,
- "parent" : 5
- },
- {
- "command" : 4,
- "file" : 2,
- "line" : 294,
- "parent" : 4
- },
- {
- "command" : 3,
- "file" : 1,
- "line" : 70,
- "parent" : 7
- },
- {
- "command" : 4,
- "file" : 2,
- "line" : 305,
- "parent" : 4
- },
- {
- "command" : 3,
- "file" : 1,
- "line" : 70,
- "parent" : 9
- },
- {
- "command" : 4,
- "file" : 2,
- "line" : 216,
- "parent" : 4
- },
- {
- "command" : 3,
- "file" : 1,
- "line" : 70,
- "parent" : 11
- },
- {
- "file" : 3
- },
- {
- "command" : 5,
- "file" : 3,
- "line" : 107,
- "parent" : 13
- },
- {
- "command" : 5,
- "file" : 2,
- "line" : 316,
- "parent" : 4
- },
- {
- "command" : 5,
- "file" : 0,
- "line" : 3,
- "parent" : 0
- }
- ]
- },
- "compileGroups" :
- [
- {
- "compileCommandFragments" :
- [
- {
- "fragment" : " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics"
- }
- ],
- "defines" :
- [
- {
- "backtrace" : 3,
- "define" : "BENCHMARK_STATIC_DEFINE"
- },
- {
- "backtrace" : 6,
- "define" : "HAVE_POSIX_REGEX"
- },
- {
- "backtrace" : 8,
- "define" : "HAVE_STD_REGEX"
- },
- {
- "backtrace" : 10,
- "define" : "HAVE_STEADY_CLOCK"
- },
- {
- "backtrace" : 12,
- "define" : "HAVE_THREAD_SAFETY_ATTRIBUTES"
- }
- ],
- "includes" :
- [
- {
- "backtrace" : 14,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include"
- },
- {
- "backtrace" : 14,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/."
- },
- {
- "backtrace" : 15,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include"
- },
- {
- "backtrace" : 16,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src"
- }
- ],
- "language" : "CXX",
- "languageStandard" :
- {
- "backtraces" :
- [
- 1
- ],
- "standard" : "11"
- },
- "sourceIndexes" :
- [
- 0
- ]
- }
- ],
- "dependencies" :
- [
- {
- "backtrace" : 3,
- "id" : "benchmark::@27580315aaf28f4a2bec"
- }
- ],
- "id" : "benchmark_main::@27580315aaf28f4a2bec",
- "install" :
- {
- "destinations" :
- [
- {
- "backtrace" : 2,
- "path" : "lib"
- }
- ],
- "prefix" :
- {
- "path" : "/usr/local"
- }
- },
- "name" : "benchmark_main",
- "nameOnDisk" : "libbenchmark_main.a",
- "paths" :
- {
- "build" : "third_party/benchmark/src",
- "source" : "third_party/benchmark/src"
- },
- "sourceGroups" :
- [
- {
- "name" : "Source Files",
- "sourceIndexes" :
- [
- 0
- ]
- }
- ],
- "sources" :
- [
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "third_party/benchmark/src/benchmark_main.cc",
- "sourceGroupIndex" : 0
- }
- ],
- "type" : "STATIC_LIBRARY"
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-c_test-Debug-69af11d9624cce2ca0e3.json b/cmake-build-debug/.cmake/api/v1/reply/target-c_test-Debug-69af11d9624cce2ca0e3.json
deleted file mode 100644
index 2545da7..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/target-c_test-Debug-69af11d9624cce2ca0e3.json
+++ /dev/null
@@ -1,310 +0,0 @@
-{
- "artifacts" :
- [
- {
- "path" : "c_test"
- }
- ],
- "backtrace" : 2,
- "backtraceGraph" :
- {
- "commands" :
- [
- "add_executable",
- "leveldb_test",
- "target_link_libraries",
- "target_compile_definitions",
- "include_directories",
- "target_sources"
- ],
- "files" :
- [
- "CMakeLists.txt"
- ],
- "nodes" :
- [
- {
- "file" : 0
- },
- {
- "command" : 1,
- "file" : 0,
- "line" : 394,
- "parent" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 370,
- "parent" : 1
- },
- {
- "command" : 2,
- "file" : 0,
- "line" : 379,
- "parent" : 1
- },
- {
- "command" : 3,
- "file" : 0,
- "line" : 380,
- "parent" : 1
- },
- {
- "command" : 4,
- "file" : 0,
- "line" : 107,
- "parent" : 0
- },
- {
- "command" : 5,
- "file" : 0,
- "line" : 371,
- "parent" : 1
- }
- ]
- },
- "compileGroups" :
- [
- {
- "compileCommandFragments" :
- [
- {
- "fragment" : " -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics"
- },
- {
- "backtrace" : 3,
- "fragment" : "-Werror"
- },
- {
- "backtrace" : 3,
- "fragment" : "-Wthread-safety"
- }
- ],
- "defines" :
- [
- {
- "backtrace" : 4,
- "define" : "LEVELDB_PLATFORM_POSIX=1"
- }
- ],
- "includes" :
- [
- {
- "backtrace" : 5,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include"
- },
- {
- "backtrace" : 5,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/."
- },
- {
- "backtrace" : 3,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/include"
- },
- {
- "backtrace" : 3,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include"
- },
- {
- "backtrace" : 3,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock"
- },
- {
- "backtrace" : 3,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include"
- },
- {
- "backtrace" : 3,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest"
- }
- ],
- "language" : "CXX",
- "languageStandard" :
- {
- "backtraces" :
- [
- 3
- ],
- "standard" : "11"
- },
- "sourceIndexes" :
- [
- 1
- ]
- },
- {
- "compileCommandFragments" :
- [
- {
- "fragment" : " -Wstrict-prototypes -g -std=c11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics"
- },
- {
- "backtrace" : 3,
- "fragment" : "-Werror"
- },
- {
- "backtrace" : 3,
- "fragment" : "-Wthread-safety"
- }
- ],
- "defines" :
- [
- {
- "backtrace" : 4,
- "define" : "LEVELDB_PLATFORM_POSIX=1"
- }
- ],
- "includes" :
- [
- {
- "backtrace" : 5,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include"
- },
- {
- "backtrace" : 5,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/."
- },
- {
- "backtrace" : 3,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/include"
- },
- {
- "backtrace" : 3,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include"
- },
- {
- "backtrace" : 3,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock"
- },
- {
- "backtrace" : 3,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include"
- },
- {
- "backtrace" : 3,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest"
- }
- ],
- "language" : "C",
- "languageStandard" :
- {
- "backtraces" :
- [
- 2
- ],
- "standard" : "11"
- },
- "sourceIndexes" :
- [
- 3
- ]
- }
- ],
- "dependencies" :
- [
- {
- "backtrace" : 3,
- "id" : "leveldb::@6890427a1f51a3e7e1df"
- },
- {
- "backtrace" : 3,
- "id" : "gmock::@1fd7ba4b7f21464e3d50"
- },
- {
- "backtrace" : 3,
- "id" : "gtest::@90013eb1b481ea580f52"
- }
- ],
- "id" : "c_test::@6890427a1f51a3e7e1df",
- "link" :
- {
- "commandFragments" :
- [
- {
- "fragment" : "-fno-exceptions -fno-rtti -g",
- "role" : "flags"
- },
- {
- "fragment" : "",
- "role" : "flags"
- },
- {
- "backtrace" : 3,
- "fragment" : "libleveldb.a",
- "role" : "libraries"
- },
- {
- "backtrace" : 3,
- "fragment" : "lib/libgmockd.a",
- "role" : "libraries"
- },
- {
- "backtrace" : 3,
- "fragment" : "lib/libgtestd.a",
- "role" : "libraries"
- }
- ],
- "language" : "CXX"
- },
- "name" : "c_test",
- "nameOnDisk" : "c_test",
- "paths" :
- {
- "build" : ".",
- "source" : "."
- },
- "sourceGroups" :
- [
- {
- "name" : "Header Files",
- "sourceIndexes" :
- [
- 0,
- 2
- ]
- },
- {
- "name" : "Source Files",
- "sourceIndexes" :
- [
- 1,
- 3
- ]
- }
- ],
- "sources" :
- [
- {
- "backtrace" : 6,
- "path" : "cmake-build-debug/include/port/port_config.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "util/testutil.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "path" : "util/testutil.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 1,
- "path" : "db/c_test.c",
- "sourceGroupIndex" : 1
- }
- ],
- "type" : "EXECUTABLE"
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-db_bench-Debug-17a02f6f1a2ea15fd3c3.json b/cmake-build-debug/.cmake/api/v1/reply/target-db_bench-Debug-17a02f6f1a2ea15fd3c3.json
deleted file mode 100644
index 84562f5..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/target-db_bench-Debug-17a02f6f1a2ea15fd3c3.json
+++ /dev/null
@@ -1,271 +0,0 @@
-{
- "artifacts" :
- [
- {
- "path" : "db_bench"
- }
- ],
- "backtrace" : 2,
- "backtraceGraph" :
- {
- "commands" :
- [
- "add_executable",
- "leveldb_benchmark",
- "target_link_libraries",
- "target_compile_definitions",
- "include_directories",
- "target_sources"
- ],
- "files" :
- [
- "CMakeLists.txt"
- ],
- "nodes" :
- [
- {
- "file" : 0
- },
- {
- "command" : 1,
- "file" : 0,
- "line" : 441,
- "parent" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 416,
- "parent" : 1
- },
- {
- "command" : 2,
- "file" : 0,
- "line" : 427,
- "parent" : 1
- },
- {
- "command" : 3,
- "file" : 0,
- "line" : 428,
- "parent" : 1
- },
- {
- "command" : 4,
- "file" : 0,
- "line" : 107,
- "parent" : 0
- },
- {
- "command" : 5,
- "file" : 0,
- "line" : 417,
- "parent" : 1
- }
- ]
- },
- "compileGroups" :
- [
- {
- "compileCommandFragments" :
- [
- {
- "fragment" : " -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics"
- },
- {
- "backtrace" : 3,
- "fragment" : "-Werror"
- },
- {
- "backtrace" : 3,
- "fragment" : "-Wthread-safety"
- }
- ],
- "defines" :
- [
- {
- "backtrace" : 3,
- "define" : "BENCHMARK_STATIC_DEFINE"
- },
- {
- "backtrace" : 4,
- "define" : "LEVELDB_PLATFORM_POSIX=1"
- }
- ],
- "includes" :
- [
- {
- "backtrace" : 5,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include"
- },
- {
- "backtrace" : 5,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/."
- },
- {
- "backtrace" : 3,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/include"
- },
- {
- "backtrace" : 3,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include"
- },
- {
- "backtrace" : 3,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include"
- },
- {
- "backtrace" : 3,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock"
- },
- {
- "backtrace" : 3,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include"
- },
- {
- "backtrace" : 3,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest"
- }
- ],
- "language" : "CXX",
- "languageStandard" :
- {
- "backtraces" :
- [
- 3
- ],
- "standard" : "11"
- },
- "sourceIndexes" :
- [
- 1,
- 3,
- 5
- ]
- }
- ],
- "dependencies" :
- [
- {
- "backtrace" : 3,
- "id" : "leveldb::@6890427a1f51a3e7e1df"
- },
- {
- "backtrace" : 3,
- "id" : "gmock::@1fd7ba4b7f21464e3d50"
- },
- {
- "backtrace" : 3,
- "id" : "gtest::@90013eb1b481ea580f52"
- },
- {
- "backtrace" : 3,
- "id" : "benchmark::@27580315aaf28f4a2bec"
- }
- ],
- "id" : "db_bench::@6890427a1f51a3e7e1df",
- "link" :
- {
- "commandFragments" :
- [
- {
- "fragment" : "-fno-exceptions -fno-rtti -g",
- "role" : "flags"
- },
- {
- "fragment" : "",
- "role" : "flags"
- },
- {
- "backtrace" : 3,
- "fragment" : "libleveldb.a",
- "role" : "libraries"
- },
- {
- "backtrace" : 3,
- "fragment" : "lib/libgmockd.a",
- "role" : "libraries"
- },
- {
- "backtrace" : 3,
- "fragment" : "lib/libgtestd.a",
- "role" : "libraries"
- },
- {
- "backtrace" : 3,
- "fragment" : "third_party/benchmark/src/libbenchmark.a",
- "role" : "libraries"
- }
- ],
- "language" : "CXX"
- },
- "name" : "db_bench",
- "nameOnDisk" : "db_bench",
- "paths" :
- {
- "build" : ".",
- "source" : "."
- },
- "sourceGroups" :
- [
- {
- "name" : "Header Files",
- "sourceIndexes" :
- [
- 0,
- 2,
- 4
- ]
- },
- {
- "name" : "Source Files",
- "sourceIndexes" :
- [
- 1,
- 3,
- 5
- ]
- }
- ],
- "sources" :
- [
- {
- "backtrace" : 6,
- "path" : "cmake-build-debug/include/port/port_config.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "util/histogram.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "path" : "util/histogram.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "util/testutil.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "path" : "util/testutil.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "benchmarks/db_bench.cc",
- "sourceGroupIndex" : 1
- }
- ],
- "type" : "EXECUTABLE"
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-db_bench_sqlite3-Debug-c0948c48519ea18518e3.json b/cmake-build-debug/.cmake/api/v1/reply/target-db_bench_sqlite3-Debug-c0948c48519ea18518e3.json
deleted file mode 100644
index 8f1110d..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/target-db_bench_sqlite3-Debug-c0948c48519ea18518e3.json
+++ /dev/null
@@ -1,282 +0,0 @@
-{
- "artifacts" :
- [
- {
- "path" : "db_bench_sqlite3"
- }
- ],
- "backtrace" : 2,
- "backtraceGraph" :
- {
- "commands" :
- [
- "add_executable",
- "leveldb_benchmark",
- "target_link_libraries",
- "target_compile_definitions",
- "include_directories",
- "target_sources"
- ],
- "files" :
- [
- "CMakeLists.txt"
- ],
- "nodes" :
- [
- {
- "file" : 0
- },
- {
- "command" : 1,
- "file" : 0,
- "line" : 446,
- "parent" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 416,
- "parent" : 1
- },
- {
- "command" : 2,
- "file" : 0,
- "line" : 427,
- "parent" : 1
- },
- {
- "command" : 2,
- "file" : 0,
- "line" : 447,
- "parent" : 0
- },
- {
- "command" : 3,
- "file" : 0,
- "line" : 428,
- "parent" : 1
- },
- {
- "command" : 4,
- "file" : 0,
- "line" : 107,
- "parent" : 0
- },
- {
- "command" : 5,
- "file" : 0,
- "line" : 417,
- "parent" : 1
- }
- ]
- },
- "compileGroups" :
- [
- {
- "compileCommandFragments" :
- [
- {
- "fragment" : " -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics"
- },
- {
- "backtrace" : 3,
- "fragment" : "-Werror"
- },
- {
- "backtrace" : 3,
- "fragment" : "-Wthread-safety"
- }
- ],
- "defines" :
- [
- {
- "backtrace" : 3,
- "define" : "BENCHMARK_STATIC_DEFINE"
- },
- {
- "backtrace" : 5,
- "define" : "LEVELDB_PLATFORM_POSIX=1"
- }
- ],
- "includes" :
- [
- {
- "backtrace" : 6,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include"
- },
- {
- "backtrace" : 6,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/."
- },
- {
- "backtrace" : 3,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/include"
- },
- {
- "backtrace" : 3,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include"
- },
- {
- "backtrace" : 3,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include"
- },
- {
- "backtrace" : 3,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock"
- },
- {
- "backtrace" : 3,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include"
- },
- {
- "backtrace" : 3,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest"
- }
- ],
- "language" : "CXX",
- "languageStandard" :
- {
- "backtraces" :
- [
- 3
- ],
- "standard" : "11"
- },
- "sourceIndexes" :
- [
- 1,
- 3,
- 5
- ]
- }
- ],
- "dependencies" :
- [
- {
- "backtrace" : 3,
- "id" : "leveldb::@6890427a1f51a3e7e1df"
- },
- {
- "backtrace" : 3,
- "id" : "gmock::@1fd7ba4b7f21464e3d50"
- },
- {
- "backtrace" : 3,
- "id" : "gtest::@90013eb1b481ea580f52"
- },
- {
- "backtrace" : 3,
- "id" : "benchmark::@27580315aaf28f4a2bec"
- }
- ],
- "id" : "db_bench_sqlite3::@6890427a1f51a3e7e1df",
- "link" :
- {
- "commandFragments" :
- [
- {
- "fragment" : "-fno-exceptions -fno-rtti -g",
- "role" : "flags"
- },
- {
- "fragment" : "",
- "role" : "flags"
- },
- {
- "backtrace" : 3,
- "fragment" : "libleveldb.a",
- "role" : "libraries"
- },
- {
- "backtrace" : 3,
- "fragment" : "lib/libgmockd.a",
- "role" : "libraries"
- },
- {
- "backtrace" : 3,
- "fragment" : "lib/libgtestd.a",
- "role" : "libraries"
- },
- {
- "backtrace" : 3,
- "fragment" : "third_party/benchmark/src/libbenchmark.a",
- "role" : "libraries"
- },
- {
- "backtrace" : 4,
- "fragment" : "-lsqlite3",
- "role" : "libraries"
- }
- ],
- "language" : "CXX"
- },
- "name" : "db_bench_sqlite3",
- "nameOnDisk" : "db_bench_sqlite3",
- "paths" :
- {
- "build" : ".",
- "source" : "."
- },
- "sourceGroups" :
- [
- {
- "name" : "Header Files",
- "sourceIndexes" :
- [
- 0,
- 2,
- 4
- ]
- },
- {
- "name" : "Source Files",
- "sourceIndexes" :
- [
- 1,
- 3,
- 5
- ]
- }
- ],
- "sources" :
- [
- {
- "backtrace" : 7,
- "path" : "cmake-build-debug/include/port/port_config.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "util/histogram.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "util/histogram.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "util/testutil.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "util/testutil.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "benchmarks/db_bench_sqlite3.cc",
- "sourceGroupIndex" : 1
- }
- ],
- "type" : "EXECUTABLE"
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-env_posix_test-Debug-3591a6e9fadb5f0a0b6c.json b/cmake-build-debug/.cmake/api/v1/reply/target-env_posix_test-Debug-3591a6e9fadb5f0a0b6c.json
deleted file mode 100644
index 8bf9a08..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/target-env_posix_test-Debug-3591a6e9fadb5f0a0b6c.json
+++ /dev/null
@@ -1,240 +0,0 @@
-{
- "artifacts" :
- [
- {
- "path" : "env_posix_test"
- }
- ],
- "backtrace" : 2,
- "backtraceGraph" :
- {
- "commands" :
- [
- "add_executable",
- "leveldb_test",
- "target_link_libraries",
- "target_compile_definitions",
- "include_directories",
- "target_sources"
- ],
- "files" :
- [
- "CMakeLists.txt"
- ],
- "nodes" :
- [
- {
- "file" : 0
- },
- {
- "command" : 1,
- "file" : 0,
- "line" : 402,
- "parent" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 370,
- "parent" : 1
- },
- {
- "command" : 2,
- "file" : 0,
- "line" : 379,
- "parent" : 1
- },
- {
- "command" : 3,
- "file" : 0,
- "line" : 380,
- "parent" : 1
- },
- {
- "command" : 4,
- "file" : 0,
- "line" : 107,
- "parent" : 0
- },
- {
- "command" : 5,
- "file" : 0,
- "line" : 371,
- "parent" : 1
- }
- ]
- },
- "compileGroups" :
- [
- {
- "compileCommandFragments" :
- [
- {
- "fragment" : " -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics"
- },
- {
- "backtrace" : 3,
- "fragment" : "-Werror"
- },
- {
- "backtrace" : 3,
- "fragment" : "-Wthread-safety"
- }
- ],
- "defines" :
- [
- {
- "backtrace" : 4,
- "define" : "LEVELDB_PLATFORM_POSIX=1"
- }
- ],
- "includes" :
- [
- {
- "backtrace" : 5,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include"
- },
- {
- "backtrace" : 5,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/."
- },
- {
- "backtrace" : 3,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/include"
- },
- {
- "backtrace" : 3,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include"
- },
- {
- "backtrace" : 3,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock"
- },
- {
- "backtrace" : 3,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include"
- },
- {
- "backtrace" : 3,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest"
- }
- ],
- "language" : "CXX",
- "languageStandard" :
- {
- "backtraces" :
- [
- 3
- ],
- "standard" : "11"
- },
- "sourceIndexes" :
- [
- 1,
- 3
- ]
- }
- ],
- "dependencies" :
- [
- {
- "backtrace" : 3,
- "id" : "leveldb::@6890427a1f51a3e7e1df"
- },
- {
- "backtrace" : 3,
- "id" : "gmock::@1fd7ba4b7f21464e3d50"
- },
- {
- "backtrace" : 3,
- "id" : "gtest::@90013eb1b481ea580f52"
- }
- ],
- "id" : "env_posix_test::@6890427a1f51a3e7e1df",
- "link" :
- {
- "commandFragments" :
- [
- {
- "fragment" : "-fno-exceptions -fno-rtti -g",
- "role" : "flags"
- },
- {
- "fragment" : "",
- "role" : "flags"
- },
- {
- "backtrace" : 3,
- "fragment" : "libleveldb.a",
- "role" : "libraries"
- },
- {
- "backtrace" : 3,
- "fragment" : "lib/libgmockd.a",
- "role" : "libraries"
- },
- {
- "backtrace" : 3,
- "fragment" : "lib/libgtestd.a",
- "role" : "libraries"
- }
- ],
- "language" : "CXX"
- },
- "name" : "env_posix_test",
- "nameOnDisk" : "env_posix_test",
- "paths" :
- {
- "build" : ".",
- "source" : "."
- },
- "sourceGroups" :
- [
- {
- "name" : "Header Files",
- "sourceIndexes" :
- [
- 0,
- 2
- ]
- },
- {
- "name" : "Source Files",
- "sourceIndexes" :
- [
- 1,
- 3
- ]
- }
- ],
- "sources" :
- [
- {
- "backtrace" : 6,
- "path" : "cmake-build-debug/include/port/port_config.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "util/testutil.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "path" : "util/testutil.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "util/env_posix_test.cc",
- "sourceGroupIndex" : 1
- }
- ],
- "type" : "EXECUTABLE"
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-gmock-Debug-8d9efbf1fc92befc72f6.json b/cmake-build-debug/.cmake/api/v1/reply/target-gmock-Debug-8d9efbf1fc92befc72f6.json
deleted file mode 100644
index f371a16..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/target-gmock-Debug-8d9efbf1fc92befc72f6.json
+++ /dev/null
@@ -1,209 +0,0 @@
-{
- "archive" : {},
- "artifacts" :
- [
- {
- "path" : "lib/libgmockd.a"
- }
- ],
- "backtrace" : 3,
- "backtraceGraph" :
- {
- "commands" :
- [
- "add_library",
- "cxx_library_with_type",
- "cxx_library",
- "install",
- "install_project",
- "target_link_libraries",
- "set_property",
- "include_directories",
- "target_compile_features"
- ],
- "files" :
- [
- "third_party/googletest/googletest/cmake/internal_utils.cmake",
- "third_party/googletest/googlemock/CMakeLists.txt",
- "CMakeLists.txt"
- ],
- "nodes" :
- [
- {
- "file" : 1
- },
- {
- "command" : 2,
- "file" : 1,
- "line" : 101,
- "parent" : 0
- },
- {
- "command" : 1,
- "file" : 0,
- "line" : 209,
- "parent" : 1
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 152,
- "parent" : 2
- },
- {
- "command" : 4,
- "file" : 1,
- "line" : 123,
- "parent" : 0
- },
- {
- "command" : 3,
- "file" : 0,
- "line" : 318,
- "parent" : 4
- },
- {
- "command" : 5,
- "file" : 1,
- "line" : 102,
- "parent" : 0
- },
- {
- "file" : 2
- },
- {
- "command" : 6,
- "file" : 2,
- "line" : 309,
- "parent" : 7
- },
- {
- "command" : 7,
- "file" : 2,
- "line" : 107,
- "parent" : 7
- },
- {
- "command" : 7,
- "file" : 1,
- "line" : 79,
- "parent" : 0
- },
- {
- "command" : 8,
- "file" : 0,
- "line" : 196,
- "parent" : 2
- }
- ]
- },
- "compileGroups" :
- [
- {
- "compileCommandFragments" :
- [
- {
- "fragment" : " -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics"
- },
- {
- "fragment" : "-Wall -Wshadow -Werror -Wconversion -DGTEST_HAS_PTHREAD=1 -fexceptions -W -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wredundant-decls"
- },
- {
- "backtrace" : 8,
- "fragment" : "-Wno-missing-field-initializers"
- }
- ],
- "includes" :
- [
- {
- "backtrace" : 9,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include"
- },
- {
- "backtrace" : 9,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/."
- },
- {
- "backtrace" : 10,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include"
- },
- {
- "backtrace" : 10,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock"
- },
- {
- "backtrace" : 10,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include"
- },
- {
- "backtrace" : 10,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest"
- }
- ],
- "language" : "CXX",
- "languageStandard" :
- {
- "backtraces" :
- [
- 11
- ],
- "standard" : "11"
- },
- "sourceIndexes" :
- [
- 0
- ]
- }
- ],
- "dependencies" :
- [
- {
- "backtrace" : 6,
- "id" : "gtest::@90013eb1b481ea580f52"
- }
- ],
- "id" : "gmock::@1fd7ba4b7f21464e3d50",
- "install" :
- {
- "destinations" :
- [
- {
- "backtrace" : 5,
- "path" : "lib"
- }
- ],
- "prefix" :
- {
- "path" : "/usr/local"
- }
- },
- "name" : "gmock",
- "nameOnDisk" : "libgmockd.a",
- "paths" :
- {
- "build" : "third_party/googletest/googlemock",
- "source" : "third_party/googletest/googlemock"
- },
- "sourceGroups" :
- [
- {
- "name" : "Source Files",
- "sourceIndexes" :
- [
- 0
- ]
- }
- ],
- "sources" :
- [
- {
- "backtrace" : 3,
- "compileGroupIndex" : 0,
- "path" : "third_party/googletest/googlemock/src/gmock-all.cc",
- "sourceGroupIndex" : 0
- }
- ],
- "type" : "STATIC_LIBRARY"
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-gmock_main-Debug-8b5c5b7fefb6044add23.json b/cmake-build-debug/.cmake/api/v1/reply/target-gmock_main-Debug-8b5c5b7fefb6044add23.json
deleted file mode 100644
index f9741c5..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/target-gmock_main-Debug-8b5c5b7fefb6044add23.json
+++ /dev/null
@@ -1,204 +0,0 @@
-{
- "archive" : {},
- "artifacts" :
- [
- {
- "path" : "lib/libgmock_maind.a"
- }
- ],
- "backtrace" : 3,
- "backtraceGraph" :
- {
- "commands" :
- [
- "add_library",
- "cxx_library_with_type",
- "cxx_library",
- "install",
- "install_project",
- "target_link_libraries",
- "include_directories",
- "target_compile_features"
- ],
- "files" :
- [
- "third_party/googletest/googletest/cmake/internal_utils.cmake",
- "third_party/googletest/googlemock/CMakeLists.txt",
- "CMakeLists.txt"
- ],
- "nodes" :
- [
- {
- "file" : 1
- },
- {
- "command" : 2,
- "file" : 1,
- "line" : 104,
- "parent" : 0
- },
- {
- "command" : 1,
- "file" : 0,
- "line" : 209,
- "parent" : 1
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 152,
- "parent" : 2
- },
- {
- "command" : 4,
- "file" : 1,
- "line" : 123,
- "parent" : 0
- },
- {
- "command" : 3,
- "file" : 0,
- "line" : 318,
- "parent" : 4
- },
- {
- "command" : 5,
- "file" : 1,
- "line" : 105,
- "parent" : 0
- },
- {
- "file" : 2
- },
- {
- "command" : 6,
- "file" : 2,
- "line" : 107,
- "parent" : 7
- },
- {
- "command" : 6,
- "file" : 1,
- "line" : 79,
- "parent" : 0
- },
- {
- "command" : 7,
- "file" : 0,
- "line" : 196,
- "parent" : 2
- }
- ]
- },
- "compileGroups" :
- [
- {
- "compileCommandFragments" :
- [
- {
- "fragment" : " -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics"
- },
- {
- "fragment" : "-Wall -Wshadow -Werror -Wconversion -DGTEST_HAS_PTHREAD=1 -fexceptions -W -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wredundant-decls"
- }
- ],
- "includes" :
- [
- {
- "backtrace" : 8,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include"
- },
- {
- "backtrace" : 8,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/."
- },
- {
- "backtrace" : 9,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include"
- },
- {
- "backtrace" : 9,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock"
- },
- {
- "backtrace" : 9,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include"
- },
- {
- "backtrace" : 9,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest"
- }
- ],
- "language" : "CXX",
- "languageStandard" :
- {
- "backtraces" :
- [
- 10
- ],
- "standard" : "11"
- },
- "sourceIndexes" :
- [
- 0
- ]
- }
- ],
- "dependencies" :
- [
- {
- "backtrace" : 6,
- "id" : "gmock::@1fd7ba4b7f21464e3d50"
- },
- {
- "backtrace" : 6,
- "id" : "gtest::@90013eb1b481ea580f52"
- }
- ],
- "id" : "gmock_main::@1fd7ba4b7f21464e3d50",
- "install" :
- {
- "destinations" :
- [
- {
- "backtrace" : 5,
- "path" : "lib"
- }
- ],
- "prefix" :
- {
- "path" : "/usr/local"
- }
- },
- "name" : "gmock_main",
- "nameOnDisk" : "libgmock_maind.a",
- "paths" :
- {
- "build" : "third_party/googletest/googlemock",
- "source" : "third_party/googletest/googlemock"
- },
- "sourceGroups" :
- [
- {
- "name" : "Source Files",
- "sourceIndexes" :
- [
- 0
- ]
- }
- ],
- "sources" :
- [
- {
- "backtrace" : 3,
- "compileGroupIndex" : 0,
- "path" : "third_party/googletest/googlemock/src/gmock_main.cc",
- "sourceGroupIndex" : 0
- }
- ],
- "type" : "STATIC_LIBRARY"
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-gtest-Debug-9694c79765aea0db1836.json b/cmake-build-debug/.cmake/api/v1/reply/target-gtest-Debug-9694c79765aea0db1836.json
deleted file mode 100644
index 3f1b627..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/target-gtest-Debug-9694c79765aea0db1836.json
+++ /dev/null
@@ -1,185 +0,0 @@
-{
- "archive" : {},
- "artifacts" :
- [
- {
- "path" : "lib/libgtestd.a"
- }
- ],
- "backtrace" : 3,
- "backtraceGraph" :
- {
- "commands" :
- [
- "add_library",
- "cxx_library_with_type",
- "cxx_library",
- "install",
- "install_project",
- "set_property",
- "include_directories",
- "target_compile_features"
- ],
- "files" :
- [
- "third_party/googletest/googletest/cmake/internal_utils.cmake",
- "third_party/googletest/googletest/CMakeLists.txt",
- "CMakeLists.txt"
- ],
- "nodes" :
- [
- {
- "file" : 1
- },
- {
- "command" : 2,
- "file" : 1,
- "line" : 131,
- "parent" : 0
- },
- {
- "command" : 1,
- "file" : 0,
- "line" : 209,
- "parent" : 1
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 152,
- "parent" : 2
- },
- {
- "command" : 4,
- "file" : 1,
- "line" : 151,
- "parent" : 0
- },
- {
- "command" : 3,
- "file" : 0,
- "line" : 318,
- "parent" : 4
- },
- {
- "file" : 2
- },
- {
- "command" : 5,
- "file" : 2,
- "line" : 307,
- "parent" : 6
- },
- {
- "command" : 6,
- "file" : 2,
- "line" : 107,
- "parent" : 6
- },
- {
- "command" : 6,
- "file" : 1,
- "line" : 121,
- "parent" : 0
- },
- {
- "command" : 7,
- "file" : 0,
- "line" : 196,
- "parent" : 2
- }
- ]
- },
- "compileGroups" :
- [
- {
- "compileCommandFragments" :
- [
- {
- "fragment" : " -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics"
- },
- {
- "fragment" : "-Wall -Wshadow -Werror -Wconversion -DGTEST_HAS_PTHREAD=1 -fexceptions -W -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wredundant-decls"
- },
- {
- "backtrace" : 7,
- "fragment" : "-Wno-missing-field-initializers"
- }
- ],
- "includes" :
- [
- {
- "backtrace" : 8,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include"
- },
- {
- "backtrace" : 8,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/."
- },
- {
- "backtrace" : 9,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include"
- },
- {
- "backtrace" : 9,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest"
- }
- ],
- "language" : "CXX",
- "languageStandard" :
- {
- "backtraces" :
- [
- 10
- ],
- "standard" : "11"
- },
- "sourceIndexes" :
- [
- 0
- ]
- }
- ],
- "id" : "gtest::@90013eb1b481ea580f52",
- "install" :
- {
- "destinations" :
- [
- {
- "backtrace" : 5,
- "path" : "lib"
- }
- ],
- "prefix" :
- {
- "path" : "/usr/local"
- }
- },
- "name" : "gtest",
- "nameOnDisk" : "libgtestd.a",
- "paths" :
- {
- "build" : "third_party/googletest/googletest",
- "source" : "third_party/googletest/googletest"
- },
- "sourceGroups" :
- [
- {
- "name" : "Source Files",
- "sourceIndexes" :
- [
- 0
- ]
- }
- ],
- "sources" :
- [
- {
- "backtrace" : 3,
- "compileGroupIndex" : 0,
- "path" : "third_party/googletest/googletest/src/gtest-all.cc",
- "sourceGroupIndex" : 0
- }
- ],
- "type" : "STATIC_LIBRARY"
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-gtest_main-Debug-cef86ab47d31a7e0a336.json b/cmake-build-debug/.cmake/api/v1/reply/target-gtest_main-Debug-cef86ab47d31a7e0a336.json
deleted file mode 100644
index c4b0461..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/target-gtest_main-Debug-cef86ab47d31a7e0a336.json
+++ /dev/null
@@ -1,190 +0,0 @@
-{
- "archive" : {},
- "artifacts" :
- [
- {
- "path" : "lib/libgtest_maind.a"
- }
- ],
- "backtrace" : 3,
- "backtraceGraph" :
- {
- "commands" :
- [
- "add_library",
- "cxx_library_with_type",
- "cxx_library",
- "install",
- "install_project",
- "target_link_libraries",
- "include_directories",
- "target_compile_features"
- ],
- "files" :
- [
- "third_party/googletest/googletest/cmake/internal_utils.cmake",
- "third_party/googletest/googletest/CMakeLists.txt",
- "CMakeLists.txt"
- ],
- "nodes" :
- [
- {
- "file" : 1
- },
- {
- "command" : 2,
- "file" : 1,
- "line" : 133,
- "parent" : 0
- },
- {
- "command" : 1,
- "file" : 0,
- "line" : 209,
- "parent" : 1
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 152,
- "parent" : 2
- },
- {
- "command" : 4,
- "file" : 1,
- "line" : 151,
- "parent" : 0
- },
- {
- "command" : 3,
- "file" : 0,
- "line" : 318,
- "parent" : 4
- },
- {
- "command" : 5,
- "file" : 1,
- "line" : 146,
- "parent" : 0
- },
- {
- "file" : 2
- },
- {
- "command" : 6,
- "file" : 2,
- "line" : 107,
- "parent" : 7
- },
- {
- "command" : 6,
- "file" : 1,
- "line" : 121,
- "parent" : 0
- },
- {
- "command" : 7,
- "file" : 0,
- "line" : 196,
- "parent" : 2
- }
- ]
- },
- "compileGroups" :
- [
- {
- "compileCommandFragments" :
- [
- {
- "fragment" : " -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics"
- },
- {
- "fragment" : "-Wall -Wshadow -Werror -Wconversion -DGTEST_HAS_PTHREAD=1 -fexceptions -W -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wredundant-decls"
- }
- ],
- "includes" :
- [
- {
- "backtrace" : 8,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include"
- },
- {
- "backtrace" : 8,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/."
- },
- {
- "backtrace" : 9,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include"
- },
- {
- "backtrace" : 9,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest"
- }
- ],
- "language" : "CXX",
- "languageStandard" :
- {
- "backtraces" :
- [
- 10
- ],
- "standard" : "11"
- },
- "sourceIndexes" :
- [
- 0
- ]
- }
- ],
- "dependencies" :
- [
- {
- "backtrace" : 6,
- "id" : "gtest::@90013eb1b481ea580f52"
- }
- ],
- "id" : "gtest_main::@90013eb1b481ea580f52",
- "install" :
- {
- "destinations" :
- [
- {
- "backtrace" : 5,
- "path" : "lib"
- }
- ],
- "prefix" :
- {
- "path" : "/usr/local"
- }
- },
- "name" : "gtest_main",
- "nameOnDisk" : "libgtest_maind.a",
- "paths" :
- {
- "build" : "third_party/googletest/googletest",
- "source" : "third_party/googletest/googletest"
- },
- "sourceGroups" :
- [
- {
- "name" : "Source Files",
- "sourceIndexes" :
- [
- 0
- ]
- }
- ],
- "sources" :
- [
- {
- "backtrace" : 3,
- "compileGroupIndex" : 0,
- "path" : "third_party/googletest/googletest/src/gtest_main.cc",
- "sourceGroupIndex" : 0
- }
- ],
- "type" : "STATIC_LIBRARY"
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-leveldb-Debug-7dca5255bc96a4ff1bb7.json b/cmake-build-debug/.cmake/api/v1/reply/target-leveldb-Debug-7dca5255bc96a4ff1bb7.json
deleted file mode 100644
index 54c70f6..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/target-leveldb-Debug-7dca5255bc96a4ff1bb7.json
+++ /dev/null
@@ -1,795 +0,0 @@
-{
- "archive" : {},
- "artifacts" :
- [
- {
- "path" : "libleveldb.a"
- }
- ],
- "backtrace" : 1,
- "backtraceGraph" :
- {
- "commands" :
- [
- "add_library",
- "install",
- "target_compile_options",
- "target_compile_definitions",
- "include_directories",
- "target_include_directories",
- "target_sources"
- ],
- "files" :
- [
- "CMakeLists.txt"
- ],
- "nodes" :
- [
- {
- "file" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 120,
- "parent" : 0
- },
- {
- "command" : 1,
- "file" : 0,
- "line" : 472,
- "parent" : 0
- },
- {
- "command" : 2,
- "file" : 0,
- "line" : 266,
- "parent" : 0
- },
- {
- "command" : 3,
- "file" : 0,
- "line" : 243,
- "parent" : 0
- },
- {
- "command" : 4,
- "file" : 0,
- "line" : 107,
- "parent" : 0
- },
- {
- "command" : 5,
- "file" : 0,
- "line" : 234,
- "parent" : 0
- },
- {
- "command" : 6,
- "file" : 0,
- "line" : 121,
- "parent" : 0
- },
- {
- "command" : 6,
- "file" : 0,
- "line" : 220,
- "parent" : 0
- },
- {
- "command" : 6,
- "file" : 0,
- "line" : 228,
- "parent" : 0
- }
- ]
- },
- "compileGroups" :
- [
- {
- "compileCommandFragments" :
- [
- {
- "fragment" : " -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics"
- },
- {
- "backtrace" : 3,
- "fragment" : "-Werror"
- },
- {
- "backtrace" : 3,
- "fragment" : "-Wthread-safety"
- }
- ],
- "defines" :
- [
- {
- "backtrace" : 4,
- "define" : "LEVELDB_COMPILE_LIBRARY"
- },
- {
- "backtrace" : 4,
- "define" : "LEVELDB_PLATFORM_POSIX=1"
- }
- ],
- "includes" :
- [
- {
- "backtrace" : 5,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include"
- },
- {
- "backtrace" : 5,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/."
- },
- {
- "backtrace" : 6,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/include"
- }
- ],
- "language" : "CXX",
- "languageStandard" :
- {
- "backtraces" :
- [
- 1
- ],
- "standard" : "11"
- },
- "sourceIndexes" :
- [
- 1,
- 3,
- 4,
- 6,
- 8,
- 10,
- 11,
- 14,
- 16,
- 18,
- 20,
- 23,
- 25,
- 27,
- 30,
- 34,
- 36,
- 38,
- 40,
- 43,
- 44,
- 46,
- 47,
- 48,
- 50,
- 52,
- 53,
- 54,
- 56,
- 57,
- 59,
- 60,
- 61,
- 63,
- 67,
- 69,
- 85,
- 87
- ]
- }
- ],
- "id" : "leveldb::@6890427a1f51a3e7e1df",
- "install" :
- {
- "destinations" :
- [
- {
- "backtrace" : 2,
- "path" : "lib"
- }
- ],
- "prefix" :
- {
- "path" : "/usr/local"
- }
- },
- "name" : "leveldb",
- "nameOnDisk" : "libleveldb.a",
- "paths" :
- {
- "build" : ".",
- "source" : "."
- },
- "sourceGroups" :
- [
- {
- "name" : "Header Files",
- "sourceIndexes" :
- [
- 0,
- 2,
- 5,
- 7,
- 9,
- 12,
- 13,
- 15,
- 17,
- 19,
- 21,
- 22,
- 24,
- 26,
- 28,
- 29,
- 31,
- 32,
- 33,
- 35,
- 37,
- 39,
- 41,
- 42,
- 45,
- 49,
- 51,
- 55,
- 58,
- 62,
- 64,
- 65,
- 66,
- 68,
- 70,
- 71,
- 72,
- 73,
- 74,
- 75,
- 76,
- 77,
- 78,
- 79,
- 80,
- 81,
- 82,
- 83,
- 84,
- 86,
- 88
- ]
- },
- {
- "name" : "Source Files",
- "sourceIndexes" :
- [
- 1,
- 3,
- 4,
- 6,
- 8,
- 10,
- 11,
- 14,
- 16,
- 18,
- 20,
- 23,
- 25,
- 27,
- 30,
- 34,
- 36,
- 38,
- 40,
- 43,
- 44,
- 46,
- 47,
- 48,
- 50,
- 52,
- 53,
- 54,
- 56,
- 57,
- 59,
- 60,
- 61,
- 63,
- 67,
- 69,
- 85,
- 87
- ]
- }
- ],
- "sources" :
- [
- {
- "backtrace" : 7,
- "path" : "cmake-build-debug/include/port/port_config.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "db/builder.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "db/builder.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "db/c.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "db/db_impl.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "db/db_impl.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "db/db_iter.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "db/db_iter.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "db/dbformat.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "db/dbformat.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "db/dumpfile.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "db/filename.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "db/filename.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "db/log_format.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "db/log_reader.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "db/log_reader.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "db/log_writer.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "db/log_writer.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "db/memtable.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "db/memtable.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "db/repair.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "db/skiplist.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "db/snapshot.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "db/table_cache.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "db/table_cache.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "db/version_edit.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "db/version_edit.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "db/version_set.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "db/version_set.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "db/write_batch_internal.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "db/write_batch.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "port/port_stdcxx.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "port/port.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "port/thread_annotations.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "table/block_builder.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "table/block_builder.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "table/block.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "table/block.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "table/filter_block.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "table/filter_block.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "table/format.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "table/format.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "table/iterator_wrapper.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "table/iterator.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "table/merger.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "table/merger.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "table/table_builder.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "table/table.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "table/two_level_iterator.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "table/two_level_iterator.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "util/arena.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "util/arena.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "util/bloom.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "util/cache.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "util/coding.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "util/coding.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "util/comparator.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "util/crc32c.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "util/crc32c.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "util/env.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "util/filter_policy.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "util/hash.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "util/hash.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "util/logging.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "util/logging.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "util/mutexlock.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "util/no_destructor.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "util/options.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "util/random.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "compileGroupIndex" : 0,
- "path" : "util/status.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 7,
- "path" : "include/leveldb/c.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "include/leveldb/cache.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "include/leveldb/comparator.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "include/leveldb/db.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "include/leveldb/dumpfile.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "include/leveldb/env.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "include/leveldb/export.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "include/leveldb/filter_policy.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "include/leveldb/iterator.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "include/leveldb/options.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "include/leveldb/slice.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "include/leveldb/status.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "include/leveldb/table_builder.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "include/leveldb/table.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 7,
- "path" : "include/leveldb/write_batch.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 8,
- "compileGroupIndex" : 0,
- "path" : "util/env_posix.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 8,
- "path" : "util/posix_logger.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 9,
- "compileGroupIndex" : 0,
- "path" : "helpers/memenv/memenv.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 9,
- "path" : "helpers/memenv/memenv.h",
- "sourceGroupIndex" : 0
- }
- ],
- "type" : "STATIC_LIBRARY"
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-leveldb_tests-Debug-461b409aa1bf8cba03f2.json b/cmake-build-debug/.cmake/api/v1/reply/target-leveldb_tests-Debug-461b409aa1bf8cba03f2.json
deleted file mode 100644
index 2d0b5c7..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/target-leveldb_tests-Debug-461b409aa1bf8cba03f2.json
+++ /dev/null
@@ -1,429 +0,0 @@
-{
- "artifacts" :
- [
- {
- "path" : "leveldb_tests"
- }
- ],
- "backtrace" : 1,
- "backtraceGraph" :
- {
- "commands" :
- [
- "add_executable",
- "target_link_libraries",
- "target_compile_definitions",
- "include_directories",
- "target_sources"
- ],
- "files" :
- [
- "CMakeLists.txt"
- ],
- "nodes" :
- [
- {
- "file" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 313,
- "parent" : 0
- },
- {
- "command" : 1,
- "file" : 0,
- "line" : 353,
- "parent" : 0
- },
- {
- "command" : 2,
- "file" : 0,
- "line" : 354,
- "parent" : 0
- },
- {
- "command" : 3,
- "file" : 0,
- "line" : 107,
- "parent" : 0
- },
- {
- "command" : 4,
- "file" : 0,
- "line" : 314,
- "parent" : 0
- },
- {
- "command" : 4,
- "file" : 0,
- "line" : 328,
- "parent" : 0
- }
- ]
- },
- "compileGroups" :
- [
- {
- "compileCommandFragments" :
- [
- {
- "fragment" : " -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics"
- },
- {
- "backtrace" : 2,
- "fragment" : "-Werror"
- },
- {
- "backtrace" : 2,
- "fragment" : "-Wthread-safety"
- }
- ],
- "defines" :
- [
- {
- "backtrace" : 3,
- "define" : "LEVELDB_PLATFORM_POSIX=1"
- }
- ],
- "includes" :
- [
- {
- "backtrace" : 4,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include"
- },
- {
- "backtrace" : 4,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/."
- },
- {
- "backtrace" : 2,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/include"
- },
- {
- "backtrace" : 2,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include"
- },
- {
- "backtrace" : 2,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock"
- },
- {
- "backtrace" : 2,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include"
- },
- {
- "backtrace" : 2,
- "isSystem" : true,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest"
- }
- ],
- "language" : "CXX",
- "languageStandard" :
- {
- "backtraces" :
- [
- 2
- ],
- "standard" : "11"
- },
- "sourceIndexes" :
- [
- 1,
- 2,
- 3,
- 5,
- 6,
- 7,
- 8,
- 9,
- 10,
- 11,
- 12,
- 13,
- 14,
- 15,
- 16,
- 17,
- 18,
- 19,
- 20,
- 21,
- 22,
- 23,
- 24,
- 25
- ]
- }
- ],
- "dependencies" :
- [
- {
- "backtrace" : 2,
- "id" : "leveldb::@6890427a1f51a3e7e1df"
- },
- {
- "backtrace" : 2,
- "id" : "gmock::@1fd7ba4b7f21464e3d50"
- },
- {
- "backtrace" : 2,
- "id" : "gtest::@90013eb1b481ea580f52"
- },
- {
- "backtrace" : 2,
- "id" : "gtest_main::@90013eb1b481ea580f52"
- }
- ],
- "id" : "leveldb_tests::@6890427a1f51a3e7e1df",
- "link" :
- {
- "commandFragments" :
- [
- {
- "fragment" : "-fno-exceptions -fno-rtti -g",
- "role" : "flags"
- },
- {
- "fragment" : "",
- "role" : "flags"
- },
- {
- "backtrace" : 2,
- "fragment" : "libleveldb.a",
- "role" : "libraries"
- },
- {
- "backtrace" : 2,
- "fragment" : "lib/libgmockd.a",
- "role" : "libraries"
- },
- {
- "backtrace" : 2,
- "fragment" : "lib/libgtestd.a",
- "role" : "libraries"
- },
- {
- "backtrace" : 2,
- "fragment" : "lib/libgtest_maind.a",
- "role" : "libraries"
- },
- {
- "backtrace" : 2,
- "fragment" : "lib/libgtestd.a",
- "role" : "libraries"
- }
- ],
- "language" : "CXX"
- },
- "name" : "leveldb_tests",
- "nameOnDisk" : "leveldb_tests",
- "paths" :
- {
- "build" : ".",
- "source" : "."
- },
- "sourceGroups" :
- [
- {
- "name" : "Header Files",
- "sourceIndexes" :
- [
- 0,
- 4
- ]
- },
- {
- "name" : "Source Files",
- "sourceIndexes" :
- [
- 1,
- 2,
- 3,
- 5,
- 6,
- 7,
- 8,
- 9,
- 10,
- 11,
- 12,
- 13,
- 14,
- 15,
- 16,
- 17,
- 18,
- 19,
- 20,
- 21,
- 22,
- 23,
- 24,
- 25
- ]
- }
- ],
- "sources" :
- [
- {
- "backtrace" : 5,
- "path" : "cmake-build-debug/include/port/port_config.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 5,
- "compileGroupIndex" : 0,
- "path" : "util/status_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 5,
- "compileGroupIndex" : 0,
- "path" : "util/no_destructor_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 5,
- "compileGroupIndex" : 0,
- "path" : "util/testutil.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 5,
- "path" : "util/testutil.h",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "db/autocompact_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "db/corruption_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "db/db_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "db/dbformat_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "db/filename_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "db/log_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "db/recovery_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "db/skiplist_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "db/version_edit_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "db/version_set_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "db/write_batch_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "helpers/memenv/memenv_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "table/filter_block_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "table/table_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "util/arena_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "util/bloom_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "util/cache_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "util/coding_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "util/crc32c_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "util/hash_test.cc",
- "sourceGroupIndex" : 1
- },
- {
- "backtrace" : 6,
- "compileGroupIndex" : 0,
- "path" : "util/logging_test.cc",
- "sourceGroupIndex" : 1
- }
- ],
- "type" : "EXECUTABLE"
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-leveldbutil-Debug-c2ffec3ff0e371aed809.json b/cmake-build-debug/.cmake/api/v1/reply/target-leveldbutil-Debug-c2ffec3ff0e371aed809.json
deleted file mode 100644
index a07300a..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/target-leveldbutil-Debug-c2ffec3ff0e371aed809.json
+++ /dev/null
@@ -1,148 +0,0 @@
-{
- "artifacts" :
- [
- {
- "path" : "leveldbutil"
- }
- ],
- "backtrace" : 1,
- "backtraceGraph" :
- {
- "commands" :
- [
- "add_executable",
- "target_link_libraries",
- "include_directories"
- ],
- "files" :
- [
- "CMakeLists.txt"
- ],
- "nodes" :
- [
- {
- "file" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 288,
- "parent" : 0
- },
- {
- "command" : 1,
- "file" : 0,
- "line" : 291,
- "parent" : 0
- },
- {
- "command" : 2,
- "file" : 0,
- "line" : 107,
- "parent" : 0
- }
- ]
- },
- "compileGroups" :
- [
- {
- "compileCommandFragments" :
- [
- {
- "fragment" : " -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics"
- },
- {
- "backtrace" : 2,
- "fragment" : "-Werror"
- },
- {
- "backtrace" : 2,
- "fragment" : "-Wthread-safety"
- }
- ],
- "includes" :
- [
- {
- "backtrace" : 3,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include"
- },
- {
- "backtrace" : 3,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/."
- },
- {
- "backtrace" : 2,
- "path" : "/Users/arcueid/program/LevelDB-KV-Separation/include"
- }
- ],
- "language" : "CXX",
- "languageStandard" :
- {
- "backtraces" :
- [
- 1
- ],
- "standard" : "11"
- },
- "sourceIndexes" :
- [
- 0
- ]
- }
- ],
- "dependencies" :
- [
- {
- "backtrace" : 2,
- "id" : "leveldb::@6890427a1f51a3e7e1df"
- }
- ],
- "id" : "leveldbutil::@6890427a1f51a3e7e1df",
- "link" :
- {
- "commandFragments" :
- [
- {
- "fragment" : "-fno-exceptions -fno-rtti -g",
- "role" : "flags"
- },
- {
- "fragment" : "",
- "role" : "flags"
- },
- {
- "backtrace" : 2,
- "fragment" : "libleveldb.a",
- "role" : "libraries"
- }
- ],
- "language" : "CXX"
- },
- "name" : "leveldbutil",
- "nameOnDisk" : "leveldbutil",
- "paths" :
- {
- "build" : ".",
- "source" : "."
- },
- "sourceGroups" :
- [
- {
- "name" : "Source Files",
- "sourceIndexes" :
- [
- 0
- ]
- }
- ],
- "sources" :
- [
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "db/leveldbutil.cc",
- "sourceGroupIndex" : 0
- }
- ],
- "type" : "EXECUTABLE"
-}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-bb98b21159e1e8803146.json b/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-bb98b21159e1e8803146.json
deleted file mode 100644
index 26b3de4..0000000
--- a/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-bb98b21159e1e8803146.json
+++ /dev/null
@@ -1,93 +0,0 @@
-{
- "kind" : "toolchains",
- "toolchains" :
- [
- {
- "compiler" :
- {
- "id" : "AppleClang",
- "implicit" :
- {
- "includeDirectories" :
- [
- "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include",
- "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include",
- "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"
- ],
- "linkDirectories" :
- [
- "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib",
- "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift"
- ],
- "linkFrameworkDirectories" :
- [
- "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks"
- ],
- "linkLibraries" : []
- },
- "path" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc",
- "version" : "15.0.0.15000309"
- },
- "language" : "C",
- "sourceFileExtensions" :
- [
- "c",
- "m"
- ]
- },
- {
- "compiler" :
- {
- "id" : "AppleClang",
- "implicit" :
- {
- "includeDirectories" :
- [
- "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1",
- "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include",
- "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include",
- "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"
- ],
- "linkDirectories" :
- [
- "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib",
- "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift"
- ],
- "linkFrameworkDirectories" :
- [
- "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks"
- ],
- "linkLibraries" :
- [
- "c++"
- ]
- },
- "path" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++",
- "version" : "15.0.0.15000309"
- },
- "language" : "CXX",
- "sourceFileExtensions" :
- [
- "C",
- "M",
- "c++",
- "cc",
- "cpp",
- "cxx",
- "mm",
- "mpp",
- "CPP",
- "ixx",
- "cppm",
- "ccm",
- "cxxm",
- "c++m"
- ]
- }
- ],
- "version" :
- {
- "major" : 1,
- "minor" : 0
- }
-}
diff --git a/cmake-build-debug/CMakeCache.txt b/cmake-build-debug/CMakeCache.txt
deleted file mode 100644
index 5593592..0000000
--- a/cmake-build-debug/CMakeCache.txt
+++ /dev/null
@@ -1,727 +0,0 @@
-# This is the CMakeCache file.
-# For build in directory: /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug
-# It was generated by CMake: /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake
-# You can edit this file to change values found and used by cmake.
-# If you do not want to change any of the values, simply exit the editor.
-# If you do want to change a value, simply edit, save, and exit the editor.
-# The syntax for the file is as follows:
-# KEY:TYPE=VALUE
-# KEY is the name of a variable in the cache.
-# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
-# VALUE is the current value for the KEY.
-
-########################
-# EXTERNAL cache entries
-########################
-
-//Build a 32 bit version of the library.
-BENCHMARK_BUILD_32_BITS:BOOL=OFF
-
-//Flags used by the C++ compiler during coverage builds.
-BENCHMARK_CXX_FLAGS_COVERAGE:STRING=-g
-
-//Allow the downloading and in-tree building of unmet dependencies
-BENCHMARK_DOWNLOAD_DEPENDENCIES:BOOL=OFF
-
-//Enable building and running the assembly tests
-BENCHMARK_ENABLE_ASSEMBLY_TESTS:BOOL=OFF
-
-//Build documentation with Doxygen.
-BENCHMARK_ENABLE_DOXYGEN:BOOL=OFF
-
-//Enable the use of exceptions in the benchmark library.
-BENCHMARK_ENABLE_EXCEPTIONS:BOOL=OFF
-
-//Enable building the unit tests which depend on gtest
-BENCHMARK_ENABLE_GTEST_TESTS:BOOL=ON
-
-//Enable installation of benchmark. (Projects embedding benchmark
-// may want to turn this OFF.)
-BENCHMARK_ENABLE_INSTALL:BOOL=ON
-
-//Enable performance counters provided by libpfm
-BENCHMARK_ENABLE_LIBPFM:BOOL=OFF
-
-//Enable link time optimisation of the benchmark library.
-BENCHMARK_ENABLE_LTO:BOOL=OFF
-
-//Enable testing of the benchmark library.
-BENCHMARK_ENABLE_TESTING:BOOL=OFF
-
-//Build Release candidates with -Werror.
-BENCHMARK_ENABLE_WERROR:BOOL=ON
-
-//Flags used for linking binaries during coverage builds.
-BENCHMARK_EXE_LINKER_FLAGS_COVERAGE:STRING=
-
-//Build Release candidates with -Werror regardless of compiler
-// issues.
-BENCHMARK_FORCE_WERROR:BOOL=OFF
-
-//Enable installation of documentation.
-BENCHMARK_INSTALL_DOCS:BOOL=ON
-
-//Flags used by the shared libraries linker during coverage builds.
-BENCHMARK_SHARED_LINKER_FLAGS_COVERAGE:STRING=
-
-//Use bundled GoogleTest. If disabled, the find_package(GTest)
-// will be used.
-BENCHMARK_USE_BUNDLED_GTEST:BOOL=ON
-
-//Build and test using libc++ as the standard library.
-BENCHMARK_USE_LIBCXX:BOOL=OFF
-
-//Builds the googlemock subproject
-BUILD_GMOCK:BOOL=ON
-
-//Path to a program.
-CMAKE_ADDR2LINE:FILEPATH=CMAKE_ADDR2LINE-NOTFOUND
-
-//Path to a program.
-CMAKE_AR:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar
-
-//Choose the type of build, options are: None Debug Release RelWithDebInfo
-// MinSizeRel ...
-CMAKE_BUILD_TYPE:STRING=Debug
-
-//Enable colored diagnostics throughout.
-CMAKE_COLOR_DIAGNOSTICS:BOOL=ON
-
-//CXX compiler
-CMAKE_CXX_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
-
-//Flags used by the CXX compiler during all build types.
-CMAKE_CXX_FLAGS:STRING=
-
-//Flags used by the CXX compiler during DEBUG builds.
-CMAKE_CXX_FLAGS_DEBUG:STRING=-g
-
-//Flags used by the CXX compiler during MINSIZEREL builds.
-CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
-
-//Flags used by the CXX compiler during RELEASE builds.
-CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
-
-//Flags used by the CXX compiler during RELWITHDEBINFO builds.
-CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
-
-//C compiler
-CMAKE_C_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
-
-//Flags used by the C compiler during all build types.
-CMAKE_C_FLAGS:STRING=
-
-//Flags used by the C compiler during DEBUG builds.
-CMAKE_C_FLAGS_DEBUG:STRING=-g
-
-//Flags used by the C compiler during MINSIZEREL builds.
-CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
-
-//Flags used by the C compiler during RELEASE builds.
-CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
-
-//Flags used by the C compiler during RELWITHDEBINFO builds.
-CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
-
-//Path to a program.
-CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
-
-//Flags used by the linker during all build types.
-CMAKE_EXE_LINKER_FLAGS:STRING=
-
-//Flags used by the linker during DEBUG builds.
-CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
-
-//Flags used by the linker during MINSIZEREL builds.
-CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
-
-//Flags used by the linker during RELEASE builds.
-CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
-
-//Flags used by the linker during RELWITHDEBINFO builds.
-CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
-
-//Enable/Disable output of compile commands during generation.
-CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
-
-//Value Computed by CMake.
-CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/pkgRedirects
-
-//User executables (bin)
-CMAKE_INSTALL_BINDIR:PATH=bin
-
-//Read-only architecture-independent data (DATAROOTDIR)
-CMAKE_INSTALL_DATADIR:PATH=
-
-//Read-only architecture-independent data root (share)
-CMAKE_INSTALL_DATAROOTDIR:PATH=share
-
-//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
-CMAKE_INSTALL_DOCDIR:PATH=
-
-//C header files (include)
-CMAKE_INSTALL_INCLUDEDIR:PATH=include
-
-//Info documentation (DATAROOTDIR/info)
-CMAKE_INSTALL_INFODIR:PATH=
-
-//Object code libraries (lib)
-CMAKE_INSTALL_LIBDIR:PATH=lib
-
-//Program executables (libexec)
-CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
-
-//Locale-dependent data (DATAROOTDIR/locale)
-CMAKE_INSTALL_LOCALEDIR:PATH=
-
-//Modifiable single-machine data (var)
-CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
-
-//Man documentation (DATAROOTDIR/man)
-CMAKE_INSTALL_MANDIR:PATH=
-
-//Path to a program.
-CMAKE_INSTALL_NAME_TOOL:FILEPATH=/Users/arcueid/anaconda3/bin/install_name_tool
-
-//C header files for non-gcc (/usr/include)
-CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
-
-//Install path prefix, prepended onto install directories.
-CMAKE_INSTALL_PREFIX:PATH=/usr/local
-
-//Run-time variable data (LOCALSTATEDIR/run)
-CMAKE_INSTALL_RUNSTATEDIR:PATH=
-
-//System admin executables (sbin)
-CMAKE_INSTALL_SBINDIR:PATH=sbin
-
-//Modifiable architecture-independent data (com)
-CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
-
-//Read-only single-machine data (etc)
-CMAKE_INSTALL_SYSCONFDIR:PATH=etc
-
-//Path to a program.
-CMAKE_LINKER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
-
-//No help, variable specified on the command line.
-CMAKE_MAKE_PROGRAM:UNINITIALIZED=/Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja
-
-//Flags used by the linker during the creation of modules during
-// all build types.
-CMAKE_MODULE_LINKER_FLAGS:STRING=
-
-//Flags used by the linker during the creation of modules during
-// DEBUG builds.
-CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
-
-//Flags used by the linker during the creation of modules during
-// MINSIZEREL builds.
-CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
-
-//Flags used by the linker during the creation of modules during
-// RELEASE builds.
-CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
-
-//Flags used by the linker during the creation of modules during
-// RELWITHDEBINFO builds.
-CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
-
-//Path to a program.
-CMAKE_NM:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm
-
-//Path to a program.
-CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND
-
-//Path to a program.
-CMAKE_OBJDUMP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump
-
-//Build architectures for OSX
-CMAKE_OSX_ARCHITECTURES:STRING=
-
-//Minimum OS X version to target for deployment (at runtime); newer
-// APIs weak linked. Set to empty string for default value.
-CMAKE_OSX_DEPLOYMENT_TARGET:STRING=14.2
-
-//The product will be built against the headers and libraries located
-// inside the indicated SDK.
-CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk
-
-//Value Computed by CMake
-CMAKE_PROJECT_DESCRIPTION:STATIC=
-
-//Value Computed by CMake
-CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
-
-//Value Computed by CMake
-CMAKE_PROJECT_NAME:STATIC=leveldb
-
-//Value Computed by CMake
-CMAKE_PROJECT_VERSION:STATIC=1.23.0
-
-//Value Computed by CMake
-CMAKE_PROJECT_VERSION_MAJOR:STATIC=1
-
-//Value Computed by CMake
-CMAKE_PROJECT_VERSION_MINOR:STATIC=23
-
-//Value Computed by CMake
-CMAKE_PROJECT_VERSION_PATCH:STATIC=0
-
-//Value Computed by CMake
-CMAKE_PROJECT_VERSION_TWEAK:STATIC=
-
-//Path to a program.
-CMAKE_RANLIB:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib
-
-//Path to a program.
-CMAKE_READELF:FILEPATH=CMAKE_READELF-NOTFOUND
-
-//Flags used by the linker during the creation of shared libraries
-// during all build types.
-CMAKE_SHARED_LINKER_FLAGS:STRING=
-
-//Flags used by the linker during the creation of shared libraries
-// during DEBUG builds.
-CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
-
-//Flags used by the linker during the creation of shared libraries
-// during MINSIZEREL builds.
-CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
-
-//Flags used by the linker during the creation of shared libraries
-// during RELEASE builds.
-CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
-
-//Flags used by the linker during the creation of shared libraries
-// during RELWITHDEBINFO builds.
-CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
-
-//If set, runtime paths are not added when installing shared libraries,
-// but are added when building.
-CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
-
-//If set, runtime paths are not added when using shared libraries.
-CMAKE_SKIP_RPATH:BOOL=NO
-
-//Flags used by the linker during the creation of static libraries
-// during all build types.
-CMAKE_STATIC_LINKER_FLAGS:STRING=
-
-//Flags used by the linker during the creation of static libraries
-// during DEBUG builds.
-CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
-
-//Flags used by the linker during the creation of static libraries
-// during MINSIZEREL builds.
-CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
-
-//Flags used by the linker during the creation of static libraries
-// during RELEASE builds.
-CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
-
-//Flags used by the linker during the creation of static libraries
-// during RELWITHDEBINFO builds.
-CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
-
-//Path to a program.
-CMAKE_STRIP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip
-
-//Path to a program.
-CMAKE_TAPI:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi
-
-//If this value is on, makefiles will be generated without the
-// .SILENT directive, and all commands will be echoed to the console
-// during the make. This is useful for debugging only. With Visual
-// Studio IDE projects all commands are done without /nologo.
-CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
-
-//OFF
-CXXFEATURECHECK_DEBUG:BOOL=OFF
-
-//Git command line client
-GIT_EXECUTABLE:FILEPATH=/usr/bin/git
-
-//Enable installation of googletest. (Projects embedding googletest
-// may want to turn this OFF.)
-INSTALL_GTEST:BOOL=ON
-
-//Build LevelDB's benchmarks
-LEVELDB_BUILD_BENCHMARKS:BOOL=ON
-
-//Build LevelDB's unit tests
-LEVELDB_BUILD_TESTS:BOOL=ON
-
-//Install LevelDB's header and library
-LEVELDB_INSTALL:BOOL=ON
-
-//Value Computed by CMake
-benchmark_BINARY_DIR:STATIC=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark
-
-//Value Computed by CMake
-benchmark_IS_TOP_LEVEL:STATIC=OFF
-
-//Value Computed by CMake
-benchmark_SOURCE_DIR:STATIC=/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark
-
-//Value Computed by CMake
-gmock_BINARY_DIR:STATIC=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googlemock
-
-//Value Computed by CMake
-gmock_IS_TOP_LEVEL:STATIC=OFF
-
-//Dependencies for the target
-gmock_LIB_DEPENDS:STATIC=general;gtest;
-
-//Value Computed by CMake
-gmock_SOURCE_DIR:STATIC=/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock
-
-//Build all of Google Mock's own tests.
-gmock_build_tests:BOOL=OFF
-
-//Dependencies for the target
-gmock_main_LIB_DEPENDS:STATIC=general;gmock;
-
-//Value Computed by CMake
-googletest-distribution_BINARY_DIR:STATIC=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest
-
-//Value Computed by CMake
-googletest-distribution_IS_TOP_LEVEL:STATIC=OFF
-
-//Value Computed by CMake
-googletest-distribution_SOURCE_DIR:STATIC=/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest
-
-//Value Computed by CMake
-gtest_BINARY_DIR:STATIC=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest
-
-//Value Computed by CMake
-gtest_IS_TOP_LEVEL:STATIC=OFF
-
-//Value Computed by CMake
-gtest_SOURCE_DIR:STATIC=/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
-
-//Build gtest's sample programs.
-gtest_build_samples:BOOL=OFF
-
-//Build all of gtest's own tests.
-gtest_build_tests:BOOL=OFF
-
-//Disable uses of pthreads in gtest.
-gtest_disable_pthreads:BOOL=OFF
-
-//Use shared (DLL) run-time lib even when Google Test is built
-// as static lib.
-gtest_force_shared_crt:BOOL=ON
-
-//Build gtest with internal symbols hidden in shared libraries.
-gtest_hide_internal_symbols:BOOL=OFF
-
-//Dependencies for the target
-gtest_main_LIB_DEPENDS:STATIC=general;gtest;
-
-//Value Computed by CMake
-leveldb_BINARY_DIR:STATIC=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug
-
-//Value Computed by CMake
-leveldb_IS_TOP_LEVEL:STATIC=ON
-
-//Value Computed by CMake
-leveldb_SOURCE_DIR:STATIC=/Users/arcueid/program/LevelDB-KV-Separation
-
-
-########################
-# INTERNAL cache entries
-########################
-
-//ADVANCED property for variable: BENCHMARK_CXX_FLAGS_COVERAGE
-BENCHMARK_CXX_FLAGS_COVERAGE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: BENCHMARK_EXE_LINKER_FLAGS_COVERAGE
-BENCHMARK_EXE_LINKER_FLAGS_COVERAGE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: BENCHMARK_SHARED_LINKER_FLAGS_COVERAGE
-BENCHMARK_SHARED_LINKER_FLAGS_COVERAGE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_ADDR2LINE
-CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_AR
-CMAKE_AR-ADVANCED:INTERNAL=1
-//This is the directory where this CMakeCache.txt was created
-CMAKE_CACHEFILE_DIR:INTERNAL=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug
-//Major version of cmake used to create the current loaded cache
-CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
-//Minor version of cmake used to create the current loaded cache
-CMAKE_CACHE_MINOR_VERSION:INTERNAL=29
-//Patch version of cmake used to create the current loaded cache
-CMAKE_CACHE_PATCH_VERSION:INTERNAL=6
-//Path to CMake executable.
-CMAKE_COMMAND:INTERNAL=/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake
-//Path to cpack program executable.
-CMAKE_CPACK_COMMAND:INTERNAL=/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cpack
-//Path to ctest program executable.
-CMAKE_CTEST_COMMAND:INTERNAL=/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/ctest
-//ADVANCED property for variable: CMAKE_CXX_COMPILER
-CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_FLAGS
-CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
-CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
-CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
-CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
-CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_C_COMPILER
-CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_C_FLAGS
-CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
-CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
-CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
-CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
-CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_DLLTOOL
-CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
-//Executable file format
-CMAKE_EXECUTABLE_FORMAT:INTERNAL=MACHO
-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
-CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
-CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
-CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
-CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
-CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
-CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
-//Name of external makefile project generator.
-CMAKE_EXTRA_GENERATOR:INTERNAL=
-//Name of generator.
-CMAKE_GENERATOR:INTERNAL=Ninja
-//Generator instance identifier.
-CMAKE_GENERATOR_INSTANCE:INTERNAL=
-//Name of generator platform.
-CMAKE_GENERATOR_PLATFORM:INTERNAL=
-//Name of generator toolset.
-CMAKE_GENERATOR_TOOLSET:INTERNAL=
-//Test CMAKE_HAVE_LIBC_PTHREAD
-CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
-//Source directory with the top level CMakeLists.txt file for this
-// project
-CMAKE_HOME_DIRECTORY:INTERNAL=/Users/arcueid/program/LevelDB-KV-Separation
-//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
-CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
-CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
-CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
-CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
-CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
-CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
-CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
-CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
-CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
-CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
-CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
-CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
-CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
-CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
-CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
-CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
-CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_LINKER
-CMAKE_LINKER-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
-CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
-CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
-CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
-CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
-CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_NM
-CMAKE_NM-ADVANCED:INTERNAL=1
-//number of local generators
-CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=6
-//ADVANCED property for variable: CMAKE_OBJCOPY
-CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_OBJDUMP
-CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
-//Platform information initialized
-CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_RANLIB
-CMAKE_RANLIB-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_READELF
-CMAKE_READELF-ADVANCED:INTERNAL=1
-//Path to CMake installation.
-CMAKE_ROOT:INTERNAL=/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29
-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
-CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
-CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
-CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
-CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
-CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
-CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SKIP_RPATH
-CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
-CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
-CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
-CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
-CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
-CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STRIP
-CMAKE_STRIP-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_TAPI
-CMAKE_TAPI-ADVANCED:INTERNAL=1
-//uname command
-CMAKE_UNAME:INTERNAL=/usr/bin/uname
-//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
-CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
-//Result of TRY_COMPILE
-COMPILE_HAVE_GNU_POSIX_REGEX:INTERNAL=FALSE
-//Result of TRY_COMPILE
-COMPILE_HAVE_POSIX_REGEX:INTERNAL=TRUE
-//Result of TRY_COMPILE
-COMPILE_HAVE_PTHREAD_AFFINITY:INTERNAL=FALSE
-//Result of TRY_COMPILE
-COMPILE_HAVE_STD_REGEX:INTERNAL=TRUE
-//Result of TRY_COMPILE
-COMPILE_HAVE_STEADY_CLOCK:INTERNAL=TRUE
-//Result of TRY_COMPILE
-COMPILE_HAVE_THREAD_SAFETY_ATTRIBUTES:INTERNAL=TRUE
-//Details about finding Git
-FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.39.3 (Apple Git-146)()]
-//Details about finding Python
-FIND_PACKAGE_MESSAGE_DETAILS_Python:INTERNAL=[/Users/arcueid/anaconda3/bin/python3.11][cfound components: Interpreter ][v3.11.5()]
-//Details about finding Threads
-FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
-//ADVANCED property for variable: GIT_EXECUTABLE
-GIT_EXECUTABLE-ADVANCED:INTERNAL=1
-//Test HAVE_CLANG_THREAD_SAFETY
-HAVE_CLANG_THREAD_SAFETY:INTERNAL=1
-//Have library crc32c
-HAVE_CRC32C:INTERNAL=
-//Test HAVE_CXX17_HAS_INCLUDE
-HAVE_CXX17_HAS_INCLUDE:INTERNAL=1
-//Test HAVE_CXX_FLAG_COVERAGE
-HAVE_CXX_FLAG_COVERAGE:INTERNAL=1
-//Test HAVE_CXX_FLAG_FNO_EXCEPTIONS
-HAVE_CXX_FLAG_FNO_EXCEPTIONS:INTERNAL=1
-//Test HAVE_CXX_FLAG_FSTRICT_ALIASING
-HAVE_CXX_FLAG_FSTRICT_ALIASING:INTERNAL=1
-//Test HAVE_CXX_FLAG_PEDANTIC
-HAVE_CXX_FLAG_PEDANTIC:INTERNAL=1
-//Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-HAVE_CXX_FLAG_PEDANTIC_ERRORS:INTERNAL=1
-//Test HAVE_CXX_FLAG_WALL
-HAVE_CXX_FLAG_WALL:INTERNAL=1
-//Test HAVE_CXX_FLAG_WD654
-HAVE_CXX_FLAG_WD654:INTERNAL=
-//Test HAVE_CXX_FLAG_WERROR
-HAVE_CXX_FLAG_WERROR:INTERNAL=1
-//Test HAVE_CXX_FLAG_WEXTRA
-HAVE_CXX_FLAG_WEXTRA:INTERNAL=1
-//Test HAVE_CXX_FLAG_WFLOAT_EQUAL
-HAVE_CXX_FLAG_WFLOAT_EQUAL:INTERNAL=1
-//Test HAVE_CXX_FLAG_WNO_DEPRECATED
-HAVE_CXX_FLAG_WNO_DEPRECATED:INTERNAL=1
-//Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
-HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS:INTERNAL=1
-//Test HAVE_CXX_FLAG_WSHADOW
-HAVE_CXX_FLAG_WSHADOW:INTERNAL=1
-//Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
-HAVE_CXX_FLAG_WSHORTEN_64_TO_32:INTERNAL=1
-//Test HAVE_CXX_FLAG_WSTRICT_ALIASING
-HAVE_CXX_FLAG_WSTRICT_ALIASING:INTERNAL=1
-//Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
-HAVE_CXX_FLAG_WSUGGEST_OVERRIDE:INTERNAL=1
-//Test HAVE_CXX_FLAG_WTHREAD_SAFETY
-HAVE_CXX_FLAG_WTHREAD_SAFETY:INTERNAL=1
-//Have symbol fdatasync
-HAVE_FDATASYNC:INTERNAL=
-//Have symbol F_FULLFSYNC
-HAVE_FULLFSYNC:INTERNAL=1
-//Test HAVE_KYOTOCABINET
-HAVE_KYOTOCABINET:INTERNAL=
-//Have library rt
-HAVE_LIB_RT:INTERNAL=
-//Have symbol O_CLOEXEC
-HAVE_O_CLOEXEC:INTERNAL=1
-//Have library snappy
-HAVE_SNAPPY:INTERNAL=
-//Have library sqlite3
-HAVE_SQLITE3:INTERNAL=1
-//Have library tcmalloc
-HAVE_TCMALLOC:INTERNAL=
-//Have include unistd.h
-HAVE_UNISTD_H:INTERNAL=1
-//Have library zstd
-HAVE_ZSTD:INTERNAL=
-//Test LEVELDB_HAVE_NO_MISSING_FIELD_INITIALIZERS
-LEVELDB_HAVE_NO_MISSING_FIELD_INITIALIZERS:INTERNAL=1
-//Result of try_run()
-RUN_HAVE_POSIX_REGEX:INTERNAL=0
-//Result of try_run()
-RUN_HAVE_STD_REGEX:INTERNAL=0
-//Result of try_run()
-RUN_HAVE_STEADY_CLOCK:INTERNAL=0
-//Result of try_run()
-RUN_HAVE_THREAD_SAFETY_ATTRIBUTES:INTERNAL=0
-//CMAKE_INSTALL_PREFIX during last run
-_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local
-//Compiler reason failure
-_Python_Compiler_REASON_FAILURE:INTERNAL=
-//Development reason failure
-_Python_Development_REASON_FAILURE:INTERNAL=
-//Path to a program.
-_Python_EXECUTABLE:INTERNAL=/Users/arcueid/anaconda3/bin/python3.11
-//Python Properties
-_Python_INTERPRETER_PROPERTIES:INTERNAL=Python;3;11;5;64;32;;cpython-311-darwin;abi3;/Users/arcueid/anaconda3/lib/python3.11;/Users/arcueid/anaconda3/lib/python3.11;/Users/arcueid/anaconda3/lib/python3.11/site-packages;/Users/arcueid/anaconda3/lib/python3.11/site-packages
-_Python_INTERPRETER_SIGNATURE:INTERNAL=827ded05ad49126dc79651ab807e55a5
-//NumPy reason failure
-_Python_NumPy_REASON_FAILURE:INTERNAL=
-cmake_package_name:INTERNAL=GTest
-generated_dir:INTERNAL=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/generated
-//ADVANCED property for variable: gmock_build_tests
-gmock_build_tests-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: gtest_build_samples
-gtest_build_samples-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: gtest_build_tests
-gtest_build_tests-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: gtest_disable_pthreads
-gtest_disable_pthreads-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: gtest_force_shared_crt
-gtest_force_shared_crt-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: gtest_hide_internal_symbols
-gtest_hide_internal_symbols-ADVANCED:INTERNAL=1
-targets_export_name:INTERNAL=GTestTargets
-
diff --git a/cmake-build-debug/CMakeFiles/3.29.6/CMakeCCompiler.cmake b/cmake-build-debug/CMakeFiles/3.29.6/CMakeCCompiler.cmake
deleted file mode 100644
index 87caba9..0000000
--- a/cmake-build-debug/CMakeFiles/3.29.6/CMakeCCompiler.cmake
+++ /dev/null
@@ -1,80 +0,0 @@
-set(CMAKE_C_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc")
-set(CMAKE_C_COMPILER_ARG1 "")
-set(CMAKE_C_COMPILER_ID "AppleClang")
-set(CMAKE_C_COMPILER_VERSION "15.0.0.15000309")
-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 "Darwin")
-set(CMAKE_C_SIMULATE_ID "")
-set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU")
-set(CMAKE_C_SIMULATE_VERSION "")
-
-
-
-
-set(CMAKE_AR "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar")
-set(CMAKE_C_COMPILER_AR "")
-set(CMAKE_RANLIB "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib")
-set(CMAKE_C_COMPILER_RANLIB "")
-set(CMAKE_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld")
-set(CMAKE_LINKER_LINK "")
-set(CMAKE_LINKER_LLD "")
-set(CMAKE_C_COMPILER_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld")
-set(CMAKE_C_COMPILER_LINKER_ID "AppleClang")
-set(CMAKE_C_COMPILER_LINKER_VERSION 1053.12)
-set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU)
-set(CMAKE_MT "")
-set(CMAKE_TAPI "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi")
-set(CMAKE_COMPILER_IS_GNUCC )
-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 FALSE)
-
-# 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 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include")
-set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "")
-set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift")
-set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks")
diff --git a/cmake-build-debug/CMakeFiles/3.29.6/CMakeCXXCompiler.cmake b/cmake-build-debug/CMakeFiles/3.29.6/CMakeCXXCompiler.cmake
deleted file mode 100644
index 48c66e2..0000000
--- a/cmake-build-debug/CMakeFiles/3.29.6/CMakeCXXCompiler.cmake
+++ /dev/null
@@ -1,92 +0,0 @@
-set(CMAKE_CXX_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++")
-set(CMAKE_CXX_COMPILER_ARG1 "")
-set(CMAKE_CXX_COMPILER_ID "AppleClang")
-set(CMAKE_CXX_COMPILER_VERSION "15.0.0.15000309")
-set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
-set(CMAKE_CXX_COMPILER_WRAPPER "")
-set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98")
-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 "Darwin")
-set(CMAKE_CXX_SIMULATE_ID "")
-set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU")
-set(CMAKE_CXX_SIMULATE_VERSION "")
-
-
-
-
-set(CMAKE_AR "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar")
-set(CMAKE_CXX_COMPILER_AR "")
-set(CMAKE_RANLIB "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib")
-set(CMAKE_CXX_COMPILER_RANLIB "")
-set(CMAKE_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld")
-set(CMAKE_LINKER_LINK "")
-set(CMAKE_LINKER_LLD "")
-set(CMAKE_CXX_COMPILER_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld")
-set(CMAKE_CXX_COMPILER_LINKER_ID "AppleClang")
-set(CMAKE_CXX_COMPILER_LINKER_VERSION 1053.12)
-set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU)
-set(CMAKE_MT "")
-set(CMAKE_TAPI "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi")
-set(CMAKE_COMPILER_IS_GNUCXX )
-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 IN ITEMS 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 FALSE)
-
-# 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 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include")
-set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "c++")
-set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift")
-set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks")
-set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "")
diff --git a/cmake-build-debug/CMakeFiles/3.29.6/CMakeDetermineCompilerABI_C.bin b/cmake-build-debug/CMakeFiles/3.29.6/CMakeDetermineCompilerABI_C.bin
deleted file mode 100755
index db2eb3baa4dbaad1fe7e78b1b636c61572fc2644..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 17000
zcmeI4UuaWz6vux_8)#{5i}+_!#W-Q;)K>gMgJ4axQL~k#&J2P@em2RCy<3}2c?zK0|*kI4+z`4KQ
zIp_Y)J?Hbw>&f+Z&;P6z!X_YgXdTp5Cd80%Vkg7`=ys@-ZJur3UEVJO$C)MfF*eVL!va)#v}*
z+u}0|aT}M0Rf(~78p(*M^IOK%lHzykVdXtS^dblx~?ux=DsfSV>jz`*yTjOiOV;>*flw5Ua=^FT)
zP}P$iSsXQLuYMQRi^@MmO!bGAWEuLSJaqq7q3=@v6jS~5d(et)rWVw*Gu@lgx*Ik(
zpe{XJIQlDsTTfC(@GCcp%k025#WOn?b60Vco%
zm;e)C0!)AjFaajO1egF5U;<2l2`~XBzyz286JP>NfC(@GCcp%k025#WOn?b60Vco%
zm;e)C0!)AjFaajO1egF5U;<2l30Mi_4~eP#Vv)(#i_GIH@it#8GSl^g8O-p0U$JB3
zXr(^w%GJ6v6}HN%oHcd^v9#X*kFh1qC9y1W;9H{;W%9PqzcsL-SKp^4Vlvv3O17_d
z?H0oC3v3N
zBgG4i#;hyNFw=~)8!IWzr<1tVbLK&F($&aPr!v8Cs_|#_f)mfxhLXcNzHH9jlfOu8
zQp_g@6;LK_9l#^IA6wboDYbqr(uY<$wGQ+mDrpv8T7ZaI-5q*d%*IhVL(%}PL9VZi
z`S{Nad)Tn)GqtwDgg4bUk8C*2d3?-!BVJ%ZaVIAGODj=R`9+mTRY}1=gI|XAy;6%u
z^^UkGiFN6zRF`Ik@hz*odssaIf`o?3AejRnDz%jfdpYrc8SYeiv9VI#PG-;`?!V{6+qU
zC$X2quU_kCntpqf3_ndz-i%(&Eq!q0<*}i&@i|93e*X4K?%9fwxuMDC(yt%wrg=rijtH_X&D8}Hn99P-{Ou+GfoKE)Ypo5#l*@U
z8!407Ox}rJn=kfKC7)BWW4m*>_fn2!-ZV2QX=aAADt~pqr|f)j`x4nz^|_N_zsf%x
zitGyZhMYol`=eo1Vy|&K88LN#mu?{@S||{4ek|K;+Yh@FHeGuZdH^=@p2u3i+5p`R
zC82LXO0g94U!)0_d{F%6M8{Y@*D-1)I#R{a6l{`KDAjTFyQ_PSba!7kYb;0aO>exu
z6=y!E>dAvFwM}ZTeix0Kyj$Q?{b429jQ%JOeSf#md#PXYsXoddKR{VmYC%28wzl@J
zb`)hMRGofTyr&RA>(%kE6!VsmZttNfC(@GCcp%k025#WOn?b60Vco%m;e)C0!)Aj
zFaajO1egF5U;<2l2`~XBzyz286JP>NfC(@GCcp%k025#WOn?b6f&Vvw@)5C6eq59m
zTSe*T264OGEJ{nQ6D7>#zFoKH#hH3@$$zU^FV$)F4Y%CBS@?=(;ctCU>{#PlL=L=b
zX1+##AByxvx981+Ms`@H4p_OtPXB8{L_*QN#CEGFja=494dy~Ua%UtM>Wu^hyy{M(
zXc;n_OBuPra3~fF2W2qQ8wy0=rxD?e_NQ{MG{a0Y&N^07nolRu)pPYhbJC5-(xNiK
z@CmxA#D^!%M3a)Z$C1^1b>+DFsY&q=oluqt~q=1PuVu5Z`Np1x>DC8%C7WGb^0*DzxK6Ky;jPBaMyD*
zh%a4V0~ZFuTPw$_z-7XGLmHWsIh3gcyrAy60!B^C8a134s)yvxkB#%FYy-9qwufx
zra#cePfRTz*H0Kvez@N1`N6Aw)^_Ib+~@J^rKRC{@70Bc{hnyNwmkmD_`%6*=coIR
zKXdZm{O`UMZJU{HxqR;KoP2+|{LYQx->3fg)0}<&;!nB6FU3n2leORUWxjgv+N-CZ
box9QZ^{(kF>24 & 0x00FF)
-# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
-# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
-
-#elif defined(__BORLANDC__)
-# define COMPILER_ID "Borland"
- /* __BORLANDC__ = 0xVRR */
-# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
-# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
-
-#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
-# define COMPILER_ID "Watcom"
- /* __WATCOMC__ = VVRR */
-# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
-# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
-# if (__WATCOMC__ % 10) > 0
-# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
-# endif
-
-#elif defined(__WATCOMC__)
-# define COMPILER_ID "OpenWatcom"
- /* __WATCOMC__ = VVRP + 1100 */
-# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
-# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
-# if (__WATCOMC__ % 10) > 0
-# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
-# endif
-
-#elif defined(__SUNPRO_C)
-# define COMPILER_ID "SunPro"
-# if __SUNPRO_C >= 0x5100
- /* __SUNPRO_C = 0xVRRP */
-# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
-# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
-# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
-# else
- /* __SUNPRO_CC = 0xVRP */
-# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
-# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
-# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
-# endif
-
-#elif defined(__HP_cc)
-# define COMPILER_ID "HP"
- /* __HP_cc = VVRRPP */
-# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
-# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
-# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
-
-#elif defined(__DECC)
-# define COMPILER_ID "Compaq"
- /* __DECC_VER = VVRRTPPPP */
-# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
-# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
-# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
-
-#elif defined(__IBMC__) && defined(__COMPILER_VER__)
-# define COMPILER_ID "zOS"
- /* __IBMC__ = VRP */
-# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
-# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
-# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
-
-#elif defined(__open_xl__) && defined(__clang__)
-# define COMPILER_ID "IBMClang"
-# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
-# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
-# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
-# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
-
-
-#elif defined(__ibmxl__) && defined(__clang__)
-# define COMPILER_ID "XLClang"
-# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
-# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
-# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
-# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
-
-
-#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
-# define COMPILER_ID "XL"
- /* __IBMC__ = VRP */
-# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
-# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
-# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
-
-#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
-# define COMPILER_ID "VisualAge"
- /* __IBMC__ = VRP */
-# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
-# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
-# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
-
-#elif defined(__NVCOMPILER)
-# define COMPILER_ID "NVHPC"
-# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
-# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
-# if defined(__NVCOMPILER_PATCHLEVEL__)
-# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
-# endif
-
-#elif defined(__PGI)
-# define COMPILER_ID "PGI"
-# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
-# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
-# if defined(__PGIC_PATCHLEVEL__)
-# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
-# endif
-
-#elif defined(__clang__) && defined(__cray__)
-# define COMPILER_ID "CrayClang"
-# define COMPILER_VERSION_MAJOR DEC(__cray_major__)
-# define COMPILER_VERSION_MINOR DEC(__cray_minor__)
-# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__)
-# define COMPILER_VERSION_INTERNAL_STR __clang_version__
-
-
-#elif defined(_CRAYC)
-# define COMPILER_ID "Cray"
-# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
-# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
-
-#elif defined(__TI_COMPILER_VERSION__)
-# define COMPILER_ID "TI"
- /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
-# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
-# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
-# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
-
-#elif defined(__CLANG_FUJITSU)
-# define COMPILER_ID "FujitsuClang"
-# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
-# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
-# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
-# define COMPILER_VERSION_INTERNAL_STR __clang_version__
-
-
-#elif defined(__FUJITSU)
-# define COMPILER_ID "Fujitsu"
-# if defined(__FCC_version__)
-# define COMPILER_VERSION __FCC_version__
-# elif defined(__FCC_major__)
-# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
-# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
-# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
-# endif
-# if defined(__fcc_version)
-# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
-# elif defined(__FCC_VERSION)
-# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
-# endif
-
-
-#elif defined(__ghs__)
-# define COMPILER_ID "GHS"
-/* __GHS_VERSION_NUMBER = VVVVRP */
-# ifdef __GHS_VERSION_NUMBER
-# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
-# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
-# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
-# endif
-
-#elif defined(__TASKING__)
-# define COMPILER_ID "Tasking"
- # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000)
- # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100)
-# define COMPILER_VERSION_INTERNAL DEC(__VERSION__)
-
-#elif defined(__ORANGEC__)
-# define COMPILER_ID "OrangeC"
-# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__)
-# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__)
-# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__)
-
-#elif defined(__TINYC__)
-# define COMPILER_ID "TinyCC"
-
-#elif defined(__BCC__)
-# define COMPILER_ID "Bruce"
-
-#elif defined(__SCO_VERSION__)
-# define COMPILER_ID "SCO"
-
-#elif defined(__ARMCC_VERSION) && !defined(__clang__)
-# define COMPILER_ID "ARMCC"
-#if __ARMCC_VERSION >= 1000000
- /* __ARMCC_VERSION = VRRPPPP */
- # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
- # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
- # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
-#else
- /* __ARMCC_VERSION = VRPPPP */
- # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
- # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
- # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
-#endif
-
-
-#elif defined(__clang__) && defined(__apple_build_version__)
-# define COMPILER_ID "AppleClang"
-# if defined(_MSC_VER)
-# define SIMULATE_ID "MSVC"
-# endif
-# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
-# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
-# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
-# if defined(_MSC_VER)
- /* _MSC_VER = VVRR */
-# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
-# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
-# endif
-# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
-
-#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
-# define COMPILER_ID "ARMClang"
- # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
- # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
- # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100)
-# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
-
-#elif defined(__clang__) && defined(__ti__)
-# define COMPILER_ID "TIClang"
- # define COMPILER_VERSION_MAJOR DEC(__ti_major__)
- # define COMPILER_VERSION_MINOR DEC(__ti_minor__)
- # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__)
-# define COMPILER_VERSION_INTERNAL DEC(__ti_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(__clang__) && defined(__ti__)
-# if defined(__ARM_ARCH)
-# define ARCHITECTURE_ID "Arm"
-
-# 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/cmake-build-debug/CMakeFiles/3.29.6/CompilerIdC/CMakeCCompilerId.o b/cmake-build-debug/CMakeFiles/3.29.6/CompilerIdC/CMakeCCompilerId.o
deleted file mode 100644
index c9e0350fae4bfa06594c2f8bdfdc2ecc2c1fa974..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 1712
zcmb_cJ8Tm{5M7fH91J!{6rf08iH6Fu^ASH;vXy`UostwTjI3xm*=OgZ^VvF|Aq7Pw
zkf1>#4HZQSkdSC8FclJwJ3@mf4OLRm6AH|m+gX1u6`zsz-n^OJx!K#d_wncVU&n-q
z2pBykF^Y%qNMgXwV0;O(0X^{Oa&Cjxz%)MspT=Pd!ld-A4PW_+7p@fxL$19pJ5-NK
z=FkxOqsBG~v`JZR`JV08I3VSCJzdA+d~QOoRLJcPf>KsY-yBf%yOb~FhdjsoyuhKi
zs7EEY(VyPqa5n9?+;CgN4Tt+%=XzIpQ7_crXf5)oUcG6Sec5*J*=|KjV`+5GE3TL1
zU=n>%$u5vnV_Tj@?lgwV#d($b<`mz-x|6^jHn#(eVXR`19pypiOLP9l`VYjX{yEX<
z&4|v|nAq^H`w98^
z=JNHGD|9rrV|k@~v*}oij_KCcM38AZreAG%_0p2*;n+B8dgb*J`z_yeE2dYG6{~8t
z9lw;h$Qj%h%Wc_^(IB_7y!MA5d#pcs*Yc=fDIHj5A*Gyjdgx>p5SvS14!tP2Ps!j)
zj&<+?4ENL6R+xPZJP!U)VYUfOfIAAaq#@|XFcfCzfl!~3R+uI2L2Je-h1nz!=NG3q
z^cFt>oB|?7_bw1FgdHHXJoN$bI13)Gctac$g8tzzhWJb3xG4I5KO+w9>-+hR=YIo|
zy~dz=KLRGibLNx$&L_;zGJixIjq3Y(A3TBgt#bYrbNzk_Q~nO;&oeJFuQR{F{5J8C
ze(8Uh;2d21IBd7tkR-{rS+nFpQH5uO1t}bv!mpO6X{j@1K?zwmZI@$O^Gr$X!tv|P
ad9IX#13ITE9MD-!;eci|g#$|R2<$gJ-Vg!+
diff --git a/cmake-build-debug/CMakeFiles/3.29.6/CompilerIdCXX/CMakeCXXCompilerId.cpp b/cmake-build-debug/CMakeFiles/3.29.6/CompilerIdCXX/CMakeCXXCompilerId.cpp
deleted file mode 100644
index 9a5e8f8..0000000
--- a/cmake-build-debug/CMakeFiles/3.29.6/CompilerIdCXX/CMakeCXXCompilerId.cpp
+++ /dev/null
@@ -1,878 +0,0 @@
-/* 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(__INTEL_COMPILER) || defined(__ICC)
-# define COMPILER_ID "Intel"
-# if defined(_MSC_VER)
-# define SIMULATE_ID "MSVC"
-# endif
-# if defined(__GNUC__)
-# define SIMULATE_ID "GNU"
-# endif
- /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
- except that a few beta releases use the old format with V=2021. */
-# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
-# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
-# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
-# if defined(__INTEL_COMPILER_UPDATE)
-# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
-# else
-# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
-# endif
-# else
-# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
-# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
- /* The third version component from --version is an update index,
- but no macro is provided for it. */
-# define COMPILER_VERSION_PATCH DEC(0)
-# endif
-# if defined(__INTEL_COMPILER_BUILD_DATE)
- /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
-# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
-# endif
-# if defined(_MSC_VER)
- /* _MSC_VER = VVRR */
-# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
-# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
-# endif
-# if defined(__GNUC__)
-# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
-# elif defined(__GNUG__)
-# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
-# endif
-# if defined(__GNUC_MINOR__)
-# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
-# endif
-# if defined(__GNUC_PATCHLEVEL__)
-# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
-# endif
-
-#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
-# define COMPILER_ID "IntelLLVM"
-#if defined(_MSC_VER)
-# define SIMULATE_ID "MSVC"
-#endif
-#if defined(__GNUC__)
-# define SIMULATE_ID "GNU"
-#endif
-/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
- * later. Look for 6 digit vs. 8 digit version number to decide encoding.
- * VVVV is no smaller than the current year when a version is released.
- */
-#if __INTEL_LLVM_COMPILER < 1000000L
-# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
-# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
-# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
-#else
-# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
-# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
-# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
-#endif
-#if defined(_MSC_VER)
- /* _MSC_VER = VVRR */
-# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
-# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
-#endif
-#if defined(__GNUC__)
-# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
-#elif defined(__GNUG__)
-# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
-#endif
-#if defined(__GNUC_MINOR__)
-# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
-#endif
-#if defined(__GNUC_PATCHLEVEL__)
-# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
-#endif
-
-#elif defined(__PATHCC__)
-# define COMPILER_ID "PathScale"
-# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
-# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
-# if defined(__PATHCC_PATCHLEVEL__)
-# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
-# endif
-
-#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
-# define COMPILER_ID "Embarcadero"
-# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
-# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
-# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
-
-#elif defined(__BORLANDC__)
-# define COMPILER_ID "Borland"
- /* __BORLANDC__ = 0xVRR */
-# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
-# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
-
-#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
-# define COMPILER_ID "Watcom"
- /* __WATCOMC__ = VVRR */
-# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
-# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
-# if (__WATCOMC__ % 10) > 0
-# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
-# endif
-
-#elif defined(__WATCOMC__)
-# define COMPILER_ID "OpenWatcom"
- /* __WATCOMC__ = VVRP + 1100 */
-# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
-# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
-# if (__WATCOMC__ % 10) > 0
-# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
-# endif
-
-#elif defined(__SUNPRO_CC)
-# define COMPILER_ID "SunPro"
-# if __SUNPRO_CC >= 0x5100
- /* __SUNPRO_CC = 0xVRRP */
-# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
-# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
-# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
-# else
- /* __SUNPRO_CC = 0xVRP */
-# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
-# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
-# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
-# endif
-
-#elif defined(__HP_aCC)
-# define COMPILER_ID "HP"
- /* __HP_aCC = VVRRPP */
-# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
-# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
-# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
-
-#elif defined(__DECCXX)
-# define COMPILER_ID "Compaq"
- /* __DECCXX_VER = VVRRTPPPP */
-# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
-# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
-# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
-
-#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
-# define COMPILER_ID "zOS"
- /* __IBMCPP__ = VRP */
-# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
-# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
-# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
-
-#elif defined(__open_xl__) && defined(__clang__)
-# define COMPILER_ID "IBMClang"
-# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
-# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
-# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
-# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
-
-
-#elif defined(__ibmxl__) && defined(__clang__)
-# define COMPILER_ID "XLClang"
-# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
-# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
-# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
-# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
-
-
-#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
-# define COMPILER_ID "XL"
- /* __IBMCPP__ = VRP */
-# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
-# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
-# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
-
-#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
-# define COMPILER_ID "VisualAge"
- /* __IBMCPP__ = VRP */
-# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
-# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
-# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
-
-#elif defined(__NVCOMPILER)
-# define COMPILER_ID "NVHPC"
-# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
-# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
-# if defined(__NVCOMPILER_PATCHLEVEL__)
-# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
-# endif
-
-#elif defined(__PGI)
-# define COMPILER_ID "PGI"
-# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
-# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
-# if defined(__PGIC_PATCHLEVEL__)
-# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
-# endif
-
-#elif defined(__clang__) && defined(__cray__)
-# define COMPILER_ID "CrayClang"
-# define COMPILER_VERSION_MAJOR DEC(__cray_major__)
-# define COMPILER_VERSION_MINOR DEC(__cray_minor__)
-# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__)
-# define COMPILER_VERSION_INTERNAL_STR __clang_version__
-
-
-#elif defined(_CRAYC)
-# define COMPILER_ID "Cray"
-# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
-# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
-
-#elif defined(__TI_COMPILER_VERSION__)
-# define COMPILER_ID "TI"
- /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
-# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
-# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
-# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
-
-#elif defined(__CLANG_FUJITSU)
-# define COMPILER_ID "FujitsuClang"
-# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
-# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
-# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
-# define COMPILER_VERSION_INTERNAL_STR __clang_version__
-
-
-#elif defined(__FUJITSU)
-# define COMPILER_ID "Fujitsu"
-# if defined(__FCC_version__)
-# define COMPILER_VERSION __FCC_version__
-# elif defined(__FCC_major__)
-# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
-# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
-# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
-# endif
-# if defined(__fcc_version)
-# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
-# elif defined(__FCC_VERSION)
-# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
-# endif
-
-
-#elif defined(__ghs__)
-# define COMPILER_ID "GHS"
-/* __GHS_VERSION_NUMBER = VVVVRP */
-# ifdef __GHS_VERSION_NUMBER
-# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
-# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
-# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
-# endif
-
-#elif defined(__TASKING__)
-# define COMPILER_ID "Tasking"
- # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000)
- # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100)
-# define COMPILER_VERSION_INTERNAL DEC(__VERSION__)
-
-#elif defined(__ORANGEC__)
-# define COMPILER_ID "OrangeC"
-# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__)
-# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__)
-# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__)
-
-#elif defined(__SCO_VERSION__)
-# define COMPILER_ID "SCO"
-
-#elif defined(__ARMCC_VERSION) && !defined(__clang__)
-# define COMPILER_ID "ARMCC"
-#if __ARMCC_VERSION >= 1000000
- /* __ARMCC_VERSION = VRRPPPP */
- # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
- # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
- # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
-#else
- /* __ARMCC_VERSION = VRPPPP */
- # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
- # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
- # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
-#endif
-
-
-#elif defined(__clang__) && defined(__apple_build_version__)
-# define COMPILER_ID "AppleClang"
-# if defined(_MSC_VER)
-# define SIMULATE_ID "MSVC"
-# endif
-# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
-# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
-# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
-# if defined(_MSC_VER)
- /* _MSC_VER = VVRR */
-# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
-# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
-# endif
-# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
-
-#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
-# define COMPILER_ID "ARMClang"
- # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
- # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
- # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100)
-# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
-
-#elif defined(__clang__) && defined(__ti__)
-# define COMPILER_ID "TIClang"
- # define COMPILER_VERSION_MAJOR DEC(__ti_major__)
- # define COMPILER_VERSION_MINOR DEC(__ti_minor__)
- # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__)
-# define COMPILER_VERSION_INTERNAL DEC(__ti_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(__clang__) && defined(__ti__)
-# if defined(__ARM_ARCH)
-# define ARCHITECTURE_ID "Arm"
-
-# 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/cmake-build-debug/CMakeFiles/3.29.6/CompilerIdCXX/CMakeCXXCompilerId.o b/cmake-build-debug/CMakeFiles/3.29.6/CompilerIdCXX/CMakeCXXCompilerId.o
deleted file mode 100644
index e061c08c6ce69105ac2b6f4739914165fe59258c..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 1712
zcmb_cJ#5oZ5PqShqzWV;F@P#TBo?M9Nn5D}MM~6w09kE^41uV6Sc#Kba-7Id!K&&_d2>lvl19;@o<=hs%1JU>teA1H?gh=UITfXuYF5D;H#6H#|AtCilC}FZCwo8|_6t^{Y3{vM<~2L))!LY2-(1-f+J-2jiHF
zT6SSMHMZq6au=W~7v;CqH>da>-a7}|!{+v2BhYmy3HhWmP^$SG=|2{q`US&%>eY;lbQ?XVyMg+K**B;m~Yk{~vPHOZ62y|Ep&Yb7B6Sk5lr??bVxW
z*XY;Sj^&kd&8B0mIHp_M5J9Htn0~e4)k}HP!*AoL>6JH2?6-W=t(aa#R;;SocKp)v
z5@&E;EVpHYMuXhi>c%lY_Skf#p%dQZkU#VnR8|(Y2Px0VLj!p0y
z=!_7?uCke@uwaw%MA=Le792AiWi!MfaK|u|%`CvifRoB*hzB;LJCJFaMf~|raCU9dqyf9G-p-`SvPH$>ooBh
f661yA*P9F6E&&H{UPCy5X$|23rZj{DNF4bCQt1(%
diff --git a/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml b/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml
deleted file mode 100644
index aad67f6..0000000
--- a/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml
+++ /dev/null
@@ -1,3031 +0,0 @@
-
----
-events:
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineSystem.cmake:205 (message)"
- - "CMakeLists.txt:7 (project)"
- message: |
- The system is: Darwin - 23.2.0 - arm64
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
- - "CMakeLists.txt:7 (project)"
- message: |
- Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
- Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
- Build flags:
- Id flags:
-
- The output was:
- 1
- ld: library 'System' not found
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
-
-
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
- - "CMakeLists.txt:7 (project)"
- message: |
- Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
- Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
- Build flags:
- Id flags: -c
-
- The output was:
- 0
-
-
- Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.o"
-
- The C compiler identification is AppleClang, found in:
- /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/3.29.6/CompilerIdC/CMakeCCompilerId.o
-
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
- - "CMakeLists.txt:7 (project)"
- message: |
- Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
- Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
- Build flags:
- Id flags:
-
- The output was:
- 1
- ld: library 'c++' not found
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
-
-
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
- - "CMakeLists.txt:7 (project)"
- message: |
- Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
- Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
- Build flags:
- Id flags: -c
-
- The output was:
- 0
-
-
- Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.o"
-
- The CXX compiler identification is AppleClang, found in:
- /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/3.29.6/CompilerIdCXX/CMakeCXXCompilerId.o
-
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:67 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
- - "CMakeLists.txt:7 (project)"
- checks:
- - "Detecting C compiler ABI info"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-vg5Jup"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-vg5Jup"
- cmakeVariables:
- CMAKE_C_FLAGS: ""
- CMAKE_C_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "CMAKE_C_ABI_COMPILED"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-vg5Jup'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_358f4
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -v -Wl,-v -MD -MT CMakeFiles/cmTC_358f4.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_358f4.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_358f4.dir/CMakeCCompilerABI.c.o -c /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCCompilerABI.c
- Apple clang version 15.0.0 (clang-1500.3.9.4)
- Target: arm64-apple-darwin23.2.0
- Thread model: posix
- InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
- clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
- "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx14.2.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.5 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1053.12 -v -fcoverage-compilation-dir=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-vg5Jup -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_358f4.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_358f4.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-vg5Jup -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_358f4.dir/CMakeCCompilerABI.c.o -x c /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCCompilerABI.c
- clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target arm64-apple-darwin23.2.0
- ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/local/include"
- ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/Library/Frameworks"
- #include "..." search starts here:
- #include <...> search starts here:
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks (framework directory)
- End of search list.
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_358f4.dir/CMakeCCompilerABI.c.o -o cmTC_358f4 && :
- Apple clang version 15.0.0 (clang-1500.3.9.4)
- Target: arm64-apple-darwin23.2.0
- Thread model: posix
- InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
- "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 14.2.0 14.5 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -o cmTC_358f4 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_358f4.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a
- @(#)PROGRAM:ld PROJECT:ld-1053.12
- BUILD 10:15:51 Mar 29 2024
- configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
- will use ld-classic for: armv6 armv7 armv7s arm64_32 i386 armv6m armv7k armv7m armv7em
- LTO support using: LLVM version 15.0.0 (static support for 29, runtime is 29)
- TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.3.2.2)
- Library search paths:
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift
- Framework search paths:
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks
-
- exitCode: 0
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:137 (message)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
- - "CMakeLists.txt:7 (project)"
- message: |
- Parsed C implicit include dir info: rv=done
- found start of include info
- found start of implicit include info
- add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include]
- add: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include]
- add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
- end of search list found
- collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include]
- collapse include dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include]
- collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
- implicit include dirs: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
-
-
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:173 (message)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
- - "CMakeLists.txt:7 (project)"
- message: |
- Parsed C implicit link information:
- link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
- linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)]
- ignore line: [Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-vg5Jup']
- ignore line: []
- ignore line: [Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_358f4]
- ignore line: [[1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -v -Wl -v -MD -MT CMakeFiles/cmTC_358f4.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_358f4.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_358f4.dir/CMakeCCompilerABI.c.o -c /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCCompilerABI.c]
- ignore line: [Apple clang version 15.0.0 (clang-1500.3.9.4)]
- ignore line: [Target: arm64-apple-darwin23.2.0]
- ignore line: [Thread model: posix]
- ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
- ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
- ignore line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx14.2.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.5 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1053.12 -v -fcoverage-compilation-dir=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-vg5Jup -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_358f4.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_358f4.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-vg5Jup -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_358f4.dir/CMakeCCompilerABI.c.o -x c /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCCompilerABI.c]
- ignore line: [clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target arm64-apple-darwin23.2.0]
- ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/local/include"]
- ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/Library/Frameworks"]
- ignore line: [#include "..." search starts here:]
- ignore line: [#include <...> search starts here:]
- ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include]
- ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include]
- ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
- ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks (framework directory)]
- ignore line: [End of search list.]
- ignore line: [[2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl -search_paths_first -Wl -headerpad_max_install_names -v -Wl -v CMakeFiles/cmTC_358f4.dir/CMakeCCompilerABI.c.o -o cmTC_358f4 && :]
- ignore line: [Apple clang version 15.0.0 (clang-1500.3.9.4)]
- ignore line: [Target: arm64-apple-darwin23.2.0]
- ignore line: [Thread model: posix]
- ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
- link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 14.2.0 14.5 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -o cmTC_358f4 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_358f4.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a]
- arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
- arg [-demangle] ==> ignore
- arg [-lto_library] ==> ignore, skip following value
- arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library
- arg [-dynamic] ==> ignore
- arg [-arch] ==> ignore
- arg [arm64] ==> ignore
- arg [-platform_version] ==> ignore
- arg [macos] ==> ignore
- arg [14.2.0] ==> ignore
- arg [14.5] ==> ignore
- arg [-syslibroot] ==> ignore
- arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk] ==> ignore
- arg [-o] ==> ignore
- arg [cmTC_358f4] ==> ignore
- arg [-search_paths_first] ==> ignore
- arg [-headerpad_max_install_names] ==> ignore
- arg [-v] ==> ignore
- arg [CMakeFiles/cmTC_358f4.dir/CMakeCCompilerABI.c.o] ==> ignore
- arg [-lSystem] ==> lib [System]
- arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a]
- linker tool for 'C': /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
- Library search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift]
- Framework search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks]
- remove lib [System]
- remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a]
- collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib]
- collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift]
- collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks]
- implicit libs: []
- implicit objs: []
- implicit dirs: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift]
- implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks]
-
-
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:210 (cmake_determine_linker_id)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
- - "CMakeLists.txt:7 (project)"
- message: |
- Running the C compiler's linker: "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" "-v"
- @(#)PROGRAM:ld PROJECT:ld-1053.12
- BUILD 10:15:51 Mar 29 2024
- configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
- will use ld-classic for: armv6 armv7 armv7s arm64_32 i386 armv6m armv7k armv7m armv7em
- LTO support using: LLVM version 15.0.0 (static support for 29, runtime is 29)
- TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.3.2.2)
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:67 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
- - "CMakeLists.txt:7 (project)"
- checks:
- - "Detecting CXX compiler ABI info"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-jawo9I"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-jawo9I"
- cmakeVariables:
- CMAKE_CXX_FLAGS: ""
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_CXX_SCAN_FOR_MODULES: "OFF"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "CMAKE_CXX_ABI_COMPILED"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-jawo9I'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_d9dee
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -v -Wl,-v -MD -MT CMakeFiles/cmTC_d9dee.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_d9dee.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_d9dee.dir/CMakeCXXCompilerABI.cpp.o -c /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp
- Apple clang version 15.0.0 (clang-1500.3.9.4)
- Target: arm64-apple-darwin23.2.0
- Thread model: posix
- InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
- clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
- "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx14.2.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.5 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1053.12 -v -fcoverage-compilation-dir=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-jawo9I -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_d9dee.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_d9dee.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1 -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -fdebug-compilation-dir=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-jawo9I -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_d9dee.dir/CMakeCXXCompilerABI.cpp.o -x c++ /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp
- clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target arm64-apple-darwin23.2.0
- ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/local/include"
- ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/Library/Frameworks"
- #include "..." search starts here:
- #include <...> search starts here:
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks (framework directory)
- End of search list.
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_d9dee.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_d9dee && :
- Apple clang version 15.0.0 (clang-1500.3.9.4)
- Target: arm64-apple-darwin23.2.0
- Thread model: posix
- InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
- "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 14.2.0 14.5 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -o cmTC_d9dee -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_d9dee.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a
- @(#)PROGRAM:ld PROJECT:ld-1053.12
- BUILD 10:15:51 Mar 29 2024
- configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
- will use ld-classic for: armv6 armv7 armv7s arm64_32 i386 armv6m armv7k armv7m armv7em
- LTO support using: LLVM version 15.0.0 (static support for 29, runtime is 29)
- TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.3.2.2)
- Library search paths:
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift
- Framework search paths:
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks
-
- exitCode: 0
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:137 (message)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
- - "CMakeLists.txt:7 (project)"
- message: |
- Parsed CXX implicit include dir info: rv=done
- found start of include info
- found start of implicit include info
- add: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1]
- add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include]
- add: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include]
- add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
- end of search list found
- collapse include dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1]
- collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include]
- collapse include dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include]
- collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
- implicit include dirs: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
-
-
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:173 (message)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
- - "CMakeLists.txt:7 (project)"
- message: |
- Parsed CXX implicit link information:
- link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
- linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)]
- ignore line: [Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-jawo9I']
- ignore line: []
- ignore line: [Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_d9dee]
- ignore line: [[1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -v -Wl -v -MD -MT CMakeFiles/cmTC_d9dee.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_d9dee.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_d9dee.dir/CMakeCXXCompilerABI.cpp.o -c /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp]
- ignore line: [Apple clang version 15.0.0 (clang-1500.3.9.4)]
- ignore line: [Target: arm64-apple-darwin23.2.0]
- ignore line: [Thread model: posix]
- ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
- ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
- ignore line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx14.2.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.5 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1053.12 -v -fcoverage-compilation-dir=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-jawo9I -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_d9dee.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_d9dee.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1 -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -fdebug-compilation-dir=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-jawo9I -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_d9dee.dir/CMakeCXXCompilerABI.cpp.o -x c++ /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp]
- ignore line: [clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target arm64-apple-darwin23.2.0]
- ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/local/include"]
- ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/Library/Frameworks"]
- ignore line: [#include "..." search starts here:]
- ignore line: [#include <...> search starts here:]
- ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1]
- ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include]
- ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include]
- ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
- ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks (framework directory)]
- ignore line: [End of search list.]
- ignore line: [[2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl -search_paths_first -Wl -headerpad_max_install_names -v -Wl -v CMakeFiles/cmTC_d9dee.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_d9dee && :]
- ignore line: [Apple clang version 15.0.0 (clang-1500.3.9.4)]
- ignore line: [Target: arm64-apple-darwin23.2.0]
- ignore line: [Thread model: posix]
- ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
- link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 14.2.0 14.5 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -o cmTC_d9dee -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_d9dee.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a]
- arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
- arg [-demangle] ==> ignore
- arg [-lto_library] ==> ignore, skip following value
- arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library
- arg [-dynamic] ==> ignore
- arg [-arch] ==> ignore
- arg [arm64] ==> ignore
- arg [-platform_version] ==> ignore
- arg [macos] ==> ignore
- arg [14.2.0] ==> ignore
- arg [14.5] ==> ignore
- arg [-syslibroot] ==> ignore
- arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk] ==> ignore
- arg [-o] ==> ignore
- arg [cmTC_d9dee] ==> ignore
- arg [-search_paths_first] ==> ignore
- arg [-headerpad_max_install_names] ==> ignore
- arg [-v] ==> ignore
- arg [CMakeFiles/cmTC_d9dee.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
- arg [-lc++] ==> lib [c++]
- arg [-lSystem] ==> lib [System]
- arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a]
- linker tool for 'CXX': /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
- Library search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift]
- Framework search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks]
- remove lib [System]
- remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a]
- collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib]
- collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift]
- collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks]
- implicit libs: [c++]
- implicit objs: []
- implicit dirs: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift]
- implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks]
-
-
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:210 (cmake_determine_linker_id)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
- - "CMakeLists.txt:7 (project)"
- message: |
- Running the CXX compiler's linker: "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" "-v"
- @(#)PROGRAM:ld PROJECT:ld-1053.12
- BUILD 10:15:51 Mar 29 2024
- configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
- will use ld-classic for: armv6 armv7 armv7s arm64_32 i386 armv6m armv7k armv7m armv7em
- LTO support using: LLVM version 15.0.0 (static support for 29, runtime is 29)
- TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.3.2.2)
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckIncludeFile.cmake:90 (try_compile)"
- - "CMakeLists.txt:38 (check_include_file)"
- checks:
- - "Looking for unistd.h"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-8fnFWi"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-8fnFWi"
- cmakeVariables:
- CMAKE_C_FLAGS: ""
- CMAKE_C_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_UNISTD_H"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-8fnFWi'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_d4f0b
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -std=c11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_d4f0b.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_d4f0b.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_d4f0b.dir/CheckIncludeFile.c.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-8fnFWi/CheckIncludeFile.c
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d4f0b.dir/CheckIncludeFile.c.o -o cmTC_d4f0b && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckLibraryExists.cmake:69 (try_compile)"
- - "CMakeLists.txt:41 (check_library_exists)"
- checks:
- - "Looking for crc32c_value in crc32c"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kTILtX"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kTILtX"
- cmakeVariables:
- CMAKE_C_FLAGS: ""
- CMAKE_C_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CRC32C"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kTILtX'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_524a4
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=crc32c_value -std=c11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_524a4.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_524a4.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_524a4.dir/CheckFunctionExists.c.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kTILtX/CheckFunctionExists.c
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=crc32c_value -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_524a4.dir/CheckFunctionExists.c.o -o cmTC_524a4 -lcrc32c && :
- FAILED: cmTC_524a4
- : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=crc32c_value -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_524a4.dir/CheckFunctionExists.c.o -o cmTC_524a4 -lcrc32c && :
- ld: library 'crc32c' not found
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- ninja: build stopped: subcommand failed.
-
- exitCode: 1
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckLibraryExists.cmake:69 (try_compile)"
- - "CMakeLists.txt:42 (check_library_exists)"
- checks:
- - "Looking for snappy_compress in snappy"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-AU2ivv"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-AU2ivv"
- cmakeVariables:
- CMAKE_C_FLAGS: ""
- CMAKE_C_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_SNAPPY"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-AU2ivv'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_d9d49
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=snappy_compress -std=c11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_d9d49.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_d9d49.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_d9d49.dir/CheckFunctionExists.c.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-AU2ivv/CheckFunctionExists.c
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=snappy_compress -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d9d49.dir/CheckFunctionExists.c.o -o cmTC_d9d49 -lsnappy && :
- FAILED: cmTC_d9d49
- : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=snappy_compress -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d9d49.dir/CheckFunctionExists.c.o -o cmTC_d9d49 -lsnappy && :
- ld: library 'snappy' not found
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- ninja: build stopped: subcommand failed.
-
- exitCode: 1
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckLibraryExists.cmake:69 (try_compile)"
- - "CMakeLists.txt:43 (check_library_exists)"
- checks:
- - "Looking for zstd_compress in zstd"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3smKsT"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3smKsT"
- cmakeVariables:
- CMAKE_C_FLAGS: ""
- CMAKE_C_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_ZSTD"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3smKsT'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_aa930
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=zstd_compress -std=c11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_aa930.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_aa930.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_aa930.dir/CheckFunctionExists.c.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3smKsT/CheckFunctionExists.c
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=zstd_compress -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aa930.dir/CheckFunctionExists.c.o -o cmTC_aa930 -lzstd && :
- FAILED: cmTC_aa930
- : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=zstd_compress -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aa930.dir/CheckFunctionExists.c.o -o cmTC_aa930 -lzstd && :
- ld: library 'zstd' not found
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- ninja: build stopped: subcommand failed.
-
- exitCode: 1
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckLibraryExists.cmake:69 (try_compile)"
- - "CMakeLists.txt:44 (check_library_exists)"
- checks:
- - "Looking for malloc in tcmalloc"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ilSnI6"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ilSnI6"
- cmakeVariables:
- CMAKE_C_FLAGS: ""
- CMAKE_C_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_TCMALLOC"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ilSnI6'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_b3693
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=malloc -std=c11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_b3693.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_b3693.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_b3693.dir/CheckFunctionExists.c.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ilSnI6/CheckFunctionExists.c
- /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ilSnI6/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'malloc' [-Wincompatible-library-redeclaration]
- CHECK_FUNCTION_EXISTS(void);
- ^
- :1:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS'
- #define CHECK_FUNCTION_EXISTS malloc
- ^
- /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ilSnI6/CheckFunctionExists.c:7:3: note: 'malloc' is a builtin with type 'void *(unsigned long)'
- :1:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS'
- #define CHECK_FUNCTION_EXISTS malloc
- ^
- 1 warning generated.
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=malloc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b3693.dir/CheckFunctionExists.c.o -o cmTC_b3693 -ltcmalloc && :
- FAILED: cmTC_b3693
- : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=malloc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b3693.dir/CheckFunctionExists.c.o -o cmTC_b3693 -ltcmalloc && :
- ld: library 'tcmalloc' not found
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- ninja: build stopped: subcommand failed.
-
- exitCode: 1
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckSymbolExists.cmake:140 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXSymbolExists.cmake:72 (__CHECK_SYMBOL_EXISTS_IMPL)"
- - "CMakeLists.txt:52 (check_cxx_symbol_exists)"
- checks:
- - "Looking for fdatasync"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-m2hSEl"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-m2hSEl"
- cmakeVariables:
- CMAKE_CXX_FLAGS: ""
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_FDATASYNC"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-m2hSEl'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_65797
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_65797.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_65797.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_65797.dir/CheckSymbolExists.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-m2hSEl/CheckSymbolExists.cxx
- FAILED: CMakeFiles/cmTC_65797.dir/CheckSymbolExists.cxx.o
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_65797.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_65797.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_65797.dir/CheckSymbolExists.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-m2hSEl/CheckSymbolExists.cxx
- /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-m2hSEl/CheckSymbolExists.cxx:8:19: error: use of undeclared identifier 'fdatasync'
- return ((int*)(&fdatasync))[argc];
- ^
- 1 error generated.
- ninja: build stopped: subcommand failed.
-
- exitCode: 1
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckSymbolExists.cmake:140 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXSymbolExists.cmake:72 (__CHECK_SYMBOL_EXISTS_IMPL)"
- - "CMakeLists.txt:53 (check_cxx_symbol_exists)"
- checks:
- - "Looking for F_FULLFSYNC"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-CFxGeC"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-CFxGeC"
- cmakeVariables:
- CMAKE_CXX_FLAGS: ""
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_FULLFSYNC"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-CFxGeC'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_a0178
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_a0178.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_a0178.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_a0178.dir/CheckSymbolExists.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-CFxGeC/CheckSymbolExists.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a0178.dir/CheckSymbolExists.cxx.o -o cmTC_a0178 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckSymbolExists.cmake:140 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXSymbolExists.cmake:72 (__CHECK_SYMBOL_EXISTS_IMPL)"
- - "CMakeLists.txt:54 (check_cxx_symbol_exists)"
- checks:
- - "Looking for O_CLOEXEC"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-z2UpFx"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-z2UpFx"
- cmakeVariables:
- CMAKE_CXX_FLAGS: ""
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_O_CLOEXEC"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-z2UpFx'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_d64b0
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_d64b0.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_d64b0.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_d64b0.dir/CheckSymbolExists.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-z2UpFx/CheckSymbolExists.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d64b0.dir/CheckSymbolExists.cxx.o -o cmTC_d64b0 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "CMakeLists.txt:83 (check_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CLANG_THREAD_SAFETY"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-rv1WHP"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-rv1WHP"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CLANG_THREAD_SAFETY"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-rv1WHP'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_ab4ec
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CLANG_THREAD_SAFETY -fno-exceptions -fno-rtti -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wthread-safety -MD -MT CMakeFiles/cmTC_ab4ec.dir/src.cxx.o -MF CMakeFiles/cmTC_ab4ec.dir/src.cxx.o.d -o CMakeFiles/cmTC_ab4ec.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-rv1WHP/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ab4ec.dir/src.cxx.o -o cmTC_ab4ec && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "CMakeLists.txt:86 (check_cxx_compiler_flag)"
- checks:
- - "Performing Test LEVELDB_HAVE_NO_MISSING_FIELD_INITIALIZERS"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-DhvFb4"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-DhvFb4"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "LEVELDB_HAVE_NO_MISSING_FIELD_INITIALIZERS"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-DhvFb4'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_5a8e3
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DLEVELDB_HAVE_NO_MISSING_FIELD_INITIALIZERS -fno-exceptions -fno-rtti -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wno-missing-field-initializers -MD -MT CMakeFiles/cmTC_5a8e3.dir/src.cxx.o -MF CMakeFiles/cmTC_5a8e3.dir/src.cxx.o.d -o CMakeFiles/cmTC_5a8e3.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-DhvFb4/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5a8e3.dir/src.cxx.o -o cmTC_5a8e3 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)"
- - "CMakeLists.txt:92 (check_cxx_source_compiles)"
- checks:
- - "Performing Test HAVE_CXX17_HAS_INCLUDE"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-YgDO5d"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-YgDO5d"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX17_HAS_INCLUDE"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-YgDO5d'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_0dfe8
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX17_HAS_INCLUDE -fno-exceptions -fno-rtti -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_0dfe8.dir/src.cxx.o -MF CMakeFiles/cmTC_0dfe8.dir/src.cxx.o.d -o CMakeFiles/cmTC_0dfe8.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-YgDO5d/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0dfe8.dir/src.cxx.o -o cmTC_0dfe8 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCSourceCompiles.cmake:52 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindThreads.cmake:97 (CHECK_C_SOURCE_COMPILES)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindThreads.cmake:163 (_threads_check_libc)"
- - "CMakeLists.txt:285 (find_package)"
- checks:
- - "Performing Test CMAKE_HAVE_LIBC_PTHREAD"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nV6oro"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nV6oro"
- cmakeVariables:
- CMAKE_C_FLAGS: " -Wstrict-prototypes"
- CMAKE_C_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "CMAKE_HAVE_LIBC_PTHREAD"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nV6oro'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_e4e63
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -Wstrict-prototypes -std=c11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_e4e63.dir/src.c.o -MF CMakeFiles/cmTC_e4e63.dir/src.c.o.d -o CMakeFiles/cmTC_e4e63.dir/src.c.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nV6oro/src.c
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -Wstrict-prototypes -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e4e63.dir/src.c.o -o cmTC_e4e63 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckLibraryExists.cmake:69 (try_compile)"
- - "third_party/benchmark/CMakeLists.txt:125 (check_library_exists)"
- checks:
- - "Looking for shm_open in rt"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Xq1pSP"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Xq1pSP"
- cmakeVariables:
- CMAKE_C_FLAGS: " -Wstrict-prototypes"
- CMAKE_C_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_LIB_RT"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Xq1pSP'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_3c38d
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -Wstrict-prototypes -DCHECK_FUNCTION_EXISTS=shm_open -std=c11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_3c38d.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_3c38d.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_3c38d.dir/CheckFunctionExists.c.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Xq1pSP/CheckFunctionExists.c
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -Wstrict-prototypes -DCHECK_FUNCTION_EXISTS=shm_open -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3c38d.dir/CheckFunctionExists.c.o -o cmTC_3c38d -lrt && :
- FAILED: cmTC_3c38d
- : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -Wstrict-prototypes -DCHECK_FUNCTION_EXISTS=shm_open -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3c38d.dir/CheckFunctionExists.c.o -o cmTC_3c38d -lrt && :
- ld: library 'rt' not found
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- ninja: build stopped: subcommand failed.
-
- exitCode: 1
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:174 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WALL"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-9XSMzv"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-9XSMzv"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WALL"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-9XSMzv'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_8f09c
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WALL -fno-exceptions -fno-rtti -Wall -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wall -MD -MT CMakeFiles/cmTC_8f09c.dir/src.cxx.o -MF CMakeFiles/cmTC_8f09c.dir/src.cxx.o.d -o CMakeFiles/cmTC_8f09c.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-9XSMzv/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8f09c.dir/src.cxx.o -o cmTC_8f09c && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:175 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WEXTRA"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-niT2eu"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-niT2eu"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WEXTRA"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-niT2eu'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_33844
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WEXTRA -fno-exceptions -fno-rtti -Wall -Wextra -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wextra -MD -MT CMakeFiles/cmTC_33844.dir/src.cxx.o -MF CMakeFiles/cmTC_33844.dir/src.cxx.o.d -o CMakeFiles/cmTC_33844.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-niT2eu/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_33844.dir/src.cxx.o -o cmTC_33844 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:176 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WSHADOW"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-sTSjBR"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-sTSjBR"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WSHADOW"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-sTSjBR'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_57a43
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WSHADOW -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wshadow -MD -MT CMakeFiles/cmTC_57a43.dir/src.cxx.o -MF CMakeFiles/cmTC_57a43.dir/src.cxx.o.d -o CMakeFiles/cmTC_57a43.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-sTSjBR/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_57a43.dir/src.cxx.o -o cmTC_57a43 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:177 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-8zLOES"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-8zLOES"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WFLOAT_EQUAL"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-8zLOES'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_ef2f6
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WFLOAT_EQUAL -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wfloat-equal -MD -MT CMakeFiles/cmTC_ef2f6.dir/src.cxx.o -MF CMakeFiles/cmTC_ef2f6.dir/src.cxx.o.d -o CMakeFiles/cmTC_ef2f6.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-8zLOES/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ef2f6.dir/src.cxx.o -o cmTC_ef2f6 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:179 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WERROR"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Dpjhkk"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Dpjhkk"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WERROR"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Dpjhkk'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_fb63b
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WERROR -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -MD -MT CMakeFiles/cmTC_fb63b.dir/src.cxx.o -MF CMakeFiles/cmTC_fb63b.dir/src.cxx.o.d -o CMakeFiles/cmTC_fb63b.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Dpjhkk/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fb63b.dir/src.cxx.o -o cmTC_fb63b && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:183 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-KyexnY"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-KyexnY"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WSUGGEST_OVERRIDE"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-KyexnY'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_7081a
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WSUGGEST_OVERRIDE -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wsuggest-override -MD -MT CMakeFiles/cmTC_7081a.dir/src.cxx.o -MF CMakeFiles/cmTC_7081a.dir/src.cxx.o.d -o CMakeFiles/cmTC_7081a.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-KyexnY/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7081a.dir/src.cxx.o -o cmTC_7081a && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:185 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_PEDANTIC"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-em76rx"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-em76rx"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_PEDANTIC"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-em76rx'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_d3f5c
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_PEDANTIC -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -pedantic -MD -MT CMakeFiles/cmTC_d3f5c.dir/src.cxx.o -MF CMakeFiles/cmTC_d3f5c.dir/src.cxx.o.d -o CMakeFiles/cmTC_d3f5c.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-em76rx/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d3f5c.dir/src.cxx.o -o cmTC_d3f5c && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:186 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-GziXpQ"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-GziXpQ"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_PEDANTIC_ERRORS"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-GziXpQ'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_8a008
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_PEDANTIC_ERRORS -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -pedantic-errors -MD -MT CMakeFiles/cmTC_8a008.dir/src.cxx.o -MF CMakeFiles/cmTC_8a008.dir/src.cxx.o.d -o CMakeFiles/cmTC_8a008.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-GziXpQ/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8a008.dir/src.cxx.o -o cmTC_8a008 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:187 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-wyU2Xk"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-wyU2Xk"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WSHORTEN_64_TO_32"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-wyU2Xk'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_646bf
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WSHORTEN_64_TO_32 -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wshorten-64-to-32 -MD -MT CMakeFiles/cmTC_646bf.dir/src.cxx.o -MF CMakeFiles/cmTC_646bf.dir/src.cxx.o.d -o CMakeFiles/cmTC_646bf.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-wyU2Xk/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_646bf.dir/src.cxx.o -o cmTC_646bf && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:188 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-XuPIal"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-XuPIal"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_FSTRICT_ALIASING"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-XuPIal'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_e1cf2
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_FSTRICT_ALIASING -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -fstrict-aliasing -MD -MT CMakeFiles/cmTC_e1cf2.dir/src.cxx.o -MF CMakeFiles/cmTC_e1cf2.dir/src.cxx.o.d -o CMakeFiles/cmTC_e1cf2.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-XuPIal/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e1cf2.dir/src.cxx.o -o cmTC_e1cf2 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:191 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-5yAUAz"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-5yAUAz"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-5yAUAz'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_2423b
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wno-deprecated-declarations -MD -MT CMakeFiles/cmTC_2423b.dir/src.cxx.o -MF CMakeFiles/cmTC_2423b.dir/src.cxx.o.d -o CMakeFiles/cmTC_2423b.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-5yAUAz/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2423b.dir/src.cxx.o -o cmTC_2423b && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:200 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gWpMeC"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gWpMeC"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WNO_DEPRECATED"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gWpMeC'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_ab824
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WNO_DEPRECATED -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wno-deprecated -MD -MT CMakeFiles/cmTC_ab824.dir/src.cxx.o -MF CMakeFiles/cmTC_ab824.dir/src.cxx.o.d -o CMakeFiles/cmTC_ab824.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gWpMeC/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ab824.dir/src.cxx.o -o cmTC_ab824 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:203 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-P5D2f1"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-P5D2f1"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_FNO_EXCEPTIONS"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-P5D2f1'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_140cf
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_FNO_EXCEPTIONS -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -fno-exceptions -MD -MT CMakeFiles/cmTC_140cf.dir/src.cxx.o -MF CMakeFiles/cmTC_140cf.dir/src.cxx.o.d -o CMakeFiles/cmTC_140cf.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-P5D2f1/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_140cf.dir/src.cxx.o -o cmTC_140cf && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:208 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-A3BGl7"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-A3BGl7"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WSTRICT_ALIASING"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-A3BGl7'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_ddac6
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WSTRICT_ALIASING -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wstrict-aliasing -MD -MT CMakeFiles/cmTC_ddac6.dir/src.cxx.o -MF CMakeFiles/cmTC_ddac6.dir/src.cxx.o.d -o CMakeFiles/cmTC_ddac6.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-A3BGl7/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ddac6.dir/src.cxx.o -o cmTC_ddac6 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:213 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WD654"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SXDPS6"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SXDPS6"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WD654"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SXDPS6'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_26152
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WD654 -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -wd654 -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -wd654 -MD -MT CMakeFiles/cmTC_26152.dir/src.cxx.o -MF CMakeFiles/cmTC_26152.dir/src.cxx.o.d -o CMakeFiles/cmTC_26152.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SXDPS6/src.cxx
- FAILED: CMakeFiles/cmTC_26152.dir/src.cxx.o
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WD654 -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -wd654 -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -wd654 -MD -MT CMakeFiles/cmTC_26152.dir/src.cxx.o -MF CMakeFiles/cmTC_26152.dir/src.cxx.o.d -o CMakeFiles/cmTC_26152.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SXDPS6/src.cxx
- clang: error: unknown argument: '-wd654'
- clang: error: unknown argument: '-wd654'
- ninja: build stopped: subcommand failed.
-
- exitCode: 1
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:214 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-f4JE7S"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-f4JE7S"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WTHREAD_SAFETY"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-f4JE7S'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_83706
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WTHREAD_SAFETY -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wthread-safety -MD -MT CMakeFiles/cmTC_83706.dir/src.cxx.o -MF CMakeFiles/cmTC_83706.dir/src.cxx.o.d -o CMakeFiles/cmTC_83706.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-f4JE7S/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_83706.dir/src.cxx.o -o cmTC_83706 && :
-
- exitCode: 0
-
----
-events:
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineSystem.cmake:205 (message)"
- - "CMakeLists.txt:7 (project)"
- message: |
- The system is: Darwin - 23.2.0 - arm64
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
- - "CMakeLists.txt:7 (project)"
- message: |
- Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
- Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
- Build flags:
- Id flags:
-
- The output was:
- 1
- ld: library 'System' not found
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
-
-
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
- - "CMakeLists.txt:7 (project)"
- message: |
- Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
- Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
- Build flags:
- Id flags: -c
-
- The output was:
- 0
-
-
- Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.o"
-
- The C compiler identification is AppleClang, found in:
- /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/3.29.6/CompilerIdC/CMakeCCompilerId.o
-
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
- - "CMakeLists.txt:7 (project)"
- message: |
- Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
- Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
- Build flags:
- Id flags:
-
- The output was:
- 1
- ld: library 'c++' not found
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
-
-
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
- - "CMakeLists.txt:7 (project)"
- message: |
- Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
- Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
- Build flags:
- Id flags: -c
-
- The output was:
- 0
-
-
- Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.o"
-
- The CXX compiler identification is AppleClang, found in:
- /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/3.29.6/CompilerIdCXX/CMakeCXXCompilerId.o
-
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:67 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
- - "CMakeLists.txt:7 (project)"
- checks:
- - "Detecting C compiler ABI info"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-aXRtQj"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-aXRtQj"
- cmakeVariables:
- CMAKE_C_FLAGS: ""
- CMAKE_C_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "CMAKE_C_ABI_COMPILED"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-aXRtQj'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_bc75f
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -v -Wl,-v -MD -MT CMakeFiles/cmTC_bc75f.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_bc75f.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_bc75f.dir/CMakeCCompilerABI.c.o -c /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCCompilerABI.c
- Apple clang version 15.0.0 (clang-1500.3.9.4)
- Target: arm64-apple-darwin23.2.0
- Thread model: posix
- InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
- clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
- "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx14.2.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.5 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1053.12 -v -fcoverage-compilation-dir=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-aXRtQj -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_bc75f.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_bc75f.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-aXRtQj -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_bc75f.dir/CMakeCCompilerABI.c.o -x c /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCCompilerABI.c
- clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target arm64-apple-darwin23.2.0
- ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/local/include"
- ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/Library/Frameworks"
- #include "..." search starts here:
- #include <...> search starts here:
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks (framework directory)
- End of search list.
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_bc75f.dir/CMakeCCompilerABI.c.o -o cmTC_bc75f && :
- Apple clang version 15.0.0 (clang-1500.3.9.4)
- Target: arm64-apple-darwin23.2.0
- Thread model: posix
- InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
- "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 14.2.0 14.5 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -o cmTC_bc75f -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_bc75f.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a
- @(#)PROGRAM:ld PROJECT:ld-1053.12
- BUILD 10:15:51 Mar 29 2024
- configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
- will use ld-classic for: armv6 armv7 armv7s arm64_32 i386 armv6m armv7k armv7m armv7em
- LTO support using: LLVM version 15.0.0 (static support for 29, runtime is 29)
- TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.3.2.2)
- Library search paths:
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift
- Framework search paths:
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks
-
- exitCode: 0
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:137 (message)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
- - "CMakeLists.txt:7 (project)"
- message: |
- Parsed C implicit include dir info: rv=done
- found start of include info
- found start of implicit include info
- add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include]
- add: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include]
- add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
- end of search list found
- collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include]
- collapse include dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include]
- collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
- implicit include dirs: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
-
-
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:173 (message)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
- - "CMakeLists.txt:7 (project)"
- message: |
- Parsed C implicit link information:
- link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
- linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)]
- ignore line: [Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-aXRtQj']
- ignore line: []
- ignore line: [Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_bc75f]
- ignore line: [[1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -v -Wl -v -MD -MT CMakeFiles/cmTC_bc75f.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_bc75f.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_bc75f.dir/CMakeCCompilerABI.c.o -c /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCCompilerABI.c]
- ignore line: [Apple clang version 15.0.0 (clang-1500.3.9.4)]
- ignore line: [Target: arm64-apple-darwin23.2.0]
- ignore line: [Thread model: posix]
- ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
- ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
- ignore line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx14.2.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.5 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1053.12 -v -fcoverage-compilation-dir=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-aXRtQj -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_bc75f.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_bc75f.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-aXRtQj -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_bc75f.dir/CMakeCCompilerABI.c.o -x c /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCCompilerABI.c]
- ignore line: [clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target arm64-apple-darwin23.2.0]
- ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/local/include"]
- ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/Library/Frameworks"]
- ignore line: [#include "..." search starts here:]
- ignore line: [#include <...> search starts here:]
- ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include]
- ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include]
- ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
- ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks (framework directory)]
- ignore line: [End of search list.]
- ignore line: [[2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl -search_paths_first -Wl -headerpad_max_install_names -v -Wl -v CMakeFiles/cmTC_bc75f.dir/CMakeCCompilerABI.c.o -o cmTC_bc75f && :]
- ignore line: [Apple clang version 15.0.0 (clang-1500.3.9.4)]
- ignore line: [Target: arm64-apple-darwin23.2.0]
- ignore line: [Thread model: posix]
- ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
- link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 14.2.0 14.5 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -o cmTC_bc75f -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_bc75f.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a]
- arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
- arg [-demangle] ==> ignore
- arg [-lto_library] ==> ignore, skip following value
- arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library
- arg [-dynamic] ==> ignore
- arg [-arch] ==> ignore
- arg [arm64] ==> ignore
- arg [-platform_version] ==> ignore
- arg [macos] ==> ignore
- arg [14.2.0] ==> ignore
- arg [14.5] ==> ignore
- arg [-syslibroot] ==> ignore
- arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk] ==> ignore
- arg [-o] ==> ignore
- arg [cmTC_bc75f] ==> ignore
- arg [-search_paths_first] ==> ignore
- arg [-headerpad_max_install_names] ==> ignore
- arg [-v] ==> ignore
- arg [CMakeFiles/cmTC_bc75f.dir/CMakeCCompilerABI.c.o] ==> ignore
- arg [-lSystem] ==> lib [System]
- arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a]
- linker tool for 'C': /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
- Library search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift]
- Framework search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks]
- remove lib [System]
- remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a]
- collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib]
- collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift]
- collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks]
- implicit libs: []
- implicit objs: []
- implicit dirs: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift]
- implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks]
-
-
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:210 (cmake_determine_linker_id)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
- - "CMakeLists.txt:7 (project)"
- message: |
- Running the C compiler's linker: "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" "-v"
- @(#)PROGRAM:ld PROJECT:ld-1053.12
- BUILD 10:15:51 Mar 29 2024
- configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
- will use ld-classic for: armv6 armv7 armv7s arm64_32 i386 armv6m armv7k armv7m armv7em
- LTO support using: LLVM version 15.0.0 (static support for 29, runtime is 29)
- TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.3.2.2)
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:67 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
- - "CMakeLists.txt:7 (project)"
- checks:
- - "Detecting CXX compiler ABI info"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Rq5IUE"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Rq5IUE"
- cmakeVariables:
- CMAKE_CXX_FLAGS: ""
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_CXX_SCAN_FOR_MODULES: "OFF"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "CMAKE_CXX_ABI_COMPILED"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Rq5IUE'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_ab0d1
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -v -Wl,-v -MD -MT CMakeFiles/cmTC_ab0d1.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_ab0d1.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_ab0d1.dir/CMakeCXXCompilerABI.cpp.o -c /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp
- Apple clang version 15.0.0 (clang-1500.3.9.4)
- Target: arm64-apple-darwin23.2.0
- Thread model: posix
- InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
- clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
- "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx14.2.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.5 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1053.12 -v -fcoverage-compilation-dir=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Rq5IUE -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_ab0d1.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_ab0d1.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1 -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -fdebug-compilation-dir=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Rq5IUE -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_ab0d1.dir/CMakeCXXCompilerABI.cpp.o -x c++ /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp
- clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target arm64-apple-darwin23.2.0
- ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/local/include"
- ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/Library/Frameworks"
- #include "..." search starts here:
- #include <...> search starts here:
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks (framework directory)
- End of search list.
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_ab0d1.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_ab0d1 && :
- Apple clang version 15.0.0 (clang-1500.3.9.4)
- Target: arm64-apple-darwin23.2.0
- Thread model: posix
- InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
- "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 14.2.0 14.5 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -o cmTC_ab0d1 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_ab0d1.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a
- @(#)PROGRAM:ld PROJECT:ld-1053.12
- BUILD 10:15:51 Mar 29 2024
- configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
- will use ld-classic for: armv6 armv7 armv7s arm64_32 i386 armv6m armv7k armv7m armv7em
- LTO support using: LLVM version 15.0.0 (static support for 29, runtime is 29)
- TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.3.2.2)
- Library search paths:
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift
- Framework search paths:
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks
-
- exitCode: 0
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:137 (message)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
- - "CMakeLists.txt:7 (project)"
- message: |
- Parsed CXX implicit include dir info: rv=done
- found start of include info
- found start of implicit include info
- add: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1]
- add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include]
- add: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include]
- add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
- end of search list found
- collapse include dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1]
- collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include]
- collapse include dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include]
- collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
- implicit include dirs: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
-
-
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:173 (message)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
- - "CMakeLists.txt:7 (project)"
- message: |
- Parsed CXX implicit link information:
- link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
- linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)]
- ignore line: [Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Rq5IUE']
- ignore line: []
- ignore line: [Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_ab0d1]
- ignore line: [[1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -v -Wl -v -MD -MT CMakeFiles/cmTC_ab0d1.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_ab0d1.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_ab0d1.dir/CMakeCXXCompilerABI.cpp.o -c /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp]
- ignore line: [Apple clang version 15.0.0 (clang-1500.3.9.4)]
- ignore line: [Target: arm64-apple-darwin23.2.0]
- ignore line: [Thread model: posix]
- ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
- ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
- ignore line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx14.2.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.5 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1053.12 -v -fcoverage-compilation-dir=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Rq5IUE -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_ab0d1.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_ab0d1.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1 -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -fdebug-compilation-dir=/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Rq5IUE -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_ab0d1.dir/CMakeCXXCompilerABI.cpp.o -x c++ /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp]
- ignore line: [clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target arm64-apple-darwin23.2.0]
- ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/local/include"]
- ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/Library/Frameworks"]
- ignore line: [#include "..." search starts here:]
- ignore line: [#include <...> search starts here:]
- ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1]
- ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include]
- ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include]
- ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
- ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks (framework directory)]
- ignore line: [End of search list.]
- ignore line: [[2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl -search_paths_first -Wl -headerpad_max_install_names -v -Wl -v CMakeFiles/cmTC_ab0d1.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_ab0d1 && :]
- ignore line: [Apple clang version 15.0.0 (clang-1500.3.9.4)]
- ignore line: [Target: arm64-apple-darwin23.2.0]
- ignore line: [Thread model: posix]
- ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
- link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 14.2.0 14.5 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -o cmTC_ab0d1 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_ab0d1.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a]
- arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
- arg [-demangle] ==> ignore
- arg [-lto_library] ==> ignore, skip following value
- arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library
- arg [-dynamic] ==> ignore
- arg [-arch] ==> ignore
- arg [arm64] ==> ignore
- arg [-platform_version] ==> ignore
- arg [macos] ==> ignore
- arg [14.2.0] ==> ignore
- arg [14.5] ==> ignore
- arg [-syslibroot] ==> ignore
- arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk] ==> ignore
- arg [-o] ==> ignore
- arg [cmTC_ab0d1] ==> ignore
- arg [-search_paths_first] ==> ignore
- arg [-headerpad_max_install_names] ==> ignore
- arg [-v] ==> ignore
- arg [CMakeFiles/cmTC_ab0d1.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
- arg [-lc++] ==> lib [c++]
- arg [-lSystem] ==> lib [System]
- arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a]
- linker tool for 'CXX': /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
- Library search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift]
- Framework search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks]
- remove lib [System]
- remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a]
- collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib]
- collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift]
- collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks]
- implicit libs: [c++]
- implicit objs: []
- implicit dirs: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/swift]
- implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks]
-
-
- -
- kind: "message-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:210 (cmake_determine_linker_id)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
- - "CMakeLists.txt:7 (project)"
- message: |
- Running the CXX compiler's linker: "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" "-v"
- @(#)PROGRAM:ld PROJECT:ld-1053.12
- BUILD 10:15:51 Mar 29 2024
- configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
- will use ld-classic for: armv6 armv7 armv7s arm64_32 i386 armv6m armv7k armv7m armv7em
- LTO support using: LLVM version 15.0.0 (static support for 29, runtime is 29)
- TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.3.2.2)
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckIncludeFile.cmake:90 (try_compile)"
- - "CMakeLists.txt:38 (check_include_file)"
- checks:
- - "Looking for unistd.h"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-UNciw8"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-UNciw8"
- cmakeVariables:
- CMAKE_C_FLAGS: ""
- CMAKE_C_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_UNISTD_H"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-UNciw8'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_d3f4f
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -std=c11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_d3f4f.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_d3f4f.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_d3f4f.dir/CheckIncludeFile.c.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-UNciw8/CheckIncludeFile.c
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d3f4f.dir/CheckIncludeFile.c.o -o cmTC_d3f4f && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckLibraryExists.cmake:69 (try_compile)"
- - "CMakeLists.txt:41 (check_library_exists)"
- checks:
- - "Looking for crc32c_value in crc32c"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-W8E4ga"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-W8E4ga"
- cmakeVariables:
- CMAKE_C_FLAGS: ""
- CMAKE_C_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CRC32C"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-W8E4ga'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_f3e86
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=crc32c_value -std=c11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_f3e86.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_f3e86.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_f3e86.dir/CheckFunctionExists.c.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-W8E4ga/CheckFunctionExists.c
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=crc32c_value -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f3e86.dir/CheckFunctionExists.c.o -o cmTC_f3e86 -lcrc32c && :
- FAILED: cmTC_f3e86
- : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=crc32c_value -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f3e86.dir/CheckFunctionExists.c.o -o cmTC_f3e86 -lcrc32c && :
- ld: library 'crc32c' not found
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- ninja: build stopped: subcommand failed.
-
- exitCode: 1
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckLibraryExists.cmake:69 (try_compile)"
- - "CMakeLists.txt:42 (check_library_exists)"
- checks:
- - "Looking for snappy_compress in snappy"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-S7ogZ0"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-S7ogZ0"
- cmakeVariables:
- CMAKE_C_FLAGS: ""
- CMAKE_C_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_SNAPPY"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-S7ogZ0'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_22047
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=snappy_compress -std=c11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_22047.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_22047.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_22047.dir/CheckFunctionExists.c.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-S7ogZ0/CheckFunctionExists.c
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=snappy_compress -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_22047.dir/CheckFunctionExists.c.o -o cmTC_22047 -lsnappy && :
- FAILED: cmTC_22047
- : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=snappy_compress -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_22047.dir/CheckFunctionExists.c.o -o cmTC_22047 -lsnappy && :
- ld: library 'snappy' not found
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- ninja: build stopped: subcommand failed.
-
- exitCode: 1
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckLibraryExists.cmake:69 (try_compile)"
- - "CMakeLists.txt:43 (check_library_exists)"
- checks:
- - "Looking for zstd_compress in zstd"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dDQx3t"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dDQx3t"
- cmakeVariables:
- CMAKE_C_FLAGS: ""
- CMAKE_C_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_ZSTD"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dDQx3t'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_8b7e2
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=zstd_compress -std=c11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_8b7e2.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_8b7e2.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_8b7e2.dir/CheckFunctionExists.c.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dDQx3t/CheckFunctionExists.c
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=zstd_compress -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8b7e2.dir/CheckFunctionExists.c.o -o cmTC_8b7e2 -lzstd && :
- FAILED: cmTC_8b7e2
- : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=zstd_compress -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8b7e2.dir/CheckFunctionExists.c.o -o cmTC_8b7e2 -lzstd && :
- ld: library 'zstd' not found
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- ninja: build stopped: subcommand failed.
-
- exitCode: 1
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckLibraryExists.cmake:69 (try_compile)"
- - "CMakeLists.txt:44 (check_library_exists)"
- checks:
- - "Looking for malloc in tcmalloc"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-r5pSis"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-r5pSis"
- cmakeVariables:
- CMAKE_C_FLAGS: ""
- CMAKE_C_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_TCMALLOC"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-r5pSis'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_eec08
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=malloc -std=c11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_eec08.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_eec08.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_eec08.dir/CheckFunctionExists.c.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-r5pSis/CheckFunctionExists.c
- /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-r5pSis/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'malloc' [-Wincompatible-library-redeclaration]
- CHECK_FUNCTION_EXISTS(void);
- ^
- :1:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS'
- #define CHECK_FUNCTION_EXISTS malloc
- ^
- /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-r5pSis/CheckFunctionExists.c:7:3: note: 'malloc' is a builtin with type 'void *(unsigned long)'
- :1:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS'
- #define CHECK_FUNCTION_EXISTS malloc
- ^
- 1 warning generated.
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=malloc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_eec08.dir/CheckFunctionExists.c.o -o cmTC_eec08 -ltcmalloc && :
- FAILED: cmTC_eec08
- : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=malloc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_eec08.dir/CheckFunctionExists.c.o -o cmTC_eec08 -ltcmalloc && :
- ld: library 'tcmalloc' not found
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- ninja: build stopped: subcommand failed.
-
- exitCode: 1
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckSymbolExists.cmake:140 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXSymbolExists.cmake:72 (__CHECK_SYMBOL_EXISTS_IMPL)"
- - "CMakeLists.txt:52 (check_cxx_symbol_exists)"
- checks:
- - "Looking for fdatasync"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Xttrxq"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Xttrxq"
- cmakeVariables:
- CMAKE_CXX_FLAGS: ""
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_FDATASYNC"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Xttrxq'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_6529b
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_6529b.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_6529b.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_6529b.dir/CheckSymbolExists.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Xttrxq/CheckSymbolExists.cxx
- FAILED: CMakeFiles/cmTC_6529b.dir/CheckSymbolExists.cxx.o
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_6529b.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_6529b.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_6529b.dir/CheckSymbolExists.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Xttrxq/CheckSymbolExists.cxx
- /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Xttrxq/CheckSymbolExists.cxx:8:19: error: use of undeclared identifier 'fdatasync'
- return ((int*)(&fdatasync))[argc];
- ^
- 1 error generated.
- ninja: build stopped: subcommand failed.
-
- exitCode: 1
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckSymbolExists.cmake:140 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXSymbolExists.cmake:72 (__CHECK_SYMBOL_EXISTS_IMPL)"
- - "CMakeLists.txt:53 (check_cxx_symbol_exists)"
- checks:
- - "Looking for F_FULLFSYNC"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kBFqwE"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kBFqwE"
- cmakeVariables:
- CMAKE_CXX_FLAGS: ""
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_FULLFSYNC"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kBFqwE'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_269a7
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_269a7.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_269a7.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_269a7.dir/CheckSymbolExists.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kBFqwE/CheckSymbolExists.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_269a7.dir/CheckSymbolExists.cxx.o -o cmTC_269a7 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckSymbolExists.cmake:140 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXSymbolExists.cmake:72 (__CHECK_SYMBOL_EXISTS_IMPL)"
- - "CMakeLists.txt:54 (check_cxx_symbol_exists)"
- checks:
- - "Looking for O_CLOEXEC"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-9YDv3c"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-9YDv3c"
- cmakeVariables:
- CMAKE_CXX_FLAGS: ""
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_O_CLOEXEC"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-9YDv3c'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_ba220
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_ba220.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_ba220.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_ba220.dir/CheckSymbolExists.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-9YDv3c/CheckSymbolExists.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ba220.dir/CheckSymbolExists.cxx.o -o cmTC_ba220 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "CMakeLists.txt:83 (check_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CLANG_THREAD_SAFETY"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d8HOA5"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d8HOA5"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CLANG_THREAD_SAFETY"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d8HOA5'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_dd842
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CLANG_THREAD_SAFETY -fno-exceptions -fno-rtti -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wthread-safety -MD -MT CMakeFiles/cmTC_dd842.dir/src.cxx.o -MF CMakeFiles/cmTC_dd842.dir/src.cxx.o.d -o CMakeFiles/cmTC_dd842.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d8HOA5/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_dd842.dir/src.cxx.o -o cmTC_dd842 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "CMakeLists.txt:86 (check_cxx_compiler_flag)"
- checks:
- - "Performing Test LEVELDB_HAVE_NO_MISSING_FIELD_INITIALIZERS"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-G6KOAF"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-G6KOAF"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "LEVELDB_HAVE_NO_MISSING_FIELD_INITIALIZERS"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-G6KOAF'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_a6648
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DLEVELDB_HAVE_NO_MISSING_FIELD_INITIALIZERS -fno-exceptions -fno-rtti -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wno-missing-field-initializers -MD -MT CMakeFiles/cmTC_a6648.dir/src.cxx.o -MF CMakeFiles/cmTC_a6648.dir/src.cxx.o.d -o CMakeFiles/cmTC_a6648.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-G6KOAF/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a6648.dir/src.cxx.o -o cmTC_a6648 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)"
- - "CMakeLists.txt:92 (check_cxx_source_compiles)"
- checks:
- - "Performing Test HAVE_CXX17_HAS_INCLUDE"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-La3JoI"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-La3JoI"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX17_HAS_INCLUDE"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-La3JoI'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_06e2a
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX17_HAS_INCLUDE -fno-exceptions -fno-rtti -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_06e2a.dir/src.cxx.o -MF CMakeFiles/cmTC_06e2a.dir/src.cxx.o.d -o CMakeFiles/cmTC_06e2a.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-La3JoI/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_06e2a.dir/src.cxx.o -o cmTC_06e2a && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCSourceCompiles.cmake:52 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindThreads.cmake:97 (CHECK_C_SOURCE_COMPILES)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindThreads.cmake:163 (_threads_check_libc)"
- - "CMakeLists.txt:285 (find_package)"
- checks:
- - "Performing Test CMAKE_HAVE_LIBC_PTHREAD"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-mp2DB7"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-mp2DB7"
- cmakeVariables:
- CMAKE_C_FLAGS: " -Wstrict-prototypes"
- CMAKE_C_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "CMAKE_HAVE_LIBC_PTHREAD"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-mp2DB7'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_2cefb
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -Wstrict-prototypes -std=c11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_2cefb.dir/src.c.o -MF CMakeFiles/cmTC_2cefb.dir/src.c.o.d -o CMakeFiles/cmTC_2cefb.dir/src.c.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-mp2DB7/src.c
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -Wstrict-prototypes -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2cefb.dir/src.c.o -o cmTC_2cefb && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckLibraryExists.cmake:69 (try_compile)"
- - "third_party/benchmark/CMakeLists.txt:125 (check_library_exists)"
- checks:
- - "Looking for shm_open in rt"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Mski5T"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Mski5T"
- cmakeVariables:
- CMAKE_C_FLAGS: " -Wstrict-prototypes"
- CMAKE_C_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_LIB_RT"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Mski5T'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_9f52b
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -Wstrict-prototypes -DCHECK_FUNCTION_EXISTS=shm_open -std=c11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_9f52b.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_9f52b.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_9f52b.dir/CheckFunctionExists.c.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Mski5T/CheckFunctionExists.c
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -Wstrict-prototypes -DCHECK_FUNCTION_EXISTS=shm_open -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9f52b.dir/CheckFunctionExists.c.o -o cmTC_9f52b -lrt && :
- FAILED: cmTC_9f52b
- : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -Wstrict-prototypes -DCHECK_FUNCTION_EXISTS=shm_open -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9f52b.dir/CheckFunctionExists.c.o -o cmTC_9f52b -lrt && :
- ld: library 'rt' not found
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- ninja: build stopped: subcommand failed.
-
- exitCode: 1
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:174 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WALL"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-s7AcPF"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-s7AcPF"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WALL"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-s7AcPF'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_61673
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WALL -fno-exceptions -fno-rtti -Wall -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wall -MD -MT CMakeFiles/cmTC_61673.dir/src.cxx.o -MF CMakeFiles/cmTC_61673.dir/src.cxx.o.d -o CMakeFiles/cmTC_61673.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-s7AcPF/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_61673.dir/src.cxx.o -o cmTC_61673 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:175 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WEXTRA"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-rejsP1"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-rejsP1"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WEXTRA"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-rejsP1'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_e3675
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WEXTRA -fno-exceptions -fno-rtti -Wall -Wextra -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wextra -MD -MT CMakeFiles/cmTC_e3675.dir/src.cxx.o -MF CMakeFiles/cmTC_e3675.dir/src.cxx.o.d -o CMakeFiles/cmTC_e3675.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-rejsP1/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e3675.dir/src.cxx.o -o cmTC_e3675 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:176 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WSHADOW"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-z2ozEA"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-z2ozEA"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WSHADOW"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-z2ozEA'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_ade12
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WSHADOW -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wshadow -MD -MT CMakeFiles/cmTC_ade12.dir/src.cxx.o -MF CMakeFiles/cmTC_ade12.dir/src.cxx.o.d -o CMakeFiles/cmTC_ade12.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-z2ozEA/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ade12.dir/src.cxx.o -o cmTC_ade12 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:177 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iv1kB7"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iv1kB7"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WFLOAT_EQUAL"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iv1kB7'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_32361
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WFLOAT_EQUAL -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wfloat-equal -MD -MT CMakeFiles/cmTC_32361.dir/src.cxx.o -MF CMakeFiles/cmTC_32361.dir/src.cxx.o.d -o CMakeFiles/cmTC_32361.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iv1kB7/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_32361.dir/src.cxx.o -o cmTC_32361 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:179 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WERROR"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-rAcDgU"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-rAcDgU"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WERROR"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-rAcDgU'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_98256
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WERROR -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -MD -MT CMakeFiles/cmTC_98256.dir/src.cxx.o -MF CMakeFiles/cmTC_98256.dir/src.cxx.o.d -o CMakeFiles/cmTC_98256.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-rAcDgU/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_98256.dir/src.cxx.o -o cmTC_98256 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:183 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-MTHi4Y"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-MTHi4Y"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WSUGGEST_OVERRIDE"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-MTHi4Y'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_73835
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WSUGGEST_OVERRIDE -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wsuggest-override -MD -MT CMakeFiles/cmTC_73835.dir/src.cxx.o -MF CMakeFiles/cmTC_73835.dir/src.cxx.o.d -o CMakeFiles/cmTC_73835.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-MTHi4Y/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_73835.dir/src.cxx.o -o cmTC_73835 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:185 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_PEDANTIC"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-TAPcMl"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-TAPcMl"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_PEDANTIC"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-TAPcMl'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_06770
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_PEDANTIC -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -pedantic -MD -MT CMakeFiles/cmTC_06770.dir/src.cxx.o -MF CMakeFiles/cmTC_06770.dir/src.cxx.o.d -o CMakeFiles/cmTC_06770.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-TAPcMl/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_06770.dir/src.cxx.o -o cmTC_06770 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:186 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-IQRzzo"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-IQRzzo"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_PEDANTIC_ERRORS"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-IQRzzo'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_bbe8a
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_PEDANTIC_ERRORS -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -pedantic-errors -MD -MT CMakeFiles/cmTC_bbe8a.dir/src.cxx.o -MF CMakeFiles/cmTC_bbe8a.dir/src.cxx.o.d -o CMakeFiles/cmTC_bbe8a.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-IQRzzo/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bbe8a.dir/src.cxx.o -o cmTC_bbe8a && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:187 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-tZkimZ"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-tZkimZ"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WSHORTEN_64_TO_32"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-tZkimZ'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_5273c
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WSHORTEN_64_TO_32 -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wshorten-64-to-32 -MD -MT CMakeFiles/cmTC_5273c.dir/src.cxx.o -MF CMakeFiles/cmTC_5273c.dir/src.cxx.o.d -o CMakeFiles/cmTC_5273c.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-tZkimZ/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5273c.dir/src.cxx.o -o cmTC_5273c && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:188 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-82iGHI"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-82iGHI"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_FSTRICT_ALIASING"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-82iGHI'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_9be64
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_FSTRICT_ALIASING -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -fstrict-aliasing -MD -MT CMakeFiles/cmTC_9be64.dir/src.cxx.o -MF CMakeFiles/cmTC_9be64.dir/src.cxx.o.d -o CMakeFiles/cmTC_9be64.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-82iGHI/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9be64.dir/src.cxx.o -o cmTC_9be64 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:191 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-zUNTRb"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-zUNTRb"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-zUNTRb'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_857b6
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wno-deprecated-declarations -MD -MT CMakeFiles/cmTC_857b6.dir/src.cxx.o -MF CMakeFiles/cmTC_857b6.dir/src.cxx.o.d -o CMakeFiles/cmTC_857b6.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-zUNTRb/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_857b6.dir/src.cxx.o -o cmTC_857b6 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:200 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-FeBdlk"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-FeBdlk"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WNO_DEPRECATED"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-FeBdlk'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_6dba0
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WNO_DEPRECATED -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wno-deprecated -MD -MT CMakeFiles/cmTC_6dba0.dir/src.cxx.o -MF CMakeFiles/cmTC_6dba0.dir/src.cxx.o.d -o CMakeFiles/cmTC_6dba0.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-FeBdlk/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6dba0.dir/src.cxx.o -o cmTC_6dba0 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:203 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-26NEuM"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-26NEuM"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_FNO_EXCEPTIONS"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-26NEuM'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_0dbd4
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_FNO_EXCEPTIONS -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -fno-exceptions -MD -MT CMakeFiles/cmTC_0dbd4.dir/src.cxx.o -MF CMakeFiles/cmTC_0dbd4.dir/src.cxx.o.d -o CMakeFiles/cmTC_0dbd4.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-26NEuM/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0dbd4.dir/src.cxx.o -o cmTC_0dbd4 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:208 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-YqpwVA"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-YqpwVA"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WSTRICT_ALIASING"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-YqpwVA'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_e2367
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WSTRICT_ALIASING -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wstrict-aliasing -MD -MT CMakeFiles/cmTC_e2367.dir/src.cxx.o -MF CMakeFiles/cmTC_e2367.dir/src.cxx.o.d -o CMakeFiles/cmTC_e2367.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-YqpwVA/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e2367.dir/src.cxx.o -o cmTC_e2367 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:213 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WD654"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-GJGwIE"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-GJGwIE"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WD654"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-GJGwIE'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_d76b1
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WD654 -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -wd654 -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -wd654 -MD -MT CMakeFiles/cmTC_d76b1.dir/src.cxx.o -MF CMakeFiles/cmTC_d76b1.dir/src.cxx.o.d -o CMakeFiles/cmTC_d76b1.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-GJGwIE/src.cxx
- FAILED: CMakeFiles/cmTC_d76b1.dir/src.cxx.o
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WD654 -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -wd654 -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -wd654 -MD -MT CMakeFiles/cmTC_d76b1.dir/src.cxx.o -MF CMakeFiles/cmTC_d76b1.dir/src.cxx.o.d -o CMakeFiles/cmTC_d76b1.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-GJGwIE/src.cxx
- clang: error: unknown argument: '-wd654'
- clang: error: unknown argument: '-wd654'
- ninja: build stopped: subcommand failed.
-
- exitCode: 1
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:214 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-oYsJos"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-oYsJos"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_WTHREAD_SAFETY"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-oYsJos'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_86e35
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_WTHREAD_SAFETY -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wthread-safety -MD -MT CMakeFiles/cmTC_86e35.dir/src.cxx.o -MF CMakeFiles/cmTC_86e35.dir/src.cxx.o.d -o CMakeFiles/cmTC_86e35.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-oYsJos/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_86e35.dir/src.cxx.o -o cmTC_86e35 && :
-
- exitCode: 0
- -
- kind: "try_run-v1"
- backtrace:
- - "third_party/benchmark/cmake/CXXFeatureCheck.cmake:57 (try_run)"
- - "third_party/benchmark/CMakeLists.txt:216 (cxx_feature_check)"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeTmp"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeTmp"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "COMPILE_HAVE_THREAD_SAFETY_ATTRIBUTES"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeTmp'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_c2af0
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_c2af0.dir/thread_safety_attributes.cpp.o -MF CMakeFiles/cmTC_c2af0.dir/thread_safety_attributes.cpp.o.d -o CMakeFiles/cmTC_c2af0.dir/thread_safety_attributes.cpp.o -c /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/thread_safety_attributes.cpp
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c2af0.dir/thread_safety_attributes.cpp.o -o cmTC_c2af0 && :
-
- exitCode: 0
- runResult:
- variable: "RUN_HAVE_THREAD_SAFETY_ATTRIBUTES"
- cached: true
- stdout: |
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
- - "third_party/benchmark/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
- - "third_party/benchmark/CMakeLists.txt:265 (add_cxx_compiler_flag)"
- checks:
- - "Performing Test HAVE_CXX_FLAG_COVERAGE"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-lLlpnh"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-lLlpnh"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_CXX_FLAG_COVERAGE"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-lLlpnh'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_00792
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_CXX_FLAG_COVERAGE -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety --coverage -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics --coverage -MD -MT CMakeFiles/cmTC_00792.dir/src.cxx.o -MF CMakeFiles/cmTC_00792.dir/src.cxx.o.d -o CMakeFiles/cmTC_00792.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-lLlpnh/src.cxx
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety --coverage -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_00792.dir/src.cxx.o -o cmTC_00792 && :
-
- exitCode: 0
- -
- kind: "try_run-v1"
- backtrace:
- - "third_party/benchmark/cmake/CXXFeatureCheck.cmake:57 (try_run)"
- - "third_party/benchmark/CMakeLists.txt:294 (cxx_feature_check)"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeTmp"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeTmp"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "COMPILE_HAVE_STD_REGEX"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeTmp'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_9a32e
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_9a32e.dir/std_regex.cpp.o -MF CMakeFiles/cmTC_9a32e.dir/std_regex.cpp.o.d -o CMakeFiles/cmTC_9a32e.dir/std_regex.cpp.o -c /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/std_regex.cpp
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9a32e.dir/std_regex.cpp.o -o cmTC_9a32e && :
-
- exitCode: 0
- runResult:
- variable: "RUN_HAVE_STD_REGEX"
- cached: true
- stdout: |
- exitCode: 0
- -
- kind: "try_run-v1"
- backtrace:
- - "third_party/benchmark/cmake/CXXFeatureCheck.cmake:57 (try_run)"
- - "third_party/benchmark/CMakeLists.txt:295 (cxx_feature_check)"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeTmp"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeTmp"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "COMPILE_HAVE_GNU_POSIX_REGEX"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeTmp'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_268ce
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_268ce.dir/gnu_posix_regex.cpp.o -MF CMakeFiles/cmTC_268ce.dir/gnu_posix_regex.cpp.o.d -o CMakeFiles/cmTC_268ce.dir/gnu_posix_regex.cpp.o -c /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/gnu_posix_regex.cpp
- FAILED: CMakeFiles/cmTC_268ce.dir/gnu_posix_regex.cpp.o
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_268ce.dir/gnu_posix_regex.cpp.o -MF CMakeFiles/cmTC_268ce.dir/gnu_posix_regex.cpp.o.d -o CMakeFiles/cmTC_268ce.dir/gnu_posix_regex.cpp.o -c /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/gnu_posix_regex.cpp
- /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/gnu_posix_regex.cpp:1:10: fatal error: 'gnuregex.h' file not found
- #include
- ^~~~~~~~~~~~
- 1 error generated.
- ninja: build stopped: subcommand failed.
-
- exitCode: 1
- runResult:
- variable: "RUN_HAVE_GNU_POSIX_REGEX"
- cached: true
- -
- kind: "try_run-v1"
- backtrace:
- - "third_party/benchmark/cmake/CXXFeatureCheck.cmake:57 (try_run)"
- - "third_party/benchmark/CMakeLists.txt:296 (cxx_feature_check)"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeTmp"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeTmp"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "COMPILE_HAVE_POSIX_REGEX"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeTmp'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_05eb8
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_05eb8.dir/posix_regex.cpp.o -MF CMakeFiles/cmTC_05eb8.dir/posix_regex.cpp.o.d -o CMakeFiles/cmTC_05eb8.dir/posix_regex.cpp.o -c /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/posix_regex.cpp
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_05eb8.dir/posix_regex.cpp.o -o cmTC_05eb8 && :
-
- exitCode: 0
- runResult:
- variable: "RUN_HAVE_POSIX_REGEX"
- cached: true
- stdout: |
- exitCode: 0
- -
- kind: "try_run-v1"
- backtrace:
- - "third_party/benchmark/cmake/CXXFeatureCheck.cmake:57 (try_run)"
- - "third_party/benchmark/CMakeLists.txt:305 (cxx_feature_check)"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeTmp"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeTmp"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "COMPILE_HAVE_STEADY_CLOCK"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeTmp'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_c4bd7
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_c4bd7.dir/steady_clock.cpp.o -MF CMakeFiles/cmTC_c4bd7.dir/steady_clock.cpp.o.d -o CMakeFiles/cmTC_c4bd7.dir/steady_clock.cpp.o -c /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/steady_clock.cpp
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c4bd7.dir/steady_clock.cpp.o -o cmTC_c4bd7 && :
-
- exitCode: 0
- runResult:
- variable: "RUN_HAVE_STEADY_CLOCK"
- cached: true
- stdout: |
- exitCode: 0
- -
- kind: "try_run-v1"
- backtrace:
- - "third_party/benchmark/cmake/CXXFeatureCheck.cmake:57 (try_run)"
- - "third_party/benchmark/CMakeLists.txt:309 (cxx_feature_check)"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeTmp"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeTmp"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_MODULE_PATH: "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Modules;/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake"
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "COMPILE_HAVE_PTHREAD_AFFINITY"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeTmp'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_fe0a8
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_fe0a8.dir/pthread_affinity.cpp.o -MF CMakeFiles/cmTC_fe0a8.dir/pthread_affinity.cpp.o.d -o CMakeFiles/cmTC_fe0a8.dir/pthread_affinity.cpp.o -c /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/pthread_affinity.cpp
- FAILED: CMakeFiles/cmTC_fe0a8.dir/pthread_affinity.cpp.o
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_fe0a8.dir/pthread_affinity.cpp.o -MF CMakeFiles/cmTC_fe0a8.dir/pthread_affinity.cpp.o.d -o CMakeFiles/cmTC_fe0a8.dir/pthread_affinity.cpp.o -c /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/pthread_affinity.cpp
- /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/pthread_affinity.cpp:3:3: error: unknown type name 'cpu_set_t'
- cpu_set_t set;
- ^
- /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/pthread_affinity.cpp:5:23: error: use of undeclared identifier 'CPU_SETSIZE'
- for (int i = 0; i < CPU_SETSIZE; ++i) {
- ^
- 2 errors generated.
- ninja: build stopped: subcommand failed.
-
- exitCode: 1
- runResult:
- variable: "RUN_HAVE_PTHREAD_AFFINITY"
- cached: true
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckLibraryExists.cmake:69 (try_compile)"
- - "CMakeLists.txt:444 (check_library_exists)"
- checks:
- - "Looking for sqlite3_open in sqlite3"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ZqTGU8"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ZqTGU8"
- cmakeVariables:
- CMAKE_C_FLAGS: " -Wstrict-prototypes"
- CMAKE_C_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_SQLITE3"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ZqTGU8'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_9ca58
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -Wstrict-prototypes -DCHECK_FUNCTION_EXISTS=sqlite3_open -std=c11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_9ca58.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_9ca58.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_9ca58.dir/CheckFunctionExists.c.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ZqTGU8/CheckFunctionExists.c
- [2/2] : && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -Wstrict-prototypes -DCHECK_FUNCTION_EXISTS=sqlite3_open -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9ca58.dir/CheckFunctionExists.c.o -o cmTC_9ca58 -lsqlite3 && :
-
- exitCode: 0
- -
- kind: "try_compile-v1"
- backtrace:
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
- - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)"
- - "CMakeLists.txt:455 (check_cxx_source_compiles)"
- checks:
- - "Performing Test HAVE_KYOTOCABINET"
- directories:
- source: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-qv1oEe"
- binary: "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-qv1oEe"
- cmakeVariables:
- CMAKE_CXX_FLAGS: " -fno-exceptions -fno-rtti"
- CMAKE_CXX_FLAGS_DEBUG: "-g"
- CMAKE_EXE_LINKER_FLAGS: ""
- CMAKE_OSX_ARCHITECTURES: ""
- CMAKE_OSX_DEPLOYMENT_TARGET: "14.2"
- CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
- buildResult:
- variable: "HAVE_KYOTOCABINET"
- cached: true
- stdout: |
- Change Dir: '/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-qv1oEe'
-
- Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_2a511
- [1/2] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_KYOTOCABINET -fno-exceptions -fno-rtti -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_2a511.dir/src.cxx.o -MF CMakeFiles/cmTC_2a511.dir/src.cxx.o.d -o CMakeFiles/cmTC_2a511.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-qv1oEe/src.cxx
- FAILED: CMakeFiles/cmTC_2a511.dir/src.cxx.o
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_KYOTOCABINET -fno-exceptions -fno-rtti -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_2a511.dir/src.cxx.o -MF CMakeFiles/cmTC_2a511.dir/src.cxx.o.d -o CMakeFiles/cmTC_2a511.dir/src.cxx.o -c /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-qv1oEe/src.cxx
- /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-qv1oEe/src.cxx:2:10: fatal error: 'kcpolydb.h' file not found
- #include
- ^~~~~~~~~~~~
- 1 error generated.
- ninja: build stopped: subcommand failed.
-
- exitCode: 1
-...
diff --git a/cmake-build-debug/CMakeFiles/Export/f90a79f6c24c38ae6b0a9cccec147da8/leveldbTargets-debug.cmake b/cmake-build-debug/CMakeFiles/Export/f90a79f6c24c38ae6b0a9cccec147da8/leveldbTargets-debug.cmake
deleted file mode 100644
index 3c06feb..0000000
--- a/cmake-build-debug/CMakeFiles/Export/f90a79f6c24c38ae6b0a9cccec147da8/leveldbTargets-debug.cmake
+++ /dev/null
@@ -1,19 +0,0 @@
-#----------------------------------------------------------------
-# Generated CMake target import file for configuration "Debug".
-#----------------------------------------------------------------
-
-# Commands may need to know the format version.
-set(CMAKE_IMPORT_FILE_VERSION 1)
-
-# Import target "leveldb::leveldb" for configuration "Debug"
-set_property(TARGET leveldb::leveldb APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
-set_target_properties(leveldb::leveldb PROPERTIES
- IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
- IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libleveldb.a"
- )
-
-list(APPEND _cmake_import_check_targets leveldb::leveldb )
-list(APPEND _cmake_import_check_files_for_leveldb::leveldb "${_IMPORT_PREFIX}/lib/libleveldb.a" )
-
-# Commands beyond this point should not need to know the version.
-set(CMAKE_IMPORT_FILE_VERSION)
diff --git a/cmake-build-debug/CMakeFiles/Export/f90a79f6c24c38ae6b0a9cccec147da8/leveldbTargets.cmake b/cmake-build-debug/CMakeFiles/Export/f90a79f6c24c38ae6b0a9cccec147da8/leveldbTargets.cmake
deleted file mode 100644
index 9970078..0000000
--- a/cmake-build-debug/CMakeFiles/Export/f90a79f6c24c38ae6b0a9cccec147da8/leveldbTargets.cmake
+++ /dev/null
@@ -1,108 +0,0 @@
-# Generated by CMake
-
-if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
- message(FATAL_ERROR "CMake >= 2.8.0 required")
-endif()
-if(CMAKE_VERSION VERSION_LESS "2.8.12")
- message(FATAL_ERROR "CMake >= 2.8.12 required")
-endif()
-cmake_policy(PUSH)
-cmake_policy(VERSION 2.8.12...3.27)
-#----------------------------------------------------------------
-# Generated CMake target import file.
-#----------------------------------------------------------------
-
-# Commands may need to know the format version.
-set(CMAKE_IMPORT_FILE_VERSION 1)
-
-# Protect against multiple inclusion, which would fail when already imported targets are added once more.
-set(_cmake_targets_defined "")
-set(_cmake_targets_not_defined "")
-set(_cmake_expected_targets "")
-foreach(_cmake_expected_target IN ITEMS leveldb::leveldb)
- list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
- if(TARGET "${_cmake_expected_target}")
- list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
- else()
- list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}")
- endif()
-endforeach()
-unset(_cmake_expected_target)
-if(_cmake_targets_defined STREQUAL _cmake_expected_targets)
- unset(_cmake_targets_defined)
- unset(_cmake_targets_not_defined)
- unset(_cmake_expected_targets)
- unset(CMAKE_IMPORT_FILE_VERSION)
- cmake_policy(POP)
- return()
-endif()
-if(NOT _cmake_targets_defined STREQUAL "")
- string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}")
- string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}")
- message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n")
-endif()
-unset(_cmake_targets_defined)
-unset(_cmake_targets_not_defined)
-unset(_cmake_expected_targets)
-
-
-# Compute the installation prefix relative to this file.
-get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
-get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
-get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
-get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
-if(_IMPORT_PREFIX STREQUAL "/")
- set(_IMPORT_PREFIX "")
-endif()
-
-# Create imported target leveldb::leveldb
-add_library(leveldb::leveldb STATIC IMPORTED)
-
-set_target_properties(leveldb::leveldb PROPERTIES
- INTERFACE_COMPILE_OPTIONS "-Werror;-Wthread-safety"
- INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
- INTERFACE_LINK_LIBRARIES "Threads::Threads"
-)
-
-# Load information for each installed configuration.
-file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/leveldbTargets-*.cmake")
-foreach(_cmake_config_file IN LISTS _cmake_config_files)
- include("${_cmake_config_file}")
-endforeach()
-unset(_cmake_config_file)
-unset(_cmake_config_files)
-
-# Cleanup temporary variables.
-set(_IMPORT_PREFIX)
-
-# Loop over all imported files and verify that they actually exist
-foreach(_cmake_target IN LISTS _cmake_import_check_targets)
- if(CMAKE_VERSION VERSION_LESS "3.28"
- OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target}
- OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}")
- foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
- if(NOT EXISTS "${_cmake_file}")
- message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
- \"${_cmake_file}\"
-but this file does not exist. Possible reasons include:
-* The file was deleted, renamed, or moved to another location.
-* An install or uninstall procedure did not complete successfully.
-* The installation package was faulty and contained
- \"${CMAKE_CURRENT_LIST_FILE}\"
-but not all the files it references.
-")
- endif()
- endforeach()
- endif()
- unset(_cmake_file)
- unset("_cmake_import_check_files_for_${_cmake_target}")
-endforeach()
-unset(_cmake_target)
-unset(_cmake_import_check_targets)
-
-# This file does not depend on other imported targets which have
-# been exported from the same project but in a separate export set.
-
-# Commands beyond this point should not need to know the version.
-set(CMAKE_IMPORT_FILE_VERSION)
-cmake_policy(POP)
diff --git a/cmake-build-debug/CMakeFiles/TargetDirectories.txt b/cmake-build-debug/CMakeFiles/TargetDirectories.txt
deleted file mode 100644
index 32c466f..0000000
--- a/cmake-build-debug/CMakeFiles/TargetDirectories.txt
+++ /dev/null
@@ -1,55 +0,0 @@
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/leveldb.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/leveldbutil.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/leveldb_tests.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/c_test.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/env_posix_test.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/db_bench.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/db_bench_sqlite3.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/test.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/edit_cache.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/rebuild_cache.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/list_install_components.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/install.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/install/local.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/install/strip.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/CMakeFiles/test.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/CMakeFiles/edit_cache.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/CMakeFiles/rebuild_cache.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/CMakeFiles/list_install_components.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/CMakeFiles/install.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/CMakeFiles/install/local.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/CMakeFiles/install/strip.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googlemock/CMakeFiles/gmock.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googlemock/CMakeFiles/gmock_main.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googlemock/CMakeFiles/test.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googlemock/CMakeFiles/edit_cache.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googlemock/CMakeFiles/rebuild_cache.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googlemock/CMakeFiles/list_install_components.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googlemock/CMakeFiles/install.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googlemock/CMakeFiles/install/local.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googlemock/CMakeFiles/install/strip.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/CMakeFiles/gtest.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/CMakeFiles/gtest_main.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/CMakeFiles/test.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/CMakeFiles/edit_cache.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/CMakeFiles/rebuild_cache.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/CMakeFiles/list_install_components.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/CMakeFiles/install.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/CMakeFiles/install/local.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/CMakeFiles/install/strip.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/CMakeFiles/test.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/CMakeFiles/edit_cache.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/CMakeFiles/rebuild_cache.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/CMakeFiles/list_install_components.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/CMakeFiles/install.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/CMakeFiles/install/local.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/CMakeFiles/install/strip.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src/CMakeFiles/benchmark.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src/CMakeFiles/benchmark_main.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src/CMakeFiles/test.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src/CMakeFiles/edit_cache.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src/CMakeFiles/rebuild_cache.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src/CMakeFiles/list_install_components.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src/CMakeFiles/install.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src/CMakeFiles/install/local.dir
-/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src/CMakeFiles/install/strip.dir
diff --git a/cmake-build-debug/CMakeFiles/clion-Debug-log.txt b/cmake-build-debug/CMakeFiles/clion-Debug-log.txt
deleted file mode 100644
index c894137..0000000
--- a/cmake-build-debug/CMakeFiles/clion-Debug-log.txt
+++ /dev/null
@@ -1,122 +0,0 @@
-/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -G Ninja -S /Users/arcueid/program/LevelDB-KV-Separation -B /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug
--- The C compiler identification is AppleClang 15.0.0.15000309
--- The CXX compiler identification is AppleClang 15.0.0.15000309
--- Detecting C compiler ABI info
--- Detecting C compiler ABI info - done
--- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - 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: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
--- Detecting CXX compile features
--- Detecting CXX compile features - done
--- Looking for unistd.h
--- Looking for unistd.h - found
--- Looking for crc32c_value in crc32c
--- Looking for crc32c_value in crc32c - not found
--- Looking for snappy_compress in snappy
--- Looking for snappy_compress in snappy - not found
--- Looking for zstd_compress in zstd
--- Looking for zstd_compress in zstd - not found
--- Looking for malloc in tcmalloc
--- Looking for malloc in tcmalloc - not found
--- Looking for fdatasync
--- Looking for fdatasync - not found
--- Looking for F_FULLFSYNC
--- Looking for F_FULLFSYNC - found
--- Looking for O_CLOEXEC
--- Looking for O_CLOEXEC - found
--- Performing Test HAVE_CLANG_THREAD_SAFETY
--- Performing Test HAVE_CLANG_THREAD_SAFETY - Success
--- Performing Test LEVELDB_HAVE_NO_MISSING_FIELD_INITIALIZERS
--- Performing Test LEVELDB_HAVE_NO_MISSING_FIELD_INITIALIZERS - Success
--- Performing Test HAVE_CXX17_HAS_INCLUDE
--- Performing Test HAVE_CXX17_HAS_INCLUDE - Success
--- Performing Test CMAKE_HAVE_LIBC_PTHREAD
--- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
--- Found Threads: TRUE
-CMake Deprecation Warning at third_party/googletest/CMakeLists.txt:4 (cmake_minimum_required):
- Compatibility with CMake < 3.5 will be removed from a future version of
- CMake.
-
- Update the VERSION argument value or use a ... suffix to tell
- CMake that the project does not need compatibility with older versions.
-
-
-CMake Deprecation Warning at third_party/googletest/googlemock/CMakeLists.txt:45 (cmake_minimum_required):
- Compatibility with CMake < 3.5 will be removed from a future version of
- CMake.
-
- Update the VERSION argument value or use a ... suffix to tell
- CMake that the project does not need compatibility with older versions.
-
-
-CMake Deprecation Warning at third_party/googletest/googletest/CMakeLists.txt:56 (cmake_minimum_required):
- Compatibility with CMake < 3.5 will be removed from a future version of
- CMake.
-
- Update the VERSION argument value or use a ... suffix to tell
- CMake that the project does not need compatibility with older versions.
-
-
--- Found Python: /Users/arcueid/anaconda3/bin/python3.11 (found version "3.11.5") found components: Interpreter
--- Found Git: /usr/bin/git (found version "2.39.3 (Apple Git-146)")
--- git version: v1.7.1-50-gf7547e29 normalized to 1.7.1.50
--- Version: 1.7.1.50
--- Looking for shm_open in rt
--- Looking for shm_open in rt - not found
--- Performing Test HAVE_CXX_FLAG_WALL
--- Performing Test HAVE_CXX_FLAG_WALL - Success
--- Performing Test HAVE_CXX_FLAG_WEXTRA
--- Performing Test HAVE_CXX_FLAG_WEXTRA - Success
--- Performing Test HAVE_CXX_FLAG_WSHADOW
--- Performing Test HAVE_CXX_FLAG_WSHADOW - Success
--- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
--- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
--- Performing Test HAVE_CXX_FLAG_WERROR
--- Performing Test HAVE_CXX_FLAG_WERROR - Success
--- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
--- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
--- Performing Test HAVE_CXX_FLAG_PEDANTIC
--- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
--- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
--- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
--- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
--- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
--- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
--- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
--- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
--- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
--- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
--- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
--- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS
--- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS - Success
--- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
--- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
--- Performing Test HAVE_CXX_FLAG_WD654
--- Performing Test HAVE_CXX_FLAG_WD654 - Failed
--- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
--- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success
--- Enabling additional flags: -DINCLUDE_DIRECTORIES=/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include
--- Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES
--- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
--- Performing Test HAVE_CXX_FLAG_COVERAGE
--- Performing Test HAVE_CXX_FLAG_COVERAGE - Success
--- Compiling and running to test HAVE_STD_REGEX
--- Performing Test HAVE_STD_REGEX -- success
--- Compiling and running to test HAVE_GNU_POSIX_REGEX
--- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
--- Compiling and running to test HAVE_POSIX_REGEX
--- Performing Test HAVE_POSIX_REGEX -- success
--- Compiling and running to test HAVE_STEADY_CLOCK
--- Performing Test HAVE_STEADY_CLOCK -- success
--- Compiling and running to test HAVE_PTHREAD_AFFINITY
--- Performing Test HAVE_PTHREAD_AFFINITY -- failed to compile
--- Looking for sqlite3_open in sqlite3
--- Looking for sqlite3_open in sqlite3 - found
--- Performing Test HAVE_KYOTOCABINET
--- Performing Test HAVE_KYOTOCABINET - Failed
--- Configuring done (5.8s)
--- Generating done (0.0s)
--- Build files have been written to: /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug
diff --git a/cmake-build-debug/CMakeFiles/clion-environment.txt b/cmake-build-debug/CMakeFiles/clion-environment.txt
deleted file mode 100644
index d9a500a..0000000
--- a/cmake-build-debug/CMakeFiles/clion-environment.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-ToolSet: 1.0 (local)Ninja: 1.12.0@/Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja
-Options:
-
-Options:-DCMAKE_MAKE_PROGRAM=/Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja
\ No newline at end of file
diff --git a/cmake-build-debug/CMakeFiles/cmake.check_cache b/cmake-build-debug/CMakeFiles/cmake.check_cache
deleted file mode 100644
index 3dccd73..0000000
--- a/cmake-build-debug/CMakeFiles/cmake.check_cache
+++ /dev/null
@@ -1 +0,0 @@
-# This file is generated by cmake for dependency checking of the CMakeCache.txt file
diff --git a/cmake-build-debug/CMakeFiles/rules.ninja b/cmake-build-debug/CMakeFiles/rules.ninja
deleted file mode 100644
index 8543799..0000000
--- a/cmake-build-debug/CMakeFiles/rules.ninja
+++ /dev/null
@@ -1,302 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Ninja" Generator, CMake Version 3.29
-
-# 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: leveldb
-# Configurations: Debug
-# =============================================================================
-# =============================================================================
-
-#############################################
-# Rule for compiling CXX files.
-
-rule CXX_COMPILER__leveldb_unscanned_Debug
- depfile = $DEP_FILE
- deps = gcc
- command = ${LAUNCHER}${CODE_CHECK}/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
- description = Building CXX object $out
-
-
-#############################################
-# Rule for linking CXX static library.
-
-rule CXX_STATIC_LIBRARY_LINKER__leveldb_Debug
- command = $PRE_LINK && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E rm -f $TARGET_FILE && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib $TARGET_FILE && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
- description = Linking CXX static library $TARGET_FILE
- restat = $RESTAT
-
-
-#############################################
-# Rule for compiling CXX files.
-
-rule CXX_COMPILER__leveldbutil_unscanned_Debug
- depfile = $DEP_FILE
- deps = gcc
- command = ${LAUNCHER}${CODE_CHECK}/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
- description = Building CXX object $out
-
-
-#############################################
-# Rule for linking CXX executable.
-
-rule CXX_EXECUTABLE_LINKER__leveldbutil_Debug
- command = $PRE_LINK && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $FLAGS -Wl,-search_paths_first -Wl,-headerpad_max_install_names $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
- description = Linking CXX executable $TARGET_FILE
- restat = $RESTAT
-
-
-#############################################
-# Rule for compiling CXX files.
-
-rule CXX_COMPILER__leveldb_tests_unscanned_Debug
- depfile = $DEP_FILE
- deps = gcc
- command = ${LAUNCHER}${CODE_CHECK}/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
- description = Building CXX object $out
-
-
-#############################################
-# Rule for linking CXX executable.
-
-rule CXX_EXECUTABLE_LINKER__leveldb_tests_Debug
- command = $PRE_LINK && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $FLAGS -Wl,-search_paths_first -Wl,-headerpad_max_install_names $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
- description = Linking CXX executable $TARGET_FILE
- restat = $RESTAT
-
-
-#############################################
-# Rule for compiling C files.
-
-rule C_COMPILER__c_test_unscanned_Debug
- depfile = $DEP_FILE
- deps = gcc
- command = ${LAUNCHER}${CODE_CHECK}/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
- description = Building C object $out
-
-
-#############################################
-# Rule for compiling CXX files.
-
-rule CXX_COMPILER__c_test_unscanned_Debug
- depfile = $DEP_FILE
- deps = gcc
- command = ${LAUNCHER}${CODE_CHECK}/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
- description = Building CXX object $out
-
-
-#############################################
-# Rule for linking CXX executable.
-
-rule CXX_EXECUTABLE_LINKER__c_test_Debug
- command = $PRE_LINK && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $FLAGS -Wl,-search_paths_first -Wl,-headerpad_max_install_names $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
- description = Linking CXX executable $TARGET_FILE
- restat = $RESTAT
-
-
-#############################################
-# Rule for compiling CXX files.
-
-rule CXX_COMPILER__env_posix_test_unscanned_Debug
- depfile = $DEP_FILE
- deps = gcc
- command = ${LAUNCHER}${CODE_CHECK}/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
- description = Building CXX object $out
-
-
-#############################################
-# Rule for linking CXX executable.
-
-rule CXX_EXECUTABLE_LINKER__env_posix_test_Debug
- command = $PRE_LINK && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $FLAGS -Wl,-search_paths_first -Wl,-headerpad_max_install_names $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
- description = Linking CXX executable $TARGET_FILE
- restat = $RESTAT
-
-
-#############################################
-# Rule for compiling CXX files.
-
-rule CXX_COMPILER__db_bench_unscanned_Debug
- depfile = $DEP_FILE
- deps = gcc
- command = ${LAUNCHER}${CODE_CHECK}/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
- description = Building CXX object $out
-
-
-#############################################
-# Rule for linking CXX executable.
-
-rule CXX_EXECUTABLE_LINKER__db_bench_Debug
- command = $PRE_LINK && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $FLAGS -Wl,-search_paths_first -Wl,-headerpad_max_install_names $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
- description = Linking CXX executable $TARGET_FILE
- restat = $RESTAT
-
-
-#############################################
-# Rule for compiling CXX files.
-
-rule CXX_COMPILER__db_bench_sqlite3_unscanned_Debug
- depfile = $DEP_FILE
- deps = gcc
- command = ${LAUNCHER}${CODE_CHECK}/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
- description = Building CXX object $out
-
-
-#############################################
-# Rule for linking CXX executable.
-
-rule CXX_EXECUTABLE_LINKER__db_bench_sqlite3_Debug
- command = $PRE_LINK && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $FLAGS -Wl,-search_paths_first -Wl,-headerpad_max_install_names $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
- description = Linking CXX executable $TARGET_FILE
- restat = $RESTAT
-
-
-#############################################
-# Rule for running custom commands.
-
-rule CUSTOM_COMMAND
- command = $COMMAND
- description = $DESC
-
-
-#############################################
-# Rule for compiling CXX files.
-
-rule CXX_COMPILER__gmock_unscanned_Debug
- depfile = $DEP_FILE
- deps = gcc
- command = ${LAUNCHER}${CODE_CHECK}/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
- description = Building CXX object $out
-
-
-#############################################
-# Rule for linking CXX static library.
-
-rule CXX_STATIC_LIBRARY_LINKER__gmock_Debug
- command = $PRE_LINK && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E rm -f $TARGET_FILE && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib $TARGET_FILE && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
- description = Linking CXX static library $TARGET_FILE
- restat = $RESTAT
-
-
-#############################################
-# Rule for compiling CXX files.
-
-rule CXX_COMPILER__gmock_main_unscanned_Debug
- depfile = $DEP_FILE
- deps = gcc
- command = ${LAUNCHER}${CODE_CHECK}/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
- description = Building CXX object $out
-
-
-#############################################
-# Rule for linking CXX static library.
-
-rule CXX_STATIC_LIBRARY_LINKER__gmock_main_Debug
- command = $PRE_LINK && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E rm -f $TARGET_FILE && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib $TARGET_FILE && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
- description = Linking CXX static library $TARGET_FILE
- restat = $RESTAT
-
-
-#############################################
-# Rule for compiling CXX files.
-
-rule CXX_COMPILER__gtest_unscanned_Debug
- depfile = $DEP_FILE
- deps = gcc
- command = ${LAUNCHER}${CODE_CHECK}/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
- description = Building CXX object $out
-
-
-#############################################
-# Rule for linking CXX static library.
-
-rule CXX_STATIC_LIBRARY_LINKER__gtest_Debug
- command = $PRE_LINK && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E rm -f $TARGET_FILE && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib $TARGET_FILE && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
- description = Linking CXX static library $TARGET_FILE
- restat = $RESTAT
-
-
-#############################################
-# Rule for compiling CXX files.
-
-rule CXX_COMPILER__gtest_main_unscanned_Debug
- depfile = $DEP_FILE
- deps = gcc
- command = ${LAUNCHER}${CODE_CHECK}/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
- description = Building CXX object $out
-
-
-#############################################
-# Rule for linking CXX static library.
-
-rule CXX_STATIC_LIBRARY_LINKER__gtest_main_Debug
- command = $PRE_LINK && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E rm -f $TARGET_FILE && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib $TARGET_FILE && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
- description = Linking CXX static library $TARGET_FILE
- restat = $RESTAT
-
-
-#############################################
-# Rule for compiling CXX files.
-
-rule CXX_COMPILER__benchmark_unscanned_Debug
- depfile = $DEP_FILE
- deps = gcc
- command = ${LAUNCHER}${CODE_CHECK}/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
- description = Building CXX object $out
-
-
-#############################################
-# Rule for linking CXX static library.
-
-rule CXX_STATIC_LIBRARY_LINKER__benchmark_Debug
- command = $PRE_LINK && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E rm -f $TARGET_FILE && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib $TARGET_FILE && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
- description = Linking CXX static library $TARGET_FILE
- restat = $RESTAT
-
-
-#############################################
-# Rule for compiling CXX files.
-
-rule CXX_COMPILER__benchmark_main_unscanned_Debug
- depfile = $DEP_FILE
- deps = gcc
- command = ${LAUNCHER}${CODE_CHECK}/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
- description = Building CXX object $out
-
-
-#############################################
-# Rule for linking CXX static library.
-
-rule CXX_STATIC_LIBRARY_LINKER__benchmark_main_Debug
- command = $PRE_LINK && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E rm -f $TARGET_FILE && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib $TARGET_FILE && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
- description = Linking CXX static library $TARGET_FILE
- restat = $RESTAT
-
-
-#############################################
-# Rule for re-running cmake.
-
-rule RERUN_CMAKE
- command = /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake --regenerate-during-build -S/Users/arcueid/program/LevelDB-KV-Separation -B/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug
- description = Re-running CMake...
- generator = 1
-
-
-#############################################
-# Rule for cleaning all built files.
-
-rule CLEAN
- command = /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja $FILE_ARG -t clean $TARGETS
- description = Cleaning all built files...
-
-
-#############################################
-# Rule for printing all primary targets available.
-
-rule HELP
- command = /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -t targets
- description = All primary targets available:
-
diff --git a/cmake-build-debug/CTestTestfile.cmake b/cmake-build-debug/CTestTestfile.cmake
deleted file mode 100644
index 0004db6..0000000
--- a/cmake-build-debug/CTestTestfile.cmake
+++ /dev/null
@@ -1,14 +0,0 @@
-# CMake generated Testfile for
-# Source directory: /Users/arcueid/program/LevelDB-KV-Separation
-# Build directory: /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug
-#
-# This file includes the relevant testing commands required for
-# testing this directory and lists subdirectories to be tested as well.
-add_test(leveldb_tests "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/leveldb_tests")
-set_tests_properties(leveldb_tests PROPERTIES _BACKTRACE_TRIPLES "/Users/arcueid/program/LevelDB-KV-Separation/CMakeLists.txt;365;add_test;/Users/arcueid/program/LevelDB-KV-Separation/CMakeLists.txt;0;")
-add_test(c_test "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/c_test")
-set_tests_properties(c_test PROPERTIES _BACKTRACE_TRIPLES "/Users/arcueid/program/LevelDB-KV-Separation/CMakeLists.txt;391;add_test;/Users/arcueid/program/LevelDB-KV-Separation/CMakeLists.txt;394;leveldb_test;/Users/arcueid/program/LevelDB-KV-Separation/CMakeLists.txt;0;")
-add_test(env_posix_test "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/env_posix_test")
-set_tests_properties(env_posix_test PROPERTIES _BACKTRACE_TRIPLES "/Users/arcueid/program/LevelDB-KV-Separation/CMakeLists.txt;391;add_test;/Users/arcueid/program/LevelDB-KV-Separation/CMakeLists.txt;402;leveldb_test;/Users/arcueid/program/LevelDB-KV-Separation/CMakeLists.txt;0;")
-subdirs("third_party/googletest")
-subdirs("third_party/benchmark")
diff --git a/cmake-build-debug/Testing/Temporary/LastTest.log b/cmake-build-debug/Testing/Temporary/LastTest.log
deleted file mode 100644
index 765803e..0000000
--- a/cmake-build-debug/Testing/Temporary/LastTest.log
+++ /dev/null
@@ -1,3 +0,0 @@
-Start testing: Nov 26 08:22 CST
-----------------------------------------------------------
-End testing: Nov 26 08:22 CST
diff --git a/cmake-build-debug/build.ninja b/cmake-build-debug/build.ninja
deleted file mode 100644
index d2ddea6..0000000
--- a/cmake-build-debug/build.ninja
+++ /dev/null
@@ -1,1952 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Ninja" Generator, CMake Version 3.29
-
-# This file contains all the build statements describing the
-# compilation DAG.
-
-# =============================================================================
-# Write statements declared in CMakeLists.txt:
-#
-# Which is the root file.
-# =============================================================================
-
-# =============================================================================
-# Project: leveldb
-# 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 = /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/
-# =============================================================================
-# Object build statements for STATIC_LIBRARY target leveldb
-
-
-#############################################
-# Order-only phony target for leveldb
-
-build cmake_object_order_depends_target_leveldb: phony || .
-
-build CMakeFiles/leveldb.dir/db/builder.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/builder.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/db/builder.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/db/c.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/c.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/db/c.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/db/db_impl.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/db_impl.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/db/db_impl.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/db/db_iter.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/db_iter.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/db/db_iter.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/db/dbformat.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/dbformat.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/db/dbformat.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/db/dumpfile.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/dumpfile.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/db/dumpfile.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/db/filename.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/filename.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/db/filename.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/db/log_reader.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/log_reader.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/db/log_reader.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/db/log_writer.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/log_writer.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/db/log_writer.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/db/memtable.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/memtable.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/db/memtable.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/db/repair.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/repair.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/db/repair.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/db/table_cache.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/table_cache.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/db/table_cache.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/db/version_edit.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/version_edit.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/db/version_edit.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/db/version_set.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/version_set.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/db/version_set.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/db/write_batch.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/write_batch.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/db/write_batch.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/table/block_builder.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/table/block_builder.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/table/block_builder.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/table
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/table/block.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/table/block.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/table/block.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/table
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/table/filter_block.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/table/filter_block.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/table/filter_block.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/table
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/table/format.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/table/format.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/table/format.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/table
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/table/iterator.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/table/iterator.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/table/iterator.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/table
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/table/merger.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/table/merger.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/table/merger.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/table
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/table/table_builder.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/table/table_builder.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/table/table_builder.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/table
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/table/table.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/table/table.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/table/table.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/table
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/table/two_level_iterator.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/table/two_level_iterator.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/table/two_level_iterator.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/table
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/util/arena.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/arena.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/util/arena.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/util/bloom.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/bloom.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/util/bloom.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/util/cache.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/cache.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/util/cache.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/util/coding.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/coding.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/util/coding.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/util/comparator.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/comparator.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/util/comparator.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/util/crc32c.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/crc32c.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/util/crc32c.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/util/env.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/env.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/util/env.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/util/filter_policy.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/filter_policy.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/util/filter_policy.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/util/hash.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/hash.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/util/hash.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/util/logging.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/logging.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/util/logging.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/util/options.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/options.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/util/options.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/util/status.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/status.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/util/status.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/util/env_posix.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/env_posix.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/util/env_posix.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-build CMakeFiles/leveldb.dir/helpers/memenv/memenv.cc.o: CXX_COMPILER__leveldb_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/helpers/memenv/memenv.cc || cmake_object_order_depends_target_leveldb
- DEFINES = -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb.dir/helpers/memenv/memenv.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldb.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb.dir/helpers/memenv
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_PDB = libleveldb.pdb
-
-
-# =============================================================================
-# Link build statements for STATIC_LIBRARY target leveldb
-
-
-#############################################
-# Link the static library libleveldb.a
-
-build libleveldb.a: CXX_STATIC_LIBRARY_LINKER__leveldb_Debug CMakeFiles/leveldb.dir/db/builder.cc.o CMakeFiles/leveldb.dir/db/c.cc.o CMakeFiles/leveldb.dir/db/db_impl.cc.o CMakeFiles/leveldb.dir/db/db_iter.cc.o CMakeFiles/leveldb.dir/db/dbformat.cc.o CMakeFiles/leveldb.dir/db/dumpfile.cc.o CMakeFiles/leveldb.dir/db/filename.cc.o CMakeFiles/leveldb.dir/db/log_reader.cc.o CMakeFiles/leveldb.dir/db/log_writer.cc.o CMakeFiles/leveldb.dir/db/memtable.cc.o CMakeFiles/leveldb.dir/db/repair.cc.o CMakeFiles/leveldb.dir/db/table_cache.cc.o CMakeFiles/leveldb.dir/db/version_edit.cc.o CMakeFiles/leveldb.dir/db/version_set.cc.o CMakeFiles/leveldb.dir/db/write_batch.cc.o CMakeFiles/leveldb.dir/table/block_builder.cc.o CMakeFiles/leveldb.dir/table/block.cc.o CMakeFiles/leveldb.dir/table/filter_block.cc.o CMakeFiles/leveldb.dir/table/format.cc.o CMakeFiles/leveldb.dir/table/iterator.cc.o CMakeFiles/leveldb.dir/table/merger.cc.o CMakeFiles/leveldb.dir/table/table_builder.cc.o CMakeFiles/leveldb.dir/table/table.cc.o CMakeFiles/leveldb.dir/table/two_level_iterator.cc.o CMakeFiles/leveldb.dir/util/arena.cc.o CMakeFiles/leveldb.dir/util/bloom.cc.o CMakeFiles/leveldb.dir/util/cache.cc.o CMakeFiles/leveldb.dir/util/coding.cc.o CMakeFiles/leveldb.dir/util/comparator.cc.o CMakeFiles/leveldb.dir/util/crc32c.cc.o CMakeFiles/leveldb.dir/util/env.cc.o CMakeFiles/leveldb.dir/util/filter_policy.cc.o CMakeFiles/leveldb.dir/util/hash.cc.o CMakeFiles/leveldb.dir/util/logging.cc.o CMakeFiles/leveldb.dir/util/options.cc.o CMakeFiles/leveldb.dir/util/status.cc.o CMakeFiles/leveldb.dir/util/env_posix.cc.o CMakeFiles/leveldb.dir/helpers/memenv/memenv.cc.o
- ARCH_FLAGS = -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2
- LANGUAGE_COMPILE_FLAGS = -fno-exceptions -fno-rtti -g
- OBJECT_DIR = CMakeFiles/leveldb.dir
- POST_BUILD = :
- PRE_LINK = :
- TARGET_COMPILE_PDB = CMakeFiles/leveldb.dir/leveldb.pdb
- TARGET_FILE = libleveldb.a
- TARGET_PDB = libleveldb.pdb
-
-# =============================================================================
-# Object build statements for EXECUTABLE target leveldbutil
-
-
-#############################################
-# Order-only phony target for leveldbutil
-
-build cmake_object_order_depends_target_leveldbutil: phony || cmake_object_order_depends_target_leveldb
-
-build CMakeFiles/leveldbutil.dir/db/leveldbutil.cc.o: CXX_COMPILER__leveldbutil_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/leveldbutil.cc || cmake_object_order_depends_target_leveldbutil
- DEP_FILE = CMakeFiles/leveldbutil.dir/db/leveldbutil.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include
- OBJECT_DIR = CMakeFiles/leveldbutil.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldbutil.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldbutil.dir/
- TARGET_PDB = leveldbutil.pdb
-
-
-# =============================================================================
-# Link build statements for EXECUTABLE target leveldbutil
-
-
-#############################################
-# Link the executable leveldbutil
-
-build leveldbutil: CXX_EXECUTABLE_LINKER__leveldbutil_Debug CMakeFiles/leveldbutil.dir/db/leveldbutil.cc.o | libleveldb.a || libleveldb.a
- FLAGS = -fno-exceptions -fno-rtti -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2
- LINK_LIBRARIES = libleveldb.a
- OBJECT_DIR = CMakeFiles/leveldbutil.dir
- POST_BUILD = :
- PRE_LINK = :
- TARGET_COMPILE_PDB = CMakeFiles/leveldbutil.dir/
- TARGET_FILE = leveldbutil
- TARGET_PDB = leveldbutil.pdb
-
-# =============================================================================
-# Object build statements for EXECUTABLE target leveldb_tests
-
-
-#############################################
-# Order-only phony target for leveldb_tests
-
-build cmake_object_order_depends_target_leveldb_tests: phony || cmake_object_order_depends_target_gmock cmake_object_order_depends_target_gtest cmake_object_order_depends_target_gtest_main cmake_object_order_depends_target_leveldb
-
-build CMakeFiles/leveldb_tests.dir/util/status_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/status_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/util/status_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/util/no_destructor_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/no_destructor_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/util/no_destructor_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/util/testutil.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/testutil.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/util/testutil.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/db/autocompact_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/autocompact_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/db/autocompact_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/db/corruption_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/corruption_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/db/corruption_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/db/db_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/db_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/db/db_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/db/dbformat_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/dbformat_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/db/dbformat_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/db/filename_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/filename_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/db/filename_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/db/log_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/log_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/db/log_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/db/recovery_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/recovery_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/db/recovery_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/db/skiplist_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/skiplist_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/db/skiplist_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/db/version_edit_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/version_edit_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/db/version_edit_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/db/version_set_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/version_set_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/db/version_set_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/db/write_batch_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/write_batch_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/db/write_batch_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/helpers/memenv/memenv_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/helpers/memenv/memenv_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/helpers/memenv/memenv_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/helpers/memenv
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/table/filter_block_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/table/filter_block_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/table/filter_block_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/table
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/table/table_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/table/table_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/table/table_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/table
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/util/arena_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/arena_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/util/arena_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/util/bloom_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/bloom_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/util/bloom_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/util/cache_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/cache_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/util/cache_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/util/coding_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/coding_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/util/coding_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/util/crc32c_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/crc32c_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/util/crc32c_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/util/hash_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/hash_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/util/hash_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-build CMakeFiles/leveldb_tests.dir/util/logging_test.cc.o: CXX_COMPILER__leveldb_tests_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/logging_test.cc || cmake_object_order_depends_target_leveldb_tests
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/leveldb_tests.dir/util/logging_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- OBJECT_FILE_DIR = CMakeFiles/leveldb_tests.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_PDB = leveldb_tests.pdb
-
-
-# =============================================================================
-# Link build statements for EXECUTABLE target leveldb_tests
-
-
-#############################################
-# Link the executable leveldb_tests
-
-build leveldb_tests: CXX_EXECUTABLE_LINKER__leveldb_tests_Debug CMakeFiles/leveldb_tests.dir/util/status_test.cc.o CMakeFiles/leveldb_tests.dir/util/no_destructor_test.cc.o CMakeFiles/leveldb_tests.dir/util/testutil.cc.o CMakeFiles/leveldb_tests.dir/db/autocompact_test.cc.o CMakeFiles/leveldb_tests.dir/db/corruption_test.cc.o CMakeFiles/leveldb_tests.dir/db/db_test.cc.o CMakeFiles/leveldb_tests.dir/db/dbformat_test.cc.o CMakeFiles/leveldb_tests.dir/db/filename_test.cc.o CMakeFiles/leveldb_tests.dir/db/log_test.cc.o CMakeFiles/leveldb_tests.dir/db/recovery_test.cc.o CMakeFiles/leveldb_tests.dir/db/skiplist_test.cc.o CMakeFiles/leveldb_tests.dir/db/version_edit_test.cc.o CMakeFiles/leveldb_tests.dir/db/version_set_test.cc.o CMakeFiles/leveldb_tests.dir/db/write_batch_test.cc.o CMakeFiles/leveldb_tests.dir/helpers/memenv/memenv_test.cc.o CMakeFiles/leveldb_tests.dir/table/filter_block_test.cc.o CMakeFiles/leveldb_tests.dir/table/table_test.cc.o CMakeFiles/leveldb_tests.dir/util/arena_test.cc.o CMakeFiles/leveldb_tests.dir/util/bloom_test.cc.o CMakeFiles/leveldb_tests.dir/util/cache_test.cc.o CMakeFiles/leveldb_tests.dir/util/coding_test.cc.o CMakeFiles/leveldb_tests.dir/util/crc32c_test.cc.o CMakeFiles/leveldb_tests.dir/util/hash_test.cc.o CMakeFiles/leveldb_tests.dir/util/logging_test.cc.o | libleveldb.a lib/libgmockd.a lib/libgtestd.a lib/libgtest_maind.a lib/libgtestd.a || lib/libgmockd.a lib/libgtest_maind.a lib/libgtestd.a libleveldb.a
- FLAGS = -fno-exceptions -fno-rtti -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2
- LINK_LIBRARIES = libleveldb.a lib/libgmockd.a lib/libgtestd.a lib/libgtest_maind.a lib/libgtestd.a
- OBJECT_DIR = CMakeFiles/leveldb_tests.dir
- POST_BUILD = :
- PRE_LINK = :
- TARGET_COMPILE_PDB = CMakeFiles/leveldb_tests.dir/
- TARGET_FILE = leveldb_tests
- TARGET_PDB = leveldb_tests.pdb
-
-# =============================================================================
-# Object build statements for EXECUTABLE target c_test
-
-
-#############################################
-# Order-only phony target for c_test
-
-build cmake_object_order_depends_target_c_test: phony || cmake_object_order_depends_target_gmock cmake_object_order_depends_target_gtest cmake_object_order_depends_target_leveldb
-
-build CMakeFiles/c_test.dir/util/testutil.cc.o: CXX_COMPILER__c_test_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/testutil.cc || cmake_object_order_depends_target_c_test
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/c_test.dir/util/testutil.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/c_test.dir
- OBJECT_FILE_DIR = CMakeFiles/c_test.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/c_test.dir/
- TARGET_PDB = c_test.pdb
-
-build CMakeFiles/c_test.dir/db/c_test.c.o: C_COMPILER__c_test_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/db/c_test.c || cmake_object_order_depends_target_c_test
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/c_test.dir/db/c_test.c.o.d
- FLAGS = -Wstrict-prototypes -g -std=c11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/c_test.dir
- OBJECT_FILE_DIR = CMakeFiles/c_test.dir/db
- TARGET_COMPILE_PDB = CMakeFiles/c_test.dir/
- TARGET_PDB = c_test.pdb
-
-
-# =============================================================================
-# Link build statements for EXECUTABLE target c_test
-
-
-#############################################
-# Link the executable c_test
-
-build c_test: CXX_EXECUTABLE_LINKER__c_test_Debug CMakeFiles/c_test.dir/util/testutil.cc.o CMakeFiles/c_test.dir/db/c_test.c.o | libleveldb.a lib/libgmockd.a lib/libgtestd.a || lib/libgmockd.a lib/libgtestd.a libleveldb.a
- FLAGS = -fno-exceptions -fno-rtti -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2
- LINK_LIBRARIES = libleveldb.a lib/libgmockd.a lib/libgtestd.a
- OBJECT_DIR = CMakeFiles/c_test.dir
- POST_BUILD = :
- PRE_LINK = :
- TARGET_COMPILE_PDB = CMakeFiles/c_test.dir/
- TARGET_FILE = c_test
- TARGET_PDB = c_test.pdb
-
-# =============================================================================
-# Object build statements for EXECUTABLE target env_posix_test
-
-
-#############################################
-# Order-only phony target for env_posix_test
-
-build cmake_object_order_depends_target_env_posix_test: phony || cmake_object_order_depends_target_gmock cmake_object_order_depends_target_gtest cmake_object_order_depends_target_leveldb
-
-build CMakeFiles/env_posix_test.dir/util/testutil.cc.o: CXX_COMPILER__env_posix_test_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/testutil.cc || cmake_object_order_depends_target_env_posix_test
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/env_posix_test.dir/util/testutil.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/env_posix_test.dir
- OBJECT_FILE_DIR = CMakeFiles/env_posix_test.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/env_posix_test.dir/
- TARGET_PDB = env_posix_test.pdb
-
-build CMakeFiles/env_posix_test.dir/util/env_posix_test.cc.o: CXX_COMPILER__env_posix_test_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/env_posix_test.cc || cmake_object_order_depends_target_env_posix_test
- DEFINES = -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/env_posix_test.dir/util/env_posix_test.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/env_posix_test.dir
- OBJECT_FILE_DIR = CMakeFiles/env_posix_test.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/env_posix_test.dir/
- TARGET_PDB = env_posix_test.pdb
-
-
-# =============================================================================
-# Link build statements for EXECUTABLE target env_posix_test
-
-
-#############################################
-# Link the executable env_posix_test
-
-build env_posix_test: CXX_EXECUTABLE_LINKER__env_posix_test_Debug CMakeFiles/env_posix_test.dir/util/testutil.cc.o CMakeFiles/env_posix_test.dir/util/env_posix_test.cc.o | libleveldb.a lib/libgmockd.a lib/libgtestd.a || lib/libgmockd.a lib/libgtestd.a libleveldb.a
- FLAGS = -fno-exceptions -fno-rtti -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2
- LINK_LIBRARIES = libleveldb.a lib/libgmockd.a lib/libgtestd.a
- OBJECT_DIR = CMakeFiles/env_posix_test.dir
- POST_BUILD = :
- PRE_LINK = :
- TARGET_COMPILE_PDB = CMakeFiles/env_posix_test.dir/
- TARGET_FILE = env_posix_test
- TARGET_PDB = env_posix_test.pdb
-
-# =============================================================================
-# Object build statements for EXECUTABLE target db_bench
-
-
-#############################################
-# Order-only phony target for db_bench
-
-build cmake_object_order_depends_target_db_bench: phony || cmake_object_order_depends_target_benchmark cmake_object_order_depends_target_gmock cmake_object_order_depends_target_gtest cmake_object_order_depends_target_leveldb
-
-build CMakeFiles/db_bench.dir/util/histogram.cc.o: CXX_COMPILER__db_bench_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/histogram.cc || cmake_object_order_depends_target_db_bench
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/db_bench.dir/util/histogram.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/db_bench.dir
- OBJECT_FILE_DIR = CMakeFiles/db_bench.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/db_bench.dir/
- TARGET_PDB = db_bench.pdb
-
-build CMakeFiles/db_bench.dir/util/testutil.cc.o: CXX_COMPILER__db_bench_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/testutil.cc || cmake_object_order_depends_target_db_bench
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/db_bench.dir/util/testutil.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/db_bench.dir
- OBJECT_FILE_DIR = CMakeFiles/db_bench.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/db_bench.dir/
- TARGET_PDB = db_bench.pdb
-
-build CMakeFiles/db_bench.dir/benchmarks/db_bench.cc.o: CXX_COMPILER__db_bench_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/benchmarks/db_bench.cc || cmake_object_order_depends_target_db_bench
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/db_bench.dir/benchmarks/db_bench.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/db_bench.dir
- OBJECT_FILE_DIR = CMakeFiles/db_bench.dir/benchmarks
- TARGET_COMPILE_PDB = CMakeFiles/db_bench.dir/
- TARGET_PDB = db_bench.pdb
-
-
-# =============================================================================
-# Link build statements for EXECUTABLE target db_bench
-
-
-#############################################
-# Link the executable db_bench
-
-build db_bench: CXX_EXECUTABLE_LINKER__db_bench_Debug CMakeFiles/db_bench.dir/util/histogram.cc.o CMakeFiles/db_bench.dir/util/testutil.cc.o CMakeFiles/db_bench.dir/benchmarks/db_bench.cc.o | libleveldb.a lib/libgmockd.a lib/libgtestd.a third_party/benchmark/src/libbenchmark.a || lib/libgmockd.a lib/libgtestd.a libleveldb.a third_party/benchmark/src/libbenchmark.a
- FLAGS = -fno-exceptions -fno-rtti -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2
- LINK_LIBRARIES = libleveldb.a lib/libgmockd.a lib/libgtestd.a third_party/benchmark/src/libbenchmark.a
- OBJECT_DIR = CMakeFiles/db_bench.dir
- POST_BUILD = :
- PRE_LINK = :
- TARGET_COMPILE_PDB = CMakeFiles/db_bench.dir/
- TARGET_FILE = db_bench
- TARGET_PDB = db_bench.pdb
-
-# =============================================================================
-# Object build statements for EXECUTABLE target db_bench_sqlite3
-
-
-#############################################
-# Order-only phony target for db_bench_sqlite3
-
-build cmake_object_order_depends_target_db_bench_sqlite3: phony || cmake_object_order_depends_target_benchmark cmake_object_order_depends_target_gmock cmake_object_order_depends_target_gtest cmake_object_order_depends_target_leveldb
-
-build CMakeFiles/db_bench_sqlite3.dir/util/histogram.cc.o: CXX_COMPILER__db_bench_sqlite3_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/histogram.cc || cmake_object_order_depends_target_db_bench_sqlite3
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/db_bench_sqlite3.dir/util/histogram.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/db_bench_sqlite3.dir
- OBJECT_FILE_DIR = CMakeFiles/db_bench_sqlite3.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/db_bench_sqlite3.dir/
- TARGET_PDB = db_bench_sqlite3.pdb
-
-build CMakeFiles/db_bench_sqlite3.dir/util/testutil.cc.o: CXX_COMPILER__db_bench_sqlite3_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/util/testutil.cc || cmake_object_order_depends_target_db_bench_sqlite3
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/db_bench_sqlite3.dir/util/testutil.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/db_bench_sqlite3.dir
- OBJECT_FILE_DIR = CMakeFiles/db_bench_sqlite3.dir/util
- TARGET_COMPILE_PDB = CMakeFiles/db_bench_sqlite3.dir/
- TARGET_PDB = db_bench_sqlite3.pdb
-
-build CMakeFiles/db_bench_sqlite3.dir/benchmarks/db_bench_sqlite3.cc.o: CXX_COMPILER__db_bench_sqlite3_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/benchmarks/db_bench_sqlite3.cc || cmake_object_order_depends_target_db_bench_sqlite3
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DLEVELDB_PLATFORM_POSIX=1
- DEP_FILE = CMakeFiles/db_bench_sqlite3.dir/benchmarks/db_bench_sqlite3.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Werror -Wthread-safety
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = CMakeFiles/db_bench_sqlite3.dir
- OBJECT_FILE_DIR = CMakeFiles/db_bench_sqlite3.dir/benchmarks
- TARGET_COMPILE_PDB = CMakeFiles/db_bench_sqlite3.dir/
- TARGET_PDB = db_bench_sqlite3.pdb
-
-
-# =============================================================================
-# Link build statements for EXECUTABLE target db_bench_sqlite3
-
-
-#############################################
-# Link the executable db_bench_sqlite3
-
-build db_bench_sqlite3: CXX_EXECUTABLE_LINKER__db_bench_sqlite3_Debug CMakeFiles/db_bench_sqlite3.dir/util/histogram.cc.o CMakeFiles/db_bench_sqlite3.dir/util/testutil.cc.o CMakeFiles/db_bench_sqlite3.dir/benchmarks/db_bench_sqlite3.cc.o | libleveldb.a lib/libgmockd.a lib/libgtestd.a third_party/benchmark/src/libbenchmark.a || lib/libgmockd.a lib/libgtestd.a libleveldb.a third_party/benchmark/src/libbenchmark.a
- FLAGS = -fno-exceptions -fno-rtti -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2
- LINK_LIBRARIES = libleveldb.a lib/libgmockd.a lib/libgtestd.a third_party/benchmark/src/libbenchmark.a -lsqlite3
- OBJECT_DIR = CMakeFiles/db_bench_sqlite3.dir
- POST_BUILD = :
- PRE_LINK = :
- TARGET_COMPILE_PDB = CMakeFiles/db_bench_sqlite3.dir/
- TARGET_FILE = db_bench_sqlite3
- TARGET_PDB = db_bench_sqlite3.pdb
-
-
-#############################################
-# Utility command for test
-
-build CMakeFiles/test.util: CUSTOM_COMMAND
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/ctest --force-new-ctest-process
- DESC = Running tests...
- pool = console
- restat = 1
-
-build test: phony CMakeFiles/test.util
-
-
-#############################################
-# Utility command for edit_cache
-
-build CMakeFiles/edit_cache.util: CUSTOM_COMMAND
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -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 = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake --regenerate-during-build -S/Users/arcueid/program/LevelDB-KV-Separation -B/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug
- DESC = Running CMake to regenerate build system...
- pool = console
- restat = 1
-
-build rebuild_cache: phony CMakeFiles/rebuild_cache.util
-
-
-#############################################
-# Utility command for list_install_components
-
-build list_install_components: phony
-
-
-#############################################
-# Utility command for install
-
-build CMakeFiles/install.util: CUSTOM_COMMAND all
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -P cmake_install.cmake
- DESC = Install the project...
- pool = console
- restat = 1
-
-build install: phony CMakeFiles/install.util
-
-
-#############################################
-# Utility command for install/local
-
-build CMakeFiles/install/local.util: CUSTOM_COMMAND all
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
- DESC = Installing only the local directory...
- pool = console
- restat = 1
-
-build install/local: phony CMakeFiles/install/local.util
-
-
-#############################################
-# Utility command for install/strip
-
-build CMakeFiles/install/strip.util: CUSTOM_COMMAND all
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
- DESC = Installing the project stripped...
- pool = console
- restat = 1
-
-build install/strip: phony CMakeFiles/install/strip.util
-
-# =============================================================================
-# Write statements declared in CMakeLists.txt:
-# /Users/arcueid/program/LevelDB-KV-Separation/CMakeLists.txt
-# =============================================================================
-
-
-#############################################
-# Utility command for test
-
-build third_party/googletest/CMakeFiles/test.util: CUSTOM_COMMAND
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/ctest --force-new-ctest-process
- DESC = Running tests...
- pool = console
- restat = 1
-
-build third_party/googletest/test: phony third_party/googletest/CMakeFiles/test.util
-
-
-#############################################
-# Utility command for edit_cache
-
-build third_party/googletest/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
- DESC = No interactive CMake dialog available...
- restat = 1
-
-build third_party/googletest/edit_cache: phony third_party/googletest/CMakeFiles/edit_cache.util
-
-
-#############################################
-# Utility command for rebuild_cache
-
-build third_party/googletest/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake --regenerate-during-build -S/Users/arcueid/program/LevelDB-KV-Separation -B/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug
- DESC = Running CMake to regenerate build system...
- pool = console
- restat = 1
-
-build third_party/googletest/rebuild_cache: phony third_party/googletest/CMakeFiles/rebuild_cache.util
-
-
-#############################################
-# Utility command for list_install_components
-
-build third_party/googletest/list_install_components: phony
-
-
-#############################################
-# Utility command for install
-
-build third_party/googletest/CMakeFiles/install.util: CUSTOM_COMMAND third_party/googletest/all
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -P cmake_install.cmake
- DESC = Install the project...
- pool = console
- restat = 1
-
-build third_party/googletest/install: phony third_party/googletest/CMakeFiles/install.util
-
-
-#############################################
-# Utility command for install/local
-
-build third_party/googletest/CMakeFiles/install/local.util: CUSTOM_COMMAND third_party/googletest/all
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
- DESC = Installing only the local directory...
- pool = console
- restat = 1
-
-build third_party/googletest/install/local: phony third_party/googletest/CMakeFiles/install/local.util
-
-
-#############################################
-# Utility command for install/strip
-
-build third_party/googletest/CMakeFiles/install/strip.util: CUSTOM_COMMAND third_party/googletest/all
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
- DESC = Installing the project stripped...
- pool = console
- restat = 1
-
-build third_party/googletest/install/strip: phony third_party/googletest/CMakeFiles/install/strip.util
-
-# =============================================================================
-# Write statements declared in CMakeLists.txt:
-# /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/CMakeLists.txt
-# =============================================================================
-
-# =============================================================================
-# Object build statements for STATIC_LIBRARY target gmock
-
-
-#############################################
-# Order-only phony target for gmock
-
-build cmake_object_order_depends_target_gmock: phony || cmake_object_order_depends_target_gtest
-
-build third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: CXX_COMPILER__gmock_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/src/gmock-all.cc || cmake_object_order_depends_target_gmock
- DEP_FILE = third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wall -Wshadow -Werror -Wconversion -DGTEST_HAS_PTHREAD=1 -fexceptions -W -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wredundant-decls -Wno-missing-field-initializers
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = third_party/googletest/googlemock/CMakeFiles/gmock.dir
- OBJECT_FILE_DIR = third_party/googletest/googlemock/CMakeFiles/gmock.dir/src
- TARGET_COMPILE_PDB = bin/libgmockd.pdb
- TARGET_PDB = bin/libgmockd.pdb
-
-
-# =============================================================================
-# Link build statements for STATIC_LIBRARY target gmock
-
-
-#############################################
-# Link the static library lib/libgmockd.a
-
-build lib/libgmockd.a: CXX_STATIC_LIBRARY_LINKER__gmock_Debug third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o || lib/libgtestd.a
- ARCH_FLAGS = -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2
- LANGUAGE_COMPILE_FLAGS = -fno-exceptions -fno-rtti -g
- OBJECT_DIR = third_party/googletest/googlemock/CMakeFiles/gmock.dir
- POST_BUILD = :
- PRE_LINK = :
- TARGET_COMPILE_PDB = bin/libgmockd.pdb
- TARGET_FILE = lib/libgmockd.a
- TARGET_PDB = bin/libgmockd.pdb
-
-# =============================================================================
-# Object build statements for STATIC_LIBRARY target gmock_main
-
-
-#############################################
-# Order-only phony target for gmock_main
-
-build cmake_object_order_depends_target_gmock_main: phony || cmake_object_order_depends_target_gmock cmake_object_order_depends_target_gtest
-
-build third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: CXX_COMPILER__gmock_main_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/src/gmock_main.cc || cmake_object_order_depends_target_gmock_main
- DEP_FILE = third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wall -Wshadow -Werror -Wconversion -DGTEST_HAS_PTHREAD=1 -fexceptions -W -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wredundant-decls
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = third_party/googletest/googlemock/CMakeFiles/gmock_main.dir
- OBJECT_FILE_DIR = third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src
- TARGET_COMPILE_PDB = bin/libgmock_maind.pdb
- TARGET_PDB = bin/libgmock_maind.pdb
-
-
-# =============================================================================
-# Link build statements for STATIC_LIBRARY target gmock_main
-
-
-#############################################
-# Link the static library lib/libgmock_maind.a
-
-build lib/libgmock_maind.a: CXX_STATIC_LIBRARY_LINKER__gmock_main_Debug third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o || lib/libgmockd.a lib/libgtestd.a
- ARCH_FLAGS = -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2
- LANGUAGE_COMPILE_FLAGS = -fno-exceptions -fno-rtti -g
- OBJECT_DIR = third_party/googletest/googlemock/CMakeFiles/gmock_main.dir
- POST_BUILD = :
- PRE_LINK = :
- TARGET_COMPILE_PDB = bin/libgmock_maind.pdb
- TARGET_FILE = lib/libgmock_maind.a
- TARGET_PDB = bin/libgmock_maind.pdb
-
-
-#############################################
-# Utility command for test
-
-build third_party/googletest/googlemock/CMakeFiles/test.util: CUSTOM_COMMAND
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googlemock && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/ctest --force-new-ctest-process
- DESC = Running tests...
- pool = console
- restat = 1
-
-build third_party/googletest/googlemock/test: phony third_party/googletest/googlemock/CMakeFiles/test.util
-
-
-#############################################
-# Utility command for edit_cache
-
-build third_party/googletest/googlemock/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googlemock && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
- DESC = No interactive CMake dialog available...
- restat = 1
-
-build third_party/googletest/googlemock/edit_cache: phony third_party/googletest/googlemock/CMakeFiles/edit_cache.util
-
-
-#############################################
-# Utility command for rebuild_cache
-
-build third_party/googletest/googlemock/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googlemock && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake --regenerate-during-build -S/Users/arcueid/program/LevelDB-KV-Separation -B/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug
- DESC = Running CMake to regenerate build system...
- pool = console
- restat = 1
-
-build third_party/googletest/googlemock/rebuild_cache: phony third_party/googletest/googlemock/CMakeFiles/rebuild_cache.util
-
-
-#############################################
-# Utility command for list_install_components
-
-build third_party/googletest/googlemock/list_install_components: phony
-
-
-#############################################
-# Utility command for install
-
-build third_party/googletest/googlemock/CMakeFiles/install.util: CUSTOM_COMMAND third_party/googletest/googlemock/all
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googlemock && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -P cmake_install.cmake
- DESC = Install the project...
- pool = console
- restat = 1
-
-build third_party/googletest/googlemock/install: phony third_party/googletest/googlemock/CMakeFiles/install.util
-
-
-#############################################
-# Utility command for install/local
-
-build third_party/googletest/googlemock/CMakeFiles/install/local.util: CUSTOM_COMMAND third_party/googletest/googlemock/all
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googlemock && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
- DESC = Installing only the local directory...
- pool = console
- restat = 1
-
-build third_party/googletest/googlemock/install/local: phony third_party/googletest/googlemock/CMakeFiles/install/local.util
-
-
-#############################################
-# Utility command for install/strip
-
-build third_party/googletest/googlemock/CMakeFiles/install/strip.util: CUSTOM_COMMAND third_party/googletest/googlemock/all
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googlemock && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
- DESC = Installing the project stripped...
- pool = console
- restat = 1
-
-build third_party/googletest/googlemock/install/strip: phony third_party/googletest/googlemock/CMakeFiles/install/strip.util
-
-# =============================================================================
-# Write statements declared in CMakeLists.txt:
-# /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/CMakeLists.txt
-# =============================================================================
-
-# =============================================================================
-# Object build statements for STATIC_LIBRARY target gtest
-
-
-#############################################
-# Order-only phony target for gtest
-
-build cmake_object_order_depends_target_gtest: phony || .
-
-build third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: CXX_COMPILER__gtest_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/src/gtest-all.cc || cmake_object_order_depends_target_gtest
- DEP_FILE = third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wall -Wshadow -Werror -Wconversion -DGTEST_HAS_PTHREAD=1 -fexceptions -W -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wredundant-decls -Wno-missing-field-initializers
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = third_party/googletest/googletest/CMakeFiles/gtest.dir
- OBJECT_FILE_DIR = third_party/googletest/googletest/CMakeFiles/gtest.dir/src
- TARGET_COMPILE_PDB = bin/libgtestd.pdb
- TARGET_PDB = bin/libgtestd.pdb
-
-
-# =============================================================================
-# Link build statements for STATIC_LIBRARY target gtest
-
-
-#############################################
-# Link the static library lib/libgtestd.a
-
-build lib/libgtestd.a: CXX_STATIC_LIBRARY_LINKER__gtest_Debug third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
- ARCH_FLAGS = -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2
- LANGUAGE_COMPILE_FLAGS = -fno-exceptions -fno-rtti -g
- OBJECT_DIR = third_party/googletest/googletest/CMakeFiles/gtest.dir
- POST_BUILD = :
- PRE_LINK = :
- TARGET_COMPILE_PDB = bin/libgtestd.pdb
- TARGET_FILE = lib/libgtestd.a
- TARGET_PDB = bin/libgtestd.pdb
-
-# =============================================================================
-# Object build statements for STATIC_LIBRARY target gtest_main
-
-
-#############################################
-# Order-only phony target for gtest_main
-
-build cmake_object_order_depends_target_gtest_main: phony || cmake_object_order_depends_target_gtest
-
-build third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: CXX_COMPILER__gtest_main_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/src/gtest_main.cc || cmake_object_order_depends_target_gtest_main
- DEP_FILE = third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fcolor-diagnostics -Wall -Wshadow -Werror -Wconversion -DGTEST_HAS_PTHREAD=1 -fexceptions -W -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wredundant-decls
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include -isystem /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
- OBJECT_DIR = third_party/googletest/googletest/CMakeFiles/gtest_main.dir
- OBJECT_FILE_DIR = third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src
- TARGET_COMPILE_PDB = bin/libgtest_maind.pdb
- TARGET_PDB = bin/libgtest_maind.pdb
-
-
-# =============================================================================
-# Link build statements for STATIC_LIBRARY target gtest_main
-
-
-#############################################
-# Link the static library lib/libgtest_maind.a
-
-build lib/libgtest_maind.a: CXX_STATIC_LIBRARY_LINKER__gtest_main_Debug third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o || lib/libgtestd.a
- ARCH_FLAGS = -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2
- LANGUAGE_COMPILE_FLAGS = -fno-exceptions -fno-rtti -g
- OBJECT_DIR = third_party/googletest/googletest/CMakeFiles/gtest_main.dir
- POST_BUILD = :
- PRE_LINK = :
- TARGET_COMPILE_PDB = bin/libgtest_maind.pdb
- TARGET_FILE = lib/libgtest_maind.a
- TARGET_PDB = bin/libgtest_maind.pdb
-
-
-#############################################
-# Utility command for test
-
-build third_party/googletest/googletest/CMakeFiles/test.util: CUSTOM_COMMAND
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/ctest --force-new-ctest-process
- DESC = Running tests...
- pool = console
- restat = 1
-
-build third_party/googletest/googletest/test: phony third_party/googletest/googletest/CMakeFiles/test.util
-
-
-#############################################
-# Utility command for edit_cache
-
-build third_party/googletest/googletest/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
- DESC = No interactive CMake dialog available...
- restat = 1
-
-build third_party/googletest/googletest/edit_cache: phony third_party/googletest/googletest/CMakeFiles/edit_cache.util
-
-
-#############################################
-# Utility command for rebuild_cache
-
-build third_party/googletest/googletest/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake --regenerate-during-build -S/Users/arcueid/program/LevelDB-KV-Separation -B/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug
- DESC = Running CMake to regenerate build system...
- pool = console
- restat = 1
-
-build third_party/googletest/googletest/rebuild_cache: phony third_party/googletest/googletest/CMakeFiles/rebuild_cache.util
-
-
-#############################################
-# Utility command for list_install_components
-
-build third_party/googletest/googletest/list_install_components: phony
-
-
-#############################################
-# Utility command for install
-
-build third_party/googletest/googletest/CMakeFiles/install.util: CUSTOM_COMMAND third_party/googletest/googletest/all
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -P cmake_install.cmake
- DESC = Install the project...
- pool = console
- restat = 1
-
-build third_party/googletest/googletest/install: phony third_party/googletest/googletest/CMakeFiles/install.util
-
-
-#############################################
-# Utility command for install/local
-
-build third_party/googletest/googletest/CMakeFiles/install/local.util: CUSTOM_COMMAND third_party/googletest/googletest/all
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
- DESC = Installing only the local directory...
- pool = console
- restat = 1
-
-build third_party/googletest/googletest/install/local: phony third_party/googletest/googletest/CMakeFiles/install/local.util
-
-
-#############################################
-# Utility command for install/strip
-
-build third_party/googletest/googletest/CMakeFiles/install/strip.util: CUSTOM_COMMAND third_party/googletest/googletest/all
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
- DESC = Installing the project stripped...
- pool = console
- restat = 1
-
-build third_party/googletest/googletest/install/strip: phony third_party/googletest/googletest/CMakeFiles/install/strip.util
-
-# =============================================================================
-# Write statements declared in CMakeLists.txt:
-# /Users/arcueid/program/LevelDB-KV-Separation/CMakeLists.txt
-# =============================================================================
-
-
-#############################################
-# Utility command for test
-
-build third_party/benchmark/CMakeFiles/test.util: CUSTOM_COMMAND
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/ctest --force-new-ctest-process
- DESC = Running tests...
- pool = console
- restat = 1
-
-build third_party/benchmark/test: phony third_party/benchmark/CMakeFiles/test.util
-
-
-#############################################
-# Utility command for edit_cache
-
-build third_party/benchmark/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
- DESC = No interactive CMake dialog available...
- restat = 1
-
-build third_party/benchmark/edit_cache: phony third_party/benchmark/CMakeFiles/edit_cache.util
-
-
-#############################################
-# Utility command for rebuild_cache
-
-build third_party/benchmark/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake --regenerate-during-build -S/Users/arcueid/program/LevelDB-KV-Separation -B/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug
- DESC = Running CMake to regenerate build system...
- pool = console
- restat = 1
-
-build third_party/benchmark/rebuild_cache: phony third_party/benchmark/CMakeFiles/rebuild_cache.util
-
-
-#############################################
-# Utility command for list_install_components
-
-build third_party/benchmark/list_install_components: phony
-
-
-#############################################
-# Utility command for install
-
-build third_party/benchmark/CMakeFiles/install.util: CUSTOM_COMMAND third_party/benchmark/all
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -P cmake_install.cmake
- DESC = Install the project...
- pool = console
- restat = 1
-
-build third_party/benchmark/install: phony third_party/benchmark/CMakeFiles/install.util
-
-
-#############################################
-# Utility command for install/local
-
-build third_party/benchmark/CMakeFiles/install/local.util: CUSTOM_COMMAND third_party/benchmark/all
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
- DESC = Installing only the local directory...
- pool = console
- restat = 1
-
-build third_party/benchmark/install/local: phony third_party/benchmark/CMakeFiles/install/local.util
-
-
-#############################################
-# Utility command for install/strip
-
-build third_party/benchmark/CMakeFiles/install/strip.util: CUSTOM_COMMAND third_party/benchmark/all
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
- DESC = Installing the project stripped...
- pool = console
- restat = 1
-
-build third_party/benchmark/install/strip: phony third_party/benchmark/CMakeFiles/install/strip.util
-
-# =============================================================================
-# Write statements declared in CMakeLists.txt:
-# /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/CMakeLists.txt
-# =============================================================================
-
-# =============================================================================
-# Object build statements for STATIC_LIBRARY target benchmark
-
-
-#############################################
-# Order-only phony target for benchmark
-
-build cmake_object_order_depends_target_benchmark: phony || .
-
-build third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o: CXX_COMPILER__benchmark_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/benchmark.cc || cmake_object_order_depends_target_benchmark
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -DHAVE_THREAD_SAFETY_ATTRIBUTES
- DEP_FILE = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- OBJECT_FILE_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.pdb
- TARGET_PDB = third_party/benchmark/src/libbenchmark.pdb
-
-build third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o: CXX_COMPILER__benchmark_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/benchmark_api_internal.cc || cmake_object_order_depends_target_benchmark
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -DHAVE_THREAD_SAFETY_ATTRIBUTES
- DEP_FILE = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- OBJECT_FILE_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.pdb
- TARGET_PDB = third_party/benchmark/src/libbenchmark.pdb
-
-build third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o: CXX_COMPILER__benchmark_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/benchmark_name.cc || cmake_object_order_depends_target_benchmark
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -DHAVE_THREAD_SAFETY_ATTRIBUTES
- DEP_FILE = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- OBJECT_FILE_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.pdb
- TARGET_PDB = third_party/benchmark/src/libbenchmark.pdb
-
-build third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o: CXX_COMPILER__benchmark_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/benchmark_register.cc || cmake_object_order_depends_target_benchmark
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -DHAVE_THREAD_SAFETY_ATTRIBUTES
- DEP_FILE = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- OBJECT_FILE_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.pdb
- TARGET_PDB = third_party/benchmark/src/libbenchmark.pdb
-
-build third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o: CXX_COMPILER__benchmark_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/benchmark_runner.cc || cmake_object_order_depends_target_benchmark
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -DHAVE_THREAD_SAFETY_ATTRIBUTES
- DEP_FILE = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- OBJECT_FILE_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.pdb
- TARGET_PDB = third_party/benchmark/src/libbenchmark.pdb
-
-build third_party/benchmark/src/CMakeFiles/benchmark.dir/check.cc.o: CXX_COMPILER__benchmark_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/check.cc || cmake_object_order_depends_target_benchmark
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -DHAVE_THREAD_SAFETY_ATTRIBUTES
- DEP_FILE = third_party/benchmark/src/CMakeFiles/benchmark.dir/check.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- OBJECT_FILE_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.pdb
- TARGET_PDB = third_party/benchmark/src/libbenchmark.pdb
-
-build third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o: CXX_COMPILER__benchmark_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/colorprint.cc || cmake_object_order_depends_target_benchmark
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -DHAVE_THREAD_SAFETY_ATTRIBUTES
- DEP_FILE = third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- OBJECT_FILE_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.pdb
- TARGET_PDB = third_party/benchmark/src/libbenchmark.pdb
-
-build third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o: CXX_COMPILER__benchmark_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/commandlineflags.cc || cmake_object_order_depends_target_benchmark
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -DHAVE_THREAD_SAFETY_ATTRIBUTES
- DEP_FILE = third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- OBJECT_FILE_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.pdb
- TARGET_PDB = third_party/benchmark/src/libbenchmark.pdb
-
-build third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o: CXX_COMPILER__benchmark_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/complexity.cc || cmake_object_order_depends_target_benchmark
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -DHAVE_THREAD_SAFETY_ATTRIBUTES
- DEP_FILE = third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- OBJECT_FILE_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.pdb
- TARGET_PDB = third_party/benchmark/src/libbenchmark.pdb
-
-build third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o: CXX_COMPILER__benchmark_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/console_reporter.cc || cmake_object_order_depends_target_benchmark
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -DHAVE_THREAD_SAFETY_ATTRIBUTES
- DEP_FILE = third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- OBJECT_FILE_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.pdb
- TARGET_PDB = third_party/benchmark/src/libbenchmark.pdb
-
-build third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o: CXX_COMPILER__benchmark_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/counter.cc || cmake_object_order_depends_target_benchmark
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -DHAVE_THREAD_SAFETY_ATTRIBUTES
- DEP_FILE = third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- OBJECT_FILE_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.pdb
- TARGET_PDB = third_party/benchmark/src/libbenchmark.pdb
-
-build third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o: CXX_COMPILER__benchmark_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/csv_reporter.cc || cmake_object_order_depends_target_benchmark
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -DHAVE_THREAD_SAFETY_ATTRIBUTES
- DEP_FILE = third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- OBJECT_FILE_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.pdb
- TARGET_PDB = third_party/benchmark/src/libbenchmark.pdb
-
-build third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o: CXX_COMPILER__benchmark_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/json_reporter.cc || cmake_object_order_depends_target_benchmark
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -DHAVE_THREAD_SAFETY_ATTRIBUTES
- DEP_FILE = third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- OBJECT_FILE_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.pdb
- TARGET_PDB = third_party/benchmark/src/libbenchmark.pdb
-
-build third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o: CXX_COMPILER__benchmark_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/perf_counters.cc || cmake_object_order_depends_target_benchmark
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -DHAVE_THREAD_SAFETY_ATTRIBUTES
- DEP_FILE = third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- OBJECT_FILE_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.pdb
- TARGET_PDB = third_party/benchmark/src/libbenchmark.pdb
-
-build third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o: CXX_COMPILER__benchmark_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/reporter.cc || cmake_object_order_depends_target_benchmark
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -DHAVE_THREAD_SAFETY_ATTRIBUTES
- DEP_FILE = third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- OBJECT_FILE_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.pdb
- TARGET_PDB = third_party/benchmark/src/libbenchmark.pdb
-
-build third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o: CXX_COMPILER__benchmark_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/statistics.cc || cmake_object_order_depends_target_benchmark
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -DHAVE_THREAD_SAFETY_ATTRIBUTES
- DEP_FILE = third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- OBJECT_FILE_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.pdb
- TARGET_PDB = third_party/benchmark/src/libbenchmark.pdb
-
-build third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o: CXX_COMPILER__benchmark_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/string_util.cc || cmake_object_order_depends_target_benchmark
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -DHAVE_THREAD_SAFETY_ATTRIBUTES
- DEP_FILE = third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- OBJECT_FILE_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.pdb
- TARGET_PDB = third_party/benchmark/src/libbenchmark.pdb
-
-build third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o: CXX_COMPILER__benchmark_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/sysinfo.cc || cmake_object_order_depends_target_benchmark
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -DHAVE_THREAD_SAFETY_ATTRIBUTES
- DEP_FILE = third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- OBJECT_FILE_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.pdb
- TARGET_PDB = third_party/benchmark/src/libbenchmark.pdb
-
-build third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o: CXX_COMPILER__benchmark_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/timers.cc || cmake_object_order_depends_target_benchmark
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -DHAVE_THREAD_SAFETY_ATTRIBUTES
- DEP_FILE = third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- OBJECT_FILE_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.pdb
- TARGET_PDB = third_party/benchmark/src/libbenchmark.pdb
-
-
-# =============================================================================
-# Link build statements for STATIC_LIBRARY target benchmark
-
-
-#############################################
-# Link the static library third_party/benchmark/src/libbenchmark.a
-
-build third_party/benchmark/src/libbenchmark.a: CXX_STATIC_LIBRARY_LINKER__benchmark_Debug third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o third_party/benchmark/src/CMakeFiles/benchmark.dir/check.cc.o third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o
- ARCH_FLAGS = -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2
- LANGUAGE_COMPILE_FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark.dir
- POST_BUILD = :
- PRE_LINK = :
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.pdb
- TARGET_FILE = third_party/benchmark/src/libbenchmark.a
- TARGET_PDB = third_party/benchmark/src/libbenchmark.pdb
-
-# =============================================================================
-# Object build statements for STATIC_LIBRARY target benchmark_main
-
-
-#############################################
-# Order-only phony target for benchmark_main
-
-build cmake_object_order_depends_target_benchmark_main: phony || cmake_object_order_depends_target_benchmark
-
-build third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o: CXX_COMPILER__benchmark_main_unscanned_Debug /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/benchmark_main.cc || cmake_object_order_depends_target_benchmark_main
- DEFINES = -DBENCHMARK_STATIC_DEFINE -DHAVE_POSIX_REGEX -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -DHAVE_THREAD_SAFETY_ATTRIBUTES
- DEP_FILE = third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o.d
- FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g -std=c++11 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2 -fvisibility=hidden -fvisibility-inlines-hidden -fcolor-diagnostics
- INCLUDES = -I/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/include -I/Users/arcueid/program/LevelDB-KV-Separation/. -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include -I/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark_main.dir
- OBJECT_FILE_DIR = third_party/benchmark/src/CMakeFiles/benchmark_main.dir
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.pdb
- TARGET_PDB = third_party/benchmark/src/libbenchmark_main.pdb
-
-
-# =============================================================================
-# Link build statements for STATIC_LIBRARY target benchmark_main
-
-
-#############################################
-# Link the static library third_party/benchmark/src/libbenchmark_main.a
-
-build third_party/benchmark/src/libbenchmark_main.a: CXX_STATIC_LIBRARY_LINKER__benchmark_main_Debug third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o || third_party/benchmark/src/libbenchmark.a
- ARCH_FLAGS = -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -mmacosx-version-min=14.2
- LANGUAGE_COMPILE_FLAGS = -fno-exceptions -fno-rtti -Wall -Wextra -Wshadow -Wfloat-equal -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -fno-exceptions -Wstrict-aliasing -Wthread-safety -g
- OBJECT_DIR = third_party/benchmark/src/CMakeFiles/benchmark_main.dir
- POST_BUILD = :
- PRE_LINK = :
- TARGET_COMPILE_PDB = third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.pdb
- TARGET_FILE = third_party/benchmark/src/libbenchmark_main.a
- TARGET_PDB = third_party/benchmark/src/libbenchmark_main.pdb
-
-
-#############################################
-# Utility command for test
-
-build third_party/benchmark/src/CMakeFiles/test.util: CUSTOM_COMMAND
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/ctest --force-new-ctest-process
- DESC = Running tests...
- pool = console
- restat = 1
-
-build third_party/benchmark/src/test: phony third_party/benchmark/src/CMakeFiles/test.util
-
-
-#############################################
-# Utility command for edit_cache
-
-build third_party/benchmark/src/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
- DESC = No interactive CMake dialog available...
- restat = 1
-
-build third_party/benchmark/src/edit_cache: phony third_party/benchmark/src/CMakeFiles/edit_cache.util
-
-
-#############################################
-# Utility command for rebuild_cache
-
-build third_party/benchmark/src/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake --regenerate-during-build -S/Users/arcueid/program/LevelDB-KV-Separation -B/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug
- DESC = Running CMake to regenerate build system...
- pool = console
- restat = 1
-
-build third_party/benchmark/src/rebuild_cache: phony third_party/benchmark/src/CMakeFiles/rebuild_cache.util
-
-
-#############################################
-# Utility command for list_install_components
-
-build third_party/benchmark/src/list_install_components: phony
-
-
-#############################################
-# Utility command for install
-
-build third_party/benchmark/src/CMakeFiles/install.util: CUSTOM_COMMAND third_party/benchmark/src/all
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -P cmake_install.cmake
- DESC = Install the project...
- pool = console
- restat = 1
-
-build third_party/benchmark/src/install: phony third_party/benchmark/src/CMakeFiles/install.util
-
-
-#############################################
-# Utility command for install/local
-
-build third_party/benchmark/src/CMakeFiles/install/local.util: CUSTOM_COMMAND third_party/benchmark/src/all
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
- DESC = Installing only the local directory...
- pool = console
- restat = 1
-
-build third_party/benchmark/src/install/local: phony third_party/benchmark/src/CMakeFiles/install/local.util
-
-
-#############################################
-# Utility command for install/strip
-
-build third_party/benchmark/src/CMakeFiles/install/strip.util: CUSTOM_COMMAND third_party/benchmark/src/all
- COMMAND = cd /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src && /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
- DESC = Installing the project stripped...
- pool = console
- restat = 1
-
-build third_party/benchmark/src/install/strip: phony third_party/benchmark/src/CMakeFiles/install/strip.util
-
-# =============================================================================
-# Target aliases.
-
-build benchmark: phony third_party/benchmark/src/libbenchmark.a
-
-build benchmark_main: phony third_party/benchmark/src/libbenchmark_main.a
-
-build gmock: phony lib/libgmockd.a
-
-build gmock_main: phony lib/libgmock_maind.a
-
-build gtest: phony lib/libgtestd.a
-
-build gtest_main: phony lib/libgtest_maind.a
-
-build leveldb: phony libleveldb.a
-
-build libbenchmark.a: phony third_party/benchmark/src/libbenchmark.a
-
-build libbenchmark_main.a: phony third_party/benchmark/src/libbenchmark_main.a
-
-build libgmock_maind.a: phony lib/libgmock_maind.a
-
-build libgmockd.a: phony lib/libgmockd.a
-
-build libgtest_maind.a: phony lib/libgtest_maind.a
-
-build libgtestd.a: phony lib/libgtestd.a
-
-# =============================================================================
-# Folder targets.
-
-# =============================================================================
-
-#############################################
-# Folder: /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug
-
-build all: phony libleveldb.a leveldbutil leveldb_tests c_test env_posix_test db_bench db_bench_sqlite3 third_party/googletest/all third_party/benchmark/all
-
-# =============================================================================
-
-#############################################
-# Folder: /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark
-
-build third_party/benchmark/all: phony third_party/benchmark/src/all
-
-# =============================================================================
-
-#############################################
-# Folder: /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src
-
-build third_party/benchmark/src/all: phony third_party/benchmark/src/libbenchmark.a third_party/benchmark/src/libbenchmark_main.a
-
-# =============================================================================
-
-#############################################
-# Folder: /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest
-
-build third_party/googletest/all: phony third_party/googletest/googlemock/all
-
-# =============================================================================
-
-#############################################
-# Folder: /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googlemock
-
-build third_party/googletest/googlemock/all: phony lib/libgmockd.a lib/libgmock_maind.a third_party/googletest/googletest/all
-
-# =============================================================================
-
-#############################################
-# Folder: /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest
-
-build third_party/googletest/googletest/all: phony lib/libgtestd.a lib/libgtest_maind.a
-
-# =============================================================================
-# Built-in targets
-
-
-#############################################
-# Re-run CMake if any of its inputs changed.
-
-build build.ninja: RERUN_CMAKE | /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/BasicConfigVersion-SameMajorVersion.cmake.in /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCCompiler.cmake.in /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCCompilerABI.c /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCInformation.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCXXCompiler.cmake.in /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCXXInformation.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCommonLanguageInclude.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCompilerIdDetection.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDependentOption.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCXXCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompileFeatures.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineSystem.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeFindBinUtils.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeGenericSystem.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeInitializeConfigs.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeLanguageInformation.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakePackageConfigHelpers.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeParseImplicitIncludeInfo.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeParseImplicitLinkInfo.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeParseLibraryArchitecture.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeSystem.cmake.in /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeSystemSpecificInformation.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeSystemSpecificInitialize.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCompilerCommon.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCSourceCompiles.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXSourceCompiles.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXSymbolExists.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckIncludeFile.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckLibraryExists.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckSymbolExists.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/ADSP-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/ARMCC-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/ARMClang-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/AppleClang-C.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/AppleClang-CXX.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/AppleClang-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Borland-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/CMakeCommonCompilerMacros.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Clang.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Cray-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/CrayClang-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/GHS-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/GNU-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/GNU.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/HP-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IAR-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Intel-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/LCC-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/MSVC-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/NVHPC-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/OrangeC-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/PGI-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/PathScale-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/SCO-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/TI-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/TIClang-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Tasking-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Watcom-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/XL-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/zOS-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindGit.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPackageMessage.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPython.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPython/Support.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindThreads.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/GNUInstallDirs.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CMakeDetermineLinkerId.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckFlagCommonConfig.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/FeatureTesting.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Apple-AppleClang-C.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Apple-AppleClang-CXX.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Apple-Clang-C.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Apple-Clang-CXX.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Apple-Clang.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Darwin-Determine-CXX.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Darwin-Initialize.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Darwin.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/UnixPaths.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/WriteBasicConfigVersionFile.cmake /Users/arcueid/program/LevelDB-KV-Separation/CMakeLists.txt /Users/arcueid/program/LevelDB-KV-Separation/cmake/leveldbConfig.cmake.in /Users/arcueid/program/LevelDB-KV-Separation/port/port_config.h.in /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/CMakeLists.txt /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/AddCXXCompilerFlag.cmake /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/CXXFeatureCheck.cmake /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Config.cmake.in /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/GetGitVersion.cmake /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/benchmark.pc.in /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/gnu_posix_regex.cpp /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/posix_regex.cpp /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/pthread_affinity.cpp /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/std_regex.cpp /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/steady_clock.cpp /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/thread_safety_attributes.cpp /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/CMakeLists.txt /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/CMakeLists.txt /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/CMakeLists.txt /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/cmake/gmock.pc.in /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/cmake/gmock_main.pc.in /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/CMakeLists.txt /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/cmake/Config.cmake.in /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/cmake/gtest.pc.in /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/cmake/gtest_main.pc.in /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/cmake/internal_utils.cmake CMakeCache.txt CMakeFiles/3.29.6/CMakeCCompiler.cmake CMakeFiles/3.29.6/CMakeCXXCompiler.cmake CMakeFiles/3.29.6/CMakeSystem.cmake
- pool = console
-
-
-#############################################
-# A missing CMake input file is not an error.
-
-build /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/BasicConfigVersion-SameMajorVersion.cmake.in /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCCompiler.cmake.in /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCCompilerABI.c /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCInformation.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCXXCompiler.cmake.in /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCXXInformation.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCommonLanguageInclude.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeCompilerIdDetection.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDependentOption.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCXXCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompileFeatures.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeDetermineSystem.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeFindBinUtils.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeGenericSystem.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeInitializeConfigs.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeLanguageInformation.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakePackageConfigHelpers.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeParseImplicitIncludeInfo.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeParseImplicitLinkInfo.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeParseLibraryArchitecture.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeSystem.cmake.in /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeSystemSpecificInformation.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeSystemSpecificInitialize.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CMakeTestCompilerCommon.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCSourceCompiles.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXCompilerFlag.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXSourceCompiles.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckCXXSymbolExists.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckIncludeFile.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckLibraryExists.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/CheckSymbolExists.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/ADSP-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/ARMCC-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/ARMClang-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/AppleClang-C.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/AppleClang-CXX.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/AppleClang-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Borland-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/CMakeCommonCompilerMacros.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Clang.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Cray-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/CrayClang-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/GHS-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/GNU-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/GNU.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/HP-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IAR-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Intel-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/LCC-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/MSVC-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/NVHPC-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/OrangeC-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/PGI-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/PathScale-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/SCO-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/TI-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/TIClang-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Tasking-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/Watcom-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/XL-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/zOS-C-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindGit.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPackageMessage.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPython.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindPython/Support.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/FindThreads.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/GNUInstallDirs.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CMakeDetermineLinkerId.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckCompilerFlag.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckFlagCommonConfig.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/CheckSourceCompiles.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Internal/FeatureTesting.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Apple-AppleClang-C.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Apple-AppleClang-CXX.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Apple-Clang-C.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Apple-Clang-CXX.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Apple-Clang.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Darwin-Determine-CXX.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Darwin-Initialize.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/Darwin.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/Platform/UnixPaths.cmake /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.29/Modules/WriteBasicConfigVersionFile.cmake /Users/arcueid/program/LevelDB-KV-Separation/CMakeLists.txt /Users/arcueid/program/LevelDB-KV-Separation/cmake/leveldbConfig.cmake.in /Users/arcueid/program/LevelDB-KV-Separation/port/port_config.h.in /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/CMakeLists.txt /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/AddCXXCompilerFlag.cmake /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/CXXFeatureCheck.cmake /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/Config.cmake.in /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/GetGitVersion.cmake /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/benchmark.pc.in /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/gnu_posix_regex.cpp /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/posix_regex.cpp /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/pthread_affinity.cpp /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/std_regex.cpp /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/steady_clock.cpp /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/cmake/thread_safety_attributes.cpp /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src/CMakeLists.txt /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/CMakeLists.txt /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/CMakeLists.txt /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/cmake/gmock.pc.in /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/cmake/gmock_main.pc.in /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/CMakeLists.txt /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/cmake/Config.cmake.in /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/cmake/gtest.pc.in /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/cmake/gtest_main.pc.in /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/cmake/internal_utils.cmake CMakeCache.txt CMakeFiles/3.29.6/CMakeCCompiler.cmake CMakeFiles/3.29.6/CMakeCXXCompiler.cmake CMakeFiles/3.29.6/CMakeSystem.cmake: phony
-
-
-#############################################
-# Clean all the built files.
-
-build clean: CLEAN
-
-
-#############################################
-# Print all primary targets available.
-
-build help: HELP
-
-
-#############################################
-# Make the all target the default.
-
-default all
diff --git a/cmake-build-debug/cmake/leveldbConfig.cmake b/cmake-build-debug/cmake/leveldbConfig.cmake
deleted file mode 100644
index a034401..0000000
--- a/cmake-build-debug/cmake/leveldbConfig.cmake
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2019 The LevelDB Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file. See the AUTHORS file for names of contributors.
-
-
-####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() #######
-####### Any changes to this file will be overwritten by the next CMake run ####
-####### The input file was leveldbConfig.cmake.in ########
-
-get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE)
-
-macro(set_and_check _var _file)
- set(${_var} "${_file}")
- if(NOT EXISTS "${_file}")
- message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !")
- endif()
-endmacro()
-
-macro(check_required_components _NAME)
- foreach(comp ${${_NAME}_FIND_COMPONENTS})
- if(NOT ${_NAME}_${comp}_FOUND)
- if(${_NAME}_FIND_REQUIRED_${comp})
- set(${_NAME}_FOUND FALSE)
- endif()
- endif()
- endforeach()
-endmacro()
-
-####################################################################################
-
-include("${CMAKE_CURRENT_LIST_DIR}/leveldbTargets.cmake")
-
-check_required_components(leveldb)
diff --git a/cmake-build-debug/cmake/leveldbConfigVersion.cmake b/cmake-build-debug/cmake/leveldbConfigVersion.cmake
deleted file mode 100644
index 11e9133..0000000
--- a/cmake-build-debug/cmake/leveldbConfigVersion.cmake
+++ /dev/null
@@ -1,65 +0,0 @@
-# This is a basic version file for the Config-mode of find_package().
-# It is used by write_basic_package_version_file() as input file for configure_file()
-# to create a version-file which can be installed along a config.cmake file.
-#
-# The created file sets PACKAGE_VERSION_EXACT if the current version string and
-# the requested version string are exactly the same and it sets
-# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version,
-# but only if the requested major version is the same as the current one.
-# The variable CVF_VERSION must be set before calling configure_file().
-
-
-set(PACKAGE_VERSION "1.23.0")
-
-if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
- set(PACKAGE_VERSION_COMPATIBLE FALSE)
-else()
-
- if("1.23.0" MATCHES "^([0-9]+)\\.")
- set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
- if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
- string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
- endif()
- else()
- set(CVF_VERSION_MAJOR "1.23.0")
- endif()
-
- if(PACKAGE_FIND_VERSION_RANGE)
- # both endpoints of the range must have the expected major version
- math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1")
- if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR
- OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR)
- OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT)))
- set(PACKAGE_VERSION_COMPATIBLE FALSE)
- elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR
- AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX)
- OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX)))
- set(PACKAGE_VERSION_COMPATIBLE TRUE)
- else()
- set(PACKAGE_VERSION_COMPATIBLE FALSE)
- endif()
- else()
- if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR)
- set(PACKAGE_VERSION_COMPATIBLE TRUE)
- else()
- set(PACKAGE_VERSION_COMPATIBLE FALSE)
- endif()
-
- if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
- set(PACKAGE_VERSION_EXACT TRUE)
- endif()
- endif()
-endif()
-
-
-# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
-if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "")
- return()
-endif()
-
-# check that the installed version has the same 32/64bit-ness as the one which is currently searching:
-if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8")
- math(EXPR installedBits "8 * 8")
- set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)")
- set(PACKAGE_VERSION_UNSUITABLE TRUE)
-endif()
diff --git a/cmake-build-debug/cmake_install.cmake b/cmake-build-debug/cmake_install.cmake
deleted file mode 100644
index 76dad79..0000000
--- a/cmake-build-debug/cmake_install.cmake
+++ /dev/null
@@ -1,114 +0,0 @@
-# Install script for directory: /Users/arcueid/program/LevelDB-KV-Separation
-
-# Set the install prefix
-if(NOT DEFINED CMAKE_INSTALL_PREFIX)
- set(CMAKE_INSTALL_PREFIX "/usr/local")
-endif()
-string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
-
-# Set the install configuration name.
-if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
- if(BUILD_TYPE)
- string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
- CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
- else()
- set(CMAKE_INSTALL_CONFIG_NAME "Debug")
- endif()
- message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
-endif()
-
-# Set the component getting installed.
-if(NOT CMAKE_INSTALL_COMPONENT)
- if(COMPONENT)
- message(STATUS "Install component: \"${COMPONENT}\"")
- set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
- else()
- set(CMAKE_INSTALL_COMPONENT)
- endif()
-endif()
-
-# 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 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump")
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/libleveldb.a")
- if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libleveldb.a" AND
- NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libleveldb.a")
- execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libleveldb.a")
- endif()
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/leveldb" TYPE FILE FILES
- "/Users/arcueid/program/LevelDB-KV-Separation/include/leveldb/c.h"
- "/Users/arcueid/program/LevelDB-KV-Separation/include/leveldb/cache.h"
- "/Users/arcueid/program/LevelDB-KV-Separation/include/leveldb/comparator.h"
- "/Users/arcueid/program/LevelDB-KV-Separation/include/leveldb/db.h"
- "/Users/arcueid/program/LevelDB-KV-Separation/include/leveldb/dumpfile.h"
- "/Users/arcueid/program/LevelDB-KV-Separation/include/leveldb/env.h"
- "/Users/arcueid/program/LevelDB-KV-Separation/include/leveldb/export.h"
- "/Users/arcueid/program/LevelDB-KV-Separation/include/leveldb/filter_policy.h"
- "/Users/arcueid/program/LevelDB-KV-Separation/include/leveldb/iterator.h"
- "/Users/arcueid/program/LevelDB-KV-Separation/include/leveldb/options.h"
- "/Users/arcueid/program/LevelDB-KV-Separation/include/leveldb/slice.h"
- "/Users/arcueid/program/LevelDB-KV-Separation/include/leveldb/status.h"
- "/Users/arcueid/program/LevelDB-KV-Separation/include/leveldb/table_builder.h"
- "/Users/arcueid/program/LevelDB-KV-Separation/include/leveldb/table.h"
- "/Users/arcueid/program/LevelDB-KV-Separation/include/leveldb/write_batch.h"
- )
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/leveldb/leveldbTargets.cmake")
- file(DIFFERENT _cmake_export_file_changed FILES
- "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/leveldb/leveldbTargets.cmake"
- "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/Export/f90a79f6c24c38ae6b0a9cccec147da8/leveldbTargets.cmake")
- if(_cmake_export_file_changed)
- file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/leveldb/leveldbTargets-*.cmake")
- if(_cmake_old_config_files)
- string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}")
- message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/leveldb/leveldbTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].")
- unset(_cmake_old_config_files_text)
- file(REMOVE ${_cmake_old_config_files})
- endif()
- unset(_cmake_old_config_files)
- endif()
- unset(_cmake_export_file_changed)
- endif()
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/leveldb" TYPE FILE FILES "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/Export/f90a79f6c24c38ae6b0a9cccec147da8/leveldbTargets.cmake")
- if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/leveldb" TYPE FILE FILES "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/CMakeFiles/Export/f90a79f6c24c38ae6b0a9cccec147da8/leveldbTargets-debug.cmake")
- endif()
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/leveldb" TYPE FILE FILES
- "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/cmake/leveldbConfig.cmake"
- "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/cmake/leveldbConfigVersion.cmake"
- )
-endif()
-
-if(NOT CMAKE_INSTALL_LOCAL_ONLY)
- # Include the install script for each subdirectory.
- include("/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/cmake_install.cmake")
- include("/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/cmake_install.cmake")
-
-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 "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}"
- "${CMAKE_INSTALL_MANIFEST_CONTENT}")
diff --git a/cmake-build-debug/include/port/port_config.h b/cmake-build-debug/include/port/port_config.h
deleted file mode 100644
index a91bd06..0000000
--- a/cmake-build-debug/include/port/port_config.h
+++ /dev/null
@@ -1,38 +0,0 @@
-// Copyright 2017 The LevelDB Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file. See the AUTHORS file for names of contributors.
-
-#ifndef STORAGE_LEVELDB_PORT_PORT_CONFIG_H_
-#define STORAGE_LEVELDB_PORT_PORT_CONFIG_H_
-
-// Define to 1 if you have a definition for fdatasync() in .
-#if !defined(HAVE_FDATASYNC)
-#define HAVE_FDATASYNC 0
-#endif // !defined(HAVE_FDATASYNC)
-
-// Define to 1 if you have a definition for F_FULLFSYNC in .
-#if !defined(HAVE_FULLFSYNC)
-#define HAVE_FULLFSYNC 1
-#endif // !defined(HAVE_FULLFSYNC)
-
-// Define to 1 if you have a definition for O_CLOEXEC in .
-#if !defined(HAVE_O_CLOEXEC)
-#define HAVE_O_CLOEXEC 1
-#endif // !defined(HAVE_O_CLOEXEC)
-
-// Define to 1 if you have Google CRC32C.
-#if !defined(HAVE_CRC32C)
-#define HAVE_CRC32C 0
-#endif // !defined(HAVE_CRC32C)
-
-// Define to 1 if you have Google Snappy.
-#if !defined(HAVE_SNAPPY)
-#define HAVE_SNAPPY 0
-#endif // !defined(HAVE_SNAPPY)
-
-// Define to 1 if you have Zstd.
-#if !defined(HAVE_Zstd)
-#define HAVE_ZSTD 0
-#endif // !defined(HAVE_ZSTD)
-
-#endif // STORAGE_LEVELDB_PORT_PORT_CONFIG_H_
diff --git a/cmake-build-debug/third_party/benchmark/CTestTestfile.cmake b/cmake-build-debug/third_party/benchmark/CTestTestfile.cmake
deleted file mode 100644
index 2aa69ce..0000000
--- a/cmake-build-debug/third_party/benchmark/CTestTestfile.cmake
+++ /dev/null
@@ -1,7 +0,0 @@
-# CMake generated Testfile for
-# Source directory: /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark
-# Build directory: /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark
-#
-# This file includes the relevant testing commands required for
-# testing this directory and lists subdirectories to be tested as well.
-subdirs("src")
diff --git a/cmake-build-debug/third_party/benchmark/benchmark.pc b/cmake-build-debug/third_party/benchmark/benchmark.pc
deleted file mode 100644
index 171e2ed..0000000
--- a/cmake-build-debug/third_party/benchmark/benchmark.pc
+++ /dev/null
@@ -1,12 +0,0 @@
-prefix=/usr/local
-exec_prefix=${prefix}
-libdir=/usr/local/lib
-includedir=/usr/local/include
-
-Name: benchmark
-Description: Google microbenchmark framework
-Version: 1.7.1.50
-
-Libs: -L${libdir} -lbenchmark
-Libs.private: -lpthread
-Cflags: -I${includedir}
diff --git a/cmake-build-debug/third_party/benchmark/benchmarkConfig.cmake b/cmake-build-debug/third_party/benchmark/benchmarkConfig.cmake
deleted file mode 100644
index d480cd9..0000000
--- a/cmake-build-debug/third_party/benchmark/benchmarkConfig.cmake
+++ /dev/null
@@ -1,14 +0,0 @@
-
-####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() #######
-####### Any changes to this file will be overwritten by the next CMake run ####
-####### The input file was Config.cmake.in ########
-
-get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE)
-
-####################################################################################
-
-include (CMakeFindDependencyMacro)
-
-find_dependency (Threads)
-
-include("${CMAKE_CURRENT_LIST_DIR}/benchmarkTargets.cmake")
diff --git a/cmake-build-debug/third_party/benchmark/benchmarkConfigVersion.cmake b/cmake-build-debug/third_party/benchmark/benchmarkConfigVersion.cmake
deleted file mode 100644
index 2522df5..0000000
--- a/cmake-build-debug/third_party/benchmark/benchmarkConfigVersion.cmake
+++ /dev/null
@@ -1,65 +0,0 @@
-# This is a basic version file for the Config-mode of find_package().
-# It is used by write_basic_package_version_file() as input file for configure_file()
-# to create a version-file which can be installed along a config.cmake file.
-#
-# The created file sets PACKAGE_VERSION_EXACT if the current version string and
-# the requested version string are exactly the same and it sets
-# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version,
-# but only if the requested major version is the same as the current one.
-# The variable CVF_VERSION must be set before calling configure_file().
-
-
-set(PACKAGE_VERSION "1.7.1.50")
-
-if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
- set(PACKAGE_VERSION_COMPATIBLE FALSE)
-else()
-
- if("1.7.1.50" MATCHES "^([0-9]+)\\.")
- set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
- if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
- string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
- endif()
- else()
- set(CVF_VERSION_MAJOR "1.7.1.50")
- endif()
-
- if(PACKAGE_FIND_VERSION_RANGE)
- # both endpoints of the range must have the expected major version
- math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1")
- if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR
- OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR)
- OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT)))
- set(PACKAGE_VERSION_COMPATIBLE FALSE)
- elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR
- AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX)
- OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX)))
- set(PACKAGE_VERSION_COMPATIBLE TRUE)
- else()
- set(PACKAGE_VERSION_COMPATIBLE FALSE)
- endif()
- else()
- if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR)
- set(PACKAGE_VERSION_COMPATIBLE TRUE)
- else()
- set(PACKAGE_VERSION_COMPATIBLE FALSE)
- endif()
-
- if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
- set(PACKAGE_VERSION_EXACT TRUE)
- endif()
- endif()
-endif()
-
-
-# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
-if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "")
- return()
-endif()
-
-# check that the installed version has the same 32/64bit-ness as the one which is currently searching:
-if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8")
- math(EXPR installedBits "8 * 8")
- set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)")
- set(PACKAGE_VERSION_UNSUITABLE TRUE)
-endif()
diff --git a/cmake-build-debug/third_party/benchmark/benchmarkTargets.cmake b/cmake-build-debug/third_party/benchmark/benchmarkTargets.cmake
deleted file mode 100644
index 4fe5431..0000000
--- a/cmake-build-debug/third_party/benchmark/benchmarkTargets.cmake
+++ /dev/null
@@ -1,84 +0,0 @@
-# Generated by CMake
-
-if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
- message(FATAL_ERROR "CMake >= 2.8.0 required")
-endif()
-if(CMAKE_VERSION VERSION_LESS "2.8.3")
- message(FATAL_ERROR "CMake >= 2.8.3 required")
-endif()
-cmake_policy(PUSH)
-cmake_policy(VERSION 2.8.3...3.27)
-#----------------------------------------------------------------
-# Generated CMake target import file.
-#----------------------------------------------------------------
-
-# Commands may need to know the format version.
-set(CMAKE_IMPORT_FILE_VERSION 1)
-
-# Protect against multiple inclusion, which would fail when already imported targets are added once more.
-set(_cmake_targets_defined "")
-set(_cmake_targets_not_defined "")
-set(_cmake_expected_targets "")
-foreach(_cmake_expected_target IN ITEMS benchmark::benchmark benchmark::benchmark_main)
- list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
- if(TARGET "${_cmake_expected_target}")
- list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
- else()
- list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}")
- endif()
-endforeach()
-unset(_cmake_expected_target)
-if(_cmake_targets_defined STREQUAL _cmake_expected_targets)
- unset(_cmake_targets_defined)
- unset(_cmake_targets_not_defined)
- unset(_cmake_expected_targets)
- unset(CMAKE_IMPORT_FILE_VERSION)
- cmake_policy(POP)
- return()
-endif()
-if(NOT _cmake_targets_defined STREQUAL "")
- string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}")
- string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}")
- message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n")
-endif()
-unset(_cmake_targets_defined)
-unset(_cmake_targets_not_defined)
-unset(_cmake_expected_targets)
-
-
-# Create imported target benchmark::benchmark
-add_library(benchmark::benchmark STATIC IMPORTED)
-
-set_target_properties(benchmark::benchmark PROPERTIES
- INTERFACE_COMPILE_DEFINITIONS "BENCHMARK_STATIC_DEFINE"
- INTERFACE_INCLUDE_DIRECTORIES "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include"
- INTERFACE_LINK_LIBRARIES "\$"
-)
-
-# Create imported target benchmark::benchmark_main
-add_library(benchmark::benchmark_main STATIC IMPORTED)
-
-set_target_properties(benchmark::benchmark_main PROPERTIES
- INTERFACE_LINK_LIBRARIES "benchmark::benchmark"
-)
-
-# Import target "benchmark::benchmark" for configuration "Debug"
-set_property(TARGET benchmark::benchmark APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
-set_target_properties(benchmark::benchmark PROPERTIES
- IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
- IMPORTED_LOCATION_DEBUG "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src/libbenchmark.a"
- )
-
-# Import target "benchmark::benchmark_main" for configuration "Debug"
-set_property(TARGET benchmark::benchmark_main APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
-set_target_properties(benchmark::benchmark_main PROPERTIES
- IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
- IMPORTED_LOCATION_DEBUG "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src/libbenchmark_main.a"
- )
-
-# This file does not depend on other imported targets which have
-# been exported from the same project but in a separate export set.
-
-# Commands beyond this point should not need to know the version.
-set(CMAKE_IMPORT_FILE_VERSION)
-cmake_policy(POP)
diff --git a/cmake-build-debug/third_party/benchmark/cmake_install.cmake b/cmake-build-debug/third_party/benchmark/cmake_install.cmake
deleted file mode 100644
index cb30ede..0000000
--- a/cmake-build-debug/third_party/benchmark/cmake_install.cmake
+++ /dev/null
@@ -1,44 +0,0 @@
-# Install script for directory: /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark
-
-# Set the install prefix
-if(NOT DEFINED CMAKE_INSTALL_PREFIX)
- set(CMAKE_INSTALL_PREFIX "/usr/local")
-endif()
-string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
-
-# Set the install configuration name.
-if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
- if(BUILD_TYPE)
- string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
- CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
- else()
- set(CMAKE_INSTALL_CONFIG_NAME "Debug")
- endif()
- message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
-endif()
-
-# Set the component getting installed.
-if(NOT CMAKE_INSTALL_COMPONENT)
- if(COMPONENT)
- message(STATUS "Install component: \"${COMPONENT}\"")
- set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
- else()
- set(CMAKE_INSTALL_COMPONENT)
- endif()
-endif()
-
-# 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 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump")
-endif()
-
-if(NOT CMAKE_INSTALL_LOCAL_ONLY)
- # Include the install script for the subdirectory.
- include("/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src/cmake_install.cmake")
-endif()
-
diff --git a/cmake-build-debug/third_party/benchmark/src/CMakeFiles/Export/d56d27b88fbb159d81f220d5e4f5f598/benchmarkTargets-debug.cmake b/cmake-build-debug/third_party/benchmark/src/CMakeFiles/Export/d56d27b88fbb159d81f220d5e4f5f598/benchmarkTargets-debug.cmake
deleted file mode 100644
index 5bf3962..0000000
--- a/cmake-build-debug/third_party/benchmark/src/CMakeFiles/Export/d56d27b88fbb159d81f220d5e4f5f598/benchmarkTargets-debug.cmake
+++ /dev/null
@@ -1,29 +0,0 @@
-#----------------------------------------------------------------
-# Generated CMake target import file for configuration "Debug".
-#----------------------------------------------------------------
-
-# Commands may need to know the format version.
-set(CMAKE_IMPORT_FILE_VERSION 1)
-
-# Import target "benchmark::benchmark" for configuration "Debug"
-set_property(TARGET benchmark::benchmark APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
-set_target_properties(benchmark::benchmark PROPERTIES
- IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
- IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libbenchmark.a"
- )
-
-list(APPEND _cmake_import_check_targets benchmark::benchmark )
-list(APPEND _cmake_import_check_files_for_benchmark::benchmark "${_IMPORT_PREFIX}/lib/libbenchmark.a" )
-
-# Import target "benchmark::benchmark_main" for configuration "Debug"
-set_property(TARGET benchmark::benchmark_main APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
-set_target_properties(benchmark::benchmark_main PROPERTIES
- IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
- IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libbenchmark_main.a"
- )
-
-list(APPEND _cmake_import_check_targets benchmark::benchmark_main )
-list(APPEND _cmake_import_check_files_for_benchmark::benchmark_main "${_IMPORT_PREFIX}/lib/libbenchmark_main.a" )
-
-# Commands beyond this point should not need to know the version.
-set(CMAKE_IMPORT_FILE_VERSION)
diff --git a/cmake-build-debug/third_party/benchmark/src/CMakeFiles/Export/d56d27b88fbb159d81f220d5e4f5f598/benchmarkTargets.cmake b/cmake-build-debug/third_party/benchmark/src/CMakeFiles/Export/d56d27b88fbb159d81f220d5e4f5f598/benchmarkTargets.cmake
deleted file mode 100644
index 46d1f10..0000000
--- a/cmake-build-debug/third_party/benchmark/src/CMakeFiles/Export/d56d27b88fbb159d81f220d5e4f5f598/benchmarkTargets.cmake
+++ /dev/null
@@ -1,116 +0,0 @@
-# Generated by CMake
-
-if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
- message(FATAL_ERROR "CMake >= 2.8.0 required")
-endif()
-if(CMAKE_VERSION VERSION_LESS "2.8.12")
- message(FATAL_ERROR "CMake >= 2.8.12 required")
-endif()
-cmake_policy(PUSH)
-cmake_policy(VERSION 2.8.12...3.27)
-#----------------------------------------------------------------
-# Generated CMake target import file.
-#----------------------------------------------------------------
-
-# Commands may need to know the format version.
-set(CMAKE_IMPORT_FILE_VERSION 1)
-
-# Protect against multiple inclusion, which would fail when already imported targets are added once more.
-set(_cmake_targets_defined "")
-set(_cmake_targets_not_defined "")
-set(_cmake_expected_targets "")
-foreach(_cmake_expected_target IN ITEMS benchmark::benchmark benchmark::benchmark_main)
- list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
- if(TARGET "${_cmake_expected_target}")
- list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
- else()
- list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}")
- endif()
-endforeach()
-unset(_cmake_expected_target)
-if(_cmake_targets_defined STREQUAL _cmake_expected_targets)
- unset(_cmake_targets_defined)
- unset(_cmake_targets_not_defined)
- unset(_cmake_expected_targets)
- unset(CMAKE_IMPORT_FILE_VERSION)
- cmake_policy(POP)
- return()
-endif()
-if(NOT _cmake_targets_defined STREQUAL "")
- string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}")
- string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}")
- message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n")
-endif()
-unset(_cmake_targets_defined)
-unset(_cmake_targets_not_defined)
-unset(_cmake_expected_targets)
-
-
-# Compute the installation prefix relative to this file.
-get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
-get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
-get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
-get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
-if(_IMPORT_PREFIX STREQUAL "/")
- set(_IMPORT_PREFIX "")
-endif()
-
-# Create imported target benchmark::benchmark
-add_library(benchmark::benchmark STATIC IMPORTED)
-
-set_target_properties(benchmark::benchmark PROPERTIES
- INTERFACE_COMPILE_DEFINITIONS "BENCHMARK_STATIC_DEFINE"
- INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
- INTERFACE_LINK_LIBRARIES "\$"
-)
-
-# Create imported target benchmark::benchmark_main
-add_library(benchmark::benchmark_main STATIC IMPORTED)
-
-set_target_properties(benchmark::benchmark_main PROPERTIES
- INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
- INTERFACE_LINK_LIBRARIES "benchmark::benchmark"
-)
-
-# Load information for each installed configuration.
-file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/benchmarkTargets-*.cmake")
-foreach(_cmake_config_file IN LISTS _cmake_config_files)
- include("${_cmake_config_file}")
-endforeach()
-unset(_cmake_config_file)
-unset(_cmake_config_files)
-
-# Cleanup temporary variables.
-set(_IMPORT_PREFIX)
-
-# Loop over all imported files and verify that they actually exist
-foreach(_cmake_target IN LISTS _cmake_import_check_targets)
- if(CMAKE_VERSION VERSION_LESS "3.28"
- OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target}
- OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}")
- foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
- if(NOT EXISTS "${_cmake_file}")
- message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
- \"${_cmake_file}\"
-but this file does not exist. Possible reasons include:
-* The file was deleted, renamed, or moved to another location.
-* An install or uninstall procedure did not complete successfully.
-* The installation package was faulty and contained
- \"${CMAKE_CURRENT_LIST_FILE}\"
-but not all the files it references.
-")
- endif()
- endforeach()
- endif()
- unset(_cmake_file)
- unset("_cmake_import_check_files_for_${_cmake_target}")
-endforeach()
-unset(_cmake_target)
-unset(_cmake_import_check_targets)
-
-# This file does not depend on other imported targets which have
-# been exported from the same project but in a separate export set.
-
-# Commands beyond this point should not need to know the version.
-set(CMAKE_IMPORT_FILE_VERSION)
-cmake_policy(POP)
diff --git a/cmake-build-debug/third_party/benchmark/src/CTestTestfile.cmake b/cmake-build-debug/third_party/benchmark/src/CTestTestfile.cmake
deleted file mode 100644
index eb4946e..0000000
--- a/cmake-build-debug/third_party/benchmark/src/CTestTestfile.cmake
+++ /dev/null
@@ -1,6 +0,0 @@
-# CMake generated Testfile for
-# Source directory: /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
-# Build directory: /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src
-#
-# This file includes the relevant testing commands required for
-# testing this directory and lists subdirectories to be tested as well.
diff --git a/cmake-build-debug/third_party/benchmark/src/cmake_install.cmake b/cmake-build-debug/third_party/benchmark/src/cmake_install.cmake
deleted file mode 100644
index f128f75..0000000
--- a/cmake-build-debug/third_party/benchmark/src/cmake_install.cmake
+++ /dev/null
@@ -1,100 +0,0 @@
-# Install script for directory: /Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/src
-
-# Set the install prefix
-if(NOT DEFINED CMAKE_INSTALL_PREFIX)
- set(CMAKE_INSTALL_PREFIX "/usr/local")
-endif()
-string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
-
-# Set the install configuration name.
-if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
- if(BUILD_TYPE)
- string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
- CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
- else()
- set(CMAKE_INSTALL_CONFIG_NAME "Debug")
- endif()
- message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
-endif()
-
-# Set the component getting installed.
-if(NOT CMAKE_INSTALL_COMPONENT)
- if(COMPONENT)
- message(STATUS "Install component: \"${COMPONENT}\"")
- set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
- else()
- set(CMAKE_INSTALL_COMPONENT)
- endif()
-endif()
-
-# 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 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump")
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src/libbenchmark.a")
- if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libbenchmark.a" AND
- NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libbenchmark.a")
- execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libbenchmark.a")
- endif()
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src/libbenchmark_main.a")
- if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libbenchmark_main.a" AND
- NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libbenchmark_main.a")
- execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libbenchmark_main.a")
- endif()
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES
- "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/include/benchmark"
- "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/include/benchmark"
- FILES_MATCHING REGEX "/[^/]*\\.[^/]*h$")
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/benchmark" TYPE FILE FILES
- "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/benchmarkConfig.cmake"
- "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/benchmarkConfigVersion.cmake"
- )
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/benchmark.pc")
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/benchmark/benchmarkTargets.cmake")
- file(DIFFERENT _cmake_export_file_changed FILES
- "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/benchmark/benchmarkTargets.cmake"
- "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src/CMakeFiles/Export/d56d27b88fbb159d81f220d5e4f5f598/benchmarkTargets.cmake")
- if(_cmake_export_file_changed)
- file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/benchmark/benchmarkTargets-*.cmake")
- if(_cmake_old_config_files)
- string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}")
- message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/benchmark/benchmarkTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].")
- unset(_cmake_old_config_files_text)
- file(REMOVE ${_cmake_old_config_files})
- endif()
- unset(_cmake_old_config_files)
- endif()
- unset(_cmake_export_file_changed)
- endif()
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/benchmark" TYPE FILE FILES "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src/CMakeFiles/Export/d56d27b88fbb159d81f220d5e4f5f598/benchmarkTargets.cmake")
- if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/benchmark" TYPE FILE FILES "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/benchmark/src/CMakeFiles/Export/d56d27b88fbb159d81f220d5e4f5f598/benchmarkTargets-debug.cmake")
- endif()
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/leveldb" TYPE DIRECTORY FILES "/Users/arcueid/program/LevelDB-KV-Separation/third_party/benchmark/docs/")
-endif()
-
diff --git a/cmake-build-debug/third_party/googletest/CTestTestfile.cmake b/cmake-build-debug/third_party/googletest/CTestTestfile.cmake
deleted file mode 100644
index 9b179b7..0000000
--- a/cmake-build-debug/third_party/googletest/CTestTestfile.cmake
+++ /dev/null
@@ -1,7 +0,0 @@
-# CMake generated Testfile for
-# Source directory: /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest
-# Build directory: /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest
-#
-# This file includes the relevant testing commands required for
-# testing this directory and lists subdirectories to be tested as well.
-subdirs("googlemock")
diff --git a/cmake-build-debug/third_party/googletest/cmake_install.cmake b/cmake-build-debug/third_party/googletest/cmake_install.cmake
deleted file mode 100644
index 5661c6f..0000000
--- a/cmake-build-debug/third_party/googletest/cmake_install.cmake
+++ /dev/null
@@ -1,45 +0,0 @@
-# Install script for directory: /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest
-
-# Set the install prefix
-if(NOT DEFINED CMAKE_INSTALL_PREFIX)
- set(CMAKE_INSTALL_PREFIX "/usr/local")
-endif()
-string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
-
-# Set the install configuration name.
-if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
- if(BUILD_TYPE)
- string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
- CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
- else()
- set(CMAKE_INSTALL_CONFIG_NAME "Debug")
- endif()
- message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
-endif()
-
-# Set the component getting installed.
-if(NOT CMAKE_INSTALL_COMPONENT)
- if(COMPONENT)
- message(STATUS "Install component: \"${COMPONENT}\"")
- set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
- else()
- set(CMAKE_INSTALL_COMPONENT)
- endif()
-endif()
-
-# 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 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump")
-endif()
-
-if(NOT CMAKE_INSTALL_LOCAL_ONLY)
- # Include the install script for each subdirectory.
- include("/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googlemock/cmake_install.cmake")
-
-endif()
-
diff --git a/cmake-build-debug/third_party/googletest/googlemock/CTestTestfile.cmake b/cmake-build-debug/third_party/googletest/googlemock/CTestTestfile.cmake
deleted file mode 100644
index e572738..0000000
--- a/cmake-build-debug/third_party/googletest/googlemock/CTestTestfile.cmake
+++ /dev/null
@@ -1,7 +0,0 @@
-# CMake generated Testfile for
-# Source directory: /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock
-# Build directory: /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googlemock
-#
-# This file includes the relevant testing commands required for
-# testing this directory and lists subdirectories to be tested as well.
-subdirs("../googletest")
diff --git a/cmake-build-debug/third_party/googletest/googlemock/cmake_install.cmake b/cmake-build-debug/third_party/googletest/googlemock/cmake_install.cmake
deleted file mode 100644
index 951ee57..0000000
--- a/cmake-build-debug/third_party/googletest/googlemock/cmake_install.cmake
+++ /dev/null
@@ -1,73 +0,0 @@
-# Install script for directory: /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock
-
-# Set the install prefix
-if(NOT DEFINED CMAKE_INSTALL_PREFIX)
- set(CMAKE_INSTALL_PREFIX "/usr/local")
-endif()
-string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
-
-# Set the install configuration name.
-if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
- if(BUILD_TYPE)
- string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
- CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
- else()
- set(CMAKE_INSTALL_CONFIG_NAME "Debug")
- endif()
- message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
-endif()
-
-# Set the component getting installed.
-if(NOT CMAKE_INSTALL_COMPONENT)
- if(COMPONENT)
- message(STATUS "Install component: \"${COMPONENT}\"")
- set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
- else()
- set(CMAKE_INSTALL_COMPONENT)
- endif()
-endif()
-
-# 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 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump")
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googlemock/include/")
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/lib/libgmockd.a")
- if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgmockd.a" AND
- NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgmockd.a")
- execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgmockd.a")
- endif()
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/lib/libgmock_maind.a")
- if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgmock_maind.a" AND
- NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgmock_maind.a")
- execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgmock_maind.a")
- endif()
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/generated/gmock.pc")
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/generated/gmock_main.pc")
-endif()
-
-if(NOT CMAKE_INSTALL_LOCAL_ONLY)
- # Include the install script for each subdirectory.
- include("/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/cmake_install.cmake")
-
-endif()
-
diff --git a/cmake-build-debug/third_party/googletest/googletest/CMakeFiles/Export/0c08b8e77dd885bfe55a19a9659d9fc1/GTestTargets-debug.cmake b/cmake-build-debug/third_party/googletest/googletest/CMakeFiles/Export/0c08b8e77dd885bfe55a19a9659d9fc1/GTestTargets-debug.cmake
deleted file mode 100644
index 897e132..0000000
--- a/cmake-build-debug/third_party/googletest/googletest/CMakeFiles/Export/0c08b8e77dd885bfe55a19a9659d9fc1/GTestTargets-debug.cmake
+++ /dev/null
@@ -1,49 +0,0 @@
-#----------------------------------------------------------------
-# Generated CMake target import file for configuration "Debug".
-#----------------------------------------------------------------
-
-# Commands may need to know the format version.
-set(CMAKE_IMPORT_FILE_VERSION 1)
-
-# Import target "GTest::gtest" for configuration "Debug"
-set_property(TARGET GTest::gtest APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
-set_target_properties(GTest::gtest PROPERTIES
- IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
- IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libgtestd.a"
- )
-
-list(APPEND _cmake_import_check_targets GTest::gtest )
-list(APPEND _cmake_import_check_files_for_GTest::gtest "${_IMPORT_PREFIX}/lib/libgtestd.a" )
-
-# Import target "GTest::gtest_main" for configuration "Debug"
-set_property(TARGET GTest::gtest_main APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
-set_target_properties(GTest::gtest_main PROPERTIES
- IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
- IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libgtest_maind.a"
- )
-
-list(APPEND _cmake_import_check_targets GTest::gtest_main )
-list(APPEND _cmake_import_check_files_for_GTest::gtest_main "${_IMPORT_PREFIX}/lib/libgtest_maind.a" )
-
-# Import target "GTest::gmock" for configuration "Debug"
-set_property(TARGET GTest::gmock APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
-set_target_properties(GTest::gmock PROPERTIES
- IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
- IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libgmockd.a"
- )
-
-list(APPEND _cmake_import_check_targets GTest::gmock )
-list(APPEND _cmake_import_check_files_for_GTest::gmock "${_IMPORT_PREFIX}/lib/libgmockd.a" )
-
-# Import target "GTest::gmock_main" for configuration "Debug"
-set_property(TARGET GTest::gmock_main APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
-set_target_properties(GTest::gmock_main PROPERTIES
- IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
- IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libgmock_maind.a"
- )
-
-list(APPEND _cmake_import_check_targets GTest::gmock_main )
-list(APPEND _cmake_import_check_files_for_GTest::gmock_main "${_IMPORT_PREFIX}/lib/libgmock_maind.a" )
-
-# Commands beyond this point should not need to know the version.
-set(CMAKE_IMPORT_FILE_VERSION)
diff --git a/cmake-build-debug/third_party/googletest/googletest/CMakeFiles/Export/0c08b8e77dd885bfe55a19a9659d9fc1/GTestTargets.cmake b/cmake-build-debug/third_party/googletest/googletest/CMakeFiles/Export/0c08b8e77dd885bfe55a19a9659d9fc1/GTestTargets.cmake
deleted file mode 100644
index ed3a744..0000000
--- a/cmake-build-debug/third_party/googletest/googletest/CMakeFiles/Export/0c08b8e77dd885bfe55a19a9659d9fc1/GTestTargets.cmake
+++ /dev/null
@@ -1,139 +0,0 @@
-# Generated by CMake
-
-if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
- message(FATAL_ERROR "CMake >= 2.8.0 required")
-endif()
-if(CMAKE_VERSION VERSION_LESS "2.8.12")
- message(FATAL_ERROR "CMake >= 2.8.12 required")
-endif()
-cmake_policy(PUSH)
-cmake_policy(VERSION 2.8.12...3.27)
-#----------------------------------------------------------------
-# Generated CMake target import file.
-#----------------------------------------------------------------
-
-# Commands may need to know the format version.
-set(CMAKE_IMPORT_FILE_VERSION 1)
-
-# Protect against multiple inclusion, which would fail when already imported targets are added once more.
-set(_cmake_targets_defined "")
-set(_cmake_targets_not_defined "")
-set(_cmake_expected_targets "")
-foreach(_cmake_expected_target IN ITEMS GTest::gtest GTest::gtest_main GTest::gmock GTest::gmock_main)
- list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
- if(TARGET "${_cmake_expected_target}")
- list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
- else()
- list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}")
- endif()
-endforeach()
-unset(_cmake_expected_target)
-if(_cmake_targets_defined STREQUAL _cmake_expected_targets)
- unset(_cmake_targets_defined)
- unset(_cmake_targets_not_defined)
- unset(_cmake_expected_targets)
- unset(CMAKE_IMPORT_FILE_VERSION)
- cmake_policy(POP)
- return()
-endif()
-if(NOT _cmake_targets_defined STREQUAL "")
- string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}")
- string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}")
- message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n")
-endif()
-unset(_cmake_targets_defined)
-unset(_cmake_targets_not_defined)
-unset(_cmake_expected_targets)
-
-
-# Compute the installation prefix relative to this file.
-get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
-get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
-get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
-get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
-if(_IMPORT_PREFIX STREQUAL "/")
- set(_IMPORT_PREFIX "")
-endif()
-
-# Create imported target GTest::gtest
-add_library(GTest::gtest STATIC IMPORTED)
-
-set_target_properties(GTest::gtest PROPERTIES
- INTERFACE_COMPILE_FEATURES "cxx_std_11"
- INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
- INTERFACE_LINK_LIBRARIES "Threads::Threads"
- INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
-)
-
-# Create imported target GTest::gtest_main
-add_library(GTest::gtest_main STATIC IMPORTED)
-
-set_target_properties(GTest::gtest_main PROPERTIES
- INTERFACE_COMPILE_FEATURES "cxx_std_11"
- INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
- INTERFACE_LINK_LIBRARIES "Threads::Threads;GTest::gtest"
- INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
-)
-
-# Create imported target GTest::gmock
-add_library(GTest::gmock STATIC IMPORTED)
-
-set_target_properties(GTest::gmock PROPERTIES
- INTERFACE_COMPILE_FEATURES "cxx_std_11"
- INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
- INTERFACE_LINK_LIBRARIES "Threads::Threads;GTest::gtest"
- INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
-)
-
-# Create imported target GTest::gmock_main
-add_library(GTest::gmock_main STATIC IMPORTED)
-
-set_target_properties(GTest::gmock_main PROPERTIES
- INTERFACE_COMPILE_FEATURES "cxx_std_11"
- INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
- INTERFACE_LINK_LIBRARIES "Threads::Threads;GTest::gmock"
- INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
-)
-
-# Load information for each installed configuration.
-file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/GTestTargets-*.cmake")
-foreach(_cmake_config_file IN LISTS _cmake_config_files)
- include("${_cmake_config_file}")
-endforeach()
-unset(_cmake_config_file)
-unset(_cmake_config_files)
-
-# Cleanup temporary variables.
-set(_IMPORT_PREFIX)
-
-# Loop over all imported files and verify that they actually exist
-foreach(_cmake_target IN LISTS _cmake_import_check_targets)
- if(CMAKE_VERSION VERSION_LESS "3.28"
- OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target}
- OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}")
- foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
- if(NOT EXISTS "${_cmake_file}")
- message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
- \"${_cmake_file}\"
-but this file does not exist. Possible reasons include:
-* The file was deleted, renamed, or moved to another location.
-* An install or uninstall procedure did not complete successfully.
-* The installation package was faulty and contained
- \"${CMAKE_CURRENT_LIST_FILE}\"
-but not all the files it references.
-")
- endif()
- endforeach()
- endif()
- unset(_cmake_file)
- unset("_cmake_import_check_files_for_${_cmake_target}")
-endforeach()
-unset(_cmake_target)
-unset(_cmake_import_check_targets)
-
-# This file does not depend on other imported targets which have
-# been exported from the same project but in a separate export set.
-
-# Commands beyond this point should not need to know the version.
-set(CMAKE_IMPORT_FILE_VERSION)
-cmake_policy(POP)
diff --git a/cmake-build-debug/third_party/googletest/googletest/CTestTestfile.cmake b/cmake-build-debug/third_party/googletest/googletest/CTestTestfile.cmake
deleted file mode 100644
index c3e03b8..0000000
--- a/cmake-build-debug/third_party/googletest/googletest/CTestTestfile.cmake
+++ /dev/null
@@ -1,6 +0,0 @@
-# CMake generated Testfile for
-# Source directory: /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
-# Build directory: /Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest
-#
-# This file includes the relevant testing commands required for
-# testing this directory and lists subdirectories to be tested as well.
diff --git a/cmake-build-debug/third_party/googletest/googletest/cmake_install.cmake b/cmake-build-debug/third_party/googletest/googletest/cmake_install.cmake
deleted file mode 100644
index b07840a..0000000
--- a/cmake-build-debug/third_party/googletest/googletest/cmake_install.cmake
+++ /dev/null
@@ -1,97 +0,0 @@
-# Install script for directory: /Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest
-
-# Set the install prefix
-if(NOT DEFINED CMAKE_INSTALL_PREFIX)
- set(CMAKE_INSTALL_PREFIX "/usr/local")
-endif()
-string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
-
-# Set the install configuration name.
-if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
- if(BUILD_TYPE)
- string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
- CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
- else()
- set(CMAKE_INSTALL_CONFIG_NAME "Debug")
- endif()
- message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
-endif()
-
-# Set the component getting installed.
-if(NOT CMAKE_INSTALL_COMPONENT)
- if(COMPONENT)
- message(STATUS "Install component: \"${COMPONENT}\"")
- set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
- else()
- set(CMAKE_INSTALL_COMPONENT)
- endif()
-endif()
-
-# 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 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump")
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest/GTestTargets.cmake")
- file(DIFFERENT _cmake_export_file_changed FILES
- "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest/GTestTargets.cmake"
- "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/CMakeFiles/Export/0c08b8e77dd885bfe55a19a9659d9fc1/GTestTargets.cmake")
- if(_cmake_export_file_changed)
- file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest/GTestTargets-*.cmake")
- if(_cmake_old_config_files)
- string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}")
- message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest/GTestTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].")
- unset(_cmake_old_config_files_text)
- file(REMOVE ${_cmake_old_config_files})
- endif()
- unset(_cmake_old_config_files)
- endif()
- unset(_cmake_export_file_changed)
- endif()
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest" TYPE FILE FILES "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/CMakeFiles/Export/0c08b8e77dd885bfe55a19a9659d9fc1/GTestTargets.cmake")
- if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest" TYPE FILE FILES "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/CMakeFiles/Export/0c08b8e77dd885bfe55a19a9659d9fc1/GTestTargets-debug.cmake")
- endif()
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest" TYPE FILE FILES
- "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/generated/GTestConfigVersion.cmake"
- "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/generated/GTestConfig.cmake"
- )
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/Users/arcueid/program/LevelDB-KV-Separation/third_party/googletest/googletest/include/")
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/lib/libgtestd.a")
- if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgtestd.a" AND
- NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgtestd.a")
- execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgtestd.a")
- endif()
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/lib/libgtest_maind.a")
- if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgtest_maind.a" AND
- NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgtest_maind.a")
- execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgtest_maind.a")
- endif()
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/generated/gtest.pc")
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/Users/arcueid/program/LevelDB-KV-Separation/cmake-build-debug/third_party/googletest/googletest/generated/gtest_main.pc")
-endif()
-
diff --git a/cmake-build-debug/third_party/googletest/googletest/generated/GTestConfig.cmake b/cmake-build-debug/third_party/googletest/googletest/generated/GTestConfig.cmake
deleted file mode 100644
index 771cb7e..0000000
--- a/cmake-build-debug/third_party/googletest/googletest/generated/GTestConfig.cmake
+++ /dev/null
@@ -1,33 +0,0 @@
-
-####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() #######
-####### Any changes to this file will be overwritten by the next CMake run ####
-####### The input file was Config.cmake.in ########
-
-get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE)
-
-macro(set_and_check _var _file)
- set(${_var} "${_file}")
- if(NOT EXISTS "${_file}")
- message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !")
- endif()
-endmacro()
-
-macro(check_required_components _NAME)
- foreach(comp ${${_NAME}_FIND_COMPONENTS})
- if(NOT ${_NAME}_${comp}_FOUND)
- if(${_NAME}_FIND_REQUIRED_${comp})
- set(${_NAME}_FOUND FALSE)
- endif()
- endif()
- endforeach()
-endmacro()
-
-####################################################################################
-include(CMakeFindDependencyMacro)
-if (ON)
- set(THREADS_PREFER_PTHREAD_FLAG )
- find_dependency(Threads)
-endif()
-
-include("${CMAKE_CURRENT_LIST_DIR}/GTestTargets.cmake")
-check_required_components("")
diff --git a/cmake-build-debug/third_party/googletest/googletest/generated/GTestConfigVersion.cmake b/cmake-build-debug/third_party/googletest/googletest/generated/GTestConfigVersion.cmake
deleted file mode 100644
index edff6fa..0000000
--- a/cmake-build-debug/third_party/googletest/googletest/generated/GTestConfigVersion.cmake
+++ /dev/null
@@ -1,43 +0,0 @@
-# This is a basic version file for the Config-mode of find_package().
-# It is used by write_basic_package_version_file() as input file for configure_file()
-# to create a version-file which can be installed along a config.cmake file.
-#
-# The created file sets PACKAGE_VERSION_EXACT if the current version string and
-# the requested version string are exactly the same and it sets
-# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version.
-# The variable CVF_VERSION must be set before calling configure_file().
-
-set(PACKAGE_VERSION "1.10.0")
-
-if (PACKAGE_FIND_VERSION_RANGE)
- # Package version must be in the requested version range
- if ((PACKAGE_FIND_VERSION_RANGE_MIN STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MIN)
- OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_GREATER PACKAGE_FIND_VERSION_MAX)
- OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_GREATER_EQUAL PACKAGE_FIND_VERSION_MAX)))
- set(PACKAGE_VERSION_COMPATIBLE FALSE)
- else()
- set(PACKAGE_VERSION_COMPATIBLE TRUE)
- endif()
-else()
- if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
- set(PACKAGE_VERSION_COMPATIBLE FALSE)
- else()
- set(PACKAGE_VERSION_COMPATIBLE TRUE)
- if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
- set(PACKAGE_VERSION_EXACT TRUE)
- endif()
- endif()
-endif()
-
-
-# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
-if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "")
- return()
-endif()
-
-# check that the installed version has the same 32/64bit-ness as the one which is currently searching:
-if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8")
- math(EXPR installedBits "8 * 8")
- set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)")
- set(PACKAGE_VERSION_UNSUITABLE TRUE)
-endif()
diff --git a/cmake-build-debug/third_party/googletest/googletest/generated/gmock.pc b/cmake-build-debug/third_party/googletest/googletest/generated/gmock.pc
deleted file mode 100644
index a6d1835..0000000
--- a/cmake-build-debug/third_party/googletest/googletest/generated/gmock.pc
+++ /dev/null
@@ -1,10 +0,0 @@
-libdir=/usr/local/lib
-includedir=/usr/local/include
-
-Name: gmock
-Description: GoogleMock (without main() function)
-Version: 1.10.0
-URL: https://github.com/google/googletest
-Requires: gtest = 1.10.0
-Libs: -L${libdir} -lgmock
-Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1
diff --git a/cmake-build-debug/third_party/googletest/googletest/generated/gmock_main.pc b/cmake-build-debug/third_party/googletest/googletest/generated/gmock_main.pc
deleted file mode 100644
index 563e68a..0000000
--- a/cmake-build-debug/third_party/googletest/googletest/generated/gmock_main.pc
+++ /dev/null
@@ -1,10 +0,0 @@
-libdir=/usr/local/lib
-includedir=/usr/local/include
-
-Name: gmock_main
-Description: GoogleMock (with main() function)
-Version: 1.10.0
-URL: https://github.com/google/googletest
-Requires: gmock = 1.10.0
-Libs: -L${libdir} -lgmock_main
-Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1
diff --git a/cmake-build-debug/third_party/googletest/googletest/generated/gtest.pc b/cmake-build-debug/third_party/googletest/googletest/generated/gtest.pc
deleted file mode 100644
index 30c25ce..0000000
--- a/cmake-build-debug/third_party/googletest/googletest/generated/gtest.pc
+++ /dev/null
@@ -1,9 +0,0 @@
-libdir=/usr/local/lib
-includedir=/usr/local/include
-
-Name: gtest
-Description: GoogleTest (without main() function)
-Version: 1.10.0
-URL: https://github.com/google/googletest
-Libs: -L${libdir} -lgtest
-Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1
diff --git a/cmake-build-debug/third_party/googletest/googletest/generated/gtest_main.pc b/cmake-build-debug/third_party/googletest/googletest/generated/gtest_main.pc
deleted file mode 100644
index df3a97e..0000000
--- a/cmake-build-debug/third_party/googletest/googletest/generated/gtest_main.pc
+++ /dev/null
@@ -1,10 +0,0 @@
-libdir=/usr/local/lib
-includedir=/usr/local/include
-
-Name: gtest_main
-Description: GoogleTest (with main() function)
-Version: 1.10.0
-URL: https://github.com/google/googletest
-Requires: gtest = 1.10.0
-Libs: -L${libdir} -lgtest_main
-Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1
diff --git a/db/db_impl.cc b/db/db_impl.cc
index f96d245..27ede80 100644
--- a/db/db_impl.cc
+++ b/db/db_impl.cc
@@ -15,6 +15,7 @@
#include "db/builder.h"
#include "db/db_iter.h"
#include "db/dbformat.h"
+#include "db/fields.h"
#include "db/filename.h"
#include "db/log_reader.h"
#include "db/log_writer.h"
@@ -1164,6 +1165,75 @@ Status DBImpl::Get(const ReadOptions& options, const Slice& key,
return s;
}
+Status DBImpl::Get(const ReadOptions& options, const Slice& key,
+ Fields* fields) {
+ Status s;
+ MutexLock l(&mutex_);
+ SequenceNumber snapshot;
+ if (options.snapshot != nullptr) {
+ snapshot =
+ static_cast(options.snapshot)->sequence_number();
+ } else {
+ snapshot = versions_->LastSequence();
+ }
+
+ MemTable* mem = mem_;
+ MemTable* imm = imm_;
+ Version* current = versions_->current();
+ mem->Ref();
+ if (imm != nullptr) imm->Ref();
+ current->Ref();
+
+ bool have_stat_update = false;
+ Version::GetStats stats;
+
+ // Unlock while reading from files and memtables
+ {
+ mutex_.Unlock();
+ auto value = new std::string();
+ // First look in the memtable, then in the immutable memtable (if any).
+ LookupKey lkey(key, snapshot);
+ if (mem->Get(lkey, value, &s)) {
+ // Done
+ } else if (imm != nullptr && imm->Get(lkey, value, &s)) {
+ // Done
+ } else {
+ s = current->Get(options, lkey, value, &stats);
+ have_stat_update = true;
+ }
+ *fields = Fields(Slice(*value));
+ mutex_.Lock();
+ }
+
+ if (have_stat_update && current->UpdateStats(stats)) {
+ MaybeScheduleCompaction();
+ }
+ mem->Unref();
+ if (imm != nullptr) imm->Unref();
+ current->Unref();
+ return s;
+}
+
+std::vector DBImpl::FindKeysByField(Field &field) {
+ std::vector keys;
+ Iterator *iter = this->NewIterator(ReadOptions());
+ iter->SeekToFirst();
+ while (iter->Valid()) {
+ std::string key = iter->key().ToString();
+ FieldArray field_array = iter->fields().GetFieldArray();
+
+ for (const auto& field_db : field_array) {
+ if (field_db.first == field.first &&
+ field_db.second == field.second) {
+ keys.push_back(key);
+ }
+ }
+ iter->Next();
+ }
+ delete iter;
+ return keys;
+}
+
Iterator* DBImpl::NewIterator(const ReadOptions& options) {
SequenceNumber latest_snapshot;
uint32_t seed;
@@ -1195,7 +1265,16 @@ void DBImpl::ReleaseSnapshot(const Snapshot* snapshot) {
// Convenience methods
Status DBImpl::Put(const WriteOptions& o, const Slice& key, const Slice& val) {
- return DB::Put(o, key, val);
+ FieldArray field_array = {
+ {"1", val.ToString()},
+ };
+ Fields fields = Fields(field_array);
+ return DB::Put(o, key, fields.Serialize());
+}
+
+Status DBImpl::Put(const WriteOptions& o, const Slice& key, const Fields& fields) {
+ auto value = fields.Serialize();
+ return DB::Put(o, key, value);
}
Status DBImpl::Delete(const WriteOptions& options, const Slice& key) {
diff --git a/db/db_impl.h b/db/db_impl.h
index c7b0172..696d0b6 100644
--- a/db/db_impl.h
+++ b/db/db_impl.h
@@ -25,6 +25,7 @@ class TableCache;
class Version;
class VersionEdit;
class VersionSet;
+class Fields;
class DBImpl : public DB {
public:
@@ -38,10 +39,15 @@ class DBImpl : public DB {
// Implementations of the DB interface
Status Put(const WriteOptions&, const Slice& key,
const Slice& value) override;
+ Status Put(const WriteOptions&, const Slice& key,
+ const Fields& fields) override;
Status Delete(const WriteOptions&, const Slice& key) override;
Status Write(const WriteOptions& options, WriteBatch* updates) override;
Status Get(const ReadOptions& options, const Slice& key,
- std::string* value) override;
+ Fields* fields) override;
+ Status Get(const ReadOptions& options, const Slice& key,
+ std::string *value) override;
+ std::vector FindKeysByField(Field &field) override;
Iterator* NewIterator(const ReadOptions&) override;
const Snapshot* GetSnapshot() override;
void ReleaseSnapshot(const Snapshot* snapshot) override;
diff --git a/db/db_iter.cc b/db/db_iter.cc
index 532c2db..464ac0c 100644
--- a/db/db_iter.cc
+++ b/db/db_iter.cc
@@ -69,6 +69,10 @@ class DBIter : public Iterator {
assert(valid_);
return (direction_ == kForward) ? iter_->value() : saved_value_;
}
+ Fields fields() const override {
+ assert(valid_);
+ return (direction_ == kForward) ? Fields(iter_->value()) : Fields(saved_value_);
+ }
Status status() const override {
if (status_.ok()) {
return iter_->status();
diff --git a/db/fields.cc b/db/fields.cc
new file mode 100644
index 0000000..3622439
--- /dev/null
+++ b/db/fields.cc
@@ -0,0 +1,73 @@
+#include "fields.h"
+#include "util/coding.h"
+
+namespace leveldb {
+
+ Fields::Fields(const FieldArray& field_array) {
+ assert(!field_array.empty());
+ for (const auto& field : field_array) {
+ this->_fields[field.first] = field.second;
+ }
+ }
+
+ Fields::Fields(const Slice& fields_str) {
+ Slice fields = fields_str;
+ while (fields.size() > 0) {
+ uint64_t field_size;
+ uint64_t name_size;
+
+ GetVarint64(&fields, &field_size);
+
+ Slice field = Slice(fields.data(), field_size);
+ GetVarint64(&field, &name_size);
+
+ Slice name = Slice(field.data(), name_size);
+ Slice value = Slice(field.data() + name_size, field.size() - name_size);
+
+ this->_fields[name.ToString()] = value.ToString();
+
+ fields = Slice(fields.data() + field_size, fields.size() - field_size);
+ }
+ }
+
+ Fields::~Fields() {
+ this->_fields.clear();
+ }
+
+ std::string& Fields::operator[](const std::string& field_name) {
+ return this->_fields[field_name];
+ }
+
+ std::string Fields::Serialize() const {
+ std::string fields_str;
+
+ for (const auto & _field : this->_fields) {
+ std::string field_str;
+ std::string field_name = _field.first;
+ std::string field_value = _field.second;
+
+ uint64_t name_size = field_name.size();
+
+ PutVarint64(&field_str, name_size);
+ field_str.append(field_name);
+ field_str.append(field_value);
+
+ PutVarint64(&fields_str, field_str.size());
+ fields_str.append(field_str);
+ }
+
+ // const Slice fields = Slice(fields_str);
+ return fields_str;
+ }
+
+ FieldArray Fields::GetFieldArray() const {
+ FieldArray field_array;
+
+ for (const auto& _field : this->_fields) {
+ field_array.push_back(Field(_field.first, _field.second));
+ }
+
+ return field_array;
+ }
+
+} // namespace leveldb
\ No newline at end of file
diff --git a/db/fields.h b/db/fields.h
new file mode 100644
index 0000000..127000c
--- /dev/null
+++ b/db/fields.h
@@ -0,0 +1,39 @@
+#ifndef STORAGE_LEVELDB_FIELDS_H_
+#define STORAGE_LEVELDB_FIELDS_H_
+
+#include