diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
tree | 7d55b9e950eb724da222548997547bf6710b1b58 /library/cpp/json | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/cpp/json')
-rw-r--r-- | library/cpp/json/common/ya.make | 9 | ||||
-rw-r--r-- | library/cpp/json/easy_parse/ya.make | 13 | ||||
-rw-r--r-- | library/cpp/json/fast_sax/ya.make | 17 | ||||
-rw-r--r-- | library/cpp/json/flex_buffers/ut/ya.make | 9 | ||||
-rw-r--r-- | library/cpp/json/flex_buffers/ya.make | 16 | ||||
-rw-r--r-- | library/cpp/json/fuzzy_test/ya.make | 13 | ||||
-rw-r--r-- | library/cpp/json/ut/ya.make | 17 | ||||
-rw-r--r-- | library/cpp/json/writer/ut/ya.make | 16 | ||||
-rw-r--r-- | library/cpp/json/writer/ya.make | 20 | ||||
-rw-r--r-- | library/cpp/json/ya.make | 23 | ||||
-rw-r--r-- | library/cpp/json/yson/ut/ya.make | 28 | ||||
-rw-r--r-- | library/cpp/json/yson/ya.make | 18 |
12 files changed, 0 insertions, 199 deletions
diff --git a/library/cpp/json/common/ya.make b/library/cpp/json/common/ya.make deleted file mode 100644 index 5bbd3b0792a..00000000000 --- a/library/cpp/json/common/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(pg) - -SRCS( - defs.cpp -) - -END() diff --git a/library/cpp/json/easy_parse/ya.make b/library/cpp/json/easy_parse/ya.make deleted file mode 100644 index 2304c542f24..00000000000 --- a/library/cpp/json/easy_parse/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -OWNER(finder) - -LIBRARY() - -SRCS( - json_easy_parser.cpp -) - -PEERDIR( - library/cpp/json -) - -END() diff --git a/library/cpp/json/fast_sax/ya.make b/library/cpp/json/fast_sax/ya.make deleted file mode 100644 index c6447ab6acc..00000000000 --- a/library/cpp/json/fast_sax/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -OWNER( - pg - velavokr -) - -PEERDIR( - library/cpp/json/common -) - -SRCS( - parser.rl6 - unescape.cpp -) - -END() diff --git a/library/cpp/json/flex_buffers/ut/ya.make b/library/cpp/json/flex_buffers/ut/ya.make deleted file mode 100644 index 3fdc93f88ee..00000000000 --- a/library/cpp/json/flex_buffers/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/json/flex_buffers) - -OWNER(pg) - -SRCS( - cvt_ut.cpp -) - -END() diff --git a/library/cpp/json/flex_buffers/ya.make b/library/cpp/json/flex_buffers/ya.make deleted file mode 100644 index 3ece5e3703d..00000000000 --- a/library/cpp/json/flex_buffers/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -OWNER(pg) - -ADDINCL(contrib/libs/flatbuffers/include) - -PEERDIR( - library/cpp/json - contrib/libs/flatbuffers -) - -SRCS( - cvt.cpp -) - -END() diff --git a/library/cpp/json/fuzzy_test/ya.make b/library/cpp/json/fuzzy_test/ya.make deleted file mode 100644 index ff50bc1f622..00000000000 --- a/library/cpp/json/fuzzy_test/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -FUZZ() - -OWNER(pg) - -PEERDIR( - library/cpp/json -) - -SRCS( - main.cpp -) - -END() diff --git a/library/cpp/json/ut/ya.make b/library/cpp/json/ut/ya.make deleted file mode 100644 index 8e0362d84b2..00000000000 --- a/library/cpp/json/ut/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -OWNER(velavokr) - -UNITTEST_FOR(library/cpp/json) - -PEERDIR( - library/cpp/string_utils/relaxed_escaper -) - -SRCS( - json_reader_fast_ut.cpp - json_reader_ut.cpp - json_prettifier_ut.cpp - json_writer_ut.cpp - json_saveload_ut.cpp -) - -END() diff --git a/library/cpp/json/writer/ut/ya.make b/library/cpp/json/writer/ut/ya.make deleted file mode 100644 index 1e39dae6a10..00000000000 --- a/library/cpp/json/writer/ut/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -UNITTEST() - -OWNER(myltsev) - -PEERDIR( - ADDINCL library/cpp/json/writer -) - -SRCDIR(library/cpp/json/writer) - -SRCS( - json_ut.cpp - json_value_ut.cpp -) - -END() diff --git a/library/cpp/json/writer/ya.make b/library/cpp/json/writer/ya.make deleted file mode 100644 index 3989ff35043..00000000000 --- a/library/cpp/json/writer/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -LIBRARY() - -OWNER( - mvel - myltsev - pg -) - -PEERDIR( - library/cpp/json/common -) - -SRCS( - json_value.cpp - json.cpp -) - -GENERATE_ENUM_SERIALIZATION(json_value.h) - -END() diff --git a/library/cpp/json/ya.make b/library/cpp/json/ya.make deleted file mode 100644 index d58eead8ec4..00000000000 --- a/library/cpp/json/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -LIBRARY() - -OWNER( - pg - velavokr -) - -SRCS( - json_writer.cpp - json_reader.cpp - json_prettifier.cpp - rapidjson_helpers.cpp -) - -PEERDIR( - contrib/libs/rapidjson - library/cpp/json/common - library/cpp/json/fast_sax - library/cpp/json/writer - library/cpp/string_utils/relaxed_escaper -) - -END() diff --git a/library/cpp/json/yson/ut/ya.make b/library/cpp/json/yson/ut/ya.make deleted file mode 100644 index 4ceb65b2796..00000000000 --- a/library/cpp/json/yson/ut/ya.make +++ /dev/null @@ -1,28 +0,0 @@ -OWNER( - avitella - elshiko -) - -UNITTEST_FOR(library/cpp/json/yson) - -ALLOCATOR(LF) - -DATA(sbr://363537653) - -PEERDIR( - library/cpp/blockcodecs - library/cpp/histogram/simple - library/cpp/testing/unittest -) - -SIZE(LARGE) - -TAG(ya:fat) - -TIMEOUT(600) - -SRCS( - json2yson_ut.cpp -) - -END() diff --git a/library/cpp/json/yson/ya.make b/library/cpp/json/yson/ya.make deleted file mode 100644 index 9b289d674ff..00000000000 --- a/library/cpp/json/yson/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -LIBRARY() - -OWNER( - avitella - elshiko -) - -PEERDIR( - library/cpp/json - library/cpp/yson - library/cpp/yson/json -) - -SRCS( - json2yson.cpp -) - -END() |