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 | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/cpp')
536 files changed, 0 insertions, 9385 deletions
diff --git a/library/cpp/accurate_accumulate/benchmark/metrics/ya.make b/library/cpp/accurate_accumulate/benchmark/metrics/ya.make deleted file mode 100644 index 5d532e1479..0000000000 --- a/library/cpp/accurate_accumulate/benchmark/metrics/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -OWNER(yazevnul) - -PY2TEST() - -SIZE(LARGE) - -TAG( - ya:force_sandbox - sb:intel_e5_2660v1 - ya:fat -) - -TEST_SRCS(main.py) - -DEPENDS(library/cpp/accurate_accumulate/benchmark) - -END() diff --git a/library/cpp/accurate_accumulate/benchmark/ya.make b/library/cpp/accurate_accumulate/benchmark/ya.make deleted file mode 100644 index 20fd877389..0000000000 --- a/library/cpp/accurate_accumulate/benchmark/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -OWNER(yazevnul) - -Y_BENCHMARK() - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/accurate_accumulate -) - -END() diff --git a/library/cpp/accurate_accumulate/ya.make b/library/cpp/accurate_accumulate/ya.make deleted file mode 100644 index 82630d19be..0000000000 --- a/library/cpp/accurate_accumulate/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -LIBRARY() - -OWNER(alex-sh) - -SRCS( - accurate_accumulate.h - accurate_accumulate.cpp -) - -END() diff --git a/library/cpp/actors/core/ut/ya.make b/library/cpp/actors/core/ut/ya.make deleted file mode 100644 index f1d2d11c50..0000000000 --- a/library/cpp/actors/core/ut/ya.make +++ /dev/null @@ -1,47 +0,0 @@ -UNITTEST_FOR(library/cpp/actors/core) - -OWNER( - alexvru - g:kikimr -) - -FORK_SUBTESTS() -IF (SANITIZER_TYPE) - SIZE(LARGE) - TIMEOUT(1200) - TAG(ya:fat) - SPLIT_FACTOR(20) - REQUIREMENTS( - ram:32 - ) -ELSE() - SIZE(MEDIUM) - TIMEOUT(600) - REQUIREMENTS( - ram:16 - ) -ENDIF() - - -PEERDIR( - library/cpp/actors/interconnect - library/cpp/actors/testlib -) - -SRCS( - actor_coroutine_ut.cpp - actor_ut.cpp - actorsystem_ut.cpp - ask_ut.cpp - balancer_ut.cpp - event_pb_payload_ut.cpp - event_pb_ut.cpp - executor_pool_basic_ut.cpp - executor_pool_united_ut.cpp - log_ut.cpp - memory_tracker_ut.cpp - mon_ut.cpp - scheduler_actor_ut.cpp -) - -END() diff --git a/library/cpp/actors/core/ya.make b/library/cpp/actors/core/ya.make deleted file mode 100644 index 880a9d00db..0000000000 --- a/library/cpp/actors/core/ya.make +++ /dev/null @@ -1,123 +0,0 @@ -LIBRARY() - -OWNER( - ddoarn - g:kikimr -) - -NO_WSHADOW() - -IF (PROFILE_MEMORY_ALLOCATIONS) - CFLAGS(-DPROFILE_MEMORY_ALLOCATIONS) -ENDIF() - -IF (ALLOCATOR == "B" OR ALLOCATOR == "BS" OR ALLOCATOR == "C") - CXXFLAGS(-DBALLOC) - PEERDIR( - library/cpp/balloc/optional - ) -ENDIF() - -SRCS( - actor_bootstrapped.h - actor_coroutine.cpp - actor_coroutine.h - actor.cpp - actor.h - actorid.cpp - actorid.h - actorsystem.cpp - actorsystem.h - ask.cpp - ask.h - balancer.h - balancer.cpp - buffer.cpp - buffer.h - callstack.cpp - callstack.h - config.h - cpu_manager.cpp - cpu_manager.h - cpu_state.h - defs.h - event.cpp - event.h - event_load.h - event_local.h - event_pb.cpp - event_pb.h - events.h - events_undelivered.cpp - executelater.h - executor_pool_base.cpp - executor_pool_base.h - executor_pool_basic.cpp - executor_pool_basic.h - executor_pool_io.cpp - executor_pool_io.h - executor_pool_united.cpp - executor_pool_united.h - executor_thread.cpp - executor_thread.h - hfunc.h - interconnect.cpp - interconnect.h - invoke.h - io_dispatcher.cpp - io_dispatcher.h - lease.h - log.cpp - log.h - log_settings.cpp - log_settings.h - mailbox.cpp - mailbox.h - mailbox_queue_revolving.h - mailbox_queue_simple.h - memory_track.cpp - memory_track.h - memory_tracker.cpp - memory_tracker.h - mon.h - mon_stats.h - monotonic.cpp - monotonic.h - worker_context.cpp - worker_context.h - probes.cpp - probes.h - process_stats.cpp - process_stats.h - scheduler_actor.cpp - scheduler_actor.h - scheduler_basic.cpp - scheduler_basic.h - scheduler_cookie.cpp - scheduler_cookie.h - scheduler_queue.h - servicemap.h -) - -GENERATE_ENUM_SERIALIZATION(defs.h) -GENERATE_ENUM_SERIALIZATION(actor.h) - -PEERDIR( - library/cpp/actors/memory_log - library/cpp/actors/prof - library/cpp/actors/protos - library/cpp/actors/util - library/cpp/execprofile - library/cpp/json/writer - library/cpp/logger - library/cpp/lwtrace - library/cpp/monlib/dynamic_counters - library/cpp/svnversion - library/cpp/threading/future -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/actors/dnscachelib/ya.make b/library/cpp/actors/dnscachelib/ya.make deleted file mode 100644 index 4efaffa7b6..0000000000 --- a/library/cpp/actors/dnscachelib/ya.make +++ /dev/null @@ -1,28 +0,0 @@ -LIBRARY() - -OWNER( - davenger - fomichev - serxa - dimanne - single -) - -SRCS( - dnscache.cpp - dnscache.h - probes.cpp - probes.h - timekeeper.h -) - -PEERDIR( - contrib/libs/c-ares - library/cpp/lwtrace -) - -IF (NOT EXPORT_CMAKE) -ADDINCL(contrib/libs/c-ares/include) -ENDIF() - -END() diff --git a/library/cpp/actors/dnsresolver/ut/ya.make b/library/cpp/actors/dnsresolver/ut/ya.make deleted file mode 100644 index 6024145b03..0000000000 --- a/library/cpp/actors/dnsresolver/ut/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -UNITTEST_FOR(library/cpp/actors/dnsresolver) - -OWNER(g:kikimr) - -PEERDIR( - library/cpp/actors/testlib -) - -SRCS( - dnsresolver_caching_ut.cpp - dnsresolver_ondemand_ut.cpp - dnsresolver_ut.cpp -) - -ADDINCL(contrib/libs/c-ares/include) - -TAG(ya:external) -REQUIREMENTS(network:full) - -END() diff --git a/library/cpp/actors/dnsresolver/ya.make b/library/cpp/actors/dnsresolver/ya.make deleted file mode 100644 index d0a61f768d..0000000000 --- a/library/cpp/actors/dnsresolver/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -LIBRARY() - -OWNER(g:kikimr) - -SRCS( - dnsresolver.cpp - dnsresolver_caching.cpp - dnsresolver_ondemand.cpp -) - -PEERDIR( - library/cpp/actors/core - contrib/libs/c-ares -) - -ADDINCL(contrib/libs/c-ares/include) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/actors/helpers/ut/ya.make b/library/cpp/actors/helpers/ut/ya.make deleted file mode 100644 index cba4d6d1d9..0000000000 --- a/library/cpp/actors/helpers/ut/ya.make +++ /dev/null @@ -1,36 +0,0 @@ -UNITTEST_FOR(library/cpp/actors/helpers) - -OWNER( - alexvru - g:kikimr -) - -FORK_SUBTESTS() -IF (SANITIZER_TYPE) - SIZE(LARGE) - TIMEOUT(1200) - TAG(ya:fat) - SPLIT_FACTOR(20) - REQUIREMENTS( - ram:32 - ) -ELSE() - SIZE(MEDIUM) - TIMEOUT(600) - REQUIREMENTS( - ram:16 - ) -ENDIF() - - -PEERDIR( - library/cpp/actors/interconnect - library/cpp/actors/testlib - library/cpp/actors/core -) - -SRCS( - selfping_actor_ut.cpp -) - -END() diff --git a/library/cpp/actors/helpers/ya.make b/library/cpp/actors/helpers/ya.make deleted file mode 100644 index d8771179de..0000000000 --- a/library/cpp/actors/helpers/ya.make +++ /dev/null @@ -1,25 +0,0 @@ -LIBRARY() - -OWNER(g:kikimr) - -SRCS( - activeactors.cpp - activeactors.h - flow_controlled_queue.cpp - flow_controlled_queue.h - future_callback.h - mon_histogram_helper.h - selfping_actor.cpp -) - -PEERDIR( - library/cpp/actors/core - library/cpp/monlib/dynamic_counters -) - -END() - -RECURSE_FOR_TESTS( - ut -) - diff --git a/library/cpp/actors/http/ut/ya.make b/library/cpp/actors/http/ut/ya.make deleted file mode 100644 index 8b4c04c4d3..0000000000 --- a/library/cpp/actors/http/ut/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -UNITTEST_FOR(library/cpp/actors/http) - -OWNER(xenoxeno) - -SIZE(SMALL) - -PEERDIR( - library/cpp/actors/testlib -) - -IF (NOT OS_WINDOWS) -SRCS( - http_ut.cpp -) -ELSE() -ENDIF() - -END() diff --git a/library/cpp/actors/http/ya.make b/library/cpp/actors/http/ya.make deleted file mode 100644 index 7ce68b7a75..0000000000 --- a/library/cpp/actors/http/ya.make +++ /dev/null @@ -1,33 +0,0 @@ -RECURSE_FOR_TESTS(ut) - -LIBRARY() - -OWNER(xenoxeno g:kikimr) - -SRCS( - http_cache.cpp - http_cache.h - http_config.h - http_proxy_acceptor.cpp - http_proxy_incoming.cpp - http_proxy_outgoing.cpp - http_proxy_sock_impl.h - http_proxy_ssl.h - http_proxy.cpp - http_proxy.h - http_static.cpp - http_static.h - http.cpp - http.h -) - -PEERDIR( - contrib/libs/openssl - library/cpp/actors/core - library/cpp/actors/interconnect - library/cpp/dns - library/cpp/monlib/metrics - library/cpp/string_utils/quote -) - -END() diff --git a/library/cpp/actors/interconnect/mock/ya.make b/library/cpp/actors/interconnect/mock/ya.make deleted file mode 100644 index 19a2834162..0000000000 --- a/library/cpp/actors/interconnect/mock/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -OWNER(alexvru) - -SRCS( - ic_mock.cpp - ic_mock.h -) - -SUPPRESSIONS(tsan.supp) - -PEERDIR( - library/cpp/actors/interconnect -) - -END() diff --git a/library/cpp/actors/interconnect/ut/lib/ya.make b/library/cpp/actors/interconnect/ut/lib/ya.make deleted file mode 100644 index 80f45f364f..0000000000 --- a/library/cpp/actors/interconnect/ut/lib/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -OWNER(vkanaev) - -SRCS( - node.h - test_events.h - test_actors.h - ic_test_cluster.h -) - -END() diff --git a/library/cpp/actors/interconnect/ut/protos/ya.make b/library/cpp/actors/interconnect/ut/protos/ya.make deleted file mode 100644 index 48a8cc129f..0000000000 --- a/library/cpp/actors/interconnect/ut/protos/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PROTO_LIBRARY() - -OWNER(vkanaev) - -SRCS( - interconnect_test.proto -) - -EXCLUDE_TAGS(GO_PROTO) - -END() diff --git a/library/cpp/actors/interconnect/ut/ya.make b/library/cpp/actors/interconnect/ut/ya.make deleted file mode 100644 index 2f5b13352e..0000000000 --- a/library/cpp/actors/interconnect/ut/ya.make +++ /dev/null @@ -1,36 +0,0 @@ -UNITTEST() - -OWNER( - alexvru - g:kikimr -) - -IF (SANITIZER_TYPE == "thread") - TIMEOUT(1200) - SIZE(LARGE) - TAG(ya:fat) -ELSE() - TIMEOUT(600) - SIZE(MEDIUM) -ENDIF() - -SRCS( - channel_scheduler_ut.cpp - event_holder_pool_ut.cpp - interconnect_ut.cpp - large.cpp - poller_actor_ut.cpp - dynamic_proxy_ut.cpp -) - -PEERDIR( - library/cpp/actors/core - library/cpp/actors/interconnect - library/cpp/actors/interconnect/ut/lib - library/cpp/actors/interconnect/ut/protos - library/cpp/actors/testlib - library/cpp/digest/md5 - library/cpp/testing/unittest -) - -END() diff --git a/library/cpp/actors/interconnect/ut_fat/ya.make b/library/cpp/actors/interconnect/ut_fat/ya.make deleted file mode 100644 index 6e58d08154..0000000000 --- a/library/cpp/actors/interconnect/ut_fat/ya.make +++ /dev/null @@ -1,25 +0,0 @@ -UNITTEST() - -OWNER( - vkanaev - alexvru -) - -SIZE(LARGE) - -TAG(ya:fat) - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/actors/core - library/cpp/actors/interconnect - library/cpp/actors/interconnect/mock - library/cpp/actors/interconnect/ut/lib - library/cpp/actors/interconnect/ut/protos - library/cpp/testing/unittest -) - -END() diff --git a/library/cpp/actors/interconnect/ya.make b/library/cpp/actors/interconnect/ya.make deleted file mode 100644 index 60d29b0fc0..0000000000 --- a/library/cpp/actors/interconnect/ya.make +++ /dev/null @@ -1,94 +0,0 @@ -LIBRARY() - -OWNER( - ddoarn - alexvru - g:kikimr -) - -NO_WSHADOW() - -IF (PROFILE_MEMORY_ALLOCATIONS) - CFLAGS(-DPROFILE_MEMORY_ALLOCATIONS) -ENDIF() - -SRCS( - channel_scheduler.h - event_filter.h - event_holder_pool.h - events_local.h - interconnect_address.cpp - interconnect_address.h - interconnect_channel.cpp - interconnect_channel.h - interconnect_common.h - interconnect_counters.cpp - interconnect.h - interconnect_handshake.cpp - interconnect_handshake.h - interconnect_impl.h - interconnect_mon.cpp - interconnect_mon.h - interconnect_nameserver_dynamic.cpp - interconnect_nameserver_table.cpp - interconnect_proxy_wrapper.cpp - interconnect_proxy_wrapper.h - interconnect_resolve.cpp - interconnect_stream.cpp - interconnect_stream.h - interconnect_tcp_input_session.cpp - interconnect_tcp_proxy.cpp - interconnect_tcp_proxy.h - interconnect_tcp_server.cpp - interconnect_tcp_server.h - interconnect_tcp_session.cpp - interconnect_tcp_session.h - load.cpp - load.h - logging.h - packet.cpp - packet.h - poller_actor.cpp - poller_actor.h - poller.h - poller_tcp.cpp - poller_tcp.h - poller_tcp_unit.cpp - poller_tcp_unit.h - poller_tcp_unit_select.cpp - poller_tcp_unit_select.h - profiler.h - slowpoke_actor.h - types.cpp - types.h - watchdog_timer.h -) - -IF (OS_LINUX) - SRCS( - poller_tcp_unit_epoll.cpp - poller_tcp_unit_epoll.h - ) -ENDIF() - -PEERDIR( - contrib/libs/libc_compat - contrib/libs/openssl - library/cpp/actors/core - library/cpp/actors/dnscachelib - library/cpp/actors/dnsresolver - library/cpp/actors/helpers - library/cpp/actors/prof - library/cpp/actors/protos - library/cpp/actors/util - library/cpp/digest/crc32c - library/cpp/json - library/cpp/lwtrace - library/cpp/monlib/dynamic_counters - library/cpp/monlib/metrics - library/cpp/monlib/service/pages/tablesorter - library/cpp/openssl/init - library/cpp/packedtypes -) - -END() diff --git a/library/cpp/actors/memory_log/ya.make b/library/cpp/actors/memory_log/ya.make deleted file mode 100644 index d89d5db4d7..0000000000 --- a/library/cpp/actors/memory_log/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -LIBRARY() - -OWNER( - agri - g:kikimr -) - -SRCS( - memlog.cpp - memlog.h - mmap.cpp -) - -PEERDIR( - library/cpp/threading/queue - contrib/libs/linuxvdso -) - -END() diff --git a/library/cpp/actors/prof/ut/ya.make b/library/cpp/actors/prof/ut/ya.make deleted file mode 100644 index 47c58a8fb7..0000000000 --- a/library/cpp/actors/prof/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/actors/prof) - -OWNER( - agri - g:kikimr -) - -SRCS( - tag_ut.cpp -) - -END() diff --git a/library/cpp/actors/prof/ya.make b/library/cpp/actors/prof/ya.make deleted file mode 100644 index b5e2497563..0000000000 --- a/library/cpp/actors/prof/ya.make +++ /dev/null @@ -1,33 +0,0 @@ -LIBRARY() - -OWNER( - agri - g:kikimr -) - -SRCS( - tag.cpp -) - -PEERDIR( - library/cpp/charset - library/cpp/containers/atomizer -) - -IF (PROFILE_MEMORY_ALLOCATIONS) - CFLAGS(-DPROFILE_MEMORY_ALLOCATIONS) - PEERDIR( - library/cpp/malloc/api - library/cpp/lfalloc/dbg_info - library/cpp/ytalloc/api - ) -ENDIF() - -IF(ALLOCATOR == "TCMALLOC_256K") - SRCS(tcmalloc.cpp) - PEERDIR(contrib/libs/tcmalloc) -ELSE() - SRCS(tcmalloc_null.cpp) -ENDIF() - -END() diff --git a/library/cpp/actors/protos/ya.make b/library/cpp/actors/protos/ya.make deleted file mode 100644 index 3a1488d78e..0000000000 --- a/library/cpp/actors/protos/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -PROTO_LIBRARY() - -OWNER(g:kikimr) - -SRCS( - actors.proto - interconnect.proto - services_common.proto - unittests.proto -) - -EXCLUDE_TAGS(GO_PROTO) - -END() diff --git a/library/cpp/actors/testlib/ut/ya.make b/library/cpp/actors/testlib/ut/ya.make deleted file mode 100644 index 1d4aec06ff..0000000000 --- a/library/cpp/actors/testlib/ut/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -UNITTEST_FOR(library/cpp/actors/testlib) - -OWNER( - kruall - g:kikimr -) - -FORK_SUBTESTS() -SIZE(SMALL) - - -PEERDIR( - library/cpp/actors/core -) - -SRCS( - decorator_ut.cpp -) - -END() diff --git a/library/cpp/actors/testlib/ya.make b/library/cpp/actors/testlib/ya.make deleted file mode 100644 index 1afb3f6059..0000000000 --- a/library/cpp/actors/testlib/ya.make +++ /dev/null @@ -1,27 +0,0 @@ -LIBRARY() - -OWNER( - g:kikimr -) - -SRCS( - test_runtime.cpp -) - -PEERDIR( - library/cpp/actors/core - library/cpp/actors/interconnect/mock - library/cpp/actors/protos - library/cpp/random_provider - library/cpp/time_provider -) - -IF (GCC) - CFLAGS(-fno-devirtualize-speculatively) -ENDIF() - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/actors/util/ut/ya.make b/library/cpp/actors/util/ut/ya.make deleted file mode 100644 index 3b08b77984..0000000000 --- a/library/cpp/actors/util/ut/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -UNITTEST_FOR(library/cpp/actors/util) - -IF (WITH_VALGRIND) - TIMEOUT(600) - SIZE(MEDIUM) -ENDIF() - -OWNER( - alexvru - g:kikimr -) - -SRCS( - rope_ut.cpp - unordered_cache_ut.cpp -) - -END() diff --git a/library/cpp/actors/util/ya.make b/library/cpp/actors/util/ya.make deleted file mode 100644 index 37488c3962..0000000000 --- a/library/cpp/actors/util/ya.make +++ /dev/null @@ -1,37 +0,0 @@ -LIBRARY() - -OWNER( - ddoarn - g:kikimr -) - -SRCS( - affinity.cpp - affinity.h - cpumask.h - datetime.h - defs.h - funnel_queue.h - futex.h - intrinsics.h - local_process_key.h - named_tuple.h - queue_chunk.h - queue_oneone_inplace.h - recentwnd.h - rope.h - should_continue.cpp - should_continue.h - thread.h - threadparkpad.cpp - threadparkpad.h - ticket_lock.h - timerfd.h - unordered_cache.h -) - -PEERDIR( - util -) - -END() diff --git a/library/cpp/actors/wilson/ya.make b/library/cpp/actors/wilson/ya.make deleted file mode 100644 index e371f5061d..0000000000 --- a/library/cpp/actors/wilson/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/string_utils/base64 -) - -OWNER(alexvru) - -SRCS( - wilson_event.h - wilson_trace.h -) - -END() diff --git a/library/cpp/actors/ya.make b/library/cpp/actors/ya.make deleted file mode 100644 index 737c7fbc18..0000000000 --- a/library/cpp/actors/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -RECURSE_FOR_TESTS(ut) - -RECURSE( - log_backend - core - dnsresolver - examples - memory_log - helpers - prof - protos - util - wilson - testlib - http -) diff --git a/library/cpp/archive/ut/ya.make b/library/cpp/archive/ut/ya.make deleted file mode 100644 index 4f324ccfc6..0000000000 --- a/library/cpp/archive/ut/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -UNITTEST() - -OWNER(pg) - -PEERDIR( - ADDINCL library/cpp/archive -) - -SRCDIR(library/cpp/archive) - -SRCS( - yarchive_ut.cpp - directory_models_archive_reader_ut.cpp -) - -END() diff --git a/library/cpp/archive/ya.make b/library/cpp/archive/ya.make deleted file mode 100644 index 65d36479ef..0000000000 --- a/library/cpp/archive/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -OWNER(pg) - -SRCS( - yarchive.cpp - yarchive.h - directory_models_archive_reader.cpp - directory_models_archive_reader.h -) - -END() diff --git a/library/cpp/balloc/optional/ya.make b/library/cpp/balloc/optional/ya.make deleted file mode 100644 index f740fc0b7d..0000000000 --- a/library/cpp/balloc/optional/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER(ivanmorozov) - -SRCS( - operators.cpp -) - -PEERDIR( - library/cpp/malloc/api -) - -END() - -NEED_CHECK() diff --git a/library/cpp/balloc/ya.make b/library/cpp/balloc/ya.make deleted file mode 100644 index d4457fbba9..0000000000 --- a/library/cpp/balloc/ya.make +++ /dev/null @@ -1,28 +0,0 @@ -LIBRARY() - -OWNER( - ironpeter - g:base -) - -NO_UTIL() -NO_COMPILER_WARNINGS() - -IF (OS_WINDOWS) - PEERDIR( - library/cpp/lfalloc - ) -ELSE() - SRCS( - balloc.cpp - malloc-info.cpp - ) - - PEERDIR( - library/cpp/balloc/lib - ) -ENDIF() - -END() - -NEED_CHECK() diff --git a/library/cpp/binsaver/ut/ya.make b/library/cpp/binsaver/ut/ya.make deleted file mode 100644 index 43dc20bff7..0000000000 --- a/library/cpp/binsaver/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST_FOR(library/cpp/binsaver) - -OWNER(gulin) - -SRCS( - binsaver_ut.cpp -) - -PEERDIR(library/cpp/binsaver/ut_util) - -END() diff --git a/library/cpp/binsaver/ut_util/ya.make b/library/cpp/binsaver/ut_util/ya.make deleted file mode 100644 index 7e60f13ef3..0000000000 --- a/library/cpp/binsaver/ut_util/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -OWNER(gulin) - -SRCS( - ut_util.cpp -) - -PEERDIR( - library/cpp/binsaver - library/cpp/testing/unittest -) - -END() diff --git a/library/cpp/binsaver/ya.make b/library/cpp/binsaver/ya.make deleted file mode 100644 index 9693c54639..0000000000 --- a/library/cpp/binsaver/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -LIBRARY() - -OWNER(gulin) - -SRCS( - class_factory.h - bin_saver.cpp - blob_io.cpp - buffered_io.cpp - mem_io.cpp - util_stream_io.cpp -) - -PEERDIR( - library/cpp/containers/2d_array -) - -END() diff --git a/library/cpp/bit_io/ut/ya.make b/library/cpp/bit_io/ut/ya.make deleted file mode 100644 index 07ee5b4997..0000000000 --- a/library/cpp/bit_io/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/bit_io) - -OWNER( - velavokr - g:util -) - -SRCS( - bitinout_ut.cpp -) - -END() diff --git a/library/cpp/bit_io/ya.make b/library/cpp/bit_io/ya.make deleted file mode 100644 index df1de81ff9..0000000000 --- a/library/cpp/bit_io/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -LIBRARY() - -OWNER( - velavokr - g:util -) - -PEERDIR( - library/cpp/deprecated/accessors -) - -SRCS( - bitinput.cpp - bitinput_impl.cpp - bitoutput.cpp -) - -END() diff --git a/library/cpp/blockcodecs/codecs/brotli/ya.make b/library/cpp/blockcodecs/codecs/brotli/ya.make deleted file mode 100644 index 17aff0bb72..0000000000 --- a/library/cpp/blockcodecs/codecs/brotli/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( - contrib/libs/brotli/enc - contrib/libs/brotli/dec - library/cpp/blockcodecs/core -) - -SRCS( - GLOBAL brotli.cpp -) - -END() diff --git a/library/cpp/blockcodecs/codecs/bzip/ya.make b/library/cpp/blockcodecs/codecs/bzip/ya.make deleted file mode 100644 index f0a8aefd62..0000000000 --- a/library/cpp/blockcodecs/codecs/bzip/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( - contrib/libs/libbz2 - library/cpp/blockcodecs/core -) - -SRCS( - GLOBAL bzip.cpp -) - -END() diff --git a/library/cpp/blockcodecs/codecs/fastlz/ya.make b/library/cpp/blockcodecs/codecs/fastlz/ya.make deleted file mode 100644 index 59c09b329b..0000000000 --- a/library/cpp/blockcodecs/codecs/fastlz/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( - contrib/libs/fastlz - library/cpp/blockcodecs/core -) - -SRCS( - GLOBAL fastlz.cpp -) - -END() diff --git a/library/cpp/blockcodecs/codecs/legacy_zstd06/ya.make b/library/cpp/blockcodecs/codecs/legacy_zstd06/ya.make deleted file mode 100644 index 067f731233..0000000000 --- a/library/cpp/blockcodecs/codecs/legacy_zstd06/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( - contrib/libs/zstd06 - library/cpp/blockcodecs/core -) - -SRCS( - GLOBAL legacy_zstd06.cpp -) - -END() diff --git a/library/cpp/blockcodecs/codecs/lz4/ya.make b/library/cpp/blockcodecs/codecs/lz4/ya.make deleted file mode 100644 index f2471d7d96..0000000000 --- a/library/cpp/blockcodecs/codecs/lz4/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( - contrib/libs/lz4 - contrib/libs/lz4/generated - library/cpp/blockcodecs/core -) - -SRCS( - GLOBAL lz4.cpp -) - -END() diff --git a/library/cpp/blockcodecs/codecs/lzma/ya.make b/library/cpp/blockcodecs/codecs/lzma/ya.make deleted file mode 100644 index e145834da6..0000000000 --- a/library/cpp/blockcodecs/codecs/lzma/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( - contrib/libs/lzmasdk - library/cpp/blockcodecs/core -) - -SRCS( - GLOBAL lzma.cpp -) - -END() diff --git a/library/cpp/blockcodecs/codecs/snappy/ya.make b/library/cpp/blockcodecs/codecs/snappy/ya.make deleted file mode 100644 index 0cf2be2f94..0000000000 --- a/library/cpp/blockcodecs/codecs/snappy/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( - contrib/libs/snappy - library/cpp/blockcodecs/core -) - -SRCS( - GLOBAL snappy.cpp -) - -END() diff --git a/library/cpp/blockcodecs/codecs/zlib/ya.make b/library/cpp/blockcodecs/codecs/zlib/ya.make deleted file mode 100644 index 9f04995f66..0000000000 --- a/library/cpp/blockcodecs/codecs/zlib/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( - contrib/libs/zlib - library/cpp/blockcodecs/core -) - -SRCS( - GLOBAL zlib.cpp -) - -END() diff --git a/library/cpp/blockcodecs/codecs/zstd/ya.make b/library/cpp/blockcodecs/codecs/zstd/ya.make deleted file mode 100644 index c077dd47b7..0000000000 --- a/library/cpp/blockcodecs/codecs/zstd/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( - contrib/libs/zstd - library/cpp/blockcodecs/core -) - -SRCS( - GLOBAL zstd.cpp -) - -END() diff --git a/library/cpp/blockcodecs/core/ya.make b/library/cpp/blockcodecs/core/ya.make deleted file mode 100644 index 069e15927b..0000000000 --- a/library/cpp/blockcodecs/core/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -LIBRARY() - -OWNER(pg) - -SRCS( - codecs.cpp - stream.cpp -) - -END() diff --git a/library/cpp/blockcodecs/fuzz/proto/ya.make b/library/cpp/blockcodecs/fuzz/proto/ya.make deleted file mode 100644 index da840bc8c9..0000000000 --- a/library/cpp/blockcodecs/fuzz/proto/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -OWNER( - yazevnul - g:util -) - -PROTO_LIBRARY() - -SRCS( - case.proto -) - -EXCLUDE_TAGS(GO_PROTO) - -END() diff --git a/library/cpp/blockcodecs/fuzz/ya.make b/library/cpp/blockcodecs/fuzz/ya.make deleted file mode 100644 index bc8becc9e1..0000000000 --- a/library/cpp/blockcodecs/fuzz/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -OWNER( - pg - g:util -) - -IF (NOT MSVC) - FUZZ() - - SIZE(MEDIUM) - - SRCS( - main.cpp - ) - - PEERDIR( - contrib/libs/protobuf - contrib/libs/protobuf-mutator - library/cpp/blockcodecs - library/cpp/blockcodecs/fuzz/proto - ) - - END() -ENDIF() diff --git a/library/cpp/blockcodecs/ut/ya.make b/library/cpp/blockcodecs/ut/ya.make deleted file mode 100644 index 25b882c15b..0000000000 --- a/library/cpp/blockcodecs/ut/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -UNITTEST_FOR(library/cpp/blockcodecs) - -OWNER(pg) - -FORK_TESTS() - -FORK_SUBTESTS() - -SPLIT_FACTOR(40) - -TIMEOUT(300) - -SIZE(MEDIUM) - -SRCS( - codecs_ut.cpp -) - -END() diff --git a/library/cpp/blockcodecs/ya.make b/library/cpp/blockcodecs/ya.make deleted file mode 100644 index b8f03d5421..0000000000 --- a/library/cpp/blockcodecs/ya.make +++ /dev/null @@ -1,27 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( - library/cpp/blockcodecs/core - library/cpp/blockcodecs/codecs/brotli - library/cpp/blockcodecs/codecs/bzip - library/cpp/blockcodecs/codecs/fastlz - library/cpp/blockcodecs/codecs/legacy_zstd06 - library/cpp/blockcodecs/codecs/lz4 - library/cpp/blockcodecs/codecs/lzma - library/cpp/blockcodecs/codecs/snappy - library/cpp/blockcodecs/codecs/zlib - library/cpp/blockcodecs/codecs/zstd -) - -SRCS( - codecs.cpp - stream.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/bucket_quoter/ut/ya.make b/library/cpp/bucket_quoter/ut/ya.make deleted file mode 100644 index 774b85e623..0000000000 --- a/library/cpp/bucket_quoter/ut/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -UNITTEST() - -OWNER( - g:kikimr - svc -) - -FORK_SUBTESTS() -SRCS( - main.cpp - test_namespace.cpp -) -PEERDIR( - library/cpp/bucket_quoter - library/cpp/getopt -) - -END() diff --git a/library/cpp/bucket_quoter/ya.make b/library/cpp/bucket_quoter/ya.make deleted file mode 100644 index 49c407b502..0000000000 --- a/library/cpp/bucket_quoter/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -OWNER(serxa) - -SRCS( - bucket_quoter.cpp -) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/build_info/ya.make b/library/cpp/build_info/ya.make deleted file mode 100644 index 99886a8893..0000000000 --- a/library/cpp/build_info/ya.make +++ /dev/null @@ -1,24 +0,0 @@ -LIBRARY() - -OWNER( - mvel - snowball - heretic -) - -DEFAULT(SANDBOX_TASK_ID 0) -DEFAULT(KOSHER_SVN_VERSION "") - -CREATE_BUILDINFO_FOR(buildinfo_data.h) - -PEERDIR( - library/cpp/string_utils/base64 -) - -SRCS( - sandbox.cpp.in - build_info.cpp.in - build_info_static.cpp -) - -END() diff --git a/library/cpp/cache/ut/ya.make b/library/cpp/cache/ut/ya.make deleted file mode 100644 index f660872369..0000000000 --- a/library/cpp/cache/ut/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -UNITTEST() - -OWNER( - g:util - vskipin -) - -PEERDIR( - library/cpp/cache -) - -SRCS( - cache_ut.cpp -) - -END() diff --git a/library/cpp/cache/ya.make b/library/cpp/cache/ya.make deleted file mode 100644 index fd73032bf8..0000000000 --- a/library/cpp/cache/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -OWNER( - g:util -) - -SRCS( - cache.cpp - thread_safe_cache.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/case_insensitive_string/ut/ya.make b/library/cpp/case_insensitive_string/ut/ya.make deleted file mode 100644 index b209d4571e..0000000000 --- a/library/cpp/case_insensitive_string/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -OWNER(eeight) - -UNITTEST_FOR(library/cpp/case_insensitive_string) - -SRCS( - case_insensitive_string_ut.cpp -) - -END() diff --git a/library/cpp/case_insensitive_string/ya.make b/library/cpp/case_insensitive_string/ya.make deleted file mode 100644 index dfca415e6b..0000000000 --- a/library/cpp/case_insensitive_string/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -OWNER(eeight) - -LIBRARY() - -SRCS( - case_insensitive_char_traits.cpp - case_insensitive_string.cpp -) - -PEERDIR( - contrib/libs/libc_compat - library/cpp/digest/murmur -) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/cgiparam/fuzz/ya.make b/library/cpp/cgiparam/fuzz/ya.make deleted file mode 100644 index 8fb9d50d3b..0000000000 --- a/library/cpp/cgiparam/fuzz/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -FUZZ() - -OWNER( - pg - g:util -) - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/cgiparam -) - -END() diff --git a/library/cpp/cgiparam/ut/ya.make b/library/cpp/cgiparam/ut/ya.make deleted file mode 100644 index 1eee403951..0000000000 --- a/library/cpp/cgiparam/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/cgiparam) - -OWNER(g:util) - -SRCS( - cgiparam_ut.cpp -) - -END() diff --git a/library/cpp/cgiparam/ya.make b/library/cpp/cgiparam/ya.make deleted file mode 100644 index fa1a6a13c0..0000000000 --- a/library/cpp/cgiparam/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -OWNER(g:util) - -SRCS( - cgiparam.cpp - cgiparam.h -) - -PEERDIR( - library/cpp/iterator - library/cpp/string_utils/quote - library/cpp/string_utils/scan -) - -END() diff --git a/library/cpp/charset/ut/ya.make b/library/cpp/charset/ut/ya.make deleted file mode 100644 index 1f9934c712..0000000000 --- a/library/cpp/charset/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/charset) - -OWNER(alzobnin) - -SRCS( - ci_string_ut.cpp - codepage_ut.cpp - iconv_ut.cpp - wide_ut.cpp -) - -END() diff --git a/library/cpp/charset/ya.make b/library/cpp/charset/ya.make deleted file mode 100644 index 7565566bf0..0000000000 --- a/library/cpp/charset/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -LIBRARY() - -OWNER(alzobnin) - -SRCS( - generated/cp_data.cpp - generated/encrec_data.cpp - codepage.cpp - cp_encrec.cpp - doccodes.cpp - iconv.cpp - recyr.hh - recyr_int.hh - ci_string.cpp - wide.cpp -) - -PEERDIR( - contrib/libs/libiconv -) - -END() diff --git a/library/cpp/codecs/float_huffman_bench/ya.make b/library/cpp/codecs/float_huffman_bench/ya.make deleted file mode 100644 index c8fae6873a..0000000000 --- a/library/cpp/codecs/float_huffman_bench/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -OWNER(eeight) - -G_BENCHMARK() - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/codecs -) - -END() diff --git a/library/cpp/codecs/greedy_dict/ut/ya.make b/library/cpp/codecs/greedy_dict/ut/ya.make deleted file mode 100644 index bd67d1a452..0000000000 --- a/library/cpp/codecs/greedy_dict/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/codecs/greedy_dict) - -OWNER(velavokr) - -SRCS( - greedy_dict_ut.cpp -) - -END() diff --git a/library/cpp/codecs/greedy_dict/ya.make b/library/cpp/codecs/greedy_dict/ya.make deleted file mode 100644 index 2a57224f7e..0000000000 --- a/library/cpp/codecs/greedy_dict/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -OWNER(velavokr) - -LIBRARY() - -SRCS( - gd_builder.cpp - gd_entry.cpp -) - -PEERDIR( - library/cpp/containers/comptrie - library/cpp/string_utils/relaxed_escaper -) - -END() diff --git a/library/cpp/codecs/static/example/ya.make b/library/cpp/codecs/static/example/ya.make deleted file mode 100644 index ca6c5fd900..0000000000 --- a/library/cpp/codecs/static/example/ya.make +++ /dev/null @@ -1,24 +0,0 @@ -LIBRARY() - -OWNER(velavokr) - -SRCS( - GLOBAL example.cpp -) - -PEERDIR( - library/cpp/codecs - library/cpp/codecs/static -) - -ARCHIVE_ASM( - "solar-8k-a.huffman.1467494385.codec_info" - NAME codec_info_sa_huff_20160707 -) - -ARCHIVE_ASM( - "huffman.1467494385.codec_info" - NAME codec_info_huff_20160707 -) - -END() diff --git a/library/cpp/codecs/static/tools/common/ya.make b/library/cpp/codecs/static/tools/common/ya.make deleted file mode 100644 index d624222dad..0000000000 --- a/library/cpp/codecs/static/tools/common/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -LIBRARY() - -OWNER(velavokr) - -SRCS( - ct_common.cpp -) - -PEERDIR( - library/cpp/codecs - library/cpp/codecs/static - library/cpp/getopt/small - library/cpp/string_utils/base64 - util/draft -) - -GENERATE_ENUM_SERIALIZATION(ct_common.h) - -END() diff --git a/library/cpp/codecs/static/tools/static_codec_checker/ya.make b/library/cpp/codecs/static/tools/static_codec_checker/ya.make deleted file mode 100644 index 90e06ca448..0000000000 --- a/library/cpp/codecs/static/tools/static_codec_checker/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -PROGRAM() - -OWNER(velavokr) - -SRCS( - static_codec_checker.cpp -) - -PEERDIR( - library/cpp/codecs - library/cpp/codecs/static - library/cpp/codecs/static/tools/common - library/cpp/getopt/small -) - -END() diff --git a/library/cpp/codecs/static/tools/static_codec_generator/ya.make b/library/cpp/codecs/static/tools/static_codec_generator/ya.make deleted file mode 100644 index efbc440dd1..0000000000 --- a/library/cpp/codecs/static/tools/static_codec_generator/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -PROGRAM() - -OWNER(velavokr) - -SRCS( - static_codec_generator.cpp -) - -PEERDIR( - library/cpp/codecs - library/cpp/codecs/static - library/cpp/codecs/static/tools/common - library/cpp/digest/md5 - library/cpp/getopt/small -) - -END() diff --git a/library/cpp/codecs/static/tools/tests/ya.make b/library/cpp/codecs/static/tools/tests/ya.make deleted file mode 100644 index c5324eaf53..0000000000 --- a/library/cpp/codecs/static/tools/tests/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -PY2TEST() - -OWNER(velavokr) - -TEST_SRCS(static_codec_tools.py) - -DATA(sbr://143310406) - -TIMEOUT(4200) - -TAG(ya:not_autocheck) - -DEPENDS( - library/cpp/codecs/static/tools/static_codec_checker - library/cpp/codecs/static/tools/static_codec_generator -) - - - -END() diff --git a/library/cpp/codecs/static/tools/ya.make b/library/cpp/codecs/static/tools/ya.make deleted file mode 100644 index dd3e8437aa..0000000000 --- a/library/cpp/codecs/static/tools/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -RECURSE( - common - static_codec_generator - static_codec_checker -) diff --git a/library/cpp/codecs/static/ut/ya.make b/library/cpp/codecs/static/ut/ya.make deleted file mode 100644 index b9116097d8..0000000000 --- a/library/cpp/codecs/static/ut/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -UNITTEST_FOR(library/cpp/codecs/static) - -OWNER(velavokr) - -SRCS( - builder_ut.cpp - static_ut.cpp -) - -PEERDIR( - library/cpp/codecs/static/example -) - -END() diff --git a/library/cpp/codecs/static/ya.make b/library/cpp/codecs/static/ya.make deleted file mode 100644 index 00e00fd8d4..0000000000 --- a/library/cpp/codecs/static/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -LIBRARY() - -OWNER(velavokr) - -SRCS( - builder.cpp - static_codec_info.proto - static.cpp -) - -PEERDIR( - library/cpp/codecs - library/cpp/archive - library/cpp/svnversion - util/draft -) - -END() diff --git a/library/cpp/codecs/ut/ya.make b/library/cpp/codecs/ut/ya.make deleted file mode 100644 index 90841b05ef..0000000000 --- a/library/cpp/codecs/ut/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -UNITTEST() - -OWNER( - g:base - velavokr -) - -PEERDIR( - library/cpp/string_utils/base64 - library/cpp/codecs - library/cpp/string_utils/relaxed_escaper -) - -SRCS( - tls_cache_ut.cpp - codecs_ut.cpp - float_huffman_ut.cpp -) - -END() diff --git a/library/cpp/codecs/ya.make b/library/cpp/codecs/ya.make deleted file mode 100644 index 7e76fb0c9a..0000000000 --- a/library/cpp/codecs/ya.make +++ /dev/null @@ -1,33 +0,0 @@ -LIBRARY() - -OWNER( - g:base - velavokr -) - -SRCS( - tls_cache.cpp - codecs.cpp - codecs_registry.cpp - comptable_codec.cpp - delta_codec.cpp - float_huffman.cpp - huffman_codec.cpp - pfor_codec.cpp - solar_codec.cpp - zstd_dict_codec.cpp -) - -PEERDIR( - contrib/libs/zstd - library/cpp/bit_io - library/cpp/blockcodecs - library/cpp/codecs/greedy_dict - library/cpp/comptable - library/cpp/containers/comptrie - library/cpp/deprecated/accessors - library/cpp/packers - library/cpp/string_utils/relaxed_escaper -) - -END() diff --git a/library/cpp/colorizer/ut/ya.make b/library/cpp/colorizer/ut/ya.make deleted file mode 100644 index 8a28c189af..0000000000 --- a/library/cpp/colorizer/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/colorizer) - -OWNER(pg) - -SRCS( - colorizer_ut.cpp -) - -END() diff --git a/library/cpp/colorizer/ya.make b/library/cpp/colorizer/ya.make deleted file mode 100644 index 141edb2797..0000000000 --- a/library/cpp/colorizer/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -LIBRARY() - -OWNER(pg) - -SRCS( - colors.cpp - output.cpp -) - -END() diff --git a/library/cpp/compproto/ut/ya.make b/library/cpp/compproto/ut/ya.make deleted file mode 100644 index f197a58269..0000000000 --- a/library/cpp/compproto/ut/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -UNITTEST() - -OWNER(ironpeter) - -PEERDIR( - ADDINCL library/cpp/compproto -) - -SRCDIR(library/cpp/compproto) - -SRCS( - compproto_ut.cpp -) - -END() diff --git a/library/cpp/compproto/ya.make b/library/cpp/compproto/ya.make deleted file mode 100644 index 60d5cfa08d..0000000000 --- a/library/cpp/compproto/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -OWNER(ironpeter) - -SRCS( - bit.h - compressor.h - huff.h - metainfo.h - lib.cpp -) - -END() diff --git a/library/cpp/comptable/usage/ya.make b/library/cpp/comptable/usage/ya.make deleted file mode 100644 index ab31e7528c..0000000000 --- a/library/cpp/comptable/usage/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROGRAM() - -OWNER(ironpeter) - -SRCS( - usage.cpp -) - -PEERDIR( - library/cpp/comptable -) - -END() diff --git a/library/cpp/comptable/ut/ya.make b/library/cpp/comptable/ut/ya.make deleted file mode 100644 index d0a49793a5..0000000000 --- a/library/cpp/comptable/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/comptable) - -OWNER(ironpeter) - -SRCS( - comptable_ut.cpp -) - -END() diff --git a/library/cpp/comptable/ya.make b/library/cpp/comptable/ya.make deleted file mode 100644 index 314603c62a..0000000000 --- a/library/cpp/comptable/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -OWNER(ironpeter) - -SRCS( - comptable.cpp -) - -PEERDIR( - library/cpp/compproto -) - -END() diff --git a/library/cpp/containers/2d_array/ya.make b/library/cpp/containers/2d_array/ya.make deleted file mode 100644 index 71d56b902f..0000000000 --- a/library/cpp/containers/2d_array/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(kirillovs) - -SRCS( - 2d_array.cpp -) - -END() diff --git a/library/cpp/containers/atomizer/ya.make b/library/cpp/containers/atomizer/ya.make deleted file mode 100644 index 55165a3b67..0000000000 --- a/library/cpp/containers/atomizer/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -OWNER(g:util) - -PEERDIR( - library/cpp/containers/str_map -) - -SRCS( - atomizer.cpp -) - -END() diff --git a/library/cpp/containers/bitseq/ut/ya.make b/library/cpp/containers/bitseq/ut/ya.make deleted file mode 100644 index 7155e82c06..0000000000 --- a/library/cpp/containers/bitseq/ut/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -UNITTEST_FOR(library/cpp/containers/bitseq) - -OWNER(g:util) - -SRCS( - bititerator_ut.cpp - bitvector_ut.cpp -) - -END() diff --git a/library/cpp/containers/bitseq/ya.make b/library/cpp/containers/bitseq/ya.make deleted file mode 100644 index 7090956c55..0000000000 --- a/library/cpp/containers/bitseq/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER(g:util) - -PEERDIR( - util/draft - library/cpp/pop_count -) - -SRCS( - bitvector.cpp - readonly_bitvector.cpp -) - -END() diff --git a/library/cpp/containers/compact_vector/ut/ya.make b/library/cpp/containers/compact_vector/ut/ya.make deleted file mode 100644 index 5e655bc619..0000000000 --- a/library/cpp/containers/compact_vector/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST() - -OWNER(nga) - -SRCDIR(library/cpp/containers/compact_vector) - -SRCS( - compact_vector_ut.cpp -) - -END() diff --git a/library/cpp/containers/compact_vector/ya.make b/library/cpp/containers/compact_vector/ya.make deleted file mode 100644 index 6c23e8d0c1..0000000000 --- a/library/cpp/containers/compact_vector/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(nga) - -SRCS( - compact_vector.cpp -) - -END() diff --git a/library/cpp/containers/comptrie/benchmark/ya.make b/library/cpp/containers/comptrie/benchmark/ya.make deleted file mode 100644 index 16fa19530d..0000000000 --- a/library/cpp/containers/comptrie/benchmark/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -Y_BENCHMARK() - -OWNER(smirnovpavel) - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/containers/comptrie - util -) - -END() diff --git a/library/cpp/containers/comptrie/loader/ut/ya.make b/library/cpp/containers/comptrie/loader/ut/ya.make deleted file mode 100644 index 6c0334d3ea..0000000000 --- a/library/cpp/containers/comptrie/loader/ut/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -UNITTEST_FOR(library/cpp/containers/comptrie/loader) - -OWNER(my34) - -ARCHIVE( - NAME data.inc - dummy.trie -) - -SRCS( - loader_ut.cpp -) - -PEERDIR( - library/cpp/containers/comptrie/loader -) - -END() diff --git a/library/cpp/containers/comptrie/loader/ya.make b/library/cpp/containers/comptrie/loader/ya.make deleted file mode 100644 index 1e23e442a0..0000000000 --- a/library/cpp/containers/comptrie/loader/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER(my34) - -SRCS( - loader.h - loader.cpp -) - -PEERDIR( - library/cpp/archive - library/cpp/containers/comptrie -) - -END() diff --git a/library/cpp/containers/comptrie/ut/ya.make b/library/cpp/containers/comptrie/ut/ya.make deleted file mode 100644 index c4f4666009..0000000000 --- a/library/cpp/containers/comptrie/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/containers/comptrie) - -OWNER(alzobnin) - -SRCS( - comptrie_ut.cpp -) - -END() diff --git a/library/cpp/containers/comptrie/ya.make b/library/cpp/containers/comptrie/ya.make deleted file mode 100644 index 81352da4b2..0000000000 --- a/library/cpp/containers/comptrie/ya.make +++ /dev/null @@ -1,35 +0,0 @@ -LIBRARY() - -OWNER(velavokr) - -SRCS( - array_with_size.h - chunked_helpers_trie.h - comptrie.h - comptrie_packer.h - comptrie_trie.h - first_symbol_iterator.h - key_selector.h - leaf_skipper.h - set.h - comptrie.cpp - comptrie_builder.cpp - comptrie_impl.cpp - make_fast_layout.cpp - minimize.cpp - node.cpp - opaque_trie_iterator.cpp - prefix_iterator.cpp - search_iterator.cpp - write_trie_backwards.cpp - writeable_node.cpp -) - -PEERDIR( - library/cpp/packers - library/cpp/containers/compact_vector - library/cpp/on_disk/chunks - util/draft -) - -END() diff --git a/library/cpp/containers/disjoint_interval_tree/ut/ya.make b/library/cpp/containers/disjoint_interval_tree/ut/ya.make deleted file mode 100644 index 6736ce0c2b..0000000000 --- a/library/cpp/containers/disjoint_interval_tree/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/containers/disjoint_interval_tree) - -OWNER( - dcherednik - galaxycrab -) - -SRCS( - disjoint_interval_tree_ut.cpp -) - -END() diff --git a/library/cpp/containers/disjoint_interval_tree/ya.make b/library/cpp/containers/disjoint_interval_tree/ya.make deleted file mode 100644 index b4f5a52a67..0000000000 --- a/library/cpp/containers/disjoint_interval_tree/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -OWNER( - dcherednik - galaxycrab -) - -LIBRARY() - -SRCS(disjoint_interval_tree.cpp) - -END() diff --git a/library/cpp/containers/flat_hash/benchmark/ya.make b/library/cpp/containers/flat_hash/benchmark/ya.make deleted file mode 100644 index 6f9aedf50d..0000000000 --- a/library/cpp/containers/flat_hash/benchmark/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -Y_BENCHMARK() - -OWNER(tender-bum) - -SRCS( - flat_hash_benchmark.cpp -) - -PEERDIR( - library/cpp/containers/flat_hash -) - -END() diff --git a/library/cpp/containers/flat_hash/lib/concepts/ya.make b/library/cpp/containers/flat_hash/lib/concepts/ya.make deleted file mode 100644 index f82fc1d51c..0000000000 --- a/library/cpp/containers/flat_hash/lib/concepts/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(tender-bum) - -SRCS( - concepts.cpp -) - -END() diff --git a/library/cpp/containers/flat_hash/lib/fuzz/dense_map_fuzz/ya.make b/library/cpp/containers/flat_hash/lib/fuzz/dense_map_fuzz/ya.make deleted file mode 100644 index 3a5d3d6d8c..0000000000 --- a/library/cpp/containers/flat_hash/lib/fuzz/dense_map_fuzz/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -FUZZ() - -OWNER( - tender-bum -) - -SRCS( - fuzz.cpp -) - -PEERDIR( - library/cpp/containers/flat_hash/lib/fuzz/fuzz_common -) - -SIZE(LARGE) - -TAG(ya:fat) - -END() diff --git a/library/cpp/containers/flat_hash/lib/fuzz/flat_map_fuzz/ya.make b/library/cpp/containers/flat_hash/lib/fuzz/flat_map_fuzz/ya.make deleted file mode 100644 index 3a5d3d6d8c..0000000000 --- a/library/cpp/containers/flat_hash/lib/fuzz/flat_map_fuzz/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -FUZZ() - -OWNER( - tender-bum -) - -SRCS( - fuzz.cpp -) - -PEERDIR( - library/cpp/containers/flat_hash/lib/fuzz/fuzz_common -) - -SIZE(LARGE) - -TAG(ya:fat) - -END() diff --git a/library/cpp/containers/flat_hash/lib/fuzz/fuzz_common/ya.make b/library/cpp/containers/flat_hash/lib/fuzz/fuzz_common/ya.make deleted file mode 100644 index ecb590e116..0000000000 --- a/library/cpp/containers/flat_hash/lib/fuzz/fuzz_common/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -OWNER(tender-bum) - -SRCS(fuzz_common.cpp) - -PEERDIR( - library/cpp/containers/flat_hash/lib -) - -END() diff --git a/library/cpp/containers/flat_hash/lib/fuzz/ya.make b/library/cpp/containers/flat_hash/lib/fuzz/ya.make deleted file mode 100644 index dbf2183be5..0000000000 --- a/library/cpp/containers/flat_hash/lib/fuzz/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -OWNER(tender-bum) - -RECURSE( - flat_map_fuzz - dense_map_fuzz - fuzz_common -) diff --git a/library/cpp/containers/flat_hash/lib/ut/ya.make b/library/cpp/containers/flat_hash/lib/ut/ya.make deleted file mode 100644 index 04d65a8c6e..0000000000 --- a/library/cpp/containers/flat_hash/lib/ut/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -UNITTEST() - -OWNER(tender-bum) - -SRCS( - size_fitters_ut.cpp - probings_ut.cpp - containers_ut.cpp - iterator_ut.cpp - table_ut.cpp -) - -PEERDIR( - library/cpp/containers/flat_hash/lib -) - -END() diff --git a/library/cpp/containers/flat_hash/lib/ya.make b/library/cpp/containers/flat_hash/lib/ya.make deleted file mode 100644 index afaa69110b..0000000000 --- a/library/cpp/containers/flat_hash/lib/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -OWNER(tender-bum) - -SRCS( - containers.cpp - expanders.cpp - iterator.cpp - map.cpp - probings.cpp - set.cpp - size_fitters.cpp - table.cpp - value_markers.cpp -) - -END() diff --git a/library/cpp/containers/flat_hash/ut/ya.make b/library/cpp/containers/flat_hash/ut/ya.make deleted file mode 100644 index 1d33d36120..0000000000 --- a/library/cpp/containers/flat_hash/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -OWNER(tender-bum) - -SRCS( - flat_hash_ut.cpp -) - -PEERDIR( - library/cpp/containers/flat_hash -) - -END() diff --git a/library/cpp/containers/flat_hash/ya.make b/library/cpp/containers/flat_hash/ya.make deleted file mode 100644 index 612e2c1cde..0000000000 --- a/library/cpp/containers/flat_hash/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -OWNER(tender-bum) - -PEERDIR( - library/cpp/containers/flat_hash/lib -) - -SRCS( - flat_hash.cpp -) - -END() diff --git a/library/cpp/containers/intrusive_avl_tree/ut/ya.make b/library/cpp/containers/intrusive_avl_tree/ut/ya.make deleted file mode 100644 index 87920306d7..0000000000 --- a/library/cpp/containers/intrusive_avl_tree/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/containers/intrusive_avl_tree) - -OWNER( - pg - g:util -) - -SRCS( - avltree_ut.cpp -) - -END() diff --git a/library/cpp/containers/intrusive_avl_tree/ya.make b/library/cpp/containers/intrusive_avl_tree/ya.make deleted file mode 100644 index 6b061f2760..0000000000 --- a/library/cpp/containers/intrusive_avl_tree/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -OWNER( - pg - g:util -) - -SRCS( - avltree.cpp -) - -END() diff --git a/library/cpp/containers/intrusive_rb_tree/fuzz/ya.make b/library/cpp/containers/intrusive_rb_tree/fuzz/ya.make deleted file mode 100644 index 61be9919e6..0000000000 --- a/library/cpp/containers/intrusive_rb_tree/fuzz/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -FUZZ() - -OWNER( - g:util - mikari -) - -SIZE(LARGE) - -TAG(ya:fat) - -PEERDIR( - library/cpp/containers/intrusive_rb_tree -) - -SRCS( - rb_tree_fuzzing.cpp -) - -END() diff --git a/library/cpp/containers/intrusive_rb_tree/ut/ya.make b/library/cpp/containers/intrusive_rb_tree/ut/ya.make deleted file mode 100644 index 6f1e3b38ee..0000000000 --- a/library/cpp/containers/intrusive_rb_tree/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/containers/intrusive_rb_tree) - -OWNER( - pg - g:util -) - -SRCS( - rb_tree_ut.cpp -) - -END() diff --git a/library/cpp/containers/intrusive_rb_tree/ya.make b/library/cpp/containers/intrusive_rb_tree/ya.make deleted file mode 100644 index 2e5eddcfbe..0000000000 --- a/library/cpp/containers/intrusive_rb_tree/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -OWNER( - pg - g:util -) - -SRCS( - rb_tree.cpp -) - -END() diff --git a/library/cpp/containers/paged_vector/ut/ya.make b/library/cpp/containers/paged_vector/ut/ya.make deleted file mode 100644 index 74cfe5fb4a..0000000000 --- a/library/cpp/containers/paged_vector/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -OWNER(velavokr) - -PEERDIR( - library/cpp/containers/paged_vector -) - -SRCS( - paged_vector_ut.cpp -) - -END() diff --git a/library/cpp/containers/paged_vector/ya.make b/library/cpp/containers/paged_vector/ya.make deleted file mode 100644 index e14548bc2c..0000000000 --- a/library/cpp/containers/paged_vector/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(velavokr) - -SRCS( - paged_vector.cpp -) - -END() diff --git a/library/cpp/containers/ring_buffer/ya.make b/library/cpp/containers/ring_buffer/ya.make deleted file mode 100644 index 51333978f7..0000000000 --- a/library/cpp/containers/ring_buffer/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -OWNER(mowgli) - -LIBRARY() - -SRCS( - ring_buffer.cpp -) - -END() diff --git a/library/cpp/containers/sorted_vector/ut/ya.make b/library/cpp/containers/sorted_vector/ut/ya.make deleted file mode 100644 index eb8a5b4bef..0000000000 --- a/library/cpp/containers/sorted_vector/ut/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -UNITTEST_FOR(library/cpp/containers/sorted_vector) - -OWNER(udovichenko-r) - - -SRCS( - sorted_vector_ut.cpp -) - -END() diff --git a/library/cpp/containers/sorted_vector/ya.make b/library/cpp/containers/sorted_vector/ya.make deleted file mode 100644 index 1975c5dc90..0000000000 --- a/library/cpp/containers/sorted_vector/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -OWNER(udovichenko-r) - -SRCS( - sorted_vector.cpp -) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/containers/stack_array/ut/ya.make b/library/cpp/containers/stack_array/ut/ya.make deleted file mode 100644 index 7db7340073..0000000000 --- a/library/cpp/containers/stack_array/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/containers/stack_array) - -OWNER(pg) - -SRCS( - tests_ut.cpp -) - -END() diff --git a/library/cpp/containers/stack_array/ya.make b/library/cpp/containers/stack_array/ya.make deleted file mode 100644 index 9bc0afc66c..0000000000 --- a/library/cpp/containers/stack_array/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -LIBRARY() - -OWNER(pg) - -SRCS( - range_ops.cpp - stack_array.cpp -) - -END() diff --git a/library/cpp/containers/stack_vector/ut/ya.make b/library/cpp/containers/stack_vector/ut/ya.make deleted file mode 100644 index 1d70496954..0000000000 --- a/library/cpp/containers/stack_vector/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST() - -OWNER(ilnurkh) - -SRCDIR(library/cpp/containers/stack_vector) - -SRCS( - stack_vec_ut.cpp -) - -END() diff --git a/library/cpp/containers/stack_vector/ya.make b/library/cpp/containers/stack_vector/ya.make deleted file mode 100644 index cfb63295ec..0000000000 --- a/library/cpp/containers/stack_vector/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -OWNER(ilnurkh) - -SRCS( - stack_vec.cpp -) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/containers/str_map/ya.make b/library/cpp/containers/str_map/ya.make deleted file mode 100644 index b834159cda..0000000000 --- a/library/cpp/containers/str_map/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(pg) - -SRCS( - str_map.cpp -) - -END() diff --git a/library/cpp/containers/top_keeper/top_keeper/ut/ya.make b/library/cpp/containers/top_keeper/top_keeper/ut/ya.make deleted file mode 100644 index 8553389e17..0000000000 --- a/library/cpp/containers/top_keeper/top_keeper/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/containers/top_keeper) - -OWNER( - mbusel - rmplstiltskin -) - -SRCS( - top_keeper_ut.cpp -) - -END() diff --git a/library/cpp/containers/top_keeper/top_keeper/ya.make b/library/cpp/containers/top_keeper/top_keeper/ya.make deleted file mode 100644 index 79be94ae2b..0000000000 --- a/library/cpp/containers/top_keeper/top_keeper/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(mbusel) - -SRCS( - top_keeper.cpp -) - -END() diff --git a/library/cpp/containers/top_keeper/ut/ya.make b/library/cpp/containers/top_keeper/ut/ya.make deleted file mode 100644 index 42cfdd6f13..0000000000 --- a/library/cpp/containers/top_keeper/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/containers/top_keeper) - -OWNER( - ilnurkh - rmplstiltskin -) - -SRCS( - top_keeper_ut.cpp -) - -END() diff --git a/library/cpp/containers/top_keeper/ya.make b/library/cpp/containers/top_keeper/ya.make deleted file mode 100644 index ed206a1df9..0000000000 --- a/library/cpp/containers/top_keeper/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -OWNER(ilnurkh) - -SRCS( - top_keeper.cpp -) - -END() - -RECURSE_FOR_TESTS(ut) - - diff --git a/library/cpp/containers/ya.make b/library/cpp/containers/ya.make deleted file mode 100644 index 4b1b315e6a..0000000000 --- a/library/cpp/containers/ya.make +++ /dev/null @@ -1,71 +0,0 @@ -RECURSE( - 2d_array - absl_flat_hash - absl_tstring_flat_hash - atomizer - bitseq - bitseq/ut - compact_vector - compact_vector/ut - comptrie - comptrie/loader - comptrie/loader/ut - comptrie/ut - comptrie/benchmark - concurrent_hash - concurrent_hash_set - concurrent_hash_set/ut - dense_hash - dense_hash/dense_hash_benchmark - dense_hash/ut - dictionary - dictionary/ut - disjoint_interval_tree - disjoint_interval_tree/ut - ext_priority_queue - ext_priority_queue/ut - fast_trie - fast_trie/ut - flat_hash - flat_hash/benchmark - flat_hash/lib - flat_hash/lib/concepts - flat_hash/lib/fuzz - flat_hash/lib/ut - flat_hash/ut - hash_trie - heap_dict - heap_dict/benchmark - heap_dict/ut - intrusive_avl_tree - intrusive_avl_tree/ut - intrusive_hash - intrusive_hash/ut - intrusive_rb_tree - intrusive_rb_tree/fuzz - intrusive_rb_tree/ut - limited_heap - mh_heap - mh_heap/ut - paged_vector - paged_vector/ut - rarefied_array - ring_buffer - safe_vector - safe_vector/ut - segmented_pool_container - sorted_vector - sorted_vector/ut - spars_ar - stack_array - stack_array/ut - stack_vector - str_hash - str_map - top_keeper - top_keeper/ut - two_level_hash - two_level_hash/ut - vp_tree - vp_tree/ut -) diff --git a/library/cpp/coroutine/engine/stack/benchmark/ya.make b/library/cpp/coroutine/engine/stack/benchmark/ya.make deleted file mode 100644 index b2942fe8ca..0000000000 --- a/library/cpp/coroutine/engine/stack/benchmark/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -G_BENCHMARK() - -OWNER(g:balancer) - -SRCS( - alloc_bm.cpp -) - -PEERDIR( - library/cpp/coroutine/engine -) - -END()
\ No newline at end of file diff --git a/library/cpp/coroutine/engine/stack/ut/ya.make b/library/cpp/coroutine/engine/stack/ut/ya.make deleted file mode 100644 index 65c5af9b7f..0000000000 --- a/library/cpp/coroutine/engine/stack/ut/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -GTEST() - -OWNER(g:balancer) - -SRCS( - stack_allocator_ut.cpp - stack_guards_ut.cpp - stack_pool_ut.cpp - stack_ut.cpp - stack_utils_ut.cpp -) - -PEERDIR( - library/cpp/coroutine/engine -) - -END()
\ No newline at end of file diff --git a/library/cpp/coroutine/engine/ya.make b/library/cpp/coroutine/engine/ya.make deleted file mode 100644 index 8c20b9afc3..0000000000 --- a/library/cpp/coroutine/engine/ya.make +++ /dev/null @@ -1,36 +0,0 @@ -LIBRARY() - -OWNER( - pg - g:balancer -) - -GENERATE_ENUM_SERIALIZATION(poller.h) -GENERATE_ENUM_SERIALIZATION(stack/stack_common.h) - -PEERDIR( - contrib/libs/libc_compat - library/cpp/containers/intrusive_rb_tree -) - -SRCS( - cont_poller.cpp - helper.cpp - impl.cpp - iostatus.cpp - network.cpp - poller.cpp - sockpool.cpp - stack/stack.cpp - stack/stack_allocator.cpp - stack/stack_guards.cpp - stack/stack_storage.cpp - stack/stack_utils.cpp - trampoline.cpp -) - -END() - -RECURSE( - stack/benchmark -) diff --git a/library/cpp/coroutine/listener/ya.make b/library/cpp/coroutine/listener/ya.make deleted file mode 100644 index 700c3abe3e..0000000000 --- a/library/cpp/coroutine/listener/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( - library/cpp/coroutine/engine -) - -SRCS( - listen.cpp -) - -END() diff --git a/library/cpp/coroutine/ya.make b/library/cpp/coroutine/ya.make deleted file mode 100644 index 34e30f2b25..0000000000 --- a/library/cpp/coroutine/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -RECURSE( - benchmark - dns - dns/example - engine - engine/stack/ut - listener - test - ut - util -) diff --git a/library/cpp/cppparser/ya.make b/library/cpp/cppparser/ya.make deleted file mode 100644 index bbb0bc11cd..0000000000 --- a/library/cpp/cppparser/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(pg) - -SRCS( - parser.cpp -) - -END() diff --git a/library/cpp/cpuid_check/ya.make b/library/cpp/cpuid_check/ya.make deleted file mode 100644 index 9d794f3edc..0000000000 --- a/library/cpp/cpuid_check/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -OWNER(g:util g:ymake) - -SRCS(GLOBAL cpu_id_check.cpp) - -END() diff --git a/library/cpp/dbg_output/ut/ya.make b/library/cpp/dbg_output/ut/ya.make deleted file mode 100644 index 201601295d..0000000000 --- a/library/cpp/dbg_output/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/dbg_output) - -OWNER(pg) - -SRCS( - dbg_output_ut.cpp -) - -END() diff --git a/library/cpp/dbg_output/ya.make b/library/cpp/dbg_output/ya.make deleted file mode 100644 index 7d54108f93..0000000000 --- a/library/cpp/dbg_output/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( - library/cpp/colorizer -) - -SRCS( - dump.cpp - dumpers.cpp - engine.cpp -) - -END() diff --git a/library/cpp/deprecated/accessors/ut/ya.make b/library/cpp/deprecated/accessors/ut/ya.make deleted file mode 100644 index 5ea976566f..0000000000 --- a/library/cpp/deprecated/accessors/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/deprecated/accessors) - -OWNER(velavokr) - -SRCS( - accessors_ut.cpp -) - -END() diff --git a/library/cpp/deprecated/accessors/ya.make b/library/cpp/deprecated/accessors/ya.make deleted file mode 100644 index e322026a1c..0000000000 --- a/library/cpp/deprecated/accessors/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -OWNER(elric) - -SRCS( - accessors.cpp - accessors_impl.cpp - memory_traits.cpp -) - -END() diff --git a/library/cpp/deprecated/enum_codegen/ut/ya.make b/library/cpp/deprecated/enum_codegen/ut/ya.make deleted file mode 100644 index 32e7ad77a2..0000000000 --- a/library/cpp/deprecated/enum_codegen/ut/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -UNITTEST() - -OWNER(g:util) - -SRCDIR(library/cpp/deprecated/enum_codegen) - -PEERDIR( - library/cpp/deprecated/enum_codegen -) - -SRCS( - enum_codegen_ut.cpp -) - -END() diff --git a/library/cpp/deprecated/enum_codegen/ya.make b/library/cpp/deprecated/enum_codegen/ya.make deleted file mode 100644 index 1df07d2192..0000000000 --- a/library/cpp/deprecated/enum_codegen/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(elric) - -SRCS( - enum_codegen.cpp -) - -END() diff --git a/library/cpp/deprecated/kmp/ut/ya.make b/library/cpp/deprecated/kmp/ut/ya.make deleted file mode 100644 index 9c54ee2715..0000000000 --- a/library/cpp/deprecated/kmp/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/deprecated/kmp) - -OWNER(g:util) - -SRCS( - kmp_ut.cpp -) - -END() diff --git a/library/cpp/deprecated/kmp/ya.make b/library/cpp/deprecated/kmp/ya.make deleted file mode 100644 index 7c1c557934..0000000000 --- a/library/cpp/deprecated/kmp/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -LIBRARY() - -OWNER(g:util) - -SRCS( - kmp.cpp - kmp.h -) - -END() diff --git a/library/cpp/deprecated/split/ya.make b/library/cpp/deprecated/split/ya.make deleted file mode 100644 index 946e685ac8..0000000000 --- a/library/cpp/deprecated/split/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -OWNER(wrg0ababd) - -SRCS( - delim_string_iter.cpp - split_iterator.cpp -) - -PEERDIR( - library/cpp/deprecated/kmp -) - -END() diff --git a/library/cpp/deprecated/ya.make b/library/cpp/deprecated/ya.make deleted file mode 100644 index 6c753f68a9..0000000000 --- a/library/cpp/deprecated/ya.make +++ /dev/null @@ -1,49 +0,0 @@ -RECURSE( - abstract_iterator - abstract_iterator/ut - accessors - accessors/ut - autoarray - base64 - datafile - dater_old - dater_old/ut - enum_codegen - enum_codegen/ut - fgood - fgood/ut - histogram - ipreg1 - ipreg1/ut - ipreg1/ut_full - ipreg1/util - iter - kmp - kmp/ut - mapped_file - mapped_file/ut - mbitmap - omni - text_norm - omni/print_omni - omni/usage - omni/ut - prog_options - prog_options/ut - sgi_hash - threadable - transgene - datawork - datawork/conf - calc_module - iterators_heap - parse_utils - parse_utils/ut - small_array - solartrie - solartrie/indexed_region/ut - solartrie/test - solartrie/test/tests - solartrie/ut - split -) diff --git a/library/cpp/diff/ut/ya.make b/library/cpp/diff/ut/ya.make deleted file mode 100644 index 360134d186..0000000000 --- a/library/cpp/diff/ut/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -UNITTEST() - -OWNER(antonovvk) - -SRCDIR(library/cpp/diff) - -PEERDIR( - library/cpp/diff -) - -SRCS( - diff_ut.cpp -) - -END() diff --git a/library/cpp/diff/ya.make b/library/cpp/diff/ya.make deleted file mode 100644 index a05b7ccbbc..0000000000 --- a/library/cpp/diff/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -OWNER(antonovvk) - -PEERDIR( - library/cpp/lcs - library/cpp/containers/stack_array -) - -SRCS( - diff.cpp -) - -END() diff --git a/library/cpp/digest/argonish/benchmark/ya.make b/library/cpp/digest/argonish/benchmark/ya.make deleted file mode 100644 index 5aad1b238f..0000000000 --- a/library/cpp/digest/argonish/benchmark/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -OWNER(e-sidorov) - -Y_BENCHMARK() - -PEERDIR( - library/cpp/digest/argonish -) - -SRCS( - mbench.cpp -) - -END() diff --git a/library/cpp/digest/argonish/internal/argon2/ya.make b/library/cpp/digest/argonish/internal/argon2/ya.make deleted file mode 100644 index dbd574666c..0000000000 --- a/library/cpp/digest/argonish/internal/argon2/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -OWNER(e-sidorov) - -PEERDIR( - library/cpp/digest/argonish/internal/blamka - library/cpp/digest/argonish/internal/blake2b - library/cpp/threading/poor_man_openmp -) - -END() diff --git a/library/cpp/digest/argonish/internal/blake2b/ya.make b/library/cpp/digest/argonish/internal/blake2b/ya.make deleted file mode 100644 index 0aa6806b31..0000000000 --- a/library/cpp/digest/argonish/internal/blake2b/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(e-sidorov) - -PEERDIR( - library/cpp/digest/argonish/internal/rotations -) - -END() diff --git a/library/cpp/digest/argonish/internal/blamka/ya.make b/library/cpp/digest/argonish/internal/blamka/ya.make deleted file mode 100644 index 0aa6806b31..0000000000 --- a/library/cpp/digest/argonish/internal/blamka/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(e-sidorov) - -PEERDIR( - library/cpp/digest/argonish/internal/rotations -) - -END() diff --git a/library/cpp/digest/argonish/internal/proxies/avx2/ya.make b/library/cpp/digest/argonish/internal/proxies/avx2/ya.make deleted file mode 100644 index 53f814c48d..0000000000 --- a/library/cpp/digest/argonish/internal/proxies/avx2/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -OWNER(e-sidorov) - -LIBRARY() - -NO_UTIL() - -IF (ARCH_X86_64 OR ARCH_I386) - PEERDIR( - library/cpp/digest/argonish/internal/proxies/macro - library/cpp/digest/argonish/internal/argon2 - library/cpp/digest/argonish/internal/blake2b - ) - SRC_CPP_AVX2( - proxy_avx2.cpp - ) -ENDIF() - -END() diff --git a/library/cpp/digest/argonish/internal/proxies/macro/ya.make b/library/cpp/digest/argonish/internal/proxies/macro/ya.make deleted file mode 100644 index 5f639d4571..0000000000 --- a/library/cpp/digest/argonish/internal/proxies/macro/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -LIBRARY() - -OWNER(e-sidorov) - -END() diff --git a/library/cpp/digest/argonish/internal/proxies/ref/ya.make b/library/cpp/digest/argonish/internal/proxies/ref/ya.make deleted file mode 100644 index 7a15f44611..0000000000 --- a/library/cpp/digest/argonish/internal/proxies/ref/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -OWNER(e-sidorov) - -LIBRARY() - -NO_UTIL() - -PEERDIR( - library/cpp/digest/argonish/internal/proxies/macro - library/cpp/digest/argonish/internal/argon2 - library/cpp/digest/argonish/internal/blake2b -) - -SRCS( - proxy_ref.cpp -) - -END() diff --git a/library/cpp/digest/argonish/internal/proxies/sse2/ya.make b/library/cpp/digest/argonish/internal/proxies/sse2/ya.make deleted file mode 100644 index 1c752f0dd5..0000000000 --- a/library/cpp/digest/argonish/internal/proxies/sse2/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -OWNER(e-sidorov) - -LIBRARY() - -NO_UTIL() - -IF (ARCH_X86_64 OR ARCH_I386) - PEERDIR( - library/cpp/digest/argonish/internal/proxies/macro - library/cpp/digest/argonish/internal/argon2 - library/cpp/digest/argonish/internal/blake2b - ) - SRC_CPP_SSE2( - proxy_sse2.cpp - ) -ENDIF() - -END() diff --git a/library/cpp/digest/argonish/internal/proxies/sse41/ya.make b/library/cpp/digest/argonish/internal/proxies/sse41/ya.make deleted file mode 100644 index 16a9922016..0000000000 --- a/library/cpp/digest/argonish/internal/proxies/sse41/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -OWNER(e-sidorov) - -LIBRARY() - -NO_UTIL() - -IF (ARCH_X86_64 OR ARCH_I386) - PEERDIR( - library/cpp/digest/argonish/internal/proxies/macro - library/cpp/digest/argonish/internal/argon2 - library/cpp/digest/argonish/internal/blake2b - ) - SRC_CPP_SSE41( - proxy_sse41.cpp - ) -ENDIF() - -END() diff --git a/library/cpp/digest/argonish/internal/proxies/ssse3/ya.make b/library/cpp/digest/argonish/internal/proxies/ssse3/ya.make deleted file mode 100644 index 82d5116559..0000000000 --- a/library/cpp/digest/argonish/internal/proxies/ssse3/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -LIBRARY() - -OWNER(e-sidorov) - -NO_UTIL() - -IF (ARCH_X86_64 OR ARCH_I386) - PEERDIR( - library/cpp/digest/argonish/internal/proxies/macro - library/cpp/digest/argonish/internal/argon2 - library/cpp/digest/argonish/internal/blake2b - ) - - SRC_CPP_SSSE3( - proxy_ssse3.cpp - ) -ENDIF() - -END() diff --git a/library/cpp/digest/argonish/internal/proxies/ya.make b/library/cpp/digest/argonish/internal/proxies/ya.make deleted file mode 100644 index 62bb1bcc50..0000000000 --- a/library/cpp/digest/argonish/internal/proxies/ya.make +++ /dev/null @@ -1,8 +0,0 @@ -RECURSE( - avx2 - ref - sse2 - sse41 - ssse3 - macro -) diff --git a/library/cpp/digest/argonish/internal/rotations/ya.make b/library/cpp/digest/argonish/internal/rotations/ya.make deleted file mode 100644 index 5f639d4571..0000000000 --- a/library/cpp/digest/argonish/internal/rotations/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -LIBRARY() - -OWNER(e-sidorov) - -END() diff --git a/library/cpp/digest/argonish/internal/ya.make b/library/cpp/digest/argonish/internal/ya.make deleted file mode 100644 index 4a69395970..0000000000 --- a/library/cpp/digest/argonish/internal/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -RECURSE( - proxies - argon2 - blake2b - blamka - rotations -) diff --git a/library/cpp/digest/argonish/ut/ya.make b/library/cpp/digest/argonish/ut/ya.make deleted file mode 100644 index 3440908799..0000000000 --- a/library/cpp/digest/argonish/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST_FOR(library/cpp/digest/argonish) - -OWNER(e-sidorov) - -PEERDIR( - library/cpp/digest/argonish -) - -SRCS( - ut.cpp -) - -END() diff --git a/library/cpp/digest/argonish/ut_fat/ya.make b/library/cpp/digest/argonish/ut_fat/ya.make deleted file mode 100644 index 94ebda9225..0000000000 --- a/library/cpp/digest/argonish/ut_fat/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -UNITTEST_FOR(library/cpp/digest/argonish) - -OWNER(e-sidorov) - -PEERDIR( - library/cpp/digest/argonish -) - -SRCS( - ut.cpp -) - -TAG( - sb:intel_e5_2660v4 - ya:fat - ya:force_sandbox -) - -SIZE(LARGE) - -END() diff --git a/library/cpp/digest/argonish/ya.make b/library/cpp/digest/argonish/ya.make deleted file mode 100644 index 4a0e937279..0000000000 --- a/library/cpp/digest/argonish/ya.make +++ /dev/null @@ -1,25 +0,0 @@ -LIBRARY() - -OWNER(e-sidorov) - -IF (ARCH_X86_64 OR ARCH_I386) - PEERDIR( - library/cpp/threading/poor_man_openmp - library/cpp/digest/argonish/internal/proxies/avx2 - library/cpp/digest/argonish/internal/proxies/ref - library/cpp/digest/argonish/internal/proxies/sse2 - library/cpp/digest/argonish/internal/proxies/sse41 - library/cpp/digest/argonish/internal/proxies/ssse3 - ) -ELSE() - PEERDIR( - library/cpp/threading/poor_man_openmp - library/cpp/digest/argonish/internal/proxies/ref - ) -ENDIF() - -SRCS( - factory/factory.cpp -) - -END() diff --git a/library/cpp/digest/crc32c/ut/ya.make b/library/cpp/digest/crc32c/ut/ya.make deleted file mode 100644 index 325622e080..0000000000 --- a/library/cpp/digest/crc32c/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/digest/crc32c) - -OWNER(pg) - -SRCS( - crc32c_ut.cpp -) - -END() diff --git a/library/cpp/digest/crc32c/ya.make b/library/cpp/digest/crc32c/ya.make deleted file mode 100644 index d6faf16c9c..0000000000 --- a/library/cpp/digest/crc32c/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -LIBRARY() - -#!!! -OWNER( - ddoarn - a-romanov - pg - gulin - dcherednik - g:yamr - g:rtmr -) - -PEERDIR( - contrib/libs/crcutil -) - -SRCS( - crc32c.cpp -) - -END() diff --git a/library/cpp/digest/lower_case/ut/ya.make b/library/cpp/digest/lower_case/ut/ya.make deleted file mode 100644 index f083257b3d..0000000000 --- a/library/cpp/digest/lower_case/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST_FOR(library/cpp/digest/lower_case) - -OWNER( - pg - g:util -) - -SRCS( - lchash_ut.cpp - hash_ops_ut.cpp -) - -END() diff --git a/library/cpp/digest/lower_case/ya.make b/library/cpp/digest/lower_case/ya.make deleted file mode 100644 index 62cc16556a..0000000000 --- a/library/cpp/digest/lower_case/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -OWNER( - pg - g:util -) - -SRCS( - lciter.cpp - lchash.cpp - hash_ops.cpp -) - -END() diff --git a/library/cpp/digest/md5/bench/ya.make b/library/cpp/digest/md5/bench/ya.make deleted file mode 100644 index 5c3e3c1c42..0000000000 --- a/library/cpp/digest/md5/bench/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -G_BENCHMARK() - -OWNER( - pg - g:util -) - -PEERDIR( - library/cpp/digest/md5 -) - -SRCS( - main.cpp -) - -END() diff --git a/library/cpp/digest/md5/medium_ut/ya.make b/library/cpp/digest/md5/medium_ut/ya.make deleted file mode 100644 index 418c57f086..0000000000 --- a/library/cpp/digest/md5/medium_ut/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -UNITTEST_FOR(library/cpp/digest/md5) - -SIZE(MEDIUM) - -TIMEOUT(120) - -OWNER( - pg - g:util -) - -SRCS( - md5_medium_ut.cpp -) - -REQUIREMENTS(ram:10) - -END() diff --git a/library/cpp/digest/md5/ut/ya.make b/library/cpp/digest/md5/ut/ya.make deleted file mode 100644 index ad1eddbff2..0000000000 --- a/library/cpp/digest/md5/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/digest/md5) - -OWNER( - pg - g:util -) - -SRCS( - md5_ut.cpp -) - -END() diff --git a/library/cpp/digest/md5/ya.make b/library/cpp/digest/md5/ya.make deleted file mode 100644 index c09ec1c326..0000000000 --- a/library/cpp/digest/md5/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -OWNER( - pg - g:util -) - -SRCS( - md5.cpp -) - -PEERDIR( - contrib/libs/nayuki_md5 - library/cpp/string_utils/base64 -) - -END() diff --git a/library/cpp/digest/murmur/ut/ya.make b/library/cpp/digest/murmur/ut/ya.make deleted file mode 100644 index 3405399779..0000000000 --- a/library/cpp/digest/murmur/ut/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -UNITTEST() - -OWNER(elantsev) - -PEERDIR( - ADDINCL library/cpp/digest/murmur -) - -SRCDIR(library/cpp/digest/murmur) - -SRCS( - murmur_ut.cpp -) - -END() diff --git a/library/cpp/digest/murmur/ya.make b/library/cpp/digest/murmur/ya.make deleted file mode 100644 index 5647cc75e1..0000000000 --- a/library/cpp/digest/murmur/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(elantsev) - -SRCS( - murmur.cpp -) - -END() diff --git a/library/cpp/digest/old_crc/gencrc/ya.make b/library/cpp/digest/old_crc/gencrc/ya.make deleted file mode 100644 index df25863bee..0000000000 --- a/library/cpp/digest/old_crc/gencrc/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -PROGRAM() - -OWNER(pg) - -SRCS( - main.cpp -) - -END() diff --git a/library/cpp/digest/old_crc/ut/ya.make b/library/cpp/digest/old_crc/ut/ya.make deleted file mode 100644 index a783bbae5b..0000000000 --- a/library/cpp/digest/old_crc/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/digest/old_crc) - -OWNER( - pg - g:util -) - -SRCS( - crc_ut.cpp -) - -END() diff --git a/library/cpp/digest/old_crc/ya.make b/library/cpp/digest/old_crc/ya.make deleted file mode 100644 index aa6ea8f6c5..0000000000 --- a/library/cpp/digest/old_crc/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -OWNER( - pg - g:util -) - -SRCS( - crc.cpp -) - -RUN_PROGRAM( - library/cpp/digest/old_crc/gencrc - STDOUT crc.inc -) - -END() diff --git a/library/cpp/digest/sfh/ut/ya.make b/library/cpp/digest/sfh/ut/ya.make deleted file mode 100644 index 256a66295a..0000000000 --- a/library/cpp/digest/sfh/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/digest/sfh) - -OWNER( - pg - g:util -) - -SRCS( - sfh_ut.cpp -) - -END() diff --git a/library/cpp/digest/sfh/ya.make b/library/cpp/digest/sfh/ya.make deleted file mode 100644 index b906cd1577..0000000000 --- a/library/cpp/digest/sfh/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -OWNER( - pg - g:util -) - -SRCS( - sfh.cpp -) - -END() diff --git a/library/cpp/digest/ya.make b/library/cpp/digest/ya.make deleted file mode 100644 index 61d4b50903..0000000000 --- a/library/cpp/digest/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -RECURSE( - argonish - argonish/benchmark - argonish/ut_fat - argonish/ut - benchmark - fast - lower_case - lower_case/ut - md5 - md5/ut - md5/medium_ut - md5/bench - murmur - murmur/ut - crc32c - crc32c/ut - old_crc - old_crc/ut - old_crc/gencrc - sfh - sfh/ut -) diff --git a/library/cpp/dns/ut/ya.make b/library/cpp/dns/ut/ya.make deleted file mode 100644 index 7cfd0c4c32..0000000000 --- a/library/cpp/dns/ut/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -UNITTEST() - -OWNER( - and42 - pg -) - -PEERDIR( - library/cpp/dns -) - -SRCS( - dns_ut.cpp -) - -END() diff --git a/library/cpp/dns/ya.make b/library/cpp/dns/ya.make deleted file mode 100644 index 0cd83332aa..0000000000 --- a/library/cpp/dns/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -OWNER(and42) - -SRCS( - cache.cpp - thread.cpp - magic.cpp -) - -END() diff --git a/library/cpp/enumbitset/ut/ya.make b/library/cpp/enumbitset/ut/ya.make deleted file mode 100644 index c893e6eb13..0000000000 --- a/library/cpp/enumbitset/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/enumbitset) - -OWNER(alzobnin) - -SRCS( - enumbitset_ut.cpp -) - -END() diff --git a/library/cpp/enumbitset/ya.make b/library/cpp/enumbitset/ya.make deleted file mode 100644 index 86de91c816..0000000000 --- a/library/cpp/enumbitset/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(alzobnin) - -SRCS( - enumbitset.cpp -) - -END() diff --git a/library/cpp/execprofile/autostart/ya.make b/library/cpp/execprofile/autostart/ya.make deleted file mode 100644 index a5b61f075f..0000000000 --- a/library/cpp/execprofile/autostart/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( - library/cpp/execprofile -) - -SRCS( - GLOBAL start.cpp -) - -END() diff --git a/library/cpp/execprofile/ya.make b/library/cpp/execprofile/ya.make deleted file mode 100644 index 9d202ac4eb..0000000000 --- a/library/cpp/execprofile/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -OWNER(g:cpp-contrib) - -LIBRARY() - -SRCS( - profile.cpp -) - -END() diff --git a/library/cpp/getopt/last_getopt_demo/ya.make b/library/cpp/getopt/last_getopt_demo/ya.make deleted file mode 100644 index 53f1cfc122..0000000000 --- a/library/cpp/getopt/last_getopt_demo/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROGRAM(last_getopt_demo) - -OWNER(amatanhead) - -PEERDIR( - library/cpp/getopt -) - -SRCS( - demo.cpp -) - -END() diff --git a/library/cpp/getopt/small/ya.make b/library/cpp/getopt/small/ya.make deleted file mode 100644 index 96de0f04b1..0000000000 --- a/library/cpp/getopt/small/ya.make +++ /dev/null @@ -1,28 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( - library/cpp/colorizer -) - -SRCS( - completer.cpp - completer_command.cpp - completion_generator.cpp - formatted_output.cpp - last_getopt.cpp - last_getopt_easy_setup.cpp - last_getopt_opt.cpp - last_getopt_opts.cpp - last_getopt_parser.cpp - last_getopt_parse_result.cpp - modchooser.cpp - opt.cpp - opt2.cpp - posix_getopt.cpp - wrap.cpp - ygetopt.cpp -) - -END() diff --git a/library/cpp/getopt/ut/ya.make b/library/cpp/getopt/ut/ya.make deleted file mode 100644 index 8d00669efb..0000000000 --- a/library/cpp/getopt/ut/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -UNITTEST_FOR(library/cpp/getopt) - -OWNER(pg) - -SRCS( - last_getopt_ut.cpp - modchooser_ut.cpp - opt2_ut.cpp - opt_ut.cpp - posix_getopt_ut.cpp - wrap.cpp - ygetopt_ut.cpp -) - -END() diff --git a/library/cpp/getopt/ya.make b/library/cpp/getopt/ya.make deleted file mode 100644 index 6df23b22b2..0000000000 --- a/library/cpp/getopt/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( - library/cpp/getopt/small - library/cpp/svnversion - library/cpp/build_info -) - -SRCS( - GLOBAL print.cpp -) - -END() diff --git a/library/cpp/grpc/client/ut/ya.make b/library/cpp/grpc/client/ut/ya.make deleted file mode 100644 index eac779a99e..0000000000 --- a/library/cpp/grpc/client/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST_FOR(library/cpp/grpc/client) - -OWNER( - g:kikimr -) - -SRCS( - grpc_client_low_ut.cpp -) - -END() diff --git a/library/cpp/grpc/client/ya.make b/library/cpp/grpc/client/ya.make deleted file mode 100644 index a4e74b067c..0000000000 --- a/library/cpp/grpc/client/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -LIBRARY() - -OWNER( - ddoarn - g:kikimr -) - -SRCS( - grpc_client_low.cpp -) - -PEERDIR( - contrib/libs/grpc -) - -END() - -RECURSE_FOR_TESTS( - ut -)
\ No newline at end of file diff --git a/library/cpp/grpc/server/actors/ya.make b/library/cpp/grpc/server/actors/ya.make deleted file mode 100644 index 6c9d80aa45..0000000000 --- a/library/cpp/grpc/server/actors/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -OWNER(g:kikimr g:solomon) - -SRCS( - logger.cpp -) - -PEERDIR( - library/cpp/actors/core -) - -END() diff --git a/library/cpp/grpc/server/ut/ya.make b/library/cpp/grpc/server/ut/ya.make deleted file mode 100644 index feb3291af9..0000000000 --- a/library/cpp/grpc/server/ut/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -UNITTEST_FOR(library/cpp/grpc/server) - -OWNER( - dcherednik - g:kikimr -) - -TIMEOUT(600) -SIZE(MEDIUM) - -PEERDIR( - library/cpp/grpc/server -) - -SRCS( - grpc_response_ut.cpp - stream_adaptor_ut.cpp -) - -END() - diff --git a/library/cpp/grpc/server/ya.make b/library/cpp/grpc/server/ya.make deleted file mode 100644 index 356a1b6793..0000000000 --- a/library/cpp/grpc/server/ya.make +++ /dev/null @@ -1,25 +0,0 @@ -LIBRARY() - -OWNER( - dcherednik - g:kikimr -) - -SRCS( - event_callback.cpp - grpc_request.cpp - grpc_server.cpp - grpc_counters.cpp -) - -GENERATE_ENUM_SERIALIZATION(grpc_request_base.h) - -PEERDIR( - contrib/libs/grpc - library/cpp/monlib/dynamic_counters/percentile -) - -END() - -RECURSE_FOR_TESTS(ut) - diff --git a/library/cpp/grpc/ya.make b/library/cpp/grpc/ya.make deleted file mode 100644 index 3635124115..0000000000 --- a/library/cpp/grpc/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -RECURSE( - client - common - server -) diff --git a/library/cpp/histogram/adaptive/protos/python/ya.make b/library/cpp/histogram/adaptive/protos/python/ya.make deleted file mode 100644 index 3328c27965..0000000000 --- a/library/cpp/histogram/adaptive/protos/python/ya.make +++ /dev/null @@ -1,3 +0,0 @@ -OWNER(abogutskiy) - -PY_PROTOS_FOR(library/cpp/histogram/adaptive/protos) diff --git a/library/cpp/histogram/adaptive/protos/ya.make b/library/cpp/histogram/adaptive/protos/ya.make deleted file mode 100644 index 7635cfcb8c..0000000000 --- a/library/cpp/histogram/adaptive/protos/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROTO_LIBRARY() - -OWNER(g:crawl) - -SRCS( - histo.proto -) - -IF (NOT PY_PROTOS_FOR) - EXCLUDE_TAGS(GO_PROTO) -ENDIF() - -END() diff --git a/library/cpp/histogram/adaptive/ya.make b/library/cpp/histogram/adaptive/ya.make deleted file mode 100644 index b589801b27..0000000000 --- a/library/cpp/histogram/adaptive/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -LIBRARY() - -OWNER( - zosimov - svirg -) - -SRCS( - common.cpp - adaptive_histogram.cpp - block_histogram.cpp - fixed_bin_histogram.cpp -) - -PEERDIR( - contrib/libs/protobuf - library/cpp/histogram/adaptive/protos -) - -END() diff --git a/library/cpp/histogram/hdr/ut/ya.make b/library/cpp/histogram/hdr/ut/ya.make deleted file mode 100644 index 13ceb143c8..0000000000 --- a/library/cpp/histogram/hdr/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -OWNER( - g:util - jamel -) - -UNITTEST_FOR(library/cpp/histogram/hdr) - -SRCS( - histogram_ut.cpp - histogram_iter_ut.cpp -) - -END() diff --git a/library/cpp/histogram/hdr/ya.make b/library/cpp/histogram/hdr/ya.make deleted file mode 100644 index 885099608d..0000000000 --- a/library/cpp/histogram/hdr/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -OWNER( - g:util - jamel -) - -SRCS( - histogram.cpp - histogram_iter.cpp -) - -PEERDIR( - contrib/libs/hdr_histogram -) - -END() diff --git a/library/cpp/histogram/ya.make b/library/cpp/histogram/ya.make deleted file mode 100644 index 77cfd96902..0000000000 --- a/library/cpp/histogram/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -RECURSE( - adaptive - hdr - hdr/ut - simple - simple/ut - rt - rt/ut -) diff --git a/library/cpp/html/escape/ut/ya.make b/library/cpp/html/escape/ut/ya.make deleted file mode 100644 index 27d3a3d65a..0000000000 --- a/library/cpp/html/escape/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -OWNER(stanly) - -SRCS( - escape_ut.cpp -) - -PEERDIR( - library/cpp/html/escape -) - -END() diff --git a/library/cpp/html/escape/ya.make b/library/cpp/html/escape/ya.make deleted file mode 100644 index 93a31e33d6..0000000000 --- a/library/cpp/html/escape/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(stanly) - -SRCS( - escape.cpp -) - -END() diff --git a/library/cpp/html/pcdata/ut/ya.make b/library/cpp/html/pcdata/ut/ya.make deleted file mode 100644 index bc947baa89..0000000000 --- a/library/cpp/html/pcdata/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/html/pcdata) - -OWNER(vladon) - -SRCS( - pcdata_ut.cpp -) - -END() diff --git a/library/cpp/html/pcdata/ya.make b/library/cpp/html/pcdata/ya.make deleted file mode 100644 index 637220e706..0000000000 --- a/library/cpp/html/pcdata/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -LIBRARY() - -OWNER(vladon) - -SRCS( - pcdata.cpp - pcdata.h -) - -END() diff --git a/library/cpp/html/ya.make b/library/cpp/html/ya.make deleted file mode 100644 index ab904be3b9..0000000000 --- a/library/cpp/html/ya.make +++ /dev/null @@ -1,32 +0,0 @@ -RECURSE( - dehtml - dehtml/ut - detect - blob - entity - entity/ut - escape - escape/ut - face - face/blob - html5 - html5/tests - html5/ut - lexer - lexer/ut - pcdata - pcdata/ut - pdoc - print - relalternate - relalternate/ut - sanitize - spec - storage - storage/ut - strip - tree - url - zoneconf - zoneconf/ut -) diff --git a/library/cpp/http/fetch/ut/ya.make b/library/cpp/http/fetch/ut/ya.make deleted file mode 100644 index 7486986b36..0000000000 --- a/library/cpp/http/fetch/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/http/fetch) - -OWNER( - g:zora -) - -SRCS( - httpfsm_ut.cpp - httpparser_ut.cpp -) - -END() diff --git a/library/cpp/http/fetch/ya.make b/library/cpp/http/fetch/ya.make deleted file mode 100644 index 7737127463..0000000000 --- a/library/cpp/http/fetch/ya.make +++ /dev/null @@ -1,38 +0,0 @@ -LIBRARY() - -OWNER( - g:zora -) - -PEERDIR( - contrib/libs/zlib - library/cpp/charset - library/cpp/digest/md5 - library/cpp/http/misc - library/cpp/logger - library/cpp/mime/types - library/cpp/uri -) - -SRCS( - http_digest.cpp - http_socket.cpp - httpheader.cpp - httpload.cpp - exthttpcodes.cpp - httpfsm.rl6 - httpagent.h - httpfetcher.h - httpheader.h - httpparser.h - httpzreader.h - sockhandler.h -) - -GENERATE_ENUM_SERIALIZATION(httpheader.h) - -SET(RAGEL6_FLAGS -CF1) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/http/io/fuzz/ya.make b/library/cpp/http/io/fuzz/ya.make deleted file mode 100644 index 8b3ccb1969..0000000000 --- a/library/cpp/http/io/fuzz/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -FUZZ() - -OWNER( - pg - g:util -) - -PEERDIR( - library/cpp/http/io -) - -SIZE(MEDIUM) - -SRCS( - main.cpp -) - -END() diff --git a/library/cpp/http/io/list_codings/ya.make b/library/cpp/http/io/list_codings/ya.make deleted file mode 100644 index e5c5fed6dc..0000000000 --- a/library/cpp/http/io/list_codings/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROGRAM() - -OWNER(pg) - -PEERDIR( - library/cpp/http/io -) - -SRCS( - main.cpp -) - -END() diff --git a/library/cpp/http/io/ut/medium/ya.make b/library/cpp/http/io/ut/medium/ya.make deleted file mode 100644 index 235a23dcd7..0000000000 --- a/library/cpp/http/io/ut/medium/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST_FOR(library/cpp/http/io) - -SIZE(MEDIUM) - -OWNER(g:util) - -SRCS( - stream_ut_medium.cpp -) - -END() diff --git a/library/cpp/http/io/ut/ya.make b/library/cpp/http/io/ut/ya.make deleted file mode 100644 index 84f6949db3..0000000000 --- a/library/cpp/http/io/ut/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -UNITTEST_FOR(library/cpp/http/io) - -OWNER(g:util) - -PEERDIR( - library/cpp/http/server -) - -SRCS( - chunk_ut.cpp - compression_ut.cpp - headers_ut.cpp - stream_ut.cpp -) - -END() diff --git a/library/cpp/http/io/ya.make b/library/cpp/http/io/ya.make deleted file mode 100644 index dcfbd79885..0000000000 --- a/library/cpp/http/io/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -LIBRARY() - -OWNER( - g:util - mvel -) - -PEERDIR( - library/cpp/blockcodecs - library/cpp/streams/brotli - library/cpp/streams/bzip2 - library/cpp/streams/lzma -) - -SRCS( - chunk.cpp - compression.cpp - headers.cpp - stream.cpp -) - -END() diff --git a/library/cpp/http/misc/ut/ya.make b/library/cpp/http/misc/ut/ya.make deleted file mode 100644 index f4bdd35662..0000000000 --- a/library/cpp/http/misc/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST_FOR(library/cpp/http/misc) - -OWNER(g:util) - -SRCS( - httpdate_ut.cpp - httpreqdata_ut.cpp - parsed_request_ut.cpp -) - -END() diff --git a/library/cpp/http/misc/ya.make b/library/cpp/http/misc/ya.make deleted file mode 100644 index 7eb4481218..0000000000 --- a/library/cpp/http/misc/ya.make +++ /dev/null @@ -1,25 +0,0 @@ -LIBRARY() - -OWNER( - g:util - mvel -) - -GENERATE_ENUM_SERIALIZATION(httpcodes.h) - -SRCS( - httpcodes.cpp - httpdate.cpp - httpreqdata.cpp - parsed_request.cpp -) - -PEERDIR( - library/cpp/case_insensitive_string - library/cpp/cgiparam - library/cpp/digest/lower_case -) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/http/server/ut/ya.make b/library/cpp/http/server/ut/ya.make deleted file mode 100644 index bcb4d4c0b8..0000000000 --- a/library/cpp/http/server/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/http/server) - -OWNER(pg) - -SIZE(MEDIUM) - -SRCS( - http_ut.cpp - response_ut.cpp -) - -END() diff --git a/library/cpp/http/server/ya.make b/library/cpp/http/server/ya.make deleted file mode 100644 index bae6f33306..0000000000 --- a/library/cpp/http/server/ya.make +++ /dev/null @@ -1,27 +0,0 @@ -LIBRARY() - -OWNER( - pg - mvel - kulikov - g:base - g:middle -) - -SRCS( - conn.cpp - http.cpp - http_ex.cpp - options.cpp - response.cpp -) - -PEERDIR( - library/cpp/http/misc - library/cpp/http/io - library/cpp/threading/equeue -) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/http/ya.make b/library/cpp/http/ya.make deleted file mode 100644 index fa2d1edef6..0000000000 --- a/library/cpp/http/ya.make +++ /dev/null @@ -1,25 +0,0 @@ -RECURSE( - client - client/cookies - cookies - coro - examples - fetch - fetch_gpl - io - io/fuzz - io/list_codings - misc - multipart - push_parser - server - simple - static -) - -IF (NOT OS_WINDOWS) - RECURSE_FOR_TESTS( - io/ut - io/ut/medium - ) -ENDIF() diff --git a/library/cpp/hyperloglog/ut/ya.make b/library/cpp/hyperloglog/ut/ya.make deleted file mode 100644 index f5f1c0d25a..0000000000 --- a/library/cpp/hyperloglog/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/hyperloglog) - -OWNER( - anskor - g:images-followers g:images-robot g:images-search-quality g:images-nonsearch-quality -) - -SRCS( - hyperloglog_ut.cpp -) - -END() diff --git a/library/cpp/hyperloglog/ya.make b/library/cpp/hyperloglog/ya.make deleted file mode 100644 index 98dbb68c48..0000000000 --- a/library/cpp/hyperloglog/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -OWNER( - anskor - g:images-followers g:images-robot g:images-search-quality g:images-nonsearch-quality -) - -SRCS( - hyperloglog.h - hyperloglog.cpp -) - -END() diff --git a/library/cpp/int128/bench/ya.make b/library/cpp/int128/bench/ya.make deleted file mode 100644 index 4800e7883d..0000000000 --- a/library/cpp/int128/bench/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -OWNER( - vladon -) - -Y_BENCHMARK() - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/int128 -) - -END() diff --git a/library/cpp/int128/ut/ya.make b/library/cpp/int128/ut/ya.make deleted file mode 100644 index fd43531c5f..0000000000 --- a/library/cpp/int128/ut/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -UNITTEST_FOR(library/cpp/int128) - -OWNER(vladon) - -SRCS( - int128_ut_helpers.cpp - int128_ut_helpers.h - int128_ut.cpp - int128_typetraits_ut.cpp - int128_old_ut.cpp - int128_via_intrinsic_ut.cpp - i128_ut.cpp - i128_and_intrinsic_identity_ut.cpp - i128_comparison_ut.cpp - i128_division_ut.cpp - i128_type_traits_ut.cpp - ui128_division_ut.cpp -) - -END() diff --git a/library/cpp/int128/ya.make b/library/cpp/int128/ya.make deleted file mode 100644 index 95e453e6f1..0000000000 --- a/library/cpp/int128/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -OWNER( - vladon - # g:zora -) - -SRCS( - int128.cpp - int128.h -) - -END() diff --git a/library/cpp/ipmath/ut/ya.make b/library/cpp/ipmath/ut/ya.make deleted file mode 100644 index b860cefd03..0000000000 --- a/library/cpp/ipmath/ut/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -UNITTEST_FOR(library/cpp/ipmath) - -OWNER( - msherbakov - g:solomon -) - -SRCS( - ipmath_ut.cpp -) - -PEERDIR( - library/cpp/testing/gmock_in_unittest -) - -END() diff --git a/library/cpp/ipmath/ya.make b/library/cpp/ipmath/ya.make deleted file mode 100644 index 244838962e..0000000000 --- a/library/cpp/ipmath/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -OWNER( - msherbakov - g:solomon -) - -SRCS( - ipmath.cpp - range_set.cpp -) - -PEERDIR(library/cpp/ipv6_address) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/ipv6_address/ut/ya.make b/library/cpp/ipv6_address/ut/ya.make deleted file mode 100644 index bd22899379..0000000000 --- a/library/cpp/ipv6_address/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -OWNER(g:zora) - -UNITTEST_FOR(library/cpp/ipv6_address) - -SRCS( - ipv6_address_ut.cpp -) - -END() diff --git a/library/cpp/ipv6_address/ya.make b/library/cpp/ipv6_address/ya.make deleted file mode 100644 index 5c9bf7e383..0000000000 --- a/library/cpp/ipv6_address/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER(g:zora) - -SRCS( - ipv6_address.cpp - ipv6_address.h - ipv6_address_p.h -) - -PEERDIR( - library/cpp/int128 -) - -END() diff --git a/library/cpp/iterator/ut/ya.make b/library/cpp/iterator/ut/ya.make deleted file mode 100644 index 601e5663b9..0000000000 --- a/library/cpp/iterator/ut/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -GTEST() - -PEERDIR( - library/cpp/iterator -) - -OWNER(g:util) - -SRCS( - filtering_ut.cpp - functools_ut.cpp - iterate_keys_ut.cpp - iterate_values_ut.cpp - mapped_ut.cpp - zip_ut.cpp -) - -END() diff --git a/library/cpp/iterator/ya.make b/library/cpp/iterator/ya.make deleted file mode 100644 index 1ba1ffb411..0000000000 --- a/library/cpp/iterator/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -OWNER(g:util) - -LIBRARY() - -SRCS( - cartesian_product.cpp - concatenate.cpp - enumerate.cpp - iterate_keys.cpp - iterate_values.cpp - filtering.cpp - functools.cpp - mapped.cpp - zip.cpp -) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/json/common/ya.make b/library/cpp/json/common/ya.make deleted file mode 100644 index 5bbd3b0792..0000000000 --- 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 2304c542f2..0000000000 --- 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 c6447ab6ac..0000000000 --- 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 3fdc93f88e..0000000000 --- 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 3ece5e3703..0000000000 --- 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 ff50bc1f62..0000000000 --- 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 8e0362d84b..0000000000 --- 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 1e39dae6a1..0000000000 --- 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 3989ff3504..0000000000 --- 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 d58eead8ec..0000000000 --- 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 4ceb65b279..0000000000 --- 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 9b289d674f..0000000000 --- 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() diff --git a/library/cpp/lcs/ut/ya.make b/library/cpp/lcs/ut/ya.make deleted file mode 100644 index 3d12898788..0000000000 --- a/library/cpp/lcs/ut/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -OWNER(velavokr) - -UNITTEST() - -PEERDIR( - ADDINCL library/cpp/lcs -) - -SRCDIR(library/cpp/lcs) - -SRCS( - lcs_via_lis_ut.cpp -) - -END() diff --git a/library/cpp/lcs/ya.make b/library/cpp/lcs/ya.make deleted file mode 100644 index 3a7caafc88..0000000000 --- a/library/cpp/lcs/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -OWNER(velavokr) - -PEERDIR( - library/cpp/containers/paged_vector -) - -SRCS( - lcs_via_lis.cpp -) - -END() diff --git a/library/cpp/lfalloc/alloc_profiler/ut/ya.make b/library/cpp/lfalloc/alloc_profiler/ut/ya.make deleted file mode 100644 index 8a7daa74af..0000000000 --- a/library/cpp/lfalloc/alloc_profiler/ut/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -UNITTEST_FOR(library/cpp/lfalloc/alloc_profiler) - -OWNER(g:rtmr g:kikimr) - -PEERDIR( - library/cpp/testing/unittest -) - -IF (ARCH_AARCH64) - PEERDIR( - contrib/libs/jemalloc - ) -ELSE() - ALLOCATOR(LF_DBG) -ENDIF() - -SRCS( - profiler_ut.cpp - align_ut.cpp -) - -END() diff --git a/library/cpp/lfalloc/alloc_profiler/ya.make b/library/cpp/lfalloc/alloc_profiler/ya.make deleted file mode 100644 index 0f58d91767..0000000000 --- a/library/cpp/lfalloc/alloc_profiler/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -OWNER(g:rtmr g:kikimr) - -SRCS( - profiler.cpp - stackcollect.cpp -) - -PEERDIR( - library/cpp/lfalloc/dbg_info - library/cpp/cache -) - -END() - -RECURSE(ut) diff --git a/library/cpp/lfalloc/dbg/ya.make b/library/cpp/lfalloc/dbg/ya.make deleted file mode 100644 index 3dce653a8c..0000000000 --- a/library/cpp/lfalloc/dbg/ya.make +++ /dev/null @@ -1,32 +0,0 @@ -LIBRARY() - -OWNER(vskipin) - -NO_UTIL() - -NO_COMPILER_WARNINGS() - -IF (ARCH_AARCH64) - PEERDIR( - contrib/libs/jemalloc - ) -ELSE() - IF ("${YMAKE}" MATCHES "devtools") - CFLAGS(-DYMAKE=1) - ENDIF() - CXXFLAGS( - -DLFALLOC_DBG - -DLFALLOC_YT - ) - SRCS( - ../lf_allocX64.cpp - ) -ENDIF() - -PEERDIR( - library/cpp/malloc/api -) - -SET(IDE_FOLDER "util") - -END() diff --git a/library/cpp/lfalloc/dbg_info/ya.make b/library/cpp/lfalloc/dbg_info/ya.make deleted file mode 100644 index efecba5993..0000000000 --- a/library/cpp/lfalloc/dbg_info/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER(vskipin) - -PEERDIR( - library/cpp/malloc/api -) - -SRCS( - dbg_info.cpp -) - -SET(IDE_FOLDER "util") - -END() diff --git a/library/cpp/lfalloc/ya.make b/library/cpp/lfalloc/ya.make deleted file mode 100644 index cace05f9d8..0000000000 --- a/library/cpp/lfalloc/ya.make +++ /dev/null @@ -1,25 +0,0 @@ -LIBRARY() - -OWNER(gulin) - -NO_UTIL() - -NO_COMPILER_WARNINGS() - -IF (ARCH_AARCH64) - PEERDIR( - contrib/libs/jemalloc - ) -ELSE() - SRCS( - lf_allocX64.cpp - ) -ENDIF() - -PEERDIR( - library/cpp/malloc/api -) - -SET(IDE_FOLDER "util") - -END() diff --git a/library/cpp/lfalloc/yt/ya.make b/library/cpp/lfalloc/yt/ya.make deleted file mode 100644 index 8c1a4f8a72..0000000000 --- a/library/cpp/lfalloc/yt/ya.make +++ /dev/null @@ -1,29 +0,0 @@ -LIBRARY() - -OWNER(a-romanov) - -NO_UTIL() - -NO_COMPILER_WARNINGS() - -IF (ARCH_AARCH64) - PEERDIR( - contrib/libs/jemalloc - ) -ELSE() - IF ("${YMAKE}" MATCHES "devtools") - CFLAGS(-DYMAKE=1) - ENDIF() - CXXFLAGS(-DLFALLOC_YT) - SRCS( - ../lf_allocX64.cpp - ) -ENDIF() - -PEERDIR( - library/cpp/malloc/api -) - -SET(IDE_FOLDER "util") - -END() diff --git a/library/cpp/linear_regression/benchmark/ya.make b/library/cpp/linear_regression/benchmark/ya.make deleted file mode 100644 index bbc4f2683a..0000000000 --- a/library/cpp/linear_regression/benchmark/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -PROGRAM(linear_regression_benchmark) - -OWNER(alex-sh) - -SRCS( - pool.h - pool.cpp - main.cpp -) - -PEERDIR( - library/cpp/linear_regression -) - -END() diff --git a/library/cpp/linear_regression/ut/ya.make b/library/cpp/linear_regression/ut/ya.make deleted file mode 100644 index f410410673..0000000000 --- a/library/cpp/linear_regression/ut/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -UNITTEST() - -OWNER(alex-sh) - -PEERDIR( - ADDINCL library/cpp/linear_regression -) - -SRCDIR(library/cpp/linear_regression) - -SRCS( - linear_regression_ut.cpp -) - -END() diff --git a/library/cpp/linear_regression/ya.make b/library/cpp/linear_regression/ya.make deleted file mode 100644 index 4cfcc3d673..0000000000 --- a/library/cpp/linear_regression/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER(alex-sh) - -SRCS( - linear_regression.cpp - unimodal.cpp - welford.cpp -) - -PEERDIR( - library/cpp/accurate_accumulate -) - -END() diff --git a/library/cpp/logger/global/ut/ya.make b/library/cpp/logger/global/ut/ya.make deleted file mode 100644 index 8aea38906f..0000000000 --- a/library/cpp/logger/global/ut/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -UNITTEST() - -OWNER(salmin) - -PEERDIR( - library/cpp/logger/global -) - -SRCDIR(library/cpp/logger/global) - -SRCS( - rty_formater_ut.cpp -) - -END() diff --git a/library/cpp/logger/global/ya.make b/library/cpp/logger/global/ya.make deleted file mode 100644 index 20eb361e72..0000000000 --- a/library/cpp/logger/global/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -LIBRARY() - -OWNER(g:geosaas) - -PEERDIR( - library/cpp/logger -) - -IF (OS_WINDOWS) - NO_WERROR() -ENDIF() - -SRCS( - common.cpp - global.cpp - rty_formater.cpp -) - -END() diff --git a/library/cpp/logger/init_context/ya.make b/library/cpp/logger/init_context/ya.make deleted file mode 100644 index 9572a34c60..0000000000 --- a/library/cpp/logger/init_context/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -OWNER( - pg - mvel - g:util - g:base -) - -LIBRARY() - -PEERDIR( - library/cpp/logger - library/cpp/config - library/cpp/yconf -) -SRCS( - config.cpp - yconf.cpp -) - -END() diff --git a/library/cpp/logger/ut/ya.make b/library/cpp/logger/ut/ya.make deleted file mode 100644 index 2a461c1353..0000000000 --- a/library/cpp/logger/ut/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -UNITTEST() - -OWNER(pg) - -PEERDIR( - ADDINCL library/cpp/logger - library/cpp/logger/init_context - library/cpp/yconf/patcher -) - -SRCDIR(library/cpp/logger) - -SRCS( - log_ut.cpp - element_ut.cpp - rotating_file_ut.cpp - composite_ut.cpp -) - -END() diff --git a/library/cpp/logger/ya.make b/library/cpp/logger/ya.make deleted file mode 100644 index 00a5263cba..0000000000 --- a/library/cpp/logger/ya.make +++ /dev/null @@ -1,47 +0,0 @@ -OWNER( - pg - mvel - g:util - g:base -) - -LIBRARY() - -GENERATE_ENUM_SERIALIZATION(priority.h) - -PEERDIR ( - library/cpp/json -) - -SRCS( - all.h - backend.cpp - backend_creator.cpp - composite.cpp - GLOBAL composite_creator.cpp - element.cpp - file.cpp - GLOBAL file_creator.cpp - filter.cpp - filter_creator.cpp - log.cpp - null.cpp - GLOBAL null_creator.cpp - priority.h - record.h - rotating_file.cpp - GLOBAL rotating_file_creator.cpp - stream.cpp - GLOBAL stream_creator.cpp - sync_page_cache_file.cpp - GLOBAL sync_page_cache_file_creator.cpp - system.cpp - GLOBAL system_creator.cpp - thread.cpp - thread_creator.cpp - GLOBAL uninitialized_creator.cpp -) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/lwtrace/example1/ya.make b/library/cpp/lwtrace/example1/ya.make deleted file mode 100644 index 5ae8c4a48e..0000000000 --- a/library/cpp/lwtrace/example1/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROGRAM(lwtrace-example1) - -OWNER(cthulhu) - -SRCS( - lwtrace_example1.cpp -) - -PEERDIR( - library/cpp/lwtrace -) - -END() diff --git a/library/cpp/lwtrace/example2/ya.make b/library/cpp/lwtrace/example2/ya.make deleted file mode 100644 index 22e34239c8..0000000000 --- a/library/cpp/lwtrace/example2/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -PROGRAM(lwtrace-example2) - -OWNER(cthulhu) - -SRCS( - lwtrace_example2.cpp -) - -PEERDIR( - library/cpp/lwtrace - library/cpp/getopt -) - -END() diff --git a/library/cpp/lwtrace/example3/ya.make b/library/cpp/lwtrace/example3/ya.make deleted file mode 100644 index c5b31586e9..0000000000 --- a/library/cpp/lwtrace/example3/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROGRAM(lwtrace-example3) - -OWNER(serxa) - -SRCS( - lwtrace_example3.cpp -) - -PEERDIR( - library/cpp/lwtrace -) - -END() diff --git a/library/cpp/lwtrace/example4/ya.make b/library/cpp/lwtrace/example4/ya.make deleted file mode 100644 index a3004340a8..0000000000 --- a/library/cpp/lwtrace/example4/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROGRAM(lwtrace-example4) - -OWNER(serxa) - -SRCS( - lwtrace_example4.cpp -) - -PEERDIR( - library/cpp/lwtrace -) - -END() diff --git a/library/cpp/lwtrace/example5/ya.make b/library/cpp/lwtrace/example5/ya.make deleted file mode 100644 index 06dd4dc569..0000000000 --- a/library/cpp/lwtrace/example5/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROGRAM(lwtrace-example5) - -OWNER(serxa) - -SRCS( - lwtrace_example5.cpp -) - -PEERDIR( - library/cpp/lwtrace -) - -END() diff --git a/library/cpp/lwtrace/mon/analytics/ya.make b/library/cpp/lwtrace/mon/analytics/ya.make deleted file mode 100644 index c18e23c8e1..0000000000 --- a/library/cpp/lwtrace/mon/analytics/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER(serxa g:kikimr) - -PEERDIR( -) - -SRCS( - analytics.cpp -) - -END() - -RECURSE( -) diff --git a/library/cpp/lwtrace/mon/ya.make b/library/cpp/lwtrace/mon/ya.make deleted file mode 100644 index bdcb315754..0000000000 --- a/library/cpp/lwtrace/mon/ya.make +++ /dev/null @@ -1,55 +0,0 @@ -LIBRARY() - -OWNER(serxa g:kikimr) - -RESOURCE( - static/common.css lwtrace/mon/static/common.css - static/common.js lwtrace/mon/static/common.js - static/css/bootstrap.min.css lwtrace/mon/static/css/bootstrap.min.css - static/css/d3-gantt.css lwtrace/mon/static/css/d3-gantt.css - static/css/jquery.treegrid.css lwtrace/mon/static/css/jquery.treegrid.css - static/analytics.css lwtrace/mon/static/analytics.css - static/analytics.flot.html lwtrace/mon/static/analytics.flot.html - static/analytics.gantt.html lwtrace/mon/static/analytics.gantt.html - static/analytics.header.html lwtrace/mon/static/analytics.header.html - static/analytics.js lwtrace/mon/static/analytics.js - static/fonts/glyphicons-halflings-regular.eot lwtrace/mon/static/fonts/glyphicons-halflings-regular.eot - static/fonts/glyphicons-halflings-regular.svg lwtrace/mon/static/fonts/glyphicons-halflings-regular.svg - static/fonts/glyphicons-halflings-regular.ttf lwtrace/mon/static/fonts/glyphicons-halflings-regular.ttf - static/fonts/glyphicons-halflings-regular.woff2 lwtrace/mon/static/fonts/glyphicons-halflings-regular.woff2 - static/fonts/glyphicons-halflings-regular.woff lwtrace/mon/static/fonts/glyphicons-halflings-regular.woff - static/footer.html lwtrace/mon/static/footer.html - static/header.html lwtrace/mon/static/header.html - static/img/collapse.png lwtrace/mon/static/img/collapse.png - static/img/expand.png lwtrace/mon/static/img/expand.png - static/img/file.png lwtrace/mon/static/img/file.png - static/img/folder.png lwtrace/mon/static/img/folder.png - static/js/bootstrap.min.js lwtrace/mon/static/js/bootstrap.min.js - static/js/d3.v4.min.js lwtrace/mon/static/js/d3.v4.min.js - static/js/d3-gantt.js lwtrace/mon/static/js/d3-gantt.js - static/js/d3-tip-0.8.0-alpha.1.js lwtrace/mon/static/js/d3-tip-0.8.0-alpha.1.js - static/js/filesaver.min.js lwtrace/mon/static/js/filesaver.min.js - static/js/jquery.flot.extents.js lwtrace/mon/static/js/jquery.flot.extents.js - static/js/jquery.flot.min.js lwtrace/mon/static/js/jquery.flot.min.js - static/js/jquery.flot.navigate.min.js lwtrace/mon/static/js/jquery.flot.navigate.min.js - static/js/jquery.flot.selection.min.js lwtrace/mon/static/js/jquery.flot.selection.min.js - static/js/jquery.min.js lwtrace/mon/static/js/jquery.min.js - static/js/jquery.treegrid.bootstrap3.js lwtrace/mon/static/js/jquery.treegrid.bootstrap3.js - static/js/jquery.treegrid.min.js lwtrace/mon/static/js/jquery.treegrid.min.js - static/js/jquery.url.min.js lwtrace/mon/static/js/jquery.url.min.js -) - -SRCS( - mon_lwtrace.cpp -) - -PEERDIR( - library/cpp/html/pcdata - library/cpp/lwtrace - library/cpp/lwtrace/mon/analytics - library/cpp/monlib/dynamic_counters - library/cpp/resource - library/cpp/string_utils/base64 -) - -END() diff --git a/library/cpp/lwtrace/protos/ya.make b/library/cpp/lwtrace/protos/ya.make deleted file mode 100644 index 503d5e515f..0000000000 --- a/library/cpp/lwtrace/protos/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PROTO_LIBRARY() - -OWNER(serxa) - -INCLUDE_TAGS(GO_PROTO) - -SRCS( - lwtrace.proto -) - -END() diff --git a/library/cpp/lwtrace/tests/ya.make b/library/cpp/lwtrace/tests/ya.make deleted file mode 100644 index 6225ab1fa0..0000000000 --- a/library/cpp/lwtrace/tests/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -OWNER(serxa) - -PROGRAM() - -SRCS( - trace_tests.cpp -) - -PEERDIR( - contrib/libs/protobuf - library/cpp/getopt - library/cpp/lwtrace -) - -END() diff --git a/library/cpp/lwtrace/ut/ya.make b/library/cpp/lwtrace/ut/ya.make deleted file mode 100644 index f43118bab7..0000000000 --- a/library/cpp/lwtrace/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST_FOR(library/cpp/lwtrace) - -OWNER(serxa) - -FORK_SUBTESTS() - -SRCS( - trace_ut.cpp -) - -END() diff --git a/library/cpp/lwtrace/ya.make b/library/cpp/lwtrace/ya.make deleted file mode 100644 index d9accb3006..0000000000 --- a/library/cpp/lwtrace/ya.make +++ /dev/null @@ -1,29 +0,0 @@ -LIBRARY() - -OWNER(serxa) - -PEERDIR( - library/cpp/lwtrace/protos -) - -SRCS( - check.cpp - control.cpp - custom_action.cpp - kill_action.cpp - log_shuttle.cpp - perf.cpp - probes.cpp - shuttle.cpp - sleep_action.cpp - start.cpp - stderr_writer.cpp - symbol.cpp - trace.cpp -) - -END() - -RECURSE(mon) - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/malloc/api/helpers/ya.make b/library/cpp/malloc/api/helpers/ya.make deleted file mode 100644 index 62875bca0e..0000000000 --- a/library/cpp/malloc/api/helpers/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( - library/cpp/malloc/api -) - -SRCS( - io.cpp -) - -END() diff --git a/library/cpp/malloc/api/ut/ya.make b/library/cpp/malloc/api/ut/ya.make deleted file mode 100644 index e57225b45d..0000000000 --- a/library/cpp/malloc/api/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -OWNER(nga) - -PEERDIR( - library/cpp/malloc/api/helpers -) - -SRCS( - ut.cpp -) - -END() diff --git a/library/cpp/malloc/api/ya.make b/library/cpp/malloc/api/ya.make deleted file mode 100644 index 0ebaa0c589..0000000000 --- a/library/cpp/malloc/api/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -NO_UTIL() - -OWNER(nga) - -SRCS( - malloc.cpp -) - -END() diff --git a/library/cpp/malloc/jemalloc/ya.make b/library/cpp/malloc/jemalloc/ya.make deleted file mode 100644 index 99db474eab..0000000000 --- a/library/cpp/malloc/jemalloc/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -LIBRARY() - -NO_UTIL() - -OWNER(nga) - -IF (OS_ANDROID) - PEERDIR( - library/cpp/malloc/system - ) -ELSE() - PEERDIR( - library/cpp/malloc/api - contrib/libs/jemalloc - ) - SRCS( - malloc-info.cpp - ) -ENDIF() - -END() diff --git a/library/cpp/malloc/system/malloc-info.cpp b/library/cpp/malloc/system/malloc-info.cpp deleted file mode 100644 index ab6742e203..0000000000 --- a/library/cpp/malloc/system/malloc-info.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include <library/cpp/malloc/api/malloc.h> - -using namespace NMalloc; - -TMallocInfo NMalloc::MallocInfo() { - TMallocInfo r; - r.Name = "system"; - return r; -} diff --git a/library/cpp/malloc/system/ya.make b/library/cpp/malloc/system/ya.make deleted file mode 100644 index 7dd2d6d9d4..0000000000 --- a/library/cpp/malloc/system/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -NO_UTIL() - -OWNER(nga) - -DISABLE(OPENSOURCE_EXPORT) - -PEERDIR( - library/cpp/malloc/api -) - -SRCS( - malloc-info.cpp -) - -END() diff --git a/library/cpp/malloc/tcmalloc/ya.make b/library/cpp/malloc/tcmalloc/ya.make deleted file mode 100644 index 21372ff9e2..0000000000 --- a/library/cpp/malloc/tcmalloc/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -NO_UTIL() - -OWNER(ayles) - -PEERDIR( - library/cpp/malloc/api - contrib/libs/tcmalloc/malloc_extension -) -SRCS( - malloc-info.cpp -) - -END() diff --git a/library/cpp/malloc/ya.make b/library/cpp/malloc/ya.make deleted file mode 100644 index 0ec9db71d2..0000000000 --- a/library/cpp/malloc/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -RECURSE( - api - api/helpers - api/ut - tcmalloc - galloc - jemalloc - lockless - nalf - sample-client - system - mimalloc - mimalloc/link_test - hu - hu/link_test -) - -IF (NOT OS_WINDOWS) - RECURSE( - calloc - calloc/tests - calloc/calloc_profile_diff - calloc/calloc_profile_scan - calloc/calloc_profile_scan/ut - ) -ENDIF() diff --git a/library/cpp/messagebus/actor/ya.make b/library/cpp/messagebus/actor/ya.make deleted file mode 100644 index 59bd1b0b99..0000000000 --- a/library/cpp/messagebus/actor/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY(messagebus_actor) - -OWNER(g:messagebus) - -SRCS( - executor.cpp - thread_extra.cpp - what_thread_does.cpp -) - -END() diff --git a/library/cpp/messagebus/all/ya.make b/library/cpp/messagebus/all/ya.make deleted file mode 100644 index ffa2dbfabc..0000000000 --- a/library/cpp/messagebus/all/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -OWNER(g:messagebus) - -RECURSE_ROOT_RELATIVE( - library/python/messagebus - library/cpp/messagebus/debug_receiver - library/cpp/messagebus/oldmodule - library/cpp/messagebus/rain_check - library/cpp/messagebus/test - library/cpp/messagebus/www -) diff --git a/library/cpp/messagebus/config/ya.make b/library/cpp/messagebus/config/ya.make deleted file mode 100644 index 20c7dfed19..0000000000 --- a/library/cpp/messagebus/config/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER(g:messagebus) - -PEERDIR( - library/cpp/getopt - library/cpp/deprecated/enum_codegen -) - -SRCS( - netaddr.cpp - session_config.cpp -) - -END() diff --git a/library/cpp/messagebus/debug_receiver/ya.make b/library/cpp/messagebus/debug_receiver/ya.make deleted file mode 100644 index f1b14d35bb..0000000000 --- a/library/cpp/messagebus/debug_receiver/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -PROGRAM(messagebus_debug_receiver) - -OWNER(g:messagebus) - -SRCS( - debug_receiver.cpp - debug_receiver_proto.cpp - debug_receiver_handler.cpp -) - -PEERDIR( - library/cpp/getopt - library/cpp/lwtrace - library/cpp/messagebus -) - -END() diff --git a/library/cpp/messagebus/monitoring/ya.make b/library/cpp/messagebus/monitoring/ya.make deleted file mode 100644 index 25782492b1..0000000000 --- a/library/cpp/messagebus/monitoring/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -PROTO_LIBRARY() - -OWNER(g:messagebus) - -PEERDIR( - library/cpp/monlib/encode/legacy_protobuf/protos -) - -SRCS( - mon_proto.proto -) - -EXCLUDE_TAGS(GO_PROTO) - -END() diff --git a/library/cpp/messagebus/oldmodule/ya.make b/library/cpp/messagebus/oldmodule/ya.make deleted file mode 100644 index ca5eae74f0..0000000000 --- a/library/cpp/messagebus/oldmodule/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER(g:messagebus) - -PEERDIR( - library/cpp/messagebus - library/cpp/messagebus/actor -) - -SRCS( - module.cpp - startsession.cpp -) - -END() diff --git a/library/cpp/messagebus/protobuf/ya.make b/library/cpp/messagebus/protobuf/ya.make deleted file mode 100644 index 64ff240b51..0000000000 --- a/library/cpp/messagebus/protobuf/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY(messagebus_protobuf) - -OWNER(g:messagebus) - -SRCS( - ybusbuf.cpp -) - -PEERDIR( - contrib/libs/protobuf - library/cpp/messagebus - library/cpp/messagebus/actor -) - -END() diff --git a/library/cpp/messagebus/rain_check/core/ya.make b/library/cpp/messagebus/rain_check/core/ya.make deleted file mode 100644 index c6fb5640d4..0000000000 --- a/library/cpp/messagebus/rain_check/core/ya.make +++ /dev/null @@ -1,25 +0,0 @@ -LIBRARY() - -OWNER(g:messagebus) - -PEERDIR( - library/cpp/coroutine/engine - library/cpp/deprecated/enum_codegen - library/cpp/messagebus - library/cpp/messagebus/actor - library/cpp/messagebus/scheduler -) - -SRCS( - coro.cpp - coro_stack.cpp - env.cpp - rain_check.cpp - simple.cpp - sleep.cpp - spawn.cpp - task.cpp - track.cpp -) - -END() diff --git a/library/cpp/messagebus/rain_check/http/ya.make b/library/cpp/messagebus/rain_check/http/ya.make deleted file mode 100644 index ef13329df3..0000000000 --- a/library/cpp/messagebus/rain_check/http/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -OWNER(g:messagebus) - -SRCS( - client.cpp - http_code_extractor.cpp -) - -PEERDIR( - library/cpp/messagebus/rain_check/core - library/cpp/neh - library/cpp/http/misc - library/cpp/http/io -) - -END() diff --git a/library/cpp/messagebus/rain_check/messagebus/ya.make b/library/cpp/messagebus/rain_check/messagebus/ya.make deleted file mode 100644 index defdac9a61..0000000000 --- a/library/cpp/messagebus/rain_check/messagebus/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER(g:messagebus) - -PEERDIR( - library/cpp/messagebus - library/cpp/messagebus/rain_check/core -) - -SRCS( - messagebus_client.cpp - messagebus_server.cpp -) - -END() diff --git a/library/cpp/messagebus/rain_check/test/helper/ya.make b/library/cpp/messagebus/rain_check/test/helper/ya.make deleted file mode 100644 index aa9e4e6d81..0000000000 --- a/library/cpp/messagebus/rain_check/test/helper/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY(messagebus-rain_check-test-helper) - -OWNER(g:messagebus) - -PEERDIR( - library/cpp/messagebus/rain_check/core -) - -SRCS( - misc.cpp -) - -END() diff --git a/library/cpp/messagebus/rain_check/test/perftest/ya.make b/library/cpp/messagebus/rain_check/test/perftest/ya.make deleted file mode 100644 index 7330a71700..0000000000 --- a/library/cpp/messagebus/rain_check/test/perftest/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -PROGRAM(messagebus_rain_check_perftest) - -OWNER(g:messagebus) - -PEERDIR( - library/cpp/messagebus/rain_check/core - library/cpp/messagebus/rain_check/test/helper -) - -SRCS( - perftest.cpp -) - -END() diff --git a/library/cpp/messagebus/rain_check/test/ut/ya.make b/library/cpp/messagebus/rain_check/test/ut/ya.make deleted file mode 100644 index 9f7a93417a..0000000000 --- a/library/cpp/messagebus/rain_check/test/ut/ya.make +++ /dev/null @@ -1,24 +0,0 @@ -PROGRAM(library-messagebus-rain_check-test-ut) - -OWNER(g:messagebus) - -PEERDIR( - library/cpp/testing/unittest_main - library/cpp/messagebus/rain_check/core - library/cpp/messagebus/rain_check/http - library/cpp/messagebus/rain_check/messagebus - library/cpp/messagebus/test/helper -) - -SRCS( - ../../core/coro_ut.cpp - ../../core/simple_ut.cpp - ../../core/sleep_ut.cpp - ../../core/spawn_ut.cpp - ../../core/track_ut.cpp - ../../http/client_ut.cpp - ../../messagebus/messagebus_client_ut.cpp - ../../messagebus/messagebus_server_ut.cpp -) - -END() diff --git a/library/cpp/messagebus/rain_check/test/ya.make b/library/cpp/messagebus/rain_check/test/ya.make deleted file mode 100644 index 4c1d6f8161..0000000000 --- a/library/cpp/messagebus/rain_check/test/ya.make +++ /dev/null @@ -1,6 +0,0 @@ -OWNER(g:messagebus) - -RECURSE( - perftest - ut -) diff --git a/library/cpp/messagebus/rain_check/ya.make b/library/cpp/messagebus/rain_check/ya.make deleted file mode 100644 index 966d54c232..0000000000 --- a/library/cpp/messagebus/rain_check/ya.make +++ /dev/null @@ -1,8 +0,0 @@ -OWNER(g:messagebus) - -RECURSE( - core - http - messagebus - test -) diff --git a/library/cpp/messagebus/scheduler/ya.make b/library/cpp/messagebus/scheduler/ya.make deleted file mode 100644 index dcb7408a20..0000000000 --- a/library/cpp/messagebus/scheduler/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -OWNER(g:messagebus) - -PEERDIR( - library/cpp/threading/future -) - -SRCS( - scheduler.cpp -) - -END() diff --git a/library/cpp/messagebus/test/example/client/ya.make b/library/cpp/messagebus/test/example/client/ya.make deleted file mode 100644 index a660a01698..0000000000 --- a/library/cpp/messagebus/test/example/client/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROGRAM(messagebus_example_client) - -OWNER(g:messagebus) - -PEERDIR( - library/cpp/messagebus/test/example/common -) - -SRCS( - client.cpp -) - -END() diff --git a/library/cpp/messagebus/test/example/common/ya.make b/library/cpp/messagebus/test/example/common/ya.make deleted file mode 100644 index 4da16608fc..0000000000 --- a/library/cpp/messagebus/test/example/common/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY(messagebus_test_example_common) - -OWNER(g:messagebus) - -PEERDIR( - library/cpp/messagebus - library/cpp/messagebus/protobuf -) - -SRCS( - proto.cpp - messages.proto -) - -END() diff --git a/library/cpp/messagebus/test/example/server/ya.make b/library/cpp/messagebus/test/example/server/ya.make deleted file mode 100644 index 8cdd97cb12..0000000000 --- a/library/cpp/messagebus/test/example/server/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROGRAM(messagebus_example_server) - -OWNER(g:messagebus) - -PEERDIR( - library/cpp/messagebus/test/example/common -) - -SRCS( - server.cpp -) - -END() diff --git a/library/cpp/messagebus/test/example/ya.make b/library/cpp/messagebus/test/example/ya.make deleted file mode 100644 index f275351c29..0000000000 --- a/library/cpp/messagebus/test/example/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -OWNER(g:messagebus) - -RECURSE( - client - common - server -) diff --git a/library/cpp/messagebus/test/helper/ya.make b/library/cpp/messagebus/test/helper/ya.make deleted file mode 100644 index 97bd45f573..0000000000 --- a/library/cpp/messagebus/test/helper/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY(messagebus_test_helper) - -OWNER(g:messagebus) - -SRCS( - example.cpp - example_module.cpp - fixed_port.cpp - message_handler_error.cpp - hanging_server.cpp -) - -PEERDIR( - library/cpp/messagebus/oldmodule -) - -END() diff --git a/library/cpp/messagebus/test/perftest/ya.make b/library/cpp/messagebus/test/perftest/ya.make deleted file mode 100644 index 24c2848ed5..0000000000 --- a/library/cpp/messagebus/test/perftest/ya.make +++ /dev/null @@ -1,24 +0,0 @@ -PROGRAM(messagebus_perftest) - -OWNER(g:messagebus) - -PEERDIR( - library/cpp/deprecated/threadable - library/cpp/execprofile - library/cpp/getopt - library/cpp/lwtrace - library/cpp/messagebus - library/cpp/messagebus/oldmodule - library/cpp/messagebus/protobuf - library/cpp/messagebus/www - library/cpp/sighandler - library/cpp/threading/future -) - -SRCS( - messages.proto - perftest.cpp - simple_proto.cpp -) - -END() diff --git a/library/cpp/messagebus/test/ut/ya.make b/library/cpp/messagebus/test/ut/ya.make deleted file mode 100644 index bf15564d95..0000000000 --- a/library/cpp/messagebus/test/ut/ya.make +++ /dev/null @@ -1,58 +0,0 @@ -OWNER(g:messagebus) - -UNITTEST_FOR(library/cpp/messagebus) - -TIMEOUT(1200) - -SIZE(LARGE) - -TAG( - ya:not_autocheck - ya:fat -) - -FORK_SUBTESTS() - -PEERDIR( - library/cpp/testing/unittest_main - library/cpp/messagebus - library/cpp/messagebus/test/helper - library/cpp/messagebus/www - library/cpp/resource -) - -SRCS( - messagebus_ut.cpp - module_client_ut.cpp - module_client_one_way_ut.cpp - module_server_ut.cpp - one_way_ut.cpp - starter_ut.cpp - sync_client_ut.cpp - locator_uniq_ut.cpp - www_ut.cpp - ../../actor/actor_ut.cpp - ../../actor/ring_buffer_ut.cpp - ../../actor/tasks_ut.cpp - ../../actor/what_thread_does_guard_ut.cpp - ../../async_result_ut.cpp - ../../cc_semaphore_ut.cpp - ../../coreconn_ut.cpp - ../../duration_histogram_ut.cpp - ../../message_status_counter_ut.cpp - ../../misc/weak_ptr_ut.cpp - ../../latch_ut.cpp - ../../lfqueue_batch_ut.cpp - ../../local_flags_ut.cpp - ../../memory_ut.cpp - ../../moved_ut.cpp - ../../netaddr_ut.cpp - ../../network_ut.cpp - ../../nondestroying_holder_ut.cpp - ../../scheduler_actor_ut.cpp - ../../scheduler/scheduler_ut.cpp - ../../socket_addr_ut.cpp - ../../vector_swaps_ut.cpp -) - -END() diff --git a/library/cpp/messagebus/test/ya.make b/library/cpp/messagebus/test/ya.make deleted file mode 100644 index 0dc4bd4720..0000000000 --- a/library/cpp/messagebus/test/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -OWNER(g:messagebus) - -RECURSE( - example - perftest - ut -) diff --git a/library/cpp/messagebus/www/ya.make b/library/cpp/messagebus/www/ya.make deleted file mode 100644 index b0488bf0ef..0000000000 --- a/library/cpp/messagebus/www/ya.make +++ /dev/null @@ -1,28 +0,0 @@ -LIBRARY() - -OWNER(g:messagebus) - -SRCS( - html_output.cpp - www.cpp -) - -RESOURCE( - messagebus.js /messagebus.js - bus-ico.png /bus-ico.png -) - -PEERDIR( - library/cpp/resource - library/cpp/cgiparam - library/cpp/html/pcdata - library/cpp/http/fetch - library/cpp/http/server - library/cpp/json/writer - library/cpp/messagebus - library/cpp/messagebus/oldmodule - library/cpp/monlib/deprecated/json - library/cpp/uri -) - -END() diff --git a/library/cpp/messagebus/ya.make b/library/cpp/messagebus/ya.make deleted file mode 100644 index e13cf06dea..0000000000 --- a/library/cpp/messagebus/ya.make +++ /dev/null @@ -1,68 +0,0 @@ -LIBRARY() - -OWNER(g:messagebus) - -IF (SANITIZER_TYPE == "undefined") - NO_SANITIZE() -ENDIF() - -SRCS( - acceptor.cpp - acceptor_status.cpp - connection.cpp - coreconn.cpp - duration_histogram.cpp - event_loop.cpp - futex_like.cpp - handler.cpp - key_value_printer.cpp - local_flags.cpp - locator.cpp - mb_lwtrace.cpp - message.cpp - message_counter.cpp - message_status.cpp - message_status_counter.cpp - messqueue.cpp - misc/atomic_box.h - misc/granup.h - misc/test_sync.h - misc/tokenquota.h - misc/weak_ptr.h - network.cpp - queue_config.cpp - remote_client_connection.cpp - remote_client_session.cpp - remote_client_session_semaphore.cpp - remote_connection.cpp - remote_connection_status.cpp - remote_server_connection.cpp - remote_server_session.cpp - remote_server_session_semaphore.cpp - session.cpp - session_impl.cpp - session_job_count.cpp - shutdown_state.cpp - socket_addr.cpp - storage.cpp - synchandler.cpp - use_after_free_checker.cpp - use_count_checker.cpp - ybus.h -) - -PEERDIR( - contrib/libs/sparsehash - library/cpp/codecs - library/cpp/deprecated/enum_codegen - library/cpp/getopt/small - library/cpp/lwtrace - library/cpp/messagebus/actor - library/cpp/messagebus/config - library/cpp/messagebus/monitoring - library/cpp/messagebus/scheduler - library/cpp/string_utils/indent_text - library/cpp/threading/future -) - -END() diff --git a/library/cpp/mime/types/ya.make b/library/cpp/mime/types/ya.make deleted file mode 100644 index a7f58aab3e..0000000000 --- a/library/cpp/mime/types/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -OWNER(stanly) - -SRCS( - mime.cpp -) - -GENERATE_ENUM_SERIALIZATION(mime.h) - -END() diff --git a/library/cpp/mime/ya.make b/library/cpp/mime/ya.make deleted file mode 100644 index 8ce42f207d..0000000000 --- a/library/cpp/mime/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -RECURSE( - detect - detect_ut - types -) diff --git a/library/cpp/monlib/counters/ut/ya.make b/library/cpp/monlib/counters/ut/ya.make deleted file mode 100644 index 999dadb199..0000000000 --- a/library/cpp/monlib/counters/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/counters) - -OWNER(jamel) - -SRCS( - counters_ut.cpp - histogram_ut.cpp - meter_ut.cpp - timer_ut.cpp -) - -END() diff --git a/library/cpp/monlib/counters/ya.make b/library/cpp/monlib/counters/ya.make deleted file mode 100644 index aa1a671bf8..0000000000 --- a/library/cpp/monlib/counters/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER(jamel) - -SRCS( - counters.cpp - histogram.cpp - meter.cpp -) - -PEERDIR( - library/cpp/histogram/hdr -) - -END() diff --git a/library/cpp/monlib/deprecated/json/ut/ya.make b/library/cpp/monlib/deprecated/json/ut/ya.make deleted file mode 100644 index 18315993b5..0000000000 --- a/library/cpp/monlib/deprecated/json/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/deprecated/json) - -OWNER( - jamel - g:solomon -) - -SRCS( - writer_ut.cpp -) - -END() diff --git a/library/cpp/monlib/deprecated/json/ya.make b/library/cpp/monlib/deprecated/json/ya.make deleted file mode 100644 index 0ca903ee62..0000000000 --- a/library/cpp/monlib/deprecated/json/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -LIBRARY() - -# Deprecated writer of Solomon JSON format -# https://wiki.yandex-team.ru/solomon/api/dataformat/json -# -# This writer will be deleted soon, so please consider to use -# high level library library/cpp/monlib/encode which is decoupled from the -# particular format. - -OWNER( - jamel - g:solomon -) - -SRCS( - writer.h - writer.cpp -) - -PEERDIR( - library/cpp/json -) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/monlib/deprecated/ya.make b/library/cpp/monlib/deprecated/ya.make deleted file mode 100644 index 9345139aee..0000000000 --- a/library/cpp/monlib/deprecated/ya.make +++ /dev/null @@ -1,8 +0,0 @@ -OWNER( - g:solomon - jamel -) - -RECURSE( - json -) diff --git a/library/cpp/monlib/dynamic_counters/percentile/ut/ya.make b/library/cpp/monlib/dynamic_counters/percentile/ut/ya.make deleted file mode 100644 index f9f3564101..0000000000 --- a/library/cpp/monlib/dynamic_counters/percentile/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/dynamic_counters/percentile) - - OWNER(alexvru g:kikimr g:solomon) - - SRCS( - percentile_ut.cpp - ) - -END() diff --git a/library/cpp/monlib/dynamic_counters/percentile/ya.make b/library/cpp/monlib/dynamic_counters/percentile/ya.make deleted file mode 100644 index cb52cdd9ad..0000000000 --- a/library/cpp/monlib/dynamic_counters/percentile/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - - OWNER(alexvru g:kikimr g:solomon) - - SRCS( - percentile.h - percentile_lg.h - ) - - PEERDIR( - library/cpp/containers/stack_vector - library/cpp/monlib/dynamic_counters - ) - -END() diff --git a/library/cpp/monlib/dynamic_counters/ut/ya.make b/library/cpp/monlib/dynamic_counters/ut/ya.make deleted file mode 100644 index 8242f2fe30..0000000000 --- a/library/cpp/monlib/dynamic_counters/ut/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/dynamic_counters) - -OWNER(jamel) - -SRCS( - contention_ut.cpp - counters_ut.cpp - encode_ut.cpp -) - -PEERDIR( - library/cpp/monlib/encode/protobuf - library/cpp/monlib/encode/json -) - -END() diff --git a/library/cpp/monlib/dynamic_counters/ya.make b/library/cpp/monlib/dynamic_counters/ya.make deleted file mode 100644 index aafe1c34be..0000000000 --- a/library/cpp/monlib/dynamic_counters/ya.make +++ /dev/null @@ -1,27 +0,0 @@ -LIBRARY() - -OWNER( - g:solomon - jamel -) - -NO_WSHADOW() - -SRCS( - counters.cpp - encode.cpp - golovan_page.cpp - page.cpp -) - -PEERDIR( - library/cpp/containers/stack_vector - library/cpp/monlib/encode/json - library/cpp/monlib/encode/spack - library/cpp/monlib/encode/prometheus - library/cpp/monlib/service/pages - library/cpp/string_utils/quote - library/cpp/threading/light_rw_lock -) - -END() diff --git a/library/cpp/monlib/encode/buffered/ut/ya.make b/library/cpp/monlib/encode/buffered/ut/ya.make deleted file mode 100644 index 2157ac1490..0000000000 --- a/library/cpp/monlib/encode/buffered/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/encode/buffered) - -OWNER( - g:solomon - jamel -) - -SRCS( - string_pool_ut.cpp -) - -END() diff --git a/library/cpp/monlib/encode/buffered/ya.make b/library/cpp/monlib/encode/buffered/ya.make deleted file mode 100644 index 81b6a78b93..0000000000 --- a/library/cpp/monlib/encode/buffered/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -LIBRARY() - -OWNER( - g:solomon - jamel - msherbakov -) - -SRCS( - buffered_encoder_base.cpp - string_pool.cpp -) - -PEERDIR( - library/cpp/monlib/encode - library/cpp/monlib/metrics -) - -END() diff --git a/library/cpp/monlib/encode/fake/ya.make b/library/cpp/monlib/encode/fake/ya.make deleted file mode 100644 index ae96f45782..0000000000 --- a/library/cpp/monlib/encode/fake/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -OWNER( - g:solomon - msherbakov -) - -SRCS( - fake.cpp -) - -END() diff --git a/library/cpp/monlib/encode/fuzz/ya.make b/library/cpp/monlib/encode/fuzz/ya.make deleted file mode 100644 index d9ca172bae..0000000000 --- a/library/cpp/monlib/encode/fuzz/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -RECURSE_ROOT_RELATIVE( - library/cpp/monlib/encode/json/fuzz - library/cpp/monlib/encode/prometheus/fuzz - library/cpp/monlib/encode/spack/fuzz -) diff --git a/library/cpp/monlib/encode/json/fuzz/ya.make b/library/cpp/monlib/encode/json/fuzz/ya.make deleted file mode 100644 index 75baa77716..0000000000 --- a/library/cpp/monlib/encode/json/fuzz/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -FUZZ() - -OWNER( - g:solomon - msherbakov -) - -PEERDIR( - library/cpp/monlib/encode/json - library/cpp/monlib/encode/fake -) - -SIZE(MEDIUM) - -SRCS( - main.cpp -) - -END() diff --git a/library/cpp/monlib/encode/json/ut/ya.make b/library/cpp/monlib/encode/json/ut/ya.make deleted file mode 100644 index e50c4f4903..0000000000 --- a/library/cpp/monlib/encode/json/ut/ya.make +++ /dev/null @@ -1,46 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/encode/json) - -OWNER( - g:solomon - jamel -) - -SRCS( - json_decoder_ut.cpp - json_ut.cpp -) - -RESOURCE( - buffered_test.json /buffered_test.json - buffered_ts_merge.json /buffered_ts_merge.json - empty_series.json /empty_series.json - expected.json /expected.json - expected_buffered.json /expected_buffered.json - expected_cloud.json /expected_cloud.json - expected_cloud_buffered.json /expected_cloud_buffered.json - merged.json /merged.json - histogram_timeseries.json /histogram_timeseries.json - histogram_value.json /histogram_value.json - histogram_value_inf_before_bounds.json /histogram_value_inf_before_bounds.json - int_gauge.json /int_gauge.json - sensors.json /sensors.json - metrics.json /metrics.json - named_metrics.json /named_metrics.json - test_decode_to_encode.json /test_decode_to_encode.json - crash.json /crash.json - hist_crash.json /hist_crash.json - summary_value.json /summary_value.json - summary_inf.json /summary_inf.json - summary_timeseries.json /summary_timeseries.json - log_histogram_value.json /log_histogram_value.json - log_histogram_timeseries.json /log_histogram_timeseries.json -) - -PEERDIR( - library/cpp/json - library/cpp/monlib/consumers - library/cpp/monlib/encode/protobuf - library/cpp/resource -) - -END() diff --git a/library/cpp/monlib/encode/json/ya.make b/library/cpp/monlib/encode/json/ya.make deleted file mode 100644 index a50fc412a9..0000000000 --- a/library/cpp/monlib/encode/json/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -LIBRARY() - -OWNER( - g:solomon - jamel -) - -SRCS( - json_decoder.cpp - json_encoder.cpp -) - -PEERDIR( - library/cpp/monlib/encode - library/cpp/monlib/encode/buffered - library/cpp/monlib/exception - library/cpp/json - library/cpp/json/writer -) - -END() diff --git a/library/cpp/monlib/encode/legacy_protobuf/protos/python/ya.make b/library/cpp/monlib/encode/legacy_protobuf/protos/python/ya.make deleted file mode 100644 index 095b307b01..0000000000 --- a/library/cpp/monlib/encode/legacy_protobuf/protos/python/ya.make +++ /dev/null @@ -1,3 +0,0 @@ -OWNER(g:solomon) - -PY_PROTOS_FOR(library/cpp/monlib/encode/legacy_protobuf/protos) diff --git a/library/cpp/monlib/encode/legacy_protobuf/protos/ya.make b/library/cpp/monlib/encode/legacy_protobuf/protos/ya.make deleted file mode 100644 index 489f361ab1..0000000000 --- a/library/cpp/monlib/encode/legacy_protobuf/protos/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROTO_LIBRARY() - -OWNER(g:solomon) - -SRCS( - metric_meta.proto -) - -IF (NOT PY_PROTOS_FOR) - EXCLUDE_TAGS(GO_PROTO) -ENDIF() - -END() diff --git a/library/cpp/monlib/encode/legacy_protobuf/ut/ya.make b/library/cpp/monlib/encode/legacy_protobuf/ut/ya.make deleted file mode 100644 index 479a0c46c9..0000000000 --- a/library/cpp/monlib/encode/legacy_protobuf/ut/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/encode/legacy_protobuf) - -OWNER( - g:solomon - msherbakov -) - -SRCS( - legacy_protobuf_ut.cpp - test_cases.proto -) - -PEERDIR( - library/cpp/monlib/encode/protobuf - library/cpp/monlib/encode/text -) - -END() diff --git a/library/cpp/monlib/encode/legacy_protobuf/ya.make b/library/cpp/monlib/encode/legacy_protobuf/ya.make deleted file mode 100644 index 74c82aac93..0000000000 --- a/library/cpp/monlib/encode/legacy_protobuf/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -OWNER( - g:solomon - msherbakov -) - -SRCS( - legacy_proto_decoder.cpp -) - -PEERDIR( - library/cpp/monlib/encode/legacy_protobuf/protos -) - -END() diff --git a/library/cpp/monlib/encode/prometheus/fuzz/ya.make b/library/cpp/monlib/encode/prometheus/fuzz/ya.make deleted file mode 100644 index 4a6c796ed5..0000000000 --- a/library/cpp/monlib/encode/prometheus/fuzz/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -FUZZ() - -OWNER(g:solomon jamel) - -PEERDIR( - library/cpp/monlib/encode/prometheus - library/cpp/monlib/encode/fake -) - -SIZE(MEDIUM) - -SRCS( - main.cpp -) - -END() diff --git a/library/cpp/monlib/encode/prometheus/ut/ya.make b/library/cpp/monlib/encode/prometheus/ut/ya.make deleted file mode 100644 index fc468ffb68..0000000000 --- a/library/cpp/monlib/encode/prometheus/ut/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/encode/prometheus) - -OWNER( - g:solomon - jamel -) - -SRCS( - prometheus_encoder_ut.cpp - prometheus_decoder_ut.cpp -) - -PEERDIR( - library/cpp/monlib/encode/protobuf -) - -END() diff --git a/library/cpp/monlib/encode/prometheus/ya.make b/library/cpp/monlib/encode/prometheus/ya.make deleted file mode 100644 index 7f2483b166..0000000000 --- a/library/cpp/monlib/encode/prometheus/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -OWNER( - jamel - g:solomon -) - -SRCS( - prometheus_decoder.cpp - prometheus_encoder.cpp -) - -PEERDIR( - library/cpp/monlib/encode -) - -END() diff --git a/library/cpp/monlib/encode/protobuf/protos/ya.make b/library/cpp/monlib/encode/protobuf/protos/ya.make deleted file mode 100644 index 88ff3ddf88..0000000000 --- a/library/cpp/monlib/encode/protobuf/protos/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -PROTO_LIBRARY() - -OWNER( - jamel - g:solomon -) - -SRCS( - samples.proto -) - -EXCLUDE_TAGS(GO_PROTO) - -END() diff --git a/library/cpp/monlib/encode/protobuf/ya.make b/library/cpp/monlib/encode/protobuf/ya.make deleted file mode 100644 index 9354958b6f..0000000000 --- a/library/cpp/monlib/encode/protobuf/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -OWNER( - jamel - g:solomon -) - -SRCS( - protobuf_encoder.cpp -) - -PEERDIR( - library/cpp/monlib/encode - library/cpp/monlib/encode/protobuf/protos -) - -END() diff --git a/library/cpp/monlib/encode/spack/fuzz/ya.make b/library/cpp/monlib/encode/spack/fuzz/ya.make deleted file mode 100644 index 99b63eadd5..0000000000 --- a/library/cpp/monlib/encode/spack/fuzz/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -FUZZ() - -OWNER( - g:solomon - msherbakov -) - -FUZZ_OPTS(-rss_limit_mb=1024) - -SIZE(MEDIUM) - -PEERDIR( - library/cpp/monlib/encode/spack - library/cpp/monlib/encode/fake -) - -SRCS( - main.cpp -) - -END() diff --git a/library/cpp/monlib/encode/spack/ut/ya.make b/library/cpp/monlib/encode/spack/ut/ya.make deleted file mode 100644 index 980bf54667..0000000000 --- a/library/cpp/monlib/encode/spack/ut/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/encode/spack) - -OWNER( - g:solomon - jamel -) - -SRCS( - spack_v1_ut.cpp -) - -PEERDIR( - library/cpp/monlib/encode/protobuf -) - -END() diff --git a/library/cpp/monlib/encode/spack/ya.make b/library/cpp/monlib/encode/spack/ya.make deleted file mode 100644 index 78d3061291..0000000000 --- a/library/cpp/monlib/encode/spack/ya.make +++ /dev/null @@ -1,25 +0,0 @@ -LIBRARY() - -OWNER( - g:solomon - jamel -) - -SRCS( - spack_v1_decoder.cpp - spack_v1_encoder.cpp - varint.cpp - compression.cpp -) - -PEERDIR( - library/cpp/monlib/encode/buffered - library/cpp/monlib/exception - - contrib/libs/lz4 - contrib/libs/xxhash - contrib/libs/zlib - contrib/libs/zstd -) - -END() diff --git a/library/cpp/monlib/encode/text/ut/ya.make b/library/cpp/monlib/encode/text/ut/ya.make deleted file mode 100644 index df23a252d1..0000000000 --- a/library/cpp/monlib/encode/text/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/encode/text) - -OWNER( - g:solomon - jamel -) - -SRCS( - text_encoder_ut.cpp -) - -END() diff --git a/library/cpp/monlib/encode/text/ya.make b/library/cpp/monlib/encode/text/ya.make deleted file mode 100644 index d296c78c1b..0000000000 --- a/library/cpp/monlib/encode/text/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -OWNER( - g:solomon - jamel -) - -SRCS( - text_encoder.cpp -) - -PEERDIR( - library/cpp/monlib/encode -) - -END() diff --git a/library/cpp/monlib/encode/unistat/ut/ya.make b/library/cpp/monlib/encode/unistat/ut/ya.make deleted file mode 100644 index a652139f45..0000000000 --- a/library/cpp/monlib/encode/unistat/ut/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/encode/unistat) - -OWNER( - msherbakov - g:solomon -) - -SRCS( - unistat_ut.cpp -) - -PEERDIR( - library/cpp/monlib/encode/protobuf -) - -END() diff --git a/library/cpp/monlib/encode/unistat/ya.make b/library/cpp/monlib/encode/unistat/ya.make deleted file mode 100644 index 4ac2edadf4..0000000000 --- a/library/cpp/monlib/encode/unistat/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -LIBRARY() - -OWNER( - msherbakov - g:solomon -) - -PEERDIR( - contrib/libs/re2 - library/cpp/json - library/cpp/monlib/metrics -) - -SRCS( - unistat_decoder.cpp -) - -END() diff --git a/library/cpp/monlib/encode/ut/ya.make b/library/cpp/monlib/encode/ut/ya.make deleted file mode 100644 index 1990386d76..0000000000 --- a/library/cpp/monlib/encode/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/encode) - -OWNER( - jamel - g:solomon -) - -SRCS( - format_ut.cpp -) - -END() diff --git a/library/cpp/monlib/encode/ya.make b/library/cpp/monlib/encode/ya.make deleted file mode 100644 index d1bb09f07b..0000000000 --- a/library/cpp/monlib/encode/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -LIBRARY() - -OWNER( - g:solomon - jamel -) - -SRCS( - encoder.cpp - encoder_state.cpp - format.cpp -) - -PEERDIR( - library/cpp/monlib/metrics -) - -GENERATE_ENUM_SERIALIZATION_WITH_HEADER(encoder_state_enum.h) - -END() diff --git a/library/cpp/monlib/exception/ya.make b/library/cpp/monlib/exception/ya.make deleted file mode 100644 index 78660711d3..0000000000 --- a/library/cpp/monlib/exception/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -OWNER(g:solomon) - -SRCS( - exception.cpp -) - -PEERDIR( -) - -END() diff --git a/library/cpp/monlib/messagebus/ya.make b/library/cpp/monlib/messagebus/ya.make deleted file mode 100644 index a0b5362296..0000000000 --- a/library/cpp/monlib/messagebus/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -OWNER(g:solomon) - -SRCS( - mon_messagebus.cpp - mon_service_messagebus.cpp -) - -PEERDIR( - library/cpp/messagebus - library/cpp/messagebus/www - library/cpp/monlib/dynamic_counters -) - -END() diff --git a/library/cpp/monlib/metrics/ut/ya.make b/library/cpp/monlib/metrics/ut/ya.make deleted file mode 100644 index aec9974fbd..0000000000 --- a/library/cpp/monlib/metrics/ut/ya.make +++ /dev/null @@ -1,32 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/metrics) - -OWNER( - jamel - g:solomon -) - -SRCS( - ewma_ut.cpp - fake_ut.cpp - histogram_collector_ut.cpp - labels_ut.cpp - log_histogram_collector_ut.cpp - metric_registry_ut.cpp - metric_sub_registry_ut.cpp - metric_value_ut.cpp - summary_collector_ut.cpp - timer_ut.cpp -) - -RESOURCE( - histograms.json /histograms.json -) - -PEERDIR( - library/cpp/resource - library/cpp/monlib/encode/protobuf - library/cpp/monlib/encode/json - library/cpp/threading/future -) - -END() diff --git a/library/cpp/monlib/metrics/ya.make b/library/cpp/monlib/metrics/ya.make deleted file mode 100644 index 0e1fa143f9..0000000000 --- a/library/cpp/monlib/metrics/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -LIBRARY() - -OWNER( - g:solomon - jamel -) - -GENERATE_ENUM_SERIALIZATION_WITH_HEADER(metric_value_type.h) - -SRCS( - ewma.cpp - fake.cpp - histogram_collector_explicit.cpp - histogram_collector_exponential.cpp - histogram_collector_linear.cpp - histogram_snapshot.cpp - log_histogram_snapshot.cpp - labels.cpp - metric_registry.cpp - metric_consumer.cpp - metric_type.cpp - metric_value.cpp - summary_snapshot.cpp -) - -END() diff --git a/library/cpp/monlib/service/auth/tvm/ya.make b/library/cpp/monlib/service/auth/tvm/ya.make deleted file mode 100644 index 4437a65b62..0000000000 --- a/library/cpp/monlib/service/auth/tvm/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -OWNER(g:solomon) - -SRCS( - auth.cpp -) - -PEERDIR( - library/cpp/tvmauth/client - library/cpp/monlib/service -) - -END() diff --git a/library/cpp/monlib/service/pages/tablesorter/ya.make b/library/cpp/monlib/service/pages/tablesorter/ya.make deleted file mode 100644 index b5b6a64da8..0000000000 --- a/library/cpp/monlib/service/pages/tablesorter/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -OWNER(blinkov) - -RESOURCE( - resources/jquery.tablesorter.css jquery.tablesorter.css - resources/jquery.tablesorter.js jquery.tablesorter.js -) - -PEERDIR( - library/cpp/monlib/dynamic_counters -) - -END() diff --git a/library/cpp/monlib/service/pages/ya.make b/library/cpp/monlib/service/pages/ya.make deleted file mode 100644 index 48d44a0838..0000000000 --- a/library/cpp/monlib/service/pages/ya.make +++ /dev/null @@ -1,31 +0,0 @@ -LIBRARY() - -OWNER(g:solomon) - -NO_WSHADOW() - -SRCS( - diag_mon_page.cpp - html_mon_page.cpp - index_mon_page.cpp - mon_page.cpp - pre_mon_page.cpp - resource_mon_page.cpp - templates.cpp - version_mon_page.cpp - registry_mon_page.cpp -) - -PEERDIR( - library/cpp/build_info - library/cpp/malloc/api - library/cpp/svnversion - library/cpp/resource - library/cpp/monlib/service - library/cpp/monlib/encode/json - library/cpp/monlib/encode/text - library/cpp/monlib/encode/spack - library/cpp/monlib/encode/prometheus -) - -END() diff --git a/library/cpp/monlib/service/ya.make b/library/cpp/monlib/service/ya.make deleted file mode 100644 index ad088fc2c6..0000000000 --- a/library/cpp/monlib/service/ya.make +++ /dev/null @@ -1,28 +0,0 @@ -LIBRARY() - -OWNER(g:solomon) - -SRCS( - monservice.cpp - mon_service_http_request.cpp - service.cpp - format.cpp - auth.cpp -) - -PEERDIR( - library/cpp/string_utils/base64 - contrib/libs/protobuf - library/cpp/coroutine/engine - library/cpp/coroutine/listener - library/cpp/http/fetch - library/cpp/http/server - library/cpp/http/io - library/cpp/logger - library/cpp/malloc/api - library/cpp/svnversion - library/cpp/uri - library/cpp/cgiparam -) - -END() diff --git a/library/cpp/monlib/ya.make b/library/cpp/monlib/ya.make deleted file mode 100644 index 9bd236d6fd..0000000000 --- a/library/cpp/monlib/ya.make +++ /dev/null @@ -1,45 +0,0 @@ -OWNER( - g:solomon - jamel -) - -RECURSE( - consumers - counters - counters/ut - deprecated - dynamic_counters - dynamic_counters/percentile - dynamic_counters/percentile/ut - dynamic_counters/ut - encode - encode/buffered - encode/buffered/ut - encode/fake - encode/fuzz - encode/json - encode/json/ut - encode/legacy_protobuf - encode/legacy_protobuf/ut - encode/prometheus - encode/prometheus/ut - encode/protobuf - encode/spack - encode/spack/ut - encode/text - encode/text/ut - encode/unistat - encode/unistat/ut - encode/ut - example - exception - libtimestats/ut - metrics - metrics/ut - messagebus - push_client - service - service/auth/tvm - service/pages - service/pages/tablesorter -) diff --git a/library/cpp/object_factory/ut/ya.make b/library/cpp/object_factory/ut/ya.make deleted file mode 100644 index 5a870072fc..0000000000 --- a/library/cpp/object_factory/ut/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -UNITTEST() - -OWNER(svshevtsov) - -PEERDIR( - ADDINCL library/cpp/object_factory -) - -SRCDIR(library/cpp/object_factory) - -SRCS( - object_factory_ut.cpp -) - -END() diff --git a/library/cpp/object_factory/ya.make b/library/cpp/object_factory/ya.make deleted file mode 100644 index bb93f75c23..0000000000 --- a/library/cpp/object_factory/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(ivanmorozov) - -SRCS( - object_factory.cpp -) - -END() diff --git a/library/cpp/on_disk/chunks/ut/ya.make b/library/cpp/on_disk/chunks/ut/ya.make deleted file mode 100644 index 0190905cbe..0000000000 --- a/library/cpp/on_disk/chunks/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/on_disk/chunks) - -OWNER(g:util) - -SRCS( - chunks_ut.cpp -) - -END() diff --git a/library/cpp/on_disk/chunks/ya.make b/library/cpp/on_disk/chunks/ya.make deleted file mode 100644 index acb52df5b0..0000000000 --- a/library/cpp/on_disk/chunks/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -OWNER(g:util) - -SRCS( - chunked_helpers.cpp - reader.cpp - writer.cpp -) - -END() diff --git a/library/cpp/on_disk/ya.make b/library/cpp/on_disk/ya.make deleted file mode 100644 index 42a79d37bd..0000000000 --- a/library/cpp/on_disk/ya.make +++ /dev/null @@ -1,31 +0,0 @@ -RECURSE( - 2d_array - 2d_array/ut - 4d_array - 4d_array/ut - aho_corasick - aho_corasick/tool - aho_corasick/ut - chunks - chunks/ut - codec_trie - codec_trie/ut - coded_blob - coded_blob/common - coded_blob/keys - coded_blob/ut - file_with_header - file_with_header/ut - fried_trie - head_ar - head_ar/ut - meta_trie - meta_trie/ut - mms - mms/ut - multi_blob - tar_archive - tar_archive/ut - st_hash - st_hash/ut -) diff --git a/library/cpp/openssl/holders/ut/ya.make b/library/cpp/openssl/holders/ut/ya.make deleted file mode 100644 index 045cdc3566..0000000000 --- a/library/cpp/openssl/holders/ut/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -UNITTEST_FOR(library/cpp/openssl/holders) - -OWNER(somov deshevoy) - -SRCS( - evp_ut.cpp - hmac_ut.cpp -) - -END() diff --git a/library/cpp/openssl/holders/ya.make b/library/cpp/openssl/holders/ya.make deleted file mode 100644 index 3a2fbf3ba5..0000000000 --- a/library/cpp/openssl/holders/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -OWNER(somov deshevoy) - -PEERDIR( - contrib/libs/openssl -) - -SRCS( - bio.cpp - x509_vfy.cpp -) - -END() - -NEED_CHECK() diff --git a/library/cpp/openssl/init/ya.make b/library/cpp/openssl/init/ya.make deleted file mode 100644 index aac073497c..0000000000 --- a/library/cpp/openssl/init/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -OWNER(pg g:zora) - -PEERDIR( - contrib/libs/openssl -) - -SRCS( - init.cpp -) - -END() diff --git a/library/cpp/openssl/io/ut/ya.make b/library/cpp/openssl/io/ut/ya.make deleted file mode 100644 index b978a6c046..0000000000 --- a/library/cpp/openssl/io/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/openssl/io) - -OWNER( - pg - cerevra -) - -SRCS( - builtin_ut.cpp -) - -END() diff --git a/library/cpp/openssl/io/ya.make b/library/cpp/openssl/io/ya.make deleted file mode 100644 index aaebba4011..0000000000 --- a/library/cpp/openssl/io/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( - certs - contrib/libs/openssl - library/cpp/openssl/init - library/cpp/openssl/method -) - -SRCS( - stream.cpp -) - -END() diff --git a/library/cpp/openssl/method/ut/ya.make b/library/cpp/openssl/method/ut/ya.make deleted file mode 100644 index 3645ad17e6..0000000000 --- a/library/cpp/openssl/method/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/openssl/method) - -OWNER(somov deshevoy) - -SRCS( - io_ut.cpp -) - -END() diff --git a/library/cpp/openssl/method/ya.make b/library/cpp/openssl/method/ya.make deleted file mode 100644 index c8f6f18b6b..0000000000 --- a/library/cpp/openssl/method/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -OWNER(somov deshevoy) - -PEERDIR( - contrib/libs/openssl - library/cpp/openssl/holders -) - -SRCS( - io.cpp -) - -END() diff --git a/library/cpp/openssl/ya.make b/library/cpp/openssl/ya.make deleted file mode 100644 index 7c10963e26..0000000000 --- a/library/cpp/openssl/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -RECURSE( - big_integer - big_integer/ut - crypto - crypto/ut - holders - holders/ut - io - io/ut - method - method/ut - init -) diff --git a/library/cpp/packedtypes/ut/ya.make b/library/cpp/packedtypes/ut/ya.make deleted file mode 100644 index a203115e71..0000000000 --- a/library/cpp/packedtypes/ut/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -UNITTEST_FOR(library/cpp/packedtypes) - -OWNER( - akhropov - velavokr -) - -PEERDIR( - library/cpp/digest/old_crc -) - -SRCS( - longs_ut.cpp - packed_ut.cpp - packedfloat_ut.cpp - zigzag_ut.cpp -) - -END() diff --git a/library/cpp/packedtypes/ya.make b/library/cpp/packedtypes/ya.make deleted file mode 100644 index 4c2c950619..0000000000 --- a/library/cpp/packedtypes/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -LIBRARY() - -OWNER( - akhropov - velavokr -) - -PEERDIR( - library/cpp/streams/zc_memory_input -) - -SRCS( - fixed_point.h - longs.cpp - packed.h - packedfloat.cpp - packedfloat.h - zigzag.h -) - -END() diff --git a/library/cpp/packers/ut/ya.make b/library/cpp/packers/ut/ya.make deleted file mode 100644 index 1c024ffd94..0000000000 --- a/library/cpp/packers/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/packers) - -OWNER(velavokr) - -SRCS( - packers_ut.cpp - proto_packer_ut.cpp - region_packer_ut.cpp - test.proto -) - -END() diff --git a/library/cpp/packers/ya.make b/library/cpp/packers/ya.make deleted file mode 100644 index e1ec4972ed..0000000000 --- a/library/cpp/packers/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -OWNER(velavokr) - -SRCS( - packers.cpp - proto_packer.cpp - region_packer.cpp -) - -END() diff --git a/library/cpp/pop_count/benchmark/ya.make b/library/cpp/pop_count/benchmark/ya.make deleted file mode 100644 index 7fb54a519a..0000000000 --- a/library/cpp/pop_count/benchmark/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -OWNER(g:util) - -Y_BENCHMARK() - -PEERDIR( - util/draft - library/cpp/pop_count -) - -SRCS( - main.cpp -) - -END() diff --git a/library/cpp/pop_count/ut/ya.make b/library/cpp/pop_count/ut/ya.make deleted file mode 100644 index f0e6c014e5..0000000000 --- a/library/cpp/pop_count/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/pop_count) - -OWNER(g:util) - -SRCS( - popcount_ut.cpp -) - -END() diff --git a/library/cpp/pop_count/ya.make b/library/cpp/pop_count/ya.make deleted file mode 100644 index 0dec238979..0000000000 --- a/library/cpp/pop_count/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(g:util) - -SRCS( - popcount.cpp -) - -END() diff --git a/library/cpp/protobuf/interop/ut/ya.make b/library/cpp/protobuf/interop/ut/ya.make deleted file mode 100644 index b9c634cb6b..0000000000 --- a/library/cpp/protobuf/interop/ut/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -UNITTEST_FOR(library/cpp/protobuf/interop) - -OWNER( - paxakor -) - -SRCS( - cast_ut.cpp -) - -PEERDIR( - library/cpp/protobuf/interop -) - -END() diff --git a/library/cpp/protobuf/interop/ya.make b/library/cpp/protobuf/interop/ya.make deleted file mode 100644 index 618b553459..0000000000 --- a/library/cpp/protobuf/interop/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER( - paxakor -) - -SRCS( - cast.cpp -) - -PEERDIR( - contrib/libs/protobuf -) - -END() diff --git a/library/cpp/protobuf/json/ut/ya.make b/library/cpp/protobuf/json/ut/ya.make deleted file mode 100644 index b60a6d3c17..0000000000 --- a/library/cpp/protobuf/json/ut/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -UNITTEST_FOR(library/cpp/protobuf/json) - -OWNER(avitella) - -SRCS( - filter_ut.cpp - json2proto_ut.cpp - proto2json_ut.cpp - inline_ut.proto - inline_ut.cpp - string_transform_ut.cpp - filter_ut.proto - test.proto - util_ut.cpp -) - -GENERATE_ENUM_SERIALIZATION(test.pb.h) - -PEERDIR( - library/cpp/protobuf/json -) - -END() diff --git a/library/cpp/protobuf/json/ya.make b/library/cpp/protobuf/json/ya.make deleted file mode 100644 index 2f2c75cfdb..0000000000 --- a/library/cpp/protobuf/json/ya.make +++ /dev/null @@ -1,25 +0,0 @@ -LIBRARY() - -OWNER(avitella) - -SRCS( - json2proto.cpp - json_output_create.cpp - json_value_output.cpp - json_writer_output.cpp - name_generator.cpp - proto2json.cpp - proto2json_printer.cpp - string_transform.cpp - util.h - util.cpp -) - -PEERDIR( - contrib/libs/protobuf - library/cpp/json - library/cpp/protobuf/util - library/cpp/string_utils/relaxed_escaper -) - -END() diff --git a/library/cpp/protobuf/util/proto/ya.make b/library/cpp/protobuf/util/proto/ya.make deleted file mode 100644 index 4d68047d8b..0000000000 --- a/library/cpp/protobuf/util/proto/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PROTO_LIBRARY() - -OWNER(mowgli) - -SRCS( - merge.proto -) - -EXCLUDE_TAGS(GO_PROTO) - -END() diff --git a/library/cpp/protobuf/util/ut/ya.make b/library/cpp/protobuf/util/ut/ya.make deleted file mode 100644 index 701ba9a8c8..0000000000 --- a/library/cpp/protobuf/util/ut/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -OWNER(nga) - -UNITTEST_FOR(library/cpp/protobuf/util) - -SRCS( - extensions.proto - sample_for_is_equal.proto - sample_for_simple_reflection.proto - common_ut.proto - pb_io_ut.cpp - is_equal_ut.cpp - iterators_ut.cpp - simple_reflection_ut.cpp - repeated_field_utils_ut.cpp - walk_ut.cpp - merge_ut.cpp -) - -END() diff --git a/library/cpp/protobuf/util/ya.make b/library/cpp/protobuf/util/ya.make deleted file mode 100644 index b62028af58..0000000000 --- a/library/cpp/protobuf/util/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -LIBRARY() - -OWNER(mowgli) - -PEERDIR( - contrib/libs/protobuf - library/cpp/binsaver - library/cpp/protobuf/util/proto - library/cpp/string_utils/base64 -) - -SRCS( - is_equal.cpp - iterators.h - merge.cpp - path.cpp - pb_io.cpp - pb_utils.h - repeated_field_utils.h - simple_reflection.cpp - walk.cpp -) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/protobuf/ya.make b/library/cpp/protobuf/ya.make deleted file mode 100644 index 618b542b4f..0000000000 --- a/library/cpp/protobuf/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -RECURSE( - dynamic_prototype - from_xml - from_xml/ut - interop - interop/ut - json - json/ut - parser - parser/ut - protofile - protofile/ut - util - util/proto - yql - yql/ut - yandex_patches_ut - yt -) diff --git a/library/cpp/random_provider/ya.make b/library/cpp/random_provider/ya.make deleted file mode 100644 index 38d1f070e8..0000000000 --- a/library/cpp/random_provider/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -OWNER( - g:kikimr - g:yql -) - -SRCS( - random_provider.cpp - random_provider.h -) - -END() diff --git a/library/cpp/regex/hyperscan/ut/ya.make b/library/cpp/regex/hyperscan/ut/ya.make deleted file mode 100644 index da67b88672..0000000000 --- a/library/cpp/regex/hyperscan/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -PEERDIR( - library/cpp/regex/hyperscan -) - -OWNER(g:antiinfra) - -SRCS( - hyperscan_ut.cpp -) - -END() diff --git a/library/cpp/regex/hyperscan/ya.make b/library/cpp/regex/hyperscan/ya.make deleted file mode 100644 index e99130ae18..0000000000 --- a/library/cpp/regex/hyperscan/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -LIBRARY() - -OWNER(g:antiinfra) - -PEERDIR( - contrib/libs/hyperscan - contrib/libs/hyperscan/runtime_core2 - contrib/libs/hyperscan/runtime_corei7 - contrib/libs/hyperscan/runtime_avx2 - contrib/libs/hyperscan/runtime_avx512 -) - -SRCS( - hyperscan.cpp -) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/regex/pcre/benchmark/ya.make b/library/cpp/regex/pcre/benchmark/ya.make deleted file mode 100644 index 7c30fae0a6..0000000000 --- a/library/cpp/regex/pcre/benchmark/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -G_BENCHMARK() - -OWNER(g:so) - -PEERDIR( - library/cpp/regex/pcre -) - -SRCS( - main.cpp -) - -END() - diff --git a/library/cpp/regex/pcre/ut/ya.make b/library/cpp/regex/pcre/ut/ya.make deleted file mode 100644 index 0721ef87c2..0000000000 --- a/library/cpp/regex/pcre/ut/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -UNITTEST_FOR(library/cpp/regex/pcre) - -OWNER(g:util) - -SRCS( - pcre_ut.cpp - regexp_ut.cpp -) - -END() diff --git a/library/cpp/regex/pcre/ya.make b/library/cpp/regex/pcre/ya.make deleted file mode 100644 index d34911f103..0000000000 --- a/library/cpp/regex/pcre/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -LIBRARY() - -OWNER(g:util) - -PEERDIR( - contrib/libs/pcre - contrib/libs/pcre/pcre16 - contrib/libs/pcre/pcre32 - library/cpp/containers/stack_array -) - -SRCS( - pcre.cpp - regexp.cpp -) - -END() - -RECURSE_FOR_TESTS( - benchmark - ut -) - diff --git a/library/cpp/regex/pire/inline/ya.make b/library/cpp/regex/pire/inline/ya.make deleted file mode 100644 index d4850f7b45..0000000000 --- a/library/cpp/regex/pire/inline/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -PROGRAM(pire_inline) - -CFLAGS(-DPIRE_NO_CONFIG) - -OWNER( - g:util - davenger -) - -PEERDIR( - ADDINCL library/cpp/regex/pire -) - -SRCDIR( - contrib/libs/pire/pire -) - -SRCS( - inline.l -) - -END() diff --git a/library/cpp/regex/pire/ut/ya.make b/library/cpp/regex/pire/ut/ya.make deleted file mode 100644 index 8776695f40..0000000000 --- a/library/cpp/regex/pire/ut/ya.make +++ /dev/null @@ -1,44 +0,0 @@ -# this test in not linked into build tree with ReCURSE and is built by unittest/library - -UNITTEST() - -OWNER( - g:util - davenger -) - -SET(PIRETESTSDIR contrib/libs/pire/ut) - -CFLAGS(-DPIRE_NO_CONFIG) - -PEERDIR( - library/cpp/regex/pire -) - -SRCDIR( - ${PIRETESTSDIR} -) - -ADDINCL( - contrib/libs/pire/pire - contrib/libs/pire/ut -) - -SRCS( - pire_ut.cpp - capture_ut.cpp - count_ut.cpp - glyph_ut.cpp - easy_ut.cpp - read_unicode_ut.cpp - regexp_ut.cpp - approx_matching_ut.cpp -) - -SIZE(MEDIUM) - -TIMEOUT(600) - -PIRE_INLINE(inline_ut.cpp) - -END() diff --git a/library/cpp/regex/pire/ya.make b/library/cpp/regex/pire/ya.make deleted file mode 100644 index c857e6d18b..0000000000 --- a/library/cpp/regex/pire/ya.make +++ /dev/null @@ -1,40 +0,0 @@ -LIBRARY() - -OWNER( - g:util - g:antiinfra - davenger - pg -) - -CFLAGS(-DPIRE_NO_CONFIG) - -SRCDIR(contrib/libs/pire/pire) - -SRCS( - pcre2pire.cpp - classes.cpp - encoding.cpp - fsm.cpp - scanner_io.cpp - easy.cpp - scanners/null.cpp - extra/capture.cpp - extra/count.cpp - extra/glyphs.cpp - re_lexer.cpp - re_parser.y - read_unicode.cpp - extraencodings.cpp - approx_matching.cpp - half_final_fsm.cpp - minimize.h -) - -PEERDIR( - library/cpp/charset -) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/regex/ya.make b/library/cpp/regex/ya.make deleted file mode 100644 index 15b0d1aeda..0000000000 --- a/library/cpp/regex/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -RECURSE( - glob - hyperscan - hyperscan/ut - libregex - pcre - pire - pire/inline - pire/ut - pire2hyperscan - pire2hyperscan/ut - regexp_classifier - regexp_classifier/ut -) diff --git a/library/cpp/resource/ut/lib/ya.make b/library/cpp/resource/ut/lib/ya.make deleted file mode 100644 index 48b92b9c8f..0000000000 --- a/library/cpp/resource/ut/lib/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(pg) - -RESOURCE( - data /x -) - -END() diff --git a/library/cpp/resource/ut/ya.make b/library/cpp/resource/ut/ya.make deleted file mode 100644 index d1ac9ed2ed..0000000000 --- a/library/cpp/resource/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/resource/ut/lib) - -OWNER(pg) - -SRCS( - resource_ut.cpp -) - -END() diff --git a/library/cpp/resource/ya.make b/library/cpp/resource/ya.make deleted file mode 100644 index 9c06df514f..0000000000 --- a/library/cpp/resource/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( - library/cpp/blockcodecs/core - library/cpp/blockcodecs/codecs/zstd -) - -SRCS( - registry.cpp - resource.cpp -) - -END() diff --git a/library/cpp/retry/protos/ya.make b/library/cpp/retry/protos/ya.make deleted file mode 100644 index ad8ea2086a..0000000000 --- a/library/cpp/retry/protos/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -PROTO_LIBRARY() - -OWNER( - anskor -) - -SRCS( - retry_options.proto -) - -PEERDIR() - -EXCLUDE_TAGS(GO_PROTO) - -END() - diff --git a/library/cpp/retry/ut/ya.make b/library/cpp/retry/ut/ya.make deleted file mode 100644 index d423f2be6f..0000000000 --- a/library/cpp/retry/ut/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -UNITTEST_FOR(library/cpp/retry) - -OWNER( - salmin - osado - g:yabs-small -) - -SRCS( - retry_policy_ut.cpp - retry_ut.cpp -) - -END() diff --git a/library/cpp/retry/ya.make b/library/cpp/retry/ya.make deleted file mode 100644 index 31e0c6a259..0000000000 --- a/library/cpp/retry/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -OWNER( - osado - g:yabs-small -) - -SRCS( - retry.cpp - utils.cpp -) - -PEERDIR( - library/cpp/retry/protos -) - -END() diff --git a/library/cpp/scheme/tests/fuzz_json/lib/ya.make b/library/cpp/scheme/tests/fuzz_json/lib/ya.make deleted file mode 100644 index b30a6c9350..0000000000 --- a/library/cpp/scheme/tests/fuzz_json/lib/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -LIBRARY() - -OWNER( - g:blender - g:middle - g:upper - velavokr -) - -SRCS( - fuzz_json.cpp -) - -PEERDIR( - library/cpp/scheme -) - -END() diff --git a/library/cpp/scheme/tests/fuzz_json/ya.make b/library/cpp/scheme/tests/fuzz_json/ya.make deleted file mode 100644 index 0d91c70585..0000000000 --- a/library/cpp/scheme/tests/fuzz_json/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -FUZZ() - -OWNER( - g:blender - g:middle - g:upper - velavokr -) - -SIZE(MEDIUM) - -SRCS( - fuzz_json.cpp -) - -PEERDIR( - library/cpp/scheme/tests/fuzz_json/lib -) - -END() diff --git a/library/cpp/scheme/tests/fuzz_ops/lib/ya.make b/library/cpp/scheme/tests/fuzz_ops/lib/ya.make deleted file mode 100644 index 279a2ca2d4..0000000000 --- a/library/cpp/scheme/tests/fuzz_ops/lib/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -LIBRARY() - -OWNER( - g:blender - g:middle - g:upper - velavokr -) - -GENERATE_ENUM_SERIALIZATION(vm_defs.h) - -SRCS( - fuzz_ops.cpp - vm_apply.cpp - vm_defs.cpp - vm_parse.cpp -) - -PEERDIR( - library/cpp/scheme -) - -END() diff --git a/library/cpp/scheme/tests/fuzz_ops/ut/ya.make b/library/cpp/scheme/tests/fuzz_ops/ut/ya.make deleted file mode 100644 index 5c933518ea..0000000000 --- a/library/cpp/scheme/tests/fuzz_ops/ut/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -UNITTEST() - -OWNER(velavokr) - -PEERDIR( - library/cpp/testing/unittest - library/cpp/scheme - library/cpp/scheme/tests/fuzz_ops/lib -) - -SRCS( - vm_parse_ut.cpp -) - -END() diff --git a/library/cpp/scheme/tests/fuzz_ops/ya.make b/library/cpp/scheme/tests/fuzz_ops/ya.make deleted file mode 100644 index 025241ef20..0000000000 --- a/library/cpp/scheme/tests/fuzz_ops/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -FUZZ() - -OWNER( - g:blender - g:middle - g:upper - velavokr -) - -SRCS( - fuzz_ops.cpp -) - -PEERDIR( - library/cpp/scheme/tests/fuzz_ops/lib -) - -END() diff --git a/library/cpp/scheme/tests/ut/ya.make b/library/cpp/scheme/tests/ut/ya.make deleted file mode 100644 index 9f54791414..0000000000 --- a/library/cpp/scheme/tests/ut/ya.make +++ /dev/null @@ -1,24 +0,0 @@ -UNITTEST() - -OWNER(velavokr) - -PEERDIR( - library/cpp/protobuf/util - library/cpp/scheme/tests/fuzz_ops/lib - library/cpp/scheme/ut_utils - library/cpp/string_utils/quote - library/cpp/testing/unittest -) - -SRCS( - fuzz_ops_found_bugs_ut.cpp - scheme_cast_ut.cpp - scheme_json_ut.cpp - scheme_merge_ut.cpp - scheme_path_ut.cpp - scheme_proto_ut.cpp - scheme_ut.cpp - scheme_ut.proto -) - -END() diff --git a/library/cpp/scheme/tests/ya.make b/library/cpp/scheme/tests/ya.make deleted file mode 100644 index 741cc9a2da..0000000000 --- a/library/cpp/scheme/tests/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -OWNER( - g:blender - g:middle - g:upper - velavokr -) - -RECURSE( - fuzz_json - fuzz_ops - fuzz_ops/ut - ut -) diff --git a/library/cpp/scheme/ut_utils/ya.make b/library/cpp/scheme/ut_utils/ya.make deleted file mode 100644 index 7661262e1b..0000000000 --- a/library/cpp/scheme/ut_utils/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -OWNER(velavokr) - -SRCS( - scheme_ut_utils.cpp -) - -PEERDIR( - library/cpp/colorizer - library/cpp/json - library/cpp/scheme - library/cpp/testing/unittest -) - -END() diff --git a/library/cpp/scheme/util/ya.make b/library/cpp/scheme/util/ya.make deleted file mode 100644 index dffd1c8070..0000000000 --- a/library/cpp/scheme/util/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -OWNER(g:cards_serivce) - -SRCS( - scheme_holder.cpp - utils.cpp -) - -PEERDIR( - library/cpp/string_utils/base64 -) - -END() diff --git a/library/cpp/scheme/ya.make b/library/cpp/scheme/ya.make deleted file mode 100644 index bac08ba5a4..0000000000 --- a/library/cpp/scheme/ya.make +++ /dev/null @@ -1,25 +0,0 @@ -LIBRARY() - -OWNER(velavokr) - -SRCS( - scheme.cpp - scheme_cast.h - scimpl.h - scimpl_defs.h - scimpl_private.cpp - scimpl_protobuf.cpp - scimpl_select.rl6 - scimpl_json_read.cpp - scimpl_json_write.cpp -) - -PEERDIR( - contrib/libs/protobuf - library/cpp/json - library/cpp/string_utils/relaxed_escaper -) - -GENERATE_ENUM_SERIALIZATION(scheme.h) - -END() diff --git a/library/cpp/sighandler/ya.make b/library/cpp/sighandler/ya.make deleted file mode 100644 index c0f7ea6084..0000000000 --- a/library/cpp/sighandler/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -LIBRARY() - -OWNER(pg) - -SRCS( - async_signals_handler.cpp - async_signals_handler.h -) - -END() diff --git a/library/cpp/sliding_window/ut/ya.make b/library/cpp/sliding_window/ut/ya.make deleted file mode 100644 index 3839a8dadc..0000000000 --- a/library/cpp/sliding_window/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/sliding_window) - -OWNER(g:kikimr) - -SRCS( - sliding_window_ut.cpp -) - -END() diff --git a/library/cpp/sliding_window/ya.make b/library/cpp/sliding_window/ya.make deleted file mode 100644 index 79aeaa06bb..0000000000 --- a/library/cpp/sliding_window/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -LIBRARY() - -OWNER(g:kikimr) - -SRCS( - sliding_window.cpp - sliding_window.h -) - -END() diff --git a/library/cpp/sse/ut/ya.make b/library/cpp/sse/ut/ya.make deleted file mode 100644 index 45e104971e..0000000000 --- a/library/cpp/sse/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST_FOR(library/cpp/sse) - -OWNER(danlark) - -SRCS( - test.cpp -) - -IF (ARCH_X86_64) - CFLAGS(-msse4.1 -msse4.2) -ENDIF() - -END() diff --git a/library/cpp/sse/ya.make b/library/cpp/sse/ya.make deleted file mode 100644 index d2351e791d..0000000000 --- a/library/cpp/sse/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -OWNER( - g:base - danlark -) - -SRCS( - sse.cpp -) - -END() diff --git a/library/cpp/streams/brotli/ut/ya.make b/library/cpp/streams/brotli/ut/ya.make deleted file mode 100644 index 243462f1b2..0000000000 --- a/library/cpp/streams/brotli/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/streams/brotli) - -OWNER( - levysotsky - g:util -) - -SRCS( - brotli_ut.cpp -) - -END() diff --git a/library/cpp/streams/brotli/ya.make b/library/cpp/streams/brotli/ya.make deleted file mode 100644 index fa2bfec9cc..0000000000 --- a/library/cpp/streams/brotli/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -OWNER( - levysotsky - g:util -) - -PEERDIR( - contrib/libs/brotli/enc - contrib/libs/brotli/dec -) - -SRCS( - brotli.cpp -) - -END() diff --git a/library/cpp/streams/bzip2/ut/ya.make b/library/cpp/streams/bzip2/ut/ya.make deleted file mode 100644 index 5ef91498ca..0000000000 --- a/library/cpp/streams/bzip2/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/streams/bzip2) - -OWNER( - pg - g:util -) - -SRCS( - bzip2_ut.cpp -) - -END() diff --git a/library/cpp/streams/bzip2/ya.make b/library/cpp/streams/bzip2/ya.make deleted file mode 100644 index 122a35837c..0000000000 --- a/library/cpp/streams/bzip2/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -OWNER( - pg - g:util -) - -PEERDIR( - contrib/libs/libbz2 -) - -SRCS( - bzip2.cpp -) - -END() diff --git a/library/cpp/streams/lz/ut/ya.make b/library/cpp/streams/lz/ut/ya.make deleted file mode 100644 index 18288c8ac9..0000000000 --- a/library/cpp/streams/lz/ut/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -UNITTEST_FOR(library/cpp/streams/lz) - -OWNER( - pg - g:util -) - -RESOURCE( - random.data /random.data - request.data /request.data - yq_609.data /yq_609.data -) - -SRCS( - lz_ut.cpp -) - -END() diff --git a/library/cpp/streams/lz/ya.make b/library/cpp/streams/lz/ya.make deleted file mode 100644 index e5eea0b096..0000000000 --- a/library/cpp/streams/lz/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -LIBRARY() - -OWNER( - pg - g:util -) - -PEERDIR( - contrib/libs/fastlz - contrib/libs/lz4 - contrib/libs/minilzo - contrib/libs/quicklz - contrib/libs/snappy -) - -SRCS( - lz.cpp -) - -END() diff --git a/library/cpp/streams/lzma/ut/ya.make b/library/cpp/streams/lzma/ut/ya.make deleted file mode 100644 index 01624f0259..0000000000 --- a/library/cpp/streams/lzma/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/streams/lzma) - -OWNER( - pg - g:util -) - -SRCS( - lzma_ut.cpp -) - -END() diff --git a/library/cpp/streams/lzma/ya.make b/library/cpp/streams/lzma/ya.make deleted file mode 100644 index 38c05145c4..0000000000 --- a/library/cpp/streams/lzma/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -OWNER( - pg - g:util -) - -PEERDIR( - contrib/libs/lzmasdk -) - -SRCS( - lzma.cpp -) - -END() diff --git a/library/cpp/streams/ya.make b/library/cpp/streams/ya.make deleted file mode 100644 index 7426a874ee..0000000000 --- a/library/cpp/streams/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -RECURSE( - brotli - brotli/ut - base64 - brotli - bzip2 - bzip2/ut - factory - factory/ut - fields_io - fields_io/ut - growing_file_input - growing_file_input/ut - lz - lz/ut - lzma - lzma/ut - lzop - lzop/ut - special - special/ut - xz - zc_memory_input - zstd - zstd/ut -) diff --git a/library/cpp/streams/zc_memory_input/ya.make b/library/cpp/streams/zc_memory_input/ya.make deleted file mode 100644 index bc94d6f1ed..0000000000 --- a/library/cpp/streams/zc_memory_input/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -OWNER( - pg - g:util -) - -SRCS( - zc_memory_input.cpp -) - -END() diff --git a/library/cpp/streams/zstd/ut/ya.make b/library/cpp/streams/zstd/ut/ya.make deleted file mode 100644 index 1b98f0ad5e..0000000000 --- a/library/cpp/streams/zstd/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/streams/zstd) - -OWNER( - bulatman - g:util -) - -SRCS( - zstd_ut.cpp -) - -END() diff --git a/library/cpp/streams/zstd/ya.make b/library/cpp/streams/zstd/ya.make deleted file mode 100644 index c284deeeff..0000000000 --- a/library/cpp/streams/zstd/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -OWNER( - bulatman - g:util -) - -PEERDIR( - contrib/libs/zstd -) - -SRCS( - zstd.cpp -) - -END() diff --git a/library/cpp/string_utils/base64/bench/metrics/ya.make b/library/cpp/string_utils/base64/bench/metrics/ya.make deleted file mode 100644 index b0406516c3..0000000000 --- a/library/cpp/string_utils/base64/bench/metrics/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -OWNER( - yazevnul - g:util -) - -PY2TEST() - -SIZE(LARGE) - -TAG( - ya:force_sandbox - sb:intel_e5_2660v1 - ya:fat -) - -TEST_SRCS(main.py) - -DEPENDS(library/cpp/string_utils/base64/bench) - -END() diff --git a/library/cpp/string_utils/base64/bench/ya.make b/library/cpp/string_utils/base64/bench/ya.make deleted file mode 100644 index 5ac5f3d6ce..0000000000 --- a/library/cpp/string_utils/base64/bench/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -OWNER( - yazevnul - g:util -) - -Y_BENCHMARK() - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/string_utils/base64 -) - -END() diff --git a/library/cpp/string_utils/base64/fuzz/generic/ya.make b/library/cpp/string_utils/base64/fuzz/generic/ya.make deleted file mode 100644 index d155e2b0a0..0000000000 --- a/library/cpp/string_utils/base64/fuzz/generic/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -OWNER( - yazevnul - g:util -) - -FUZZ() - -PEERDIR( - library/cpp/string_utils/base64/fuzz/lib -) - -END() diff --git a/library/cpp/string_utils/base64/fuzz/lib/ya.make b/library/cpp/string_utils/base64/fuzz/lib/ya.make deleted file mode 100644 index 7b981b86a3..0000000000 --- a/library/cpp/string_utils/base64/fuzz/lib/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -OWNER( - yazevnul - g:util -) - -LIBRARY() - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/string_utils/base64 -) - -END() diff --git a/library/cpp/string_utils/base64/fuzz/uneven/ya.make b/library/cpp/string_utils/base64/fuzz/uneven/ya.make deleted file mode 100644 index 18cb18ef52..0000000000 --- a/library/cpp/string_utils/base64/fuzz/uneven/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -FUZZ() - -OWNER( - g:util -) - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/string_utils/base64 -) - -END() diff --git a/library/cpp/string_utils/base64/fuzz/ya.make b/library/cpp/string_utils/base64/fuzz/ya.make deleted file mode 100644 index bef82061c4..0000000000 --- a/library/cpp/string_utils/base64/fuzz/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -OWNER( - yazevnul - g:util -) - -RECURSE( - generic - lib - uneven -) diff --git a/library/cpp/string_utils/base64/ut/ya.make b/library/cpp/string_utils/base64/ut/ya.make deleted file mode 100644 index 9b61241f0e..0000000000 --- a/library/cpp/string_utils/base64/ut/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -OWNER( - g:util - yazevnul -) - -UNITTEST_FOR(library/cpp/string_utils/base64) - -SRCS( - base64_ut.cpp - base64_decode_uneven_ut.cpp -) - -PEERDIR( - contrib/libs/base64/avx2 - contrib/libs/base64/ssse3 - contrib/libs/base64/neon32 - contrib/libs/base64/neon64 - contrib/libs/base64/plain32 - contrib/libs/base64/plain64 -) - -END() diff --git a/library/cpp/string_utils/base64/ya.make b/library/cpp/string_utils/base64/ya.make deleted file mode 100644 index f5258c446c..0000000000 --- a/library/cpp/string_utils/base64/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -OWNER( - g:util - yazevnul -) - -LIBRARY() - -SRCS( - base64.cpp -) - -PEERDIR( - contrib/libs/base64/avx2 - contrib/libs/base64/ssse3 - contrib/libs/base64/neon32 - contrib/libs/base64/neon64 - contrib/libs/base64/plain32 - contrib/libs/base64/plain64 -) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/string_utils/indent_text/ya.make b/library/cpp/string_utils/indent_text/ya.make deleted file mode 100644 index cd0ed9ec61..0000000000 --- a/library/cpp/string_utils/indent_text/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(nga) - -SRCS( - indent_text.cpp -) - -END() diff --git a/library/cpp/string_utils/levenshtein_diff/ut/ya.make b/library/cpp/string_utils/levenshtein_diff/ut/ya.make deleted file mode 100644 index a3b9b8fea5..0000000000 --- a/library/cpp/string_utils/levenshtein_diff/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/string_utils/levenshtein_diff) - -OWNER(myltsev) - -SRCS( - levenshtein_diff_ut.cpp -) - -END() diff --git a/library/cpp/string_utils/levenshtein_diff/ya.make b/library/cpp/string_utils/levenshtein_diff/ya.make deleted file mode 100644 index bafefe5365..0000000000 --- a/library/cpp/string_utils/levenshtein_diff/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -OWNER(g:mt) - -SRCS( - levenshtein_diff.cpp -) - -PEERDIR( - util/draft -) - -END() diff --git a/library/cpp/string_utils/parse_size/ut/ya.make b/library/cpp/string_utils/parse_size/ut/ya.make deleted file mode 100644 index da19cf025b..0000000000 --- a/library/cpp/string_utils/parse_size/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/string_utils/parse_size) - -OWNER(g:images-robot) - -SRCS( - parse_size_ut.cpp -) - -END() diff --git a/library/cpp/string_utils/parse_size/ya.make b/library/cpp/string_utils/parse_size/ya.make deleted file mode 100644 index 4a62abcac2..0000000000 --- a/library/cpp/string_utils/parse_size/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -LIBRARY() - -OWNER(g:images-robot) - -SRCS( - parse_size.cpp - parse_size.h -) - -END() diff --git a/library/cpp/string_utils/quote/ut/ya.make b/library/cpp/string_utils/quote/ut/ya.make deleted file mode 100644 index eca955144f..0000000000 --- a/library/cpp/string_utils/quote/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/string_utils/quote) - -OWNER(vladon) - -SRCS( - quote_ut.cpp -) - -END() diff --git a/library/cpp/string_utils/quote/ya.make b/library/cpp/string_utils/quote/ya.make deleted file mode 100644 index 55bb3cf939..0000000000 --- a/library/cpp/string_utils/quote/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -LIBRARY() - -OWNER(g:util) - -SRCS( - quote.cpp - quote.h -) - -END() diff --git a/library/cpp/string_utils/relaxed_escaper/ut/ya.make b/library/cpp/string_utils/relaxed_escaper/ut/ya.make deleted file mode 100644 index 7ebd393c48..0000000000 --- a/library/cpp/string_utils/relaxed_escaper/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/string_utils/relaxed_escaper) - -OWNER(velavokr) - -SRCS( - relaxed_escaper_ut.cpp -) - -END() diff --git a/library/cpp/string_utils/relaxed_escaper/ya.make b/library/cpp/string_utils/relaxed_escaper/ya.make deleted file mode 100644 index 3f0fa5bc07..0000000000 --- a/library/cpp/string_utils/relaxed_escaper/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(velavokr) - -SRCS( - relaxed_escaper.cpp -) - -END() diff --git a/library/cpp/string_utils/scan/ya.make b/library/cpp/string_utils/scan/ya.make deleted file mode 100644 index 2faae86b09..0000000000 --- a/library/cpp/string_utils/scan/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -OWNER( - g:util -) - -LIBRARY() - -SRCS( - scan.cpp -) - -END() diff --git a/library/cpp/string_utils/url/ut/ya.make b/library/cpp/string_utils/url/ut/ya.make deleted file mode 100644 index 0efa30e4d2..0000000000 --- a/library/cpp/string_utils/url/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/string_utils/url) - -OWNER(g:util) - -SRCS( - url_ut.cpp -) - -END() diff --git a/library/cpp/string_utils/url/ya.make b/library/cpp/string_utils/url/ya.make deleted file mode 100644 index b08d69ec83..0000000000 --- a/library/cpp/string_utils/url/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -LIBRARY() - -OWNER(g:util) - -SRCS( - url.cpp - url.h -) - -END() diff --git a/library/cpp/string_utils/ya.make b/library/cpp/string_utils/ya.make deleted file mode 100644 index cd731bda95..0000000000 --- a/library/cpp/string_utils/ya.make +++ /dev/null @@ -1,37 +0,0 @@ -RECURSE( - ascii_encode - ascii_encode/ut - base64 - base64/bench - base64/bench/metrics - base64/ut - base64/fuzz - csv - csv/bench - csv/ut - col_diff - col_diff/ut - indent_text - levenshtein_diff - levenshtein_diff/ut - old_url_normalize - old_url_normalize/ut - parse_size - parse_size/ut - parse_vector - parse_vector/ut - secret_string - quote - quote/ut - relaxed_escaper - relaxed_escaper/ut - scan - subst_buf - subst_buf/ut - tskv_format - tskv_format/ut - tskv_format/fuzz - url - url/ut - ztstrbuf -) diff --git a/library/cpp/string_utils/ztstrbuf/ya.make b/library/cpp/string_utils/ztstrbuf/ya.make deleted file mode 100644 index 28b3f32f58..0000000000 --- a/library/cpp/string_utils/ztstrbuf/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(myltsev) - -SRCS( - ztstrbuf.cpp -) - -END() diff --git a/library/cpp/svnversion/test/ya.make b/library/cpp/svnversion/test/ya.make deleted file mode 100644 index 59c0a2d970..0000000000 --- a/library/cpp/svnversion/test/ya.make +++ /dev/null @@ -1,6 +0,0 @@ -OWNER(g:cpp-contrib) - -PROGRAM() -PEERDIR(library/cpp/svnversion) -SRCS(main.cpp) -END() diff --git a/library/cpp/svnversion/ya.make b/library/cpp/svnversion/ya.make deleted file mode 100644 index 04e1a4c4fd..0000000000 --- a/library/cpp/svnversion/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -OWNER(g:cpp-contrib) - -LIBRARY() - -SRCS( - svnversion.cpp - svn_interface.c -) -END() -RECURSE( - test -) diff --git a/library/cpp/terminate_handler/sample/exception/ya.make b/library/cpp/terminate_handler/sample/exception/ya.make deleted file mode 100644 index 958c26f89a..0000000000 --- a/library/cpp/terminate_handler/sample/exception/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROGRAM(exception_sample) - -OWNER(nga) - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/terminate_handler -) - -END() diff --git a/library/cpp/terminate_handler/sample/pure-virtual/ya.make b/library/cpp/terminate_handler/sample/pure-virtual/ya.make deleted file mode 100644 index 4100da630d..0000000000 --- a/library/cpp/terminate_handler/sample/pure-virtual/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROGRAM() - -OWNER(nga) - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/terminate_handler -) - -END() diff --git a/library/cpp/terminate_handler/sample/rethrow/ya.make b/library/cpp/terminate_handler/sample/rethrow/ya.make deleted file mode 100644 index 4100da630d..0000000000 --- a/library/cpp/terminate_handler/sample/rethrow/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROGRAM() - -OWNER(nga) - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/terminate_handler -) - -END() diff --git a/library/cpp/terminate_handler/sample/segv/ya.make b/library/cpp/terminate_handler/sample/segv/ya.make deleted file mode 100644 index 4100da630d..0000000000 --- a/library/cpp/terminate_handler/sample/segv/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROGRAM() - -OWNER(nga) - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/terminate_handler -) - -END() diff --git a/library/cpp/terminate_handler/sample/ya.make b/library/cpp/terminate_handler/sample/ya.make deleted file mode 100644 index af089abc65..0000000000 --- a/library/cpp/terminate_handler/sample/ya.make +++ /dev/null @@ -1,6 +0,0 @@ -RECURSE( - exception - pure-virtual - rethrow - segv -) diff --git a/library/cpp/terminate_handler/ya.make b/library/cpp/terminate_handler/ya.make deleted file mode 100644 index 70a9712fed..0000000000 --- a/library/cpp/terminate_handler/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -OWNER( - ilnurkh - eeight -) - -SRCS( - GLOBAL terminate_handler.cpp - segv_handler.cpp -) - -END() diff --git a/library/cpp/testing/benchmark/examples/metrics/ya.make b/library/cpp/testing/benchmark/examples/metrics/ya.make deleted file mode 100644 index a9dbdca9fa..0000000000 --- a/library/cpp/testing/benchmark/examples/metrics/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -OWNER( - pg - yazevnul -) - -PY2TEST() - -SIZE(LARGE) - -TAG( - ya:force_sandbox - sb:intel_e5_2660v1 - ya:fat -) - -TEST_SRCS(main.py) - -DEPENDS(library/cpp/testing/benchmark/examples) - -END() diff --git a/library/cpp/testing/benchmark/examples/ya.make b/library/cpp/testing/benchmark/examples/ya.make deleted file mode 100644 index 7e696e127a..0000000000 --- a/library/cpp/testing/benchmark/examples/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -OWNER( - pg - yazevnul -) - -Y_BENCHMARK() - -SRCS( - main.cpp -) - -END() diff --git a/library/cpp/testing/benchmark/main/ya.make b/library/cpp/testing/benchmark/main/ya.make deleted file mode 100644 index d00cdcf9fc..0000000000 --- a/library/cpp/testing/benchmark/main/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -OWNER( - pg - yazevnul -) - -SRCS( - GLOBAL main.cpp -) - -PEERDIR( - library/cpp/testing/benchmark -) - -END() diff --git a/library/cpp/testing/benchmark/ya.make b/library/cpp/testing/benchmark/ya.make deleted file mode 100644 index f42be80698..0000000000 --- a/library/cpp/testing/benchmark/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -LIBRARY() - -OWNER( - pg - yazevnul -) - -SRCS( - bench.cpp - dummy.cpp -) - -PEERDIR( - contrib/libs/re2 - library/cpp/colorizer - library/cpp/getopt/small - library/cpp/json - library/cpp/linear_regression - library/cpp/threading/poor_man_openmp -) - -END() diff --git a/library/cpp/testing/common/ut/ya.make b/library/cpp/testing/common/ut/ya.make deleted file mode 100644 index 053aa38079..0000000000 --- a/library/cpp/testing/common/ut/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -GTEST() -OWNER( - amatanhead - bulatman - thegeorg - g:cpp-contrib -) - -SRCS( - env_ut.cpp - network_ut.cpp - scope_ut.cpp -) - -PEERDIR( - library/cpp/testing/common -) - -END() diff --git a/library/cpp/testing/common/ya.make b/library/cpp/testing/common/ya.make deleted file mode 100644 index 2f4b0ce26e..0000000000 --- a/library/cpp/testing/common/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -LIBRARY() - -OWNER( - amatanhead - bulatman - thegeorg - g:cpp-contrib -) - -SRCS( - env.cpp - network.cpp - probe.cpp - scope.cpp -) - -PEERDIR( - library/cpp/json -) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/testing/gmock_in_unittest/example_ut/ya.make b/library/cpp/testing/gmock_in_unittest/example_ut/ya.make deleted file mode 100644 index d2e5ee5d2a..0000000000 --- a/library/cpp/testing/gmock_in_unittest/example_ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -OWNER(galaxycrab) - -PEERDIR( - library/cpp/testing/gmock_in_unittest -) - -SRCS( - example_ut.cpp -) - -END() diff --git a/library/cpp/testing/gmock_in_unittest/ya.make b/library/cpp/testing/gmock_in_unittest/ya.make deleted file mode 100644 index 5de68ad98d..0000000000 --- a/library/cpp/testing/gmock_in_unittest/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -OWNER(galaxycrab) - -PEERDIR( - contrib/restricted/googletest/googlemock - contrib/restricted/googletest/googletest - library/cpp/testing/gtest_extensions - library/cpp/testing/unittest -) - -SRCS( - events.cpp - GLOBAL registration.cpp -) - -END() diff --git a/library/cpp/testing/gtest_extensions/ut/ya.make b/library/cpp/testing/gtest_extensions/ut/ya.make deleted file mode 100644 index 39b41cecfd..0000000000 --- a/library/cpp/testing/gtest_extensions/ut/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -GTEST() -OWNER( - amatanhead - bulatman - dancingqueue - prettyboy - thegeorg - g:cpp-contrib -) - -SRCS( - gtest_extensions_ut.cpp - probe_ut.cpp -) - -PEERDIR( - library/cpp/testing/gtest_extensions -) - -END() diff --git a/library/cpp/testing/gtest_extensions/ya.make b/library/cpp/testing/gtest_extensions/ya.make deleted file mode 100644 index e24e81e8bd..0000000000 --- a/library/cpp/testing/gtest_extensions/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -LIBRARY() -OWNER( - amatanhead - bulatman - dancingqueue - prettyboy - thegeorg - g:cpp-contrib -) - -PEERDIR( - contrib/restricted/googletest/googlemock - contrib/restricted/googletest/googletest -) - -SRCS( - assertions.cpp - gtest_extensions.cpp - matchers.cpp - pretty_printers.cpp - probe.cpp -) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/testing/hook/ya.make b/library/cpp/testing/hook/ya.make deleted file mode 100644 index db58f4e0ae..0000000000 --- a/library/cpp/testing/hook/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() -OWNER( - amatanhead - bulatman - thegeorg - g:cpp-contrib -) - -SRCS( - hook.cpp -) - -END() diff --git a/library/cpp/testing/unittest/fat/ya.make b/library/cpp/testing/unittest/fat/ya.make deleted file mode 100644 index d405e599ee..0000000000 --- a/library/cpp/testing/unittest/fat/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -UNITTEST() - -OWNER(g:yatool) - -SRCS( - test_port_manager.cpp -) - -SIZE(LARGE) - -# We need to run tests at the same time on the single machine -FORK_SUBTESTS() - -TAG( - ya:fat - ya:force_sandbox -) - -END() diff --git a/library/cpp/testing/unittest/ut/ya.make b/library/cpp/testing/unittest/ut/ya.make deleted file mode 100644 index 6d4c0959cc..0000000000 --- a/library/cpp/testing/unittest/ut/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -UNITTEST_FOR(library/cpp/testing/unittest) - -OWNER(snowball) - -SRCS( - main.cpp - registar_ut.cpp -) - -END() diff --git a/library/cpp/testing/unittest/ya.make b/library/cpp/testing/unittest/ya.make deleted file mode 100644 index aaa4f2ba85..0000000000 --- a/library/cpp/testing/unittest/ya.make +++ /dev/null @@ -1,33 +0,0 @@ -LIBRARY() - -PROVIDES(test_framework) - -OWNER( - pg - galaxycrab -) - -PEERDIR( - library/cpp/colorizer - library/cpp/dbg_output - library/cpp/diff - library/cpp/json/writer - library/cpp/testing/common - library/cpp/testing/hook -) - -SRCS( - gtest.cpp - checks.cpp - plugin.cpp - registar.cpp - tests_data.cpp - utmain.cpp -) - -END() - -RECURSE_FOR_TESTS( - fat - ut -) diff --git a/library/cpp/testing/unittest_main/ya.make b/library/cpp/testing/unittest_main/ya.make deleted file mode 100644 index 80a6cc699b..0000000000 --- a/library/cpp/testing/unittest_main/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( - library/cpp/testing/unittest - library/cpp/terminate_handler -) - -SRCS( - main.cpp -) - -END() diff --git a/library/cpp/testing/ya.make b/library/cpp/testing/ya.make deleted file mode 100644 index 6a57ac2ee6..0000000000 --- a/library/cpp/testing/ya.make +++ /dev/null @@ -1,24 +0,0 @@ -RECURSE( - common - benchmark - benchmark/examples - benchmark/examples/metrics - benchmark/main - boost_test - boost_test_main - dump_clang_coverage - gbenchmark_main - gmock - gmock_in_unittest - gmock_in_unittest/example_ut - gtest - gtest_boost_extensions - gtest_extensions - gtest_main - gtest_protobuf - hook - mock_server - unittest - unittest_main - urlnorm -) diff --git a/library/cpp/threading/atomic/ut/ya.make b/library/cpp/threading/atomic/ut/ya.make deleted file mode 100644 index 3c555685df..0000000000 --- a/library/cpp/threading/atomic/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/atomic) - -OWNER(vmordovin) - -SRCS( - bool_ut.cpp -) - -END() diff --git a/library/cpp/threading/atomic/ya.make b/library/cpp/threading/atomic/ya.make deleted file mode 100644 index c3a3ef8a76..0000000000 --- a/library/cpp/threading/atomic/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(vmordovin) - -SRCS( - bool.cpp -) - -END() diff --git a/library/cpp/threading/chunk_queue/ut/ya.make b/library/cpp/threading/chunk_queue/ut/ya.make deleted file mode 100644 index a35ed6bc4b..0000000000 --- a/library/cpp/threading/chunk_queue/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/chunk_queue) - -OWNER(g:rtmr) - -SRCS( - queue_ut.cpp -) - -END() diff --git a/library/cpp/threading/chunk_queue/ya.make b/library/cpp/threading/chunk_queue/ya.make deleted file mode 100644 index 2f883140ba..0000000000 --- a/library/cpp/threading/chunk_queue/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(g:rtmr) - -SRCS( - queue.cpp -) - -END() diff --git a/library/cpp/threading/equeue/ut/ya.make b/library/cpp/threading/equeue/ut/ya.make deleted file mode 100644 index 2f6293d47d..0000000000 --- a/library/cpp/threading/equeue/ut/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -UNITTEST() - -OWNER( - g:base - g:middle -) - -PEERDIR( - ADDINCL library/cpp/threading/equeue -) - -SRCDIR(library/cpp/threading/equeue) - -SRCS( - equeue_ut.cpp -) - -END() diff --git a/library/cpp/threading/equeue/ya.make b/library/cpp/threading/equeue/ya.make deleted file mode 100644 index 314f4d3c86..0000000000 --- a/library/cpp/threading/equeue/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER( - g:base - g:middle - ironpeter - mvel -) - -SRCS( - equeue.h - equeue.cpp -) - -END() diff --git a/library/cpp/threading/future/mt_ut/ya.make b/library/cpp/threading/future/mt_ut/ya.make deleted file mode 100644 index 288fe7b6bc..0000000000 --- a/library/cpp/threading/future/mt_ut/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/future) - -OWNER( - g:util -) - -SRCS( - future_mt_ut.cpp -) - -IF(NOT SANITIZER_TYPE) -SIZE(SMALL) - -ELSE() -SIZE(MEDIUM) - -ENDIF() - - -END() diff --git a/library/cpp/threading/future/perf/ya.make b/library/cpp/threading/future/perf/ya.make deleted file mode 100644 index 943d585d4b..0000000000 --- a/library/cpp/threading/future/perf/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -Y_BENCHMARK(library-threading-future-perf) - -OWNER( - g:rtmr - ishfb -) - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/threading/future -) - -END() diff --git a/library/cpp/threading/future/subscription/ut/ya.make b/library/cpp/threading/future/subscription/ut/ya.make deleted file mode 100644 index 45210f7bd7..0000000000 --- a/library/cpp/threading/future/subscription/ut/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/future/subscription) - -OWNER( - g:kwyt - g:rtmr - ishfb -) - -SRCS( - subscription_ut.cpp - wait_all_ut.cpp - wait_all_or_exception_ut.cpp - wait_any_ut.cpp - wait_ut_common.cpp -) - -END() diff --git a/library/cpp/threading/future/subscription/ya.make b/library/cpp/threading/future/subscription/ya.make deleted file mode 100644 index 7ea9b372ed..0000000000 --- a/library/cpp/threading/future/subscription/ya.make +++ /dev/null @@ -1,28 +0,0 @@ -OWNER( - g:kwyt - g:rtmr - ishfb -) - -SUBSCRIBER( - swarmer -) - -LIBRARY() - -SRCS( - subscription.cpp - wait_all.cpp - wait_all_or_exception.cpp - wait_any.cpp -) - -PEERDIR( - library/cpp/threading/future -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/threading/future/ut/ya.make b/library/cpp/threading/future/ut/ya.make deleted file mode 100644 index 566b622370..0000000000 --- a/library/cpp/threading/future/ut/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/future) - -OWNER( - g:rtmr - ishfb -) - -SRCS( - async_ut.cpp - future_ut.cpp - legacy_future_ut.cpp -) - -END() diff --git a/library/cpp/threading/future/ya.make b/library/cpp/threading/future/ya.make deleted file mode 100644 index fb3ec3c7a3..0000000000 --- a/library/cpp/threading/future/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -OWNER( - g:rtmr -) - -SUBSCRIBER( - swarmer -) - -LIBRARY() - -SRCS( - async.cpp - core/future.cpp - core/fwd.cpp - fwd.cpp - wait/fwd.cpp - wait/wait.cpp - wait/wait_group.cpp - wait/wait_policy.cpp -) - -END() - -RECURSE_FOR_TESTS( - mt_ut -) diff --git a/library/cpp/threading/light_rw_lock/bench/ya.make b/library/cpp/threading/light_rw_lock/bench/ya.make deleted file mode 100644 index 7969b52a50..0000000000 --- a/library/cpp/threading/light_rw_lock/bench/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROGRAM(lightrwlock_test) - -OWNER(agri) - -SRCS( - lightrwlock_test.cpp -) - -PEERDIR( - library/cpp/threading/light_rw_lock -) - -END() diff --git a/library/cpp/threading/light_rw_lock/ut/ya.make b/library/cpp/threading/light_rw_lock/ut/ya.make deleted file mode 100644 index 92928b837c..0000000000 --- a/library/cpp/threading/light_rw_lock/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/light_rw_lock) - -OWNER(agri) - -SRCS( - rwlock_ut.cpp -) - -END() diff --git a/library/cpp/threading/light_rw_lock/ya.make b/library/cpp/threading/light_rw_lock/ya.make deleted file mode 100644 index a196fb8588..0000000000 --- a/library/cpp/threading/light_rw_lock/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -LIBRARY() - -OWNER(agri) - -SRCS( - lightrwlock.cpp - lightrwlock.h -) - -END() diff --git a/library/cpp/threading/local_executor/ut/ya.make b/library/cpp/threading/local_executor/ut/ya.make deleted file mode 100644 index be579a5ca0..0000000000 --- a/library/cpp/threading/local_executor/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -OWNER( - g:matrixnet - gulin -) - -UNITTEST_FOR(library/cpp/threading/local_executor) - -SRCS( - local_executor_ut.cpp -) - -END() diff --git a/library/cpp/threading/local_executor/ya.make b/library/cpp/threading/local_executor/ya.make deleted file mode 100644 index df210f92bb..0000000000 --- a/library/cpp/threading/local_executor/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -OWNER( - g:matrixnet - gulin - kirillovs - espetrov -) - -LIBRARY() - -SRCS( - local_executor.cpp - tbb_local_executor.cpp -) - -PEERDIR( - contrib/libs/tbb - library/cpp/threading/future -) - -END() diff --git a/library/cpp/threading/poor_man_openmp/ut/ya.make b/library/cpp/threading/poor_man_openmp/ut/ya.make deleted file mode 100644 index 6d7aa123ed..0000000000 --- a/library/cpp/threading/poor_man_openmp/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/poor_man_openmp) - -OWNER( - pg - agorodilov -) - -SRCS( - thread_helper_ut.cpp -) - -END() diff --git a/library/cpp/threading/poor_man_openmp/ya.make b/library/cpp/threading/poor_man_openmp/ya.make deleted file mode 100644 index 241b61dead..0000000000 --- a/library/cpp/threading/poor_man_openmp/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(agorodilov) - -SRCS( - thread_helper.cpp -) - -END() diff --git a/library/cpp/threading/queue/ut/ya.make b/library/cpp/threading/queue/ut/ya.make deleted file mode 100644 index 8883d9bf69..0000000000 --- a/library/cpp/threading/queue/ut/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/queue) - -OWNER(agri) - -ALLOCATOR(B) - -SRCS( - basic_ut.cpp - queue_ut.cpp - tune_ut.cpp - unordered_ut.cpp - ut_helpers.cpp - ut_helpers.h -) - -END() diff --git a/library/cpp/threading/queue/ya.make b/library/cpp/threading/queue/ya.make deleted file mode 100644 index 6570b38ce5..0000000000 --- a/library/cpp/threading/queue/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -LIBRARY() - -OWNER(agri) - -SRCS( - mpmc_unordered_ring.cpp - mpmc_unordered_ring.h - mpsc_htswap.cpp - mpsc_htswap.h - mpsc_intrusive_unordered.cpp - mpsc_intrusive_unordered.h - mpsc_read_as_filled.cpp - mpsc_read_as_filled.h - mpsc_vinfarr_obstructive.cpp - mpsc_vinfarr_obstructive.h -) - -END() diff --git a/library/cpp/threading/skip_list/perf/ya.make b/library/cpp/threading/skip_list/perf/ya.make deleted file mode 100644 index 01bfafa404..0000000000 --- a/library/cpp/threading/skip_list/perf/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -PROGRAM(skiplist-perf) - -OWNER(g:rtmr) - -PEERDIR( - library/cpp/charset - library/cpp/getopt/small - library/cpp/threading/skip_list -) - -SRCS( - main.cpp -) - -END() diff --git a/library/cpp/threading/skip_list/ut/ya.make b/library/cpp/threading/skip_list/ut/ya.make deleted file mode 100644 index 704a31e9a2..0000000000 --- a/library/cpp/threading/skip_list/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/skip_list) - -OWNER(g:rtmr) - -SRCS( - skiplist_ut.cpp -) - -END() diff --git a/library/cpp/threading/skip_list/ya.make b/library/cpp/threading/skip_list/ya.make deleted file mode 100644 index d338aeae2b..0000000000 --- a/library/cpp/threading/skip_list/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(g:rtmr) - -SRCS( - skiplist.cpp -) - -END() diff --git a/library/cpp/threading/task_scheduler/ut/ya.make b/library/cpp/threading/task_scheduler/ut/ya.make deleted file mode 100644 index 07ee8b0877..0000000000 --- a/library/cpp/threading/task_scheduler/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/task_scheduler) - -OWNER(g:middle) - -SRCS( - task_scheduler_ut.cpp -) - -END() diff --git a/library/cpp/threading/task_scheduler/ya.make b/library/cpp/threading/task_scheduler/ya.make deleted file mode 100644 index 5b14c0aa63..0000000000 --- a/library/cpp/threading/task_scheduler/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(g:middle) - -SRCS( - task_scheduler.cpp -) - -END() diff --git a/library/cpp/threading/ya.make b/library/cpp/threading/ya.make deleted file mode 100644 index f4d850ee17..0000000000 --- a/library/cpp/threading/ya.make +++ /dev/null @@ -1,64 +0,0 @@ -RECURSE( - algorithm - async_task_batch - async_task_batch/ut - atomic - atomic/ut - atomic_shared_ptr - atomic_shared_ptr/ut - blocking_counter - blocking_counter/ut - blocking_queue - cancellation - chunk_queue - chunk_queue/ut - cron - cron/example - equeue - equeue/ut - fair_lock - fair_lock/ut - future - future/perf - future/subscription - future/ut - hot_swap - hot_swap/ut - light_rw_lock - light_rw_lock/bench - light_rw_lock/ut - local_executor - local_executor/ut - mtp_tasks - mtp_tasks/ut - mux_event - mux_event/ut - named_lock - named_lock/ut - name_guard - name_guard/ut - periodically_updated - poor_man_openmp - poor_man_openmp/ut - queue - queue/ut - rcu - rcu/ut - serial_postprocess_queue - skip_list - skip_list/perf - skip_list/ut - synchronized - synchronized/ut - task_scheduler - task_scheduler/ut - thread_local - thread_local/benchmark - thread_local/ut - thread_namer - thread_namer/ut - ticket_lock - ticket_lock/ut - work_stealing - work_stealing/ut -) diff --git a/library/cpp/time_provider/ya.make b/library/cpp/time_provider/ya.make deleted file mode 100644 index cf3995b2a4..0000000000 --- a/library/cpp/time_provider/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -OWNER( - g:kikimr - g:yql -) - -SRCS( - time_provider.cpp - time_provider.h -) - -END() diff --git a/library/cpp/timezone_conversion/ut/ya.make b/library/cpp/timezone_conversion/ut/ya.make deleted file mode 100644 index 781a57da9f..0000000000 --- a/library/cpp/timezone_conversion/ut/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -UNITTEST() - -OWNER(dfyz) - -PEERDIR( - library/cpp/testing/unittest - library/cpp/timezone_conversion -) - -SRCS( - convert_ut.cpp - civil_ut.cpp -) - -END() diff --git a/library/cpp/timezone_conversion/ya.make b/library/cpp/timezone_conversion/ya.make deleted file mode 100644 index f99ebe73ee..0000000000 --- a/library/cpp/timezone_conversion/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -LIBRARY() - -OWNER( - dfyz - petrk -) - -PEERDIR( - contrib/libs/cctz/tzdata - util/draft -) - -SRCS( - convert.cpp - civil.cpp -) - -GENERATE_ENUM_SERIALIZATION(civil.h) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/tld/ut/ya.make b/library/cpp/tld/ut/ya.make deleted file mode 100644 index 0bc5b40b2f..0000000000 --- a/library/cpp/tld/ut/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -UNITTEST() - -OWNER(abolkhovityanov) - -PEERDIR( - ADDINCL library/cpp/tld -) - -SRCDIR(library/cpp/tld) - -SRCS( - tld_ut.cpp -) - -END() diff --git a/library/cpp/tld/ya.make b/library/cpp/tld/ya.make deleted file mode 100644 index aeabbfeebf..0000000000 --- a/library/cpp/tld/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -LIBRARY() - -OWNER(abolkhovityanov) - -PYTHON( - gen_tld.py tlds-alpha-by-domain.txt - IN tlds-alpha-by-domain.txt - STDOUT tld.inc -) - -SRCS( - tld.cpp -) - -PEERDIR( - library/cpp/digest/lower_case -) - -END() diff --git a/library/cpp/unicode/normalization/ut/ya.make b/library/cpp/unicode/normalization/ut/ya.make deleted file mode 100644 index a74372d9e1..0000000000 --- a/library/cpp/unicode/normalization/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -OWNER(mvel) - -PEERDIR( - library/cpp/unicode/normalization -) - -SRCS( - normalization_ut.cpp -) - -END() diff --git a/library/cpp/unicode/normalization/ya.make b/library/cpp/unicode/normalization/ya.make deleted file mode 100644 index 95bc93f297..0000000000 --- a/library/cpp/unicode/normalization/ya.make +++ /dev/null @@ -1,24 +0,0 @@ -LIBRARY() - -NO_UTIL() - -OWNER(alzobnin) - -SRCS( - generated/composition.cpp - generated/decomposition.cpp - decomposition_table.h - normalization.cpp -) - -IF(NOT CATBOOST_OPENSOURCE) - SRCS( - custom_encoder.cpp - ) - PEERDIR( - library/cpp/charset - ) - GENERATE_ENUM_SERIALIZATION(normalization.h) -ENDIF() - -END() diff --git a/library/cpp/unicode/punycode/ut/ya.make b/library/cpp/unicode/punycode/ut/ya.make deleted file mode 100644 index 74272102a8..0000000000 --- a/library/cpp/unicode/punycode/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST_FOR(library/cpp/unicode/punycode) - -OWNER( - g:base - g:middle - g:upper -) - -SRCS( - punycode_ut.cpp -) - -END() diff --git a/library/cpp/unicode/punycode/ya.make b/library/cpp/unicode/punycode/ya.make deleted file mode 100644 index 62b41b07b7..0000000000 --- a/library/cpp/unicode/punycode/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -OWNER( - g:base - g:middle - g:upper -) - -PEERDIR( - contrib/libs/libidn -) - -SRCS( - punycode.cpp -) - -END() diff --git a/library/cpp/unicode/ya.make b/library/cpp/unicode/ya.make deleted file mode 100644 index 4fcd9caacc..0000000000 --- a/library/cpp/unicode/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -RECURSE( - folding - folding/ut - normalization - normalization/ut - punycode - punycode/ut - set - set/ut - utf8_char - utf8_char/ut - utf8_iter - utf8_iter/ut -) diff --git a/library/cpp/uri/benchmark/ya.make b/library/cpp/uri/benchmark/ya.make deleted file mode 100644 index 77ea238de7..0000000000 --- a/library/cpp/uri/benchmark/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -Y_BENCHMARK() - -OWNER( - svshevtsov - g:base -) - -PEERDIR( - library/cpp/testing/benchmark - library/cpp/uri -) - -SRCS( - main.cpp -) - -END() diff --git a/library/cpp/uri/ut/ya.make b/library/cpp/uri/ut/ya.make deleted file mode 100644 index b2b2c1291a..0000000000 --- a/library/cpp/uri/ut/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -UNITTEST_FOR(library/cpp/uri) - -OWNER(leo) - -NO_OPTIMIZE() - -NO_WSHADOW() - -PEERDIR( - library/cpp/html/entity -) - -SRCS( - location_ut.cpp - uri-ru_ut.cpp - uri_ut.cpp -) - -END() diff --git a/library/cpp/uri/ya.make b/library/cpp/uri/ya.make deleted file mode 100644 index 8fc808a6af..0000000000 --- a/library/cpp/uri/ya.make +++ /dev/null @@ -1,32 +0,0 @@ -LIBRARY() - -OWNER( - mvel - g:base -) - -SRCS( - assign.cpp - common.cpp - encode.cpp - http_url.h - location.cpp - other.cpp - parse.cpp - qargs.cpp - uri.cpp - encodefsm.rl6 - parsefsm.rl6 -) - -PEERDIR( - contrib/libs/libidn - library/cpp/charset -) - -END() - -RECURSE( - benchmark - ut -) diff --git a/library/cpp/xml/document/ut/ya.make b/library/cpp/xml/document/ut/ya.make deleted file mode 100644 index e955448c66..0000000000 --- a/library/cpp/xml/document/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST_FOR(library/cpp/xml/document) - -OWNER(finder) - -SRCS( - xml-document_ut.cpp - xml-textreader_ut.cpp - xml-options_ut.cpp -) - -END() diff --git a/library/cpp/xml/document/ya.make b/library/cpp/xml/document/ya.make deleted file mode 100644 index 86bbd639cf..0000000000 --- a/library/cpp/xml/document/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -OWNER(finder) - -SRCS( - xml-document.cpp - xml-textreader.cpp - xml-options.cpp -) - -PEERDIR( - library/cpp/xml/init - contrib/libs/libxml - library/cpp/string_utils/ztstrbuf -) - -END() diff --git a/library/cpp/xml/init/ya.make b/library/cpp/xml/init/ya.make deleted file mode 100644 index 5f3883c2c9..0000000000 --- a/library/cpp/xml/init/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( - contrib/libs/libxml - library/cpp/charset -) - -SRCS( - ptr.cpp - init.cpp -) - -END() diff --git a/library/cpp/xml/ya.make b/library/cpp/xml/ya.make deleted file mode 100644 index 5a685b70e6..0000000000 --- a/library/cpp/xml/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -RECURSE( - doc - document/ut - encode - encode/ut - init - parslib - parslib/ut - sax - sax/ut - validator - validator/ut -) diff --git a/library/cpp/ya.make b/library/cpp/ya.make deleted file mode 100644 index 8c1193b007..0000000000 --- a/library/cpp/ya.make +++ /dev/null @@ -1,450 +0,0 @@ -OWNER(g:cpp-contrib) - -RECURSE( - accurate_accumulate - accurate_accumulate/benchmark - accurate_accumulate/benchmark/metrics - actors - actors/ut - aio - any - any/ut - archive/ut - auth_client_parser - barcode - barcode/ut - binsaver - binsaver/ut - binsaver/ut_util - bit_io - bit_io/ut - blackbox2 - blob_cache - blob_cache/ut - blockcodecs - blockcodecs/fuzz - bloom_filter - bloom_filter/benchmark - bloom_filter/ut - bucket_quoter - build_info - cache - case_insensitive_string - cgiparam - cgiparam/fuzz - cgiparam/ut - charset - charset/ut - chromium_trace - clang_tidy - clickhouse - clustered_hnsw - clustered_hnsw/ut - codecs - codecs/float_huffman_bench - codecs/greedy_dict/ut - codecs/static/tools - codecs/static/tools/tests - codecs/static/ut - codecs/ut - colorizer - colorizer/ut - compproto - compproto/ut - comptable - comptable/usage - comptable/ut - compute_graph - compute_rt_graph - compute_rt_graph/ut - config - config/extra - config/ut - consistent_hash_ring - consistent_hash_ring/ut - consistent_hashing - consistent_hashing/ut - containers - coroutine - cppparser - cpuid_check - cpuload - dbg_output - dbg_output/ut - deprecated - diff - diff/ut - digest - disjoint_sets - disjoint_sets/ut - dns - dns/ut - dolbilo - dolbilo/ut - domtree - domtree/tool - dot_product - dot_product/bench - dot_product/ut - dwarf_backtrace - dwarf_backtrace/registry - edit_distance - edit_distance/ut - enumbitset - enumbitset/ut - erasure - erasure/benchmark - erasure/ut - eventlog - eventlog/dumper - eventlog/dumper/ut - eventlog/rt - eventlog/rt/tool - eventlog/test - eventlog/ut - eventlog/yt - exception_counter - execprofile - execprofile/autostart - expression - expression/ut - ext - ext/ut - fast_exp - fast_exp/benchmark - fast_exp/ut - fast_log - fieldcalc - fieldcalc/ut - file_checker - file_checker/test - file_checker/test/tests - file_checker/ut - flatbuffers64_introspection - flatbuffers64_introspection/example - float16 - float16/ut - framing - framing/ut - fuid - fuid/ut - function_tracer - geo - geobase - geobase/ut - geohash - geohash/tile - geohash/tile/ut - geohash/ut - geolocation - geotarget - getopt - getopt/last_getopt_demo - getopt/small - getopt/ut - getoptpb - gettimeofday - gradient_optimize - gradient_optimize/ut - graph - grid_creator - grid_creator/fuzz - grid_creator/ut - grpc - histogram - hnsw - html - html/dehtml/ut - http - hyperloglog - hyperloglog/ut - inf_buffer - infected_masks - infected_masks/tools - infected_masks/ut - int128 - int128/ut - introspection - ipmath - ipreg - ipreg/ut - ipv6_address - ipv6_address/ut - iterator - json - json/fast_sax - json/flex_buffers - json/flex_buffers/ut - json/fuzzy_test - json/ut - json/writer/ut - json/yson - json/yson/ut - kmeans_hnsw - kmeans_hnsw/ut - knn_index - knn_index/bench - knn_index/ut - l1_distance - l1_distance/bench - l1_distance/ut - l2_distance - l2_distance/bench - l2_distance/ut - langmask - langmask/proto - langmask/serialization - langmask/ut - langs - langs/ut - lcookie - lcookie/ut - lcs - lcs/ut - lfalloc - lfalloc/dbg - lfalloc/dbg_info - lfalloc/yt - libgit2_wrapper - linear_regression - linear_regression/benchmark - linear_regression/ut - logger - logger/global - logger/global/ut - logger/ut - lua - lua/check - lua/check/ut - lua/sandbox/ut - lua/ut - lwtrace - lwtrace/example1 - lwtrace/example2 - lwtrace/example3 - lwtrace/example4 - lwtrace/example5 - lwtrace/tests - lwtrace/ut - malloc - map_text_file - map_text_file/ut - matrix - matrix/test - md5_checker - md5_checker/ut - mediator - mediator/ut - messagebus/all - messagebus/test - microbdb - microbdb/ut - mime - minhash - minhash/tools - minhash/ut - mongo - monlib - msgpack - msgpack2json - msgpack2json/ut - neh - neh/asio/ut - neh/ut - netliba - nirvana - nth_elements - nth_elements/fuzz - nth_elements/ut - numerator - numerator/blob - oauth - object_factory - object_factory/ut - offroad - on_disk - online_hnsw - online_hnsw/ut - openssl - os_family - os_family/protos - os_family/ut - packedtypes/ut - packers - packers/ut - par - perceptron - pop_count - pop_count/benchmark - pop_count/ut - presort - presort/ut - prob_counter - prob_counter/ut - progress_bar - proto_config - proto_config/codegen - proto_config/exec_test - proto_config/exec_test/tool - proto_config/exec_test/tool_resource - proto_config/plugin - proto_config/protos - proto_config/ut - protobuf - pybind - pybind/example - pybind/example/dynamic - pybind/example/static - pybind/example/ut - query_marker - randomforest - regex - region - region/ut - resource - resource/ut - retry - retry/protos - retry/ut - reverse_geocoder - robots_txt - robots_txt/ut - safe_stats - safe_stats/ut - sampling - sampling/benchmark - sampling/benchmark/metrics - sampling/bin - sampling/ut - scheme - scheme/tests - scheme/ut_utils - scores - scores/ut - select_in_word - select_in_word/bench - select_in_word/ut - semver - semver/ut - shingles - shingles/ut - sighandler - simhash - simhash/ut - skiff - sliding_window - sliding_window/ut - solve_ambig - solve_ambig/ut - sorter - sorter/ut - sqlite3 - sqlite3/ut - sse - ssh - ssh/ut - ssh_sign - ssh_sign/ut - stat-handle - stat-handle/ut - statistics - statistics/ut - stopwords - stopwords/ut - streams - string_utils - succinct_arrays - succinct_arrays/ut - svnversion - telfinder - telfinder/ut - terminate_handler - terminate_handler/sample - testing - text_processing - threading - timezone_conversion - timezone_conversion/ut - tld - tld/ut - token - token/lite - token/serialization - token/serialization/ut - token/ut - tokenclassifiers - tokenizer - tokenizer/ut - trace_usage - trace_usage/benchmark - trace_usage/ut - tvmauth - tvmknife - type_info - type_info/bench - ucompress - udp - uilangdetect - uilangdetect/ut - unicode - unistat - unistat/ut - uri - user_agent - vec4 - vec4/ut - vl_feat - vowpalwabbit - vowpalwabbit/tools - vowpalwabbit/ut - watchdog - watchdog/timeout/ut - wordlistreader - xml - xmlrpc - xsltransform - xsltransform/ut - yaml - yappy - yconf - yconf/patcher - yconf/patcher/ut - yconf/ut - yson - yson/json - yson/node - yson/node/pybind - yson_pull - yson_pull/ut - yt - zipatch -) - -IF (OS_LINUX) - RECURSE( - balloc/test - balloc/aba_agri_test - balloc_market/test - balloc_market/aba_agri_test - ytalloc - rseq - ) -ENDIF() - -IF (OS_WINDOWS) - RECURSE( - winservice - ) -ELSE() - RECURSE( - fuse - sse/ut - tf - xdelta3 - zookeeper - ) -ENDIF() - -IF (HAVE_CUDA) - RECURSE(cuda) -ENDIF() diff --git a/library/cpp/yaml/as/ut/ya.make b/library/cpp/yaml/as/ut/ya.make deleted file mode 100644 index 4eb394dd54..0000000000 --- a/library/cpp/yaml/as/ut/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -UNITTEST() - -OWNER(g:crypta) - -SRCS( - tstring_test.cpp -) - -PEERDIR( - contrib/libs/yaml-cpp - library/cpp/yaml/as -) - -END() diff --git a/library/cpp/yaml/as/ya.make b/library/cpp/yaml/as/ya.make deleted file mode 100644 index 80d60b957b..0000000000 --- a/library/cpp/yaml/as/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -OWNER(g:crypta) - -PEERDIR( - contrib/libs/yaml-cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/yaml/ya.make b/library/cpp/yaml/ya.make deleted file mode 100644 index e9689fe65b..0000000000 --- a/library/cpp/yaml/ya.make +++ /dev/null @@ -1,4 +0,0 @@ -RECURSE( - as - scheme -) diff --git a/library/cpp/yson/json/ya.make b/library/cpp/yson/json/ya.make deleted file mode 100644 index 625a6b231e..0000000000 --- a/library/cpp/yson/json/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -OWNER( - ermolovd - g:yt -) - -SRCS( - json_writer.cpp - yson2json_adapter.cpp -) - -PEERDIR( - library/cpp/json -) - -END() diff --git a/library/cpp/yson/node/pybind/ya.make b/library/cpp/yson/node/pybind/ya.make deleted file mode 100644 index 97b7583e96..0000000000 --- a/library/cpp/yson/node/pybind/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -PY23_NATIVE_LIBRARY() - -OWNER( - inngonch - g:yt -) - -PEERDIR( - library/cpp/pybind - library/cpp/yson/node -) -SRCS( - node.cpp -) - -END() diff --git a/library/cpp/yson/node/ut/ya.make b/library/cpp/yson/node/ut/ya.make deleted file mode 100644 index f49a0bf7df..0000000000 --- a/library/cpp/yson/node/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/yson/node) - -OWNER( - ermolovd - g:yt -) - -SRCS( - node_ut.cpp -) - -END() diff --git a/library/cpp/yson/node/ya.make b/library/cpp/yson/node/ya.make deleted file mode 100644 index a082b293c4..0000000000 --- a/library/cpp/yson/node/ya.make +++ /dev/null @@ -1,25 +0,0 @@ -LIBRARY() - -GENERATE_ENUM_SERIALIZATION(node.h) - -PEERDIR( - library/cpp/yson - library/cpp/yson/json -) - -OWNER( - ermolovd - g:yt -) - -SRCS( - node.cpp - node_io.cpp - node_builder.cpp - node_visitor.cpp - serialize.cpp -) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/yson/ya.make b/library/cpp/yson/ya.make deleted file mode 100644 index c55a189b10..0000000000 --- a/library/cpp/yson/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -LIBRARY() - -OWNER( - ermolovd - g:yt -) - -PEERDIR( - library/cpp/yt/misc - library/cpp/yt/yson -) - -SRCS( - consumer.cpp - lexer.cpp - parser.cpp - token.cpp - tokenizer.cpp - varint.cpp - writer.cpp -) - -END() diff --git a/library/cpp/yson_pull/ut/ya.make b/library/cpp/yson_pull/ut/ya.make deleted file mode 100644 index a269dfd2ad..0000000000 --- a/library/cpp/yson_pull/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/yson_pull) - -OWNER(borman) - -SRCS( - cescape_ut.cpp - reader_ut.cpp - writer_ut.cpp - loop_ut.cpp -) - -END() diff --git a/library/cpp/yson_pull/ya.make b/library/cpp/yson_pull/ya.make deleted file mode 100644 index a373e0a6ba..0000000000 --- a/library/cpp/yson_pull/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -LIBRARY(yson_pull) - -OWNER(borman) - -SRCS( - consumer.cpp - event.cpp - exceptions.cpp - input.cpp - output.cpp - read_ops.cpp - reader.cpp - scalar.cpp - writer.cpp -) - -GENERATE_ENUM_SERIALIZATION(event.h) - -GENERATE_ENUM_SERIALIZATION(scalar.h) - -END() diff --git a/library/cpp/yt/assert/ya.make b/library/cpp/yt/assert/ya.make deleted file mode 100644 index df74a4f1fa..0000000000 --- a/library/cpp/yt/assert/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(g:yt) - -SRCS( - assert.cpp -) - -END() diff --git a/library/cpp/yt/coding/unittests/ya.make b/library/cpp/yt/coding/unittests/ya.make deleted file mode 100644 index e0622db22d..0000000000 --- a/library/cpp/yt/coding/unittests/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -GTEST() - -OWNER(g:yt) - -SRCS( - zig_zag_ut.cpp - varint_ut.cpp -) - -PEERDIR( - library/cpp/yt/coding - library/cpp/testing/gtest -) - -END() diff --git a/library/cpp/yt/coding/ya.make b/library/cpp/yt/coding/ya.make deleted file mode 100644 index 3dae919e57..0000000000 --- a/library/cpp/yt/coding/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -SRCS( -) - -PEERDIR( - library/cpp/yt/exception -) - -END() - -RECURSE_FOR_TESTS(unittests) diff --git a/library/cpp/yt/exception/ya.make b/library/cpp/yt/exception/ya.make deleted file mode 100644 index 0c89c31dc3..0000000000 --- a/library/cpp/yt/exception/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -SRCS( - exception.cpp -) - -END() diff --git a/library/cpp/yt/malloc/ya.make b/library/cpp/yt/malloc/ya.make deleted file mode 100644 index 0a07d93b36..0000000000 --- a/library/cpp/yt/malloc/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -SRCS( - malloc.cpp -) - -END() diff --git a/library/cpp/yt/memory/unittests/ya.make b/library/cpp/yt/memory/unittests/ya.make deleted file mode 100644 index f09ad7d0c9..0000000000 --- a/library/cpp/yt/memory/unittests/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -GTEST(unittester-library-memory) - -OWNER(g:yt) - -IF (NOT OS_WINDOWS) - ALLOCATOR(YT) -ENDIF() - -SRCS( - intrusive_ptr_ut.cpp - weak_ptr_ut.cpp -) - -PEERDIR( - library/cpp/testing/gtest - library/cpp/yt/memory -) - -END() diff --git a/library/cpp/yt/memory/ya.make b/library/cpp/yt/memory/ya.make deleted file mode 100644 index a925c714ee..0000000000 --- a/library/cpp/yt/memory/ya.make +++ /dev/null @@ -1,31 +0,0 @@ -LIBRARY() - -OWNER(g:yt) - -SRCS( - blob.cpp - ref.cpp - ref_tracked.cpp -) - -PEERDIR( - library/cpp/yt/assert - library/cpp/yt/misc - library/cpp/ytalloc/api -) - -CHECK_DEPENDENT_DIRS( - ALLOW_ONLY ALL - build - contrib - library - util - library/cpp/yt/assert - library/cpp/yt/misc -) - -END() - -RECURSE_FOR_TESTS( - unittests -) diff --git a/library/cpp/yt/misc/unittests/ya.make b/library/cpp/yt/misc/unittests/ya.make deleted file mode 100644 index 0a4ebd5641..0000000000 --- a/library/cpp/yt/misc/unittests/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -GTEST(unittester-library-misc) - -OWNER(g:yt) - -SRCS( - enum_ut.cpp - guid_ut.cpp - farm_fingerprint_stability_ut.cpp - preprocessor_ut.cpp -) - -PEERDIR( - library/cpp/yt/misc -) - -END() diff --git a/library/cpp/yt/misc/ya.make b/library/cpp/yt/misc/ya.make deleted file mode 100644 index 76c75b0034..0000000000 --- a/library/cpp/yt/misc/ya.make +++ /dev/null @@ -1,28 +0,0 @@ -LIBRARY() - -OWNER(g:yt) - -SRCS( - guid.cpp - source_location.cpp -) - -PEERDIR( - contrib/libs/farmhash - library/cpp/yt/exception -) - -CHECK_DEPENDENT_DIRS( - ALLOW_ONLY ALL - build - contrib - library - util - yt/yt/library/small_containers -) - -END() - -RECURSE_FOR_TESTS( - unittests -) diff --git a/library/cpp/yt/small_containers/unittests/ya.make b/library/cpp/yt/small_containers/unittests/ya.make deleted file mode 100644 index 6bd8e1d0ec..0000000000 --- a/library/cpp/yt/small_containers/unittests/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -GTEST(unittester-small-containers) - -OWNER(g:yt) - -SRCS( - compact_flat_map_ut.cpp - compact_heap_ut.cpp - compact_set_ut.cpp - compact_vector_ut.cpp -) - -PEERDIR( - library/cpp/yt/small_containers - library/cpp/testing/gtest -) - -END() diff --git a/library/cpp/yt/small_containers/ya.make b/library/cpp/yt/small_containers/ya.make deleted file mode 100644 index d886b2ddac..0000000000 --- a/library/cpp/yt/small_containers/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/yt/assert - library/cpp/yt/malloc -) - -CHECK_DEPENDENT_DIRS( - ALLOW_ONLY ALL - build - contrib - library - util -) - -END() - -RECURSE_FOR_TESTS( - unittests -) diff --git a/library/cpp/yt/string/unittests/ya.make b/library/cpp/yt/string/unittests/ya.make deleted file mode 100644 index 9d539758d1..0000000000 --- a/library/cpp/yt/string/unittests/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -GTEST(unittester-library-string-helpers) - -OWNER(g:yt) - -SRCS( - enum_ut.cpp - format_ut.cpp - guid_ut.cpp - string_ut.cpp -) - -PEERDIR( - library/cpp/yt/string - library/cpp/testing/gtest -) - -END() diff --git a/library/cpp/yt/string/ya.make b/library/cpp/yt/string/ya.make deleted file mode 100644 index 83efd5eb2f..0000000000 --- a/library/cpp/yt/string/ya.make +++ /dev/null @@ -1,30 +0,0 @@ -LIBRARY() - -SRCS( - enum.cpp - guid.cpp - string.cpp -) - -PEERDIR( - library/cpp/yt/assert - library/cpp/yt/exception - library/cpp/yt/misc -) - -CHECK_DEPENDENT_DIRS( - ALLOW_ONLY ALL - build - contrib - library - util - library/cpp/yt/assert - library/cpp/yt/misc - library/cpp/yt/small_containers -) - -END() - -RECURSE_FOR_TESTS( - unittests -) diff --git a/library/cpp/yt/ya.make b/library/cpp/yt/ya.make deleted file mode 100644 index f4d43806f4..0000000000 --- a/library/cpp/yt/ya.make +++ /dev/null @@ -1,24 +0,0 @@ -RECURSE( - assert - coding - exception - misc - string - system - yson - yson_string -) - -IF (NOT OS_WINDOWS) - RECURSE( - containers - cpu_clock - logging - malloc - memory - mlock - phdr_cache - small_containers - threading - ) -ENDIF() diff --git a/library/cpp/yt/yson/ya.make b/library/cpp/yt/yson/ya.make deleted file mode 100644 index d914352c4b..0000000000 --- a/library/cpp/yt/yson/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -SRCS( - consumer.cpp -) - -PEERDIR( - library/cpp/yt/yson_string -) - -END() diff --git a/library/cpp/yt/yson_string/unittests/ya.make b/library/cpp/yt/yson_string/unittests/ya.make deleted file mode 100644 index f327d298f1..0000000000 --- a/library/cpp/yt/yson_string/unittests/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -GTEST() - -OWNER(g:yt) - -SRCS( - convert_ut.cpp -) - -PEERDIR( - library/cpp/yt/yson_string - library/cpp/testing/gtest - library/cpp/testing/gtest_extensions -) - -END() diff --git a/library/cpp/yt/yson_string/ya.make b/library/cpp/yt/yson_string/ya.make deleted file mode 100644 index b7447d89ff..0000000000 --- a/library/cpp/yt/yson_string/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -LIBRARY() - -SRCS( - convert.cpp - string.cpp -) - -PEERDIR( - library/cpp/yt/assert - library/cpp/yt/coding - library/cpp/yt/exception - library/cpp/yt/string - library/cpp/yt/memory - library/cpp/yt/misc -) - -END() - -RECURSE_FOR_TESTS( - unittests -) diff --git a/library/cpp/ytalloc/api/ya.make b/library/cpp/ytalloc/api/ya.make deleted file mode 100644 index 26d0efd381..0000000000 --- a/library/cpp/ytalloc/api/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -OWNER(g:yt) - -SRCS( - fallback.cpp -) - -PEERDIR( - library/cpp/yt/misc -) - -END() diff --git a/library/cpp/ytalloc/ya.make b/library/cpp/ytalloc/ya.make deleted file mode 100644 index 97aa73c135..0000000000 --- a/library/cpp/ytalloc/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -OWNER(g:yt) - -IF (NOT OS_DARWIN AND NOT SANITIZER_TYPE) - SET(YT_ALLOC_ENABLED yes) -ENDIF() - -RECURSE( - api - impl -) - -IF (YT_ALLOC_ENABLED) - RECURSE( - ut - benchmarks - ) -ENDIF() |