diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-03-28 22:25:04 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-03-28 22:25:04 +0300 |
commit | b8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch) | |
tree | 1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /library | |
parent | 25659221f18577ea38430a8ec3349836f5626b6a (diff) | |
download | ydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz |
Revert ymake build from ydb oss export
Diffstat (limited to 'library')
582 files changed, 0 insertions, 8600 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 5c7ccf9197..0000000000 --- a/library/cpp/accurate_accumulate/benchmark/metrics/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -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 5eb3aac446..0000000000 --- a/library/cpp/accurate_accumulate/benchmark/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -Y_BENCHMARK() - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/accurate_accumulate -) - -END() - -RECURSE( - metrics -) diff --git a/library/cpp/accurate_accumulate/ya.make b/library/cpp/accurate_accumulate/ya.make deleted file mode 100644 index b4bca26958..0000000000 --- a/library/cpp/accurate_accumulate/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -SRCS( - accurate_accumulate.h - accurate_accumulate.cpp -) - -END() - -RECURSE( - benchmark -) diff --git a/library/cpp/actors/core/ut/ya.make b/library/cpp/actors/core/ut/ya.make deleted file mode 100644 index c146de6fc0..0000000000 --- a/library/cpp/actors/core/ut/ya.make +++ /dev/null @@ -1,42 +0,0 @@ -UNITTEST_FOR(library/cpp/actors/core) - -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 - performance_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 - 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 8a486ca7b3..0000000000 --- a/library/cpp/actors/core/ya.make +++ /dev/null @@ -1,130 +0,0 @@ -LIBRARY() - -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.cpp - actor_coroutine.cpp - actor_coroutine.h - actor.cpp - actor.h - actor_virtual.cpp - actorid.cpp - actorid.h - actorsystem.cpp - actorsystem.h - ask.cpp - ask.h - av_bootstrapped.cpp - 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 - harmonizer.cpp - harmonizer.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 - log_buffer.cpp - log_buffer.h - log_metrics.h - mailbox.cpp - mailbox.h - mailbox_queue_revolving.h - mailbox_queue_simple.h - mon.h - mon_stats.h - monotonic.cpp - monotonic.h - monotonic_provider.cpp - monotonic_provider.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/time_provider - library/cpp/threading/future -) - -IF (SANITIZER_TYPE == "thread") - SUPPRESSIONS( - tsan.supp - ) -ENDIF() - -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 62eaafc8f5..0000000000 --- a/library/cpp/actors/dnscachelib/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -LIBRARY() - -SRCS( - dnscache.cpp - dnscache.h - probes.cpp - probes.h - timekeeper.h -) - -PEERDIR( - contrib/libs/c-ares - library/cpp/lwtrace - library/cpp/deprecated/atomic -) - -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 ec4b117bf7..0000000000 --- a/library/cpp/actors/dnsresolver/ut/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -UNITTEST_FOR(library/cpp/actors/dnsresolver) - -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 a66125d65c..0000000000 --- a/library/cpp/actors/dnsresolver/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -LIBRARY() - -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/examples/01_ping_pong/ya.make b/library/cpp/actors/examples/01_ping_pong/ya.make deleted file mode 100644 index d33cfd3456..0000000000 --- a/library/cpp/actors/examples/01_ping_pong/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROGRAM(example_01_ping_pong) - -ALLOCATOR(LF) - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/actors/core -) - -END() diff --git a/library/cpp/actors/examples/02_discovery/ya.make b/library/cpp/actors/examples/02_discovery/ya.make deleted file mode 100644 index 953c13259c..0000000000 --- a/library/cpp/actors/examples/02_discovery/ya.make +++ /dev/null @@ -1,25 +0,0 @@ -PROGRAM(example_02_discovery) - -ALLOCATOR(LF) - -SRCS( - endpoint.cpp - lookup.cpp - main.cpp - publish.cpp - replica.cpp - services.h -) - -SRCS( - protocol.proto -) - -PEERDIR( - library/cpp/actors/core - library/cpp/actors/dnsresolver - library/cpp/actors/interconnect - library/cpp/actors/http -) - -END() diff --git a/library/cpp/actors/examples/ya.make b/library/cpp/actors/examples/ya.make deleted file mode 100644 index 0a98074b47..0000000000 --- a/library/cpp/actors/examples/ya.make +++ /dev/null @@ -1,4 +0,0 @@ -RECURSE( - 01_ping_pong - 02_discovery -) diff --git a/library/cpp/actors/helpers/ut/ya.make b/library/cpp/actors/helpers/ut/ya.make deleted file mode 100644 index 10b298bb72..0000000000 --- a/library/cpp/actors/helpers/ut/ya.make +++ /dev/null @@ -1,31 +0,0 @@ -UNITTEST_FOR(library/cpp/actors/helpers) - -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 94acdca726..0000000000 --- a/library/cpp/actors/helpers/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -LIBRARY() - -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 8404308053..0000000000 --- a/library/cpp/actors/http/ut/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -UNITTEST_FOR(library/cpp/actors/http) - -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 9b66988ea9..0000000000 --- a/library/cpp/actors/http/ya.make +++ /dev/null @@ -1,36 +0,0 @@ -LIBRARY() - -SRCS( - http_cache.cpp - http_cache.h - http_compress.cpp - http_config.h - http_proxy_acceptor.cpp - http_proxy_incoming.cpp - http_proxy_outgoing.cpp - http_proxy_sock_impl.h - http_proxy_sock64.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 - contrib/libs/zlib - library/cpp/actors/core - library/cpp/actors/interconnect - library/cpp/dns - library/cpp/monlib/metrics - library/cpp/string_utils/quote -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/actors/interconnect/mock/ya.make b/library/cpp/actors/interconnect/mock/ya.make deleted file mode 100644 index d097e3f094..0000000000 --- a/library/cpp/actors/interconnect/mock/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -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 615c6a0e54..0000000000 --- a/library/cpp/actors/interconnect/ut/lib/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -LIBRARY() - -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 a7ffcd6bd0..0000000000 --- a/library/cpp/actors/interconnect/ut/protos/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -PROTO_LIBRARY() - -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 4a0393f227..0000000000 --- a/library/cpp/actors/interconnect/ut/ya.make +++ /dev/null @@ -1,31 +0,0 @@ -UNITTEST() - -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 8361c5d9f7..0000000000 --- a/library/cpp/actors/interconnect/ut_fat/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -UNITTEST() - -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 - library/cpp/deprecated/atomic -) - -END() diff --git a/library/cpp/actors/interconnect/ut_huge_cluster/ya.make b/library/cpp/actors/interconnect/ut_huge_cluster/ya.make deleted file mode 100644 index 828783323d..0000000000 --- a/library/cpp/actors/interconnect/ut_huge_cluster/ya.make +++ /dev/null @@ -1,34 +0,0 @@ -UNITTEST() - -IF (SANITIZER_TYPE OR WITH_VALGRIND) - TIMEOUT(3600) - SIZE(LARGE) - TAG(ya:fat) -ELSE() - TIMEOUT(600) - SIZE(MEDIUM) -ENDIF() - -IF (BUILD_TYPE == "RELEASE" OR BUILD_TYPE == "RELWITHDEBINFO") - SRCS( - huge_cluster.cpp - ) -ELSE () - MESSAGE(WARNING "It takes too much time to run test in DEBUG mode, some tests are skipped") -ENDIF () - -PEERDIR( - library/cpp/actors/core - library/cpp/actors/interconnect - library/cpp/actors/interconnect/ut/lib - library/cpp/actors/interconnect/ut/protos - library/cpp/testing/unittest - library/cpp/actors/testlib -) - -REQUIREMENTS( - cpu:4 - ram:32 -) - -END() diff --git a/library/cpp/actors/interconnect/ya.make b/library/cpp/actors/interconnect/ya.make deleted file mode 100644 index 45e2beabb1..0000000000 --- a/library/cpp/actors/interconnect/ya.make +++ /dev/null @@ -1,95 +0,0 @@ -LIBRARY() - -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/actors/wilson - 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() - -RECURSE_FOR_TESTS( - ut - ut_fat - ut_huge_cluster -) diff --git a/library/cpp/actors/log_backend/ya.make b/library/cpp/actors/log_backend/ya.make deleted file mode 100644 index ce9f049e9a..0000000000 --- a/library/cpp/actors/log_backend/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/actors/core - library/cpp/logger -) - -SRCS( - actor_log_backend.cpp -) - -END() diff --git a/library/cpp/actors/memory_log/ya.make b/library/cpp/actors/memory_log/ya.make deleted file mode 100644 index ae766a5464..0000000000 --- a/library/cpp/actors/memory_log/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -SRCS( - memlog.cpp - memlog.h - mmap.cpp -) - -PEERDIR( - library/cpp/threading/queue - contrib/libs/linuxvdso - library/cpp/deprecated/atomic -) - -END() diff --git a/library/cpp/actors/prof/ut/ya.make b/library/cpp/actors/prof/ut/ya.make deleted file mode 100644 index e439856698..0000000000 --- a/library/cpp/actors/prof/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/actors/prof) - -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 ca29f6cf39..0000000000 --- a/library/cpp/actors/prof/ya.make +++ /dev/null @@ -1,27 +0,0 @@ -LIBRARY() - -SRCS( - tag.cpp - tcmalloc.cpp -) - -PEERDIR( - contrib/libs/tcmalloc/malloc_extension - 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() - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/actors/protos/ya.make b/library/cpp/actors/protos/ya.make deleted file mode 100644 index c9139191ec..0000000000 --- a/library/cpp/actors/protos/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -PROTO_LIBRARY() - -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 ea6aef37a6..0000000000 --- a/library/cpp/actors/testlib/ut/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -UNITTEST_FOR(library/cpp/actors/testlib) - -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 0bd44ddd57..0000000000 --- a/library/cpp/actors/testlib/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -LIBRARY() - -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 9ac8504751..0000000000 --- a/library/cpp/actors/util/ut/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -UNITTEST_FOR(library/cpp/actors/util) - -IF (WITH_VALGRIND) - TIMEOUT(600) - SIZE(MEDIUM) -ENDIF() - -SRCS( - cpu_load_log_ut.cpp - memory_tracker_ut.cpp - thread_load_log_ut.cpp - rope_ut.cpp - rc_buf_ut.cpp - shared_data_ut.cpp - shared_data_rope_backend_ut.cpp - shared_data_native_rope_backend_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 6dfc0e97a8..0000000000 --- a/library/cpp/actors/util/ya.make +++ /dev/null @@ -1,47 +0,0 @@ -LIBRARY() - -SRCS( - affinity.cpp - affinity.h - cpu_load_log.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 - memory_track.cpp - memory_track.h - memory_tracker.cpp - memory_tracker.h - recentwnd.h - rope.h - rc_buf.h - shared_data.h - shared_data.cpp - shared_data_rope_backend.h - should_continue.cpp - should_continue.h - thread.h - threadparkpad.cpp - threadparkpad.h - thread_load_log.h - ticket_lock.h - timerfd.h - unordered_cache.h -) - -PEERDIR( - library/cpp/deprecated/atomic - library/cpp/pop_count -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/actors/wilson/protos/ya.make b/library/cpp/actors/wilson/protos/ya.make deleted file mode 100644 index 9a756e8da0..0000000000 --- a/library/cpp/actors/wilson/protos/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -PROTO_LIBRARY() - - GRPC() - - SRCS( - common.proto - resource.proto - service.proto - trace.proto - ) - - EXCLUDE_TAGS( - GO_PROTO - JAVA_PROTO - ) - -END() diff --git a/library/cpp/actors/wilson/ya.make b/library/cpp/actors/wilson/ya.make deleted file mode 100644 index f1582fa918..0000000000 --- a/library/cpp/actors/wilson/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -LIBRARY() - - SRCS( - wilson_event.cpp - wilson_span.cpp - wilson_profile_span.cpp - wilson_trace.cpp - wilson_uploader.cpp - ) - - PEERDIR( - library/cpp/actors/core - library/cpp/actors/protos - library/cpp/actors/wilson/protos - ) - -END() - -RECURSE( - protos -) diff --git a/library/cpp/actors/ya.make b/library/cpp/actors/ya.make deleted file mode 100644 index 2612c414cd..0000000000 --- a/library/cpp/actors/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -RECURSE( - log_backend - core - dnsresolver - examples - interconnect - 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 d8022cd70c..0000000000 --- a/library/cpp/archive/ut/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -UNITTEST() - -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 ff20c9ffbd..0000000000 --- a/library/cpp/archive/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -SRCS( - yarchive.cpp - yarchive.h - directory_models_archive_reader.cpp - directory_models_archive_reader.h -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/balloc/lib/ya.make b/library/cpp/balloc/lib/ya.make deleted file mode 100644 index a2c5f80008..0000000000 --- a/library/cpp/balloc/lib/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -LIBRARY() - -NO_UTIL() -NO_COMPILER_WARNINGS() - -SRCS( - alloc_stats.cpp - alloc_stats.h -) - -IF (OS_LINUX) - PEERDIR( - contrib/libs/linuxvdso - ) -ENDIF() - -PEERDIR( - library/cpp/balloc/setup - library/cpp/malloc/api -) - -SET(IDE_FOLDER "util") - -END() - -NEED_CHECK() diff --git a/library/cpp/balloc/setup/ya.make b/library/cpp/balloc/setup/ya.make deleted file mode 100644 index 90bb97ea28..0000000000 --- a/library/cpp/balloc/setup/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -NO_UTIL() - -IF ("${YMAKE}" MATCHES "devtools") - CFLAGS(-DYMAKE=1) -ENDIF() - -SRCS( - alloc.cpp - enable.cpp -) - -END() - -NEED_CHECK() diff --git a/library/cpp/balloc/ya.make b/library/cpp/balloc/ya.make deleted file mode 100644 index ad8cae97e5..0000000000 --- a/library/cpp/balloc/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -LIBRARY() - -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 de198b31a4..0000000000 --- a/library/cpp/binsaver/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/binsaver) - -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 39b6c955b2..0000000000 --- a/library/cpp/binsaver/ut_util/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -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 ae26fa93c1..0000000000 --- a/library/cpp/binsaver/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -LIBRARY() - -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() - -RECURSE_FOR_TESTS( - ut - ut_util -) diff --git a/library/cpp/bit_io/ut/ya.make b/library/cpp/bit_io/ut/ya.make deleted file mode 100644 index a206a477e1..0000000000 --- a/library/cpp/bit_io/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/bit_io) - -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 cb046bcf7e..0000000000 --- a/library/cpp/bit_io/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/deprecated/accessors -) - -SRCS( - bitinput.cpp - bitinput_impl.cpp - bitoutput.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/blockcodecs/codecs/brotli/ya.make b/library/cpp/blockcodecs/codecs/brotli/ya.make deleted file mode 100644 index f1983cef15..0000000000 --- a/library/cpp/blockcodecs/codecs/brotli/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -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 7c83580341..0000000000 --- a/library/cpp/blockcodecs/codecs/bzip/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -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 24306c308c..0000000000 --- a/library/cpp/blockcodecs/codecs/fastlz/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -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 d4735651b9..0000000000 --- a/library/cpp/blockcodecs/codecs/legacy_zstd06/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -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 c66b8fc634..0000000000 --- a/library/cpp/blockcodecs/codecs/lz4/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -PEERDIR( - contrib/libs/lz4 - 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 20db16c83d..0000000000 --- a/library/cpp/blockcodecs/codecs/lzma/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -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 122cd721cc..0000000000 --- a/library/cpp/blockcodecs/codecs/snappy/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -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 206ce30e10..0000000000 --- a/library/cpp/blockcodecs/codecs/zlib/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -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 3e65f7ca2f..0000000000 --- a/library/cpp/blockcodecs/codecs/zstd/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -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 ac9789ab7f..0000000000 --- a/library/cpp/blockcodecs/core/ya.make +++ /dev/null @@ -1,8 +0,0 @@ -LIBRARY() - -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 93252bce8d..0000000000 --- a/library/cpp/blockcodecs/fuzz/proto/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -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 c917e89aac..0000000000 --- a/library/cpp/blockcodecs/fuzz/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -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 d39e21f371..0000000000 --- a/library/cpp/blockcodecs/ut/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -UNITTEST_FOR(library/cpp/blockcodecs) - -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 add534d2d6..0000000000 --- a/library/cpp/blockcodecs/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -LIBRARY() - -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( - fuzz - ut -) diff --git a/library/cpp/bucket_quoter/ut/ya.make b/library/cpp/bucket_quoter/ut/ya.make deleted file mode 100644 index d7bc7a30ed..0000000000 --- a/library/cpp/bucket_quoter/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -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 d74141e39d..0000000000 --- a/library/cpp/bucket_quoter/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -SRCS( - bucket_quoter.cpp -) - -PEERDIR( - library/cpp/deprecated/atomic -) - -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 8e5d7b6c83..0000000000 --- a/library/cpp/build_info/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -LIBRARY() - -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 32fb8fd153..0000000000 --- a/library/cpp/cache/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST() - -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 27f94e52a6..0000000000 --- a/library/cpp/cache/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -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 85db6ec468..0000000000 --- a/library/cpp/case_insensitive_string/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -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 1057ab7ada..0000000000 --- a/library/cpp/case_insensitive_string/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -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 dd4cda38f5..0000000000 --- a/library/cpp/cgiparam/fuzz/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -FUZZ() - -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 0edb867245..0000000000 --- a/library/cpp/cgiparam/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/cgiparam) - -SRCS( - cgiparam_ut.cpp -) - -END() diff --git a/library/cpp/cgiparam/ya.make b/library/cpp/cgiparam/ya.make deleted file mode 100644 index 3db2e22adc..0000000000 --- a/library/cpp/cgiparam/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -LIBRARY() - -SRCS( - cgiparam.cpp - cgiparam.h -) - -PEERDIR( - library/cpp/iterator - library/cpp/string_utils/quote - library/cpp/string_utils/scan -) - -END() - -RECURSE_FOR_TESTS( - fuzz - ut -) diff --git a/library/cpp/charset/ut/ya.make b/library/cpp/charset/ut/ya.make deleted file mode 100644 index 42f7ca54e2..0000000000 --- a/library/cpp/charset/ut/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -UNITTEST_FOR(library/cpp/charset) - -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 f9fbbf9d09..0000000000 --- a/library/cpp/charset/ya.make +++ /dev/null @@ -1,28 +0,0 @@ -LIBRARY() - -IF (NOT OPENSOURCE) - CXXFLAGS(-DUSE_ICONV_EXTENSIONS) -ENDIF() - -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() - -RECURSE_FOR_TESTS( - ut -) 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 cc1bf1c779..0000000000 --- a/library/cpp/codecs/float_huffman_bench/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -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 acb110d061..0000000000 --- a/library/cpp/codecs/greedy_dict/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/codecs/greedy_dict) - -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 f4b2714f41..0000000000 --- a/library/cpp/codecs/greedy_dict/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -SRCS( - gd_builder.cpp - gd_entry.cpp -) - -PEERDIR( - library/cpp/containers/comptrie - library/cpp/string_utils/relaxed_escaper -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/codecs/ut/ya.make b/library/cpp/codecs/ut/ya.make deleted file mode 100644 index b519769283..0000000000 --- a/library/cpp/codecs/ut/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -UNITTEST() - -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 f3a39c1e51..0000000000 --- a/library/cpp/codecs/ya.make +++ /dev/null @@ -1,34 +0,0 @@ -LIBRARY() - -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() - -RECURSE( - greedy_dict - float_huffman_bench - ut -) diff --git a/library/cpp/colorizer/ut/ya.make b/library/cpp/colorizer/ut/ya.make deleted file mode 100644 index 493514e176..0000000000 --- a/library/cpp/colorizer/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/colorizer) - -SRCS( - colorizer_ut.cpp -) - -END() diff --git a/library/cpp/colorizer/ya.make b/library/cpp/colorizer/ya.make deleted file mode 100644 index eb1c01850b..0000000000 --- a/library/cpp/colorizer/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -SRCS( - colors.cpp - output.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/compproto/ut/ya.make b/library/cpp/compproto/ut/ya.make deleted file mode 100644 index 2686f5b480..0000000000 --- a/library/cpp/compproto/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -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 dc9ad86f03..0000000000 --- a/library/cpp/compproto/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -SRCS( - bit.h - compressor.h - huff.h - metainfo.h - lib.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/comptable/usage/ya.make b/library/cpp/comptable/usage/ya.make deleted file mode 100644 index e622cc106e..0000000000 --- a/library/cpp/comptable/usage/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PROGRAM() - -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 d98ecad7b6..0000000000 --- a/library/cpp/comptable/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/comptable) - -SRCS( - comptable_ut.cpp -) - -END() diff --git a/library/cpp/comptable/ya.make b/library/cpp/comptable/ya.make deleted file mode 100644 index a4e6e286d2..0000000000 --- a/library/cpp/comptable/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -SRCS( - comptable.cpp -) - -PEERDIR( - library/cpp/compproto -) - -END() - -RECURSE( - usage - ut -) diff --git a/library/cpp/config/ya.make b/library/cpp/config/ya.make deleted file mode 100644 index 14646644ad..0000000000 --- a/library/cpp/config/ya.make +++ /dev/null @@ -1,25 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/archive - library/cpp/json - library/cpp/lua - library/cpp/string_utils/relaxed_escaper -) - -ARCHIVE( - NAME code.inc - support/pp.lua -) - -SRCS( - config.cpp - sax.cpp - value.cpp - markup.cpp - markupfsm.h.rl6 - ini.cpp - domscheme.cpp -) - -END() diff --git a/library/cpp/containers/2d_array/ya.make b/library/cpp/containers/2d_array/ya.make deleted file mode 100644 index 50aa2a5f8b..0000000000 --- a/library/cpp/containers/2d_array/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -SRCS( - 2d_array.cpp -) - -END() diff --git a/library/cpp/containers/absl_flat_hash/ya.make b/library/cpp/containers/absl_flat_hash/ya.make deleted file mode 100644 index 8a7731d804..0000000000 --- a/library/cpp/containers/absl_flat_hash/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -PEERDIR( - contrib/restricted/abseil-cpp/absl/container -) - -# WARN thegeorg@: removing this ADDINCL will break svn selective checkout. Just don't. -ADDINCL( - contrib/restricted/abseil-cpp -) - -SRCS( - flat_hash_map.cpp - flat_hash_set.cpp -) - -END() diff --git a/library/cpp/containers/atomizer/ya.make b/library/cpp/containers/atomizer/ya.make deleted file mode 100644 index ee755e4186..0000000000 --- a/library/cpp/containers/atomizer/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -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 1b835458c9..0000000000 --- a/library/cpp/containers/bitseq/ut/ya.make +++ /dev/null @@ -1,8 +0,0 @@ -UNITTEST_FOR(library/cpp/containers/bitseq) - -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 a59c3e765e..0000000000 --- a/library/cpp/containers/bitseq/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -PEERDIR( - util/draft - library/cpp/pop_count -) - -SRCS( - bitvector.cpp - readonly_bitvector.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) 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 1a84894570..0000000000 --- a/library/cpp/containers/compact_vector/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST() - -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 b7d97b1353..0000000000 --- a/library/cpp/containers/compact_vector/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -SRCS( - compact_vector.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/containers/comptrie/benchmark/ya.make b/library/cpp/containers/comptrie/benchmark/ya.make deleted file mode 100644 index d0d42fb7d7..0000000000 --- a/library/cpp/containers/comptrie/benchmark/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -Y_BENCHMARK() - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/containers/comptrie - util -) - -END() diff --git a/library/cpp/containers/comptrie/ut/ya.make b/library/cpp/containers/comptrie/ut/ya.make deleted file mode 100644 index 3a9bdefcbd..0000000000 --- a/library/cpp/containers/comptrie/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/containers/comptrie) - -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 8931bfb383..0000000000 --- a/library/cpp/containers/comptrie/ya.make +++ /dev/null @@ -1,38 +0,0 @@ -LIBRARY() - -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() - -RECURSE( - benchmark - ut -) 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 b4ccc41917..0000000000 --- a/library/cpp/containers/disjoint_interval_tree/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/containers/disjoint_interval_tree) - -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 688a415c0f..0000000000 --- a/library/cpp/containers/disjoint_interval_tree/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -SRCS(disjoint_interval_tree.cpp) - -END() - -RECURSE_FOR_TESTS( - ut -) 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 6b202846a6..0000000000 --- a/library/cpp/containers/flat_hash/benchmark/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -Y_BENCHMARK() - -SRCS( - flat_hash_benchmark.cpp -) - -PEERDIR( - library/cpp/containers/flat_hash -) - -END() diff --git a/library/cpp/containers/flat_hash/fuzz/dense_map_fuzz/ya.make b/library/cpp/containers/flat_hash/fuzz/dense_map_fuzz/ya.make deleted file mode 100644 index 0e9c28ed85..0000000000 --- a/library/cpp/containers/flat_hash/fuzz/dense_map_fuzz/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -FUZZ() - -SRCS( - fuzz.cpp -) - -PEERDIR( - library/cpp/containers/flat_hash/fuzz/fuzz_common -) - -SIZE(LARGE) - -TAG(ya:fat) - -END() diff --git a/library/cpp/containers/flat_hash/fuzz/flat_map_fuzz/ya.make b/library/cpp/containers/flat_hash/fuzz/flat_map_fuzz/ya.make deleted file mode 100644 index 0e9c28ed85..0000000000 --- a/library/cpp/containers/flat_hash/fuzz/flat_map_fuzz/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -FUZZ() - -SRCS( - fuzz.cpp -) - -PEERDIR( - library/cpp/containers/flat_hash/fuzz/fuzz_common -) - -SIZE(LARGE) - -TAG(ya:fat) - -END() diff --git a/library/cpp/containers/flat_hash/fuzz/fuzz_common/ya.make b/library/cpp/containers/flat_hash/fuzz/fuzz_common/ya.make deleted file mode 100644 index d0a6c63883..0000000000 --- a/library/cpp/containers/flat_hash/fuzz/fuzz_common/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -SRCS(fuzz_common.cpp) - -PEERDIR( - library/cpp/containers/flat_hash -) - -END() diff --git a/library/cpp/containers/flat_hash/fuzz/ya.make b/library/cpp/containers/flat_hash/fuzz/ya.make deleted file mode 100644 index 9cb68d9e92..0000000000 --- a/library/cpp/containers/flat_hash/fuzz/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -RECURSE( - flat_map_fuzz - dense_map_fuzz - fuzz_common -) 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 a4a5d22154..0000000000 --- a/library/cpp/containers/flat_hash/ut/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -UNITTEST() - -SRCS( - containers_ut.cpp - flat_hash_ut.cpp - iterator_ut.cpp - probings_ut.cpp - size_fitters_ut.cpp - table_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 0f7daea2d8..0000000000 --- a/library/cpp/containers/flat_hash/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -LIBRARY() - -SRCS( - flat_hash.cpp - lib/concepts/container.cpp - lib/concepts/iterator.cpp - lib/concepts/size_fitter.cpp - lib/concepts/value_marker.cpp - lib/containers.cpp - lib/expanders.cpp - lib/iterator.cpp - lib/map.cpp - lib/probings.cpp - lib/set.cpp - lib/size_fitters.cpp - lib/table.cpp - lib/value_markers.cpp -) - -END() - -RECURSE( - benchmark - fuzz - ut -) 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 f17a1aee31..0000000000 --- a/library/cpp/containers/intrusive_avl_tree/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/containers/intrusive_avl_tree) - -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 ef546dcd58..0000000000 --- a/library/cpp/containers/intrusive_avl_tree/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -SRCS( - avltree.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) 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 9043c78472..0000000000 --- a/library/cpp/containers/intrusive_rb_tree/fuzz/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -FUZZ() - -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 db8d6f0a72..0000000000 --- a/library/cpp/containers/intrusive_rb_tree/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/containers/intrusive_rb_tree) - -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 492f83e670..0000000000 --- a/library/cpp/containers/intrusive_rb_tree/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -SRCS( - rb_tree.cpp -) - -END() - -RECURSE( - fuzz - ut -) 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 d0ffac4d79..0000000000 --- a/library/cpp/containers/paged_vector/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST() - -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 b03a0a2ded..0000000000 --- a/library/cpp/containers/paged_vector/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -SRCS( - paged_vector.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/containers/ring_buffer/ya.make b/library/cpp/containers/ring_buffer/ya.make deleted file mode 100644 index c9220b578a..0000000000 --- a/library/cpp/containers/ring_buffer/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -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 3c67b30c19..0000000000 --- a/library/cpp/containers/sorted_vector/ut/ya.make +++ /dev/null @@ -1,8 +0,0 @@ -UNITTEST_FOR(library/cpp/containers/sorted_vector) - - -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 9f32d97359..0000000000 --- a/library/cpp/containers/sorted_vector/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -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 fdd5b8cdba..0000000000 --- a/library/cpp/containers/stack_array/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/containers/stack_array) - -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 8bce0023e3..0000000000 --- a/library/cpp/containers/stack_array/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -SRCS( - range_ops.cpp - stack_array.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) 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 1c07585ff7..0000000000 --- a/library/cpp/containers/stack_vector/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST() - -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 c36f19d82d..0000000000 --- a/library/cpp/containers/stack_vector/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -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 893e6beedd..0000000000 --- a/library/cpp/containers/str_map/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -SRCS( - str_map.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 b15057918b..0000000000 --- a/library/cpp/containers/top_keeper/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/containers/top_keeper) - -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 e90d7b7e94..0000000000 --- a/library/cpp/containers/top_keeper/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -SRCS( - top_keeper.cpp -) - -END() - -RECURSE_FOR_TESTS(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 f2fca4aeb5..0000000000 --- a/library/cpp/coroutine/engine/stack/benchmark/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -G_BENCHMARK() - -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 e3f33ecf6c..0000000000 --- a/library/cpp/coroutine/engine/stack/ut/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -GTEST() - -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/ut/ya.make b/library/cpp/coroutine/engine/ut/ya.make deleted file mode 100644 index 450c3bdd7c..0000000000 --- a/library/cpp/coroutine/engine/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/coroutine/engine) - -SRCS( - coroutine_ut.cpp -) - -END() diff --git a/library/cpp/coroutine/engine/ya.make b/library/cpp/coroutine/engine/ya.make deleted file mode 100644 index fcd9b87741..0000000000 --- a/library/cpp/coroutine/engine/ya.make +++ /dev/null @@ -1,35 +0,0 @@ -LIBRARY() - -GENERATE_ENUM_SERIALIZATION(poller.h) - -GENERATE_ENUM_SERIALIZATION(stack/stack_common.h) - -PEERDIR( - contrib/libs/libc_compat - library/cpp/containers/intrusive_rb_tree - library/cpp/deprecated/atomic -) - -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 - stack/ut - ut -) diff --git a/library/cpp/coroutine/listener/ya.make b/library/cpp/coroutine/listener/ya.make deleted file mode 100644 index a99e3ebef5..0000000000 --- a/library/cpp/coroutine/listener/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/coroutine/engine -) - -SRCS( - listen.cpp -) - -END() diff --git a/library/cpp/cppparser/ya.make b/library/cpp/cppparser/ya.make deleted file mode 100644 index 8e999a1ae0..0000000000 --- a/library/cpp/cppparser/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -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 3fb1e157e5..0000000000 --- a/library/cpp/cpuid_check/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -LIBRARY() - -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 2a1e2fb45c..0000000000 --- a/library/cpp/dbg_output/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/dbg_output) - -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 ad4dba231c..0000000000 --- a/library/cpp/dbg_output/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/colorizer -) - -SRCS( - dump.cpp - dumpers.cpp - engine.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/deprecated/accessors/ut/ya.make b/library/cpp/deprecated/accessors/ut/ya.make deleted file mode 100644 index 5e79af5efd..0000000000 --- a/library/cpp/deprecated/accessors/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/deprecated/accessors) - -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 0aa8fcfa9b..0000000000 --- a/library/cpp/deprecated/accessors/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -SRCS( - accessors.cpp - accessors_impl.cpp - memory_traits.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/deprecated/atomic/ut/ya.make b/library/cpp/deprecated/atomic/ut/ya.make deleted file mode 100644 index e21fd08990..0000000000 --- a/library/cpp/deprecated/atomic/ut/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -UNITTEST_FOR(library/cpp/deprecated/atomic) - -SRCS(atomic_ut.cpp) - -END() diff --git a/library/cpp/deprecated/atomic/ya.make b/library/cpp/deprecated/atomic/ya.make deleted file mode 100644 index af1c3c5ac0..0000000000 --- a/library/cpp/deprecated/atomic/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -LIBRARY() - -END() - -RECURSE_FOR_TESTS(ut) 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 2cdca47ad0..0000000000 --- a/library/cpp/deprecated/enum_codegen/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -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 9ff9997c84..0000000000 --- a/library/cpp/deprecated/enum_codegen/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -SRCS( - enum_codegen.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/deprecated/kmp/ut/ya.make b/library/cpp/deprecated/kmp/ut/ya.make deleted file mode 100644 index bb240b042e..0000000000 --- a/library/cpp/deprecated/kmp/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/deprecated/kmp) - -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 9814333db0..0000000000 --- a/library/cpp/deprecated/kmp/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -SRCS( - kmp.cpp - kmp.h -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/deprecated/split/ut/ya.make b/library/cpp/deprecated/split/ut/ya.make deleted file mode 100644 index 8b3da078c2..0000000000 --- a/library/cpp/deprecated/split/ut/ya.make +++ /dev/null @@ -1,8 +0,0 @@ -UNITTEST_FOR(library/cpp/deprecated/split) - -SRCS( - delim_string_iter_ut.cpp - split_iterator_ut.cpp -) - -END() diff --git a/library/cpp/deprecated/split/ya.make b/library/cpp/deprecated/split/ya.make deleted file mode 100644 index 8b6897fa28..0000000000 --- a/library/cpp/deprecated/split/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -SRCS( - delim_string_iter.cpp - split_iterator.cpp -) - -PEERDIR( - library/cpp/deprecated/kmp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/deprecated/threadable/ya.make b/library/cpp/deprecated/threadable/ya.make deleted file mode 100644 index 58ffc0046f..0000000000 --- a/library/cpp/deprecated/threadable/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -SRCS( - threadable.cpp -) - -END() diff --git a/library/cpp/diff/ut/ya.make b/library/cpp/diff/ut/ya.make deleted file mode 100644 index c0a091aa86..0000000000 --- a/library/cpp/diff/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -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 c975ced7aa..0000000000 --- a/library/cpp/diff/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/lcs - library/cpp/containers/stack_array -) - -SRCS( - diff.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/digest/argonish/benchmark/ya.make b/library/cpp/digest/argonish/benchmark/ya.make deleted file mode 100644 index 8d7d2a51fd..0000000000 --- a/library/cpp/digest/argonish/benchmark/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -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 f5220c3f61..0000000000 --- a/library/cpp/digest/argonish/internal/argon2/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -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 a0b99aa4b2..0000000000 --- a/library/cpp/digest/argonish/internal/blake2b/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -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 a0b99aa4b2..0000000000 --- a/library/cpp/digest/argonish/internal/blamka/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -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 efeed5ad4d..0000000000 --- a/library/cpp/digest/argonish/internal/proxies/avx2/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -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_C_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 9865d255c8..0000000000 --- a/library/cpp/digest/argonish/internal/proxies/macro/ya.make +++ /dev/null @@ -1,3 +0,0 @@ -LIBRARY() - -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 e48de6d9eb..0000000000 --- a/library/cpp/digest/argonish/internal/proxies/ref/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -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 0598fb9c9a..0000000000 --- a/library/cpp/digest/argonish/internal/proxies/sse2/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -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_C_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 f0839adcb0..0000000000 --- a/library/cpp/digest/argonish/internal/proxies/sse41/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -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_C_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 95e32e5ee0..0000000000 --- a/library/cpp/digest/argonish/internal/proxies/ssse3/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -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_C_SSSE3( - proxy_ssse3.cpp - ) -ENDIF() - -END() 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 9865d255c8..0000000000 --- a/library/cpp/digest/argonish/internal/rotations/ya.make +++ /dev/null @@ -1,3 +0,0 @@ -LIBRARY() - -END() diff --git a/library/cpp/digest/argonish/ut/ya.make b/library/cpp/digest/argonish/ut/ya.make deleted file mode 100644 index 38d41702d2..0000000000 --- a/library/cpp/digest/argonish/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST_FOR(library/cpp/digest/argonish) - -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 6f0a77611d..0000000000 --- a/library/cpp/digest/argonish/ut_fat/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -UNITTEST_FOR(library/cpp/digest/argonish) - -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 771307059e..0000000000 --- a/library/cpp/digest/argonish/ya.make +++ /dev/null @@ -1,29 +0,0 @@ -LIBRARY() - -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() - -RECURSE( - benchmark - ut - ut_fat -) diff --git a/library/cpp/digest/crc32c/ut/ya.make b/library/cpp/digest/crc32c/ut/ya.make deleted file mode 100644 index 8a4e5cb861..0000000000 --- a/library/cpp/digest/crc32c/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/digest/crc32c) - -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 a2f8e87da1..0000000000 --- a/library/cpp/digest/crc32c/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -#!!! -PEERDIR( - contrib/libs/crcutil -) - -SRCS( - crc32c.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) 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 159d49aa2a..0000000000 --- a/library/cpp/digest/lower_case/ut/ya.make +++ /dev/null @@ -1,8 +0,0 @@ -UNITTEST_FOR(library/cpp/digest/lower_case) - -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 6d6d804a5b..0000000000 --- a/library/cpp/digest/lower_case/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -SRCS( - lciter.cpp - lchash.cpp - hash_ops.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/digest/md5/bench/ya.make b/library/cpp/digest/md5/bench/ya.make deleted file mode 100644 index eb3c7ea5f6..0000000000 --- a/library/cpp/digest/md5/bench/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -G_BENCHMARK() - -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 5ccfc9a6ee..0000000000 --- a/library/cpp/digest/md5/medium_ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST_FOR(library/cpp/digest/md5) - -SIZE(MEDIUM) - -TIMEOUT(120) - -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 76b61b4b19..0000000000 --- a/library/cpp/digest/md5/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/digest/md5) - -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 1e6ffd9642..0000000000 --- a/library/cpp/digest/md5/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -LIBRARY() - -SRCS( - md5.cpp -) - -PEERDIR( - contrib/libs/nayuki_md5 - library/cpp/string_utils/base64 -) - -END() - -RECURSE( - bench - medium_ut - ut -) diff --git a/library/cpp/digest/murmur/ut/ya.make b/library/cpp/digest/murmur/ut/ya.make deleted file mode 100644 index de14ca6fb6..0000000000 --- a/library/cpp/digest/murmur/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -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 9c4bb887b7..0000000000 --- a/library/cpp/digest/murmur/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -SRCS( - murmur.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) 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 4d89e96669..0000000000 --- a/library/cpp/digest/old_crc/gencrc/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -PROGRAM() - -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 8b3f7b3fd3..0000000000 --- a/library/cpp/digest/old_crc/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/digest/old_crc) - -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 6bd8b7a1f8..0000000000 --- a/library/cpp/digest/old_crc/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -SRCS( - crc.cpp -) - -RUN_PROGRAM( - library/cpp/digest/old_crc/gencrc - STDOUT crc.inc -) - -END() - -RECURSE( - gencrc - ut -) diff --git a/library/cpp/digest/sfh/ut/ya.make b/library/cpp/digest/sfh/ut/ya.make deleted file mode 100644 index 4308c181e1..0000000000 --- a/library/cpp/digest/sfh/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/digest/sfh) - -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 630a2d16bc..0000000000 --- a/library/cpp/digest/sfh/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -SRCS( - sfh.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/dns/ut/ya.make b/library/cpp/dns/ut/ya.make deleted file mode 100644 index 1382bbe431..0000000000 --- a/library/cpp/dns/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST() - -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 eea4122e5d..0000000000 --- a/library/cpp/dns/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -SRCS( - cache.cpp - thread.cpp - magic.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/enumbitset/ut/ya.make b/library/cpp/enumbitset/ut/ya.make deleted file mode 100644 index 0cea204a39..0000000000 --- a/library/cpp/enumbitset/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/enumbitset) - -SRCS( - enumbitset_ut.cpp -) - -END() diff --git a/library/cpp/enumbitset/ya.make b/library/cpp/enumbitset/ya.make deleted file mode 100644 index 9f5ed3b435..0000000000 --- a/library/cpp/enumbitset/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -SRCS( - enumbitset.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/execprofile/ya.make b/library/cpp/execprofile/ya.make deleted file mode 100644 index 5d0b3c7eeb..0000000000 --- a/library/cpp/execprofile/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -SRCS( - profile.cpp -) - -PEERDIR( - library/cpp/deprecated/atomic -) - -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 bbc01016d6..0000000000 --- a/library/cpp/getopt/last_getopt_demo/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PROGRAM(last_getopt_demo) - -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 b4a8981bac..0000000000 --- a/library/cpp/getopt/small/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -LIBRARY() - -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 fde0eab8bc..0000000000 --- a/library/cpp/getopt/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST_FOR(library/cpp/getopt) - -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 035be9a668..0000000000 --- a/library/cpp/getopt/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/getopt/small - library/cpp/svnversion - library/cpp/build_info -) - -SRCS( - GLOBAL print.cpp -) - -END() - -RECURSE( - last_getopt_demo - small - ut -) diff --git a/library/cpp/grpc/client/ut/ya.make b/library/cpp/grpc/client/ut/ya.make deleted file mode 100644 index 45a88622f4..0000000000 --- a/library/cpp/grpc/client/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/grpc/client) - -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 a963a42abe..0000000000 --- a/library/cpp/grpc/client/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -SRCS( - grpc_client_low.cpp -) - -PEERDIR( - contrib/libs/grpc - library/cpp/deprecated/atomic -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/grpc/server/actors/ya.make b/library/cpp/grpc/server/actors/ya.make deleted file mode 100644 index a8d4b40373..0000000000 --- a/library/cpp/grpc/server/actors/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -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 94408dc8ce..0000000000 --- a/library/cpp/grpc/server/ut/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -UNITTEST_FOR(library/cpp/grpc/server) - -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 9ed8f30ef2..0000000000 --- a/library/cpp/grpc/server/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -LIBRARY() - -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/histogram/adaptive/protos/ya.make b/library/cpp/histogram/adaptive/protos/ya.make deleted file mode 100644 index 03b4225480..0000000000 --- a/library/cpp/histogram/adaptive/protos/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PROTO_LIBRARY() - -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 43d0525b4e..0000000000 --- a/library/cpp/histogram/adaptive/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -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 3d954aaffc..0000000000 --- a/library/cpp/histogram/hdr/ut/ya.make +++ /dev/null @@ -1,8 +0,0 @@ -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 48f80c3c2f..0000000000 --- a/library/cpp/histogram/hdr/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -SRCS( - histogram.cpp - histogram_iter.cpp -) - -PEERDIR( - contrib/libs/hdr_histogram -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/histogram/simple/ya.make b/library/cpp/histogram/simple/ya.make deleted file mode 100644 index 00544e802c..0000000000 --- a/library/cpp/histogram/simple/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/json - library/cpp/threading/future -) - -SRCS( - histogram.cpp -) - -END() diff --git a/library/cpp/html/entity/ya.make b/library/cpp/html/entity/ya.make deleted file mode 100644 index 827e9c6b6d..0000000000 --- a/library/cpp/html/entity/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -LIBRARY() - -SRCS( - htmlentity.cpp - decoder.rl6 -) - -SET( - RAGEL6_FLAGS - -C - -e - -F1 -) - -PEERDIR( - library/cpp/charset -) - -END() diff --git a/library/cpp/html/escape/ut/ya.make b/library/cpp/html/escape/ut/ya.make deleted file mode 100644 index 605e99d2fd..0000000000 --- a/library/cpp/html/escape/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST() - -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 b5de3c9a77..0000000000 --- a/library/cpp/html/escape/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -SRCS( - escape.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/html/pcdata/ut/ya.make b/library/cpp/html/pcdata/ut/ya.make deleted file mode 100644 index 6d7f95627c..0000000000 --- a/library/cpp/html/pcdata/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/html/pcdata) - -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 2710d6728b..0000000000 --- a/library/cpp/html/pcdata/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -SRCS( - pcdata.cpp - pcdata.h -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/http/fetch/ut/ya.make b/library/cpp/http/fetch/ut/ya.make deleted file mode 100644 index df14c2a09f..0000000000 --- a/library/cpp/http/fetch/ut/ya.make +++ /dev/null @@ -1,8 +0,0 @@ -UNITTEST_FOR(library/cpp/http/fetch) - -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 78125f42cf..0000000000 --- a/library/cpp/http/fetch/ya.make +++ /dev/null @@ -1,34 +0,0 @@ -LIBRARY() - -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 -CG1) - -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 8cb1fe288d..0000000000 --- a/library/cpp/http/io/fuzz/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -FUZZ() - -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 afc5c45444..0000000000 --- a/library/cpp/http/io/list_codings/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PROGRAM() - -PEERDIR( - library/cpp/http/io -) - -SRCS( - main.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 75beaaafb9..0000000000 --- a/library/cpp/http/io/ut/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -UNITTEST_FOR(library/cpp/http/io) - -PEERDIR( - library/cpp/http/server -) - -SRCS( - chunk_ut.cpp - compression_ut.cpp - headers_ut.cpp - stream_ut.cpp - stream_ut_medium.cpp -) - -END() diff --git a/library/cpp/http/io/ya.make b/library/cpp/http/io/ya.make deleted file mode 100644 index 0390aecf55..0000000000 --- a/library/cpp/http/io/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -LIBRARY() - -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() - -RECURSE( - fuzz - list_codings - ut -) diff --git a/library/cpp/http/misc/ut/ya.make b/library/cpp/http/misc/ut/ya.make deleted file mode 100644 index 604f1c4e74..0000000000 --- a/library/cpp/http/misc/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/http/misc) - -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 935e1f0fcc..0000000000 --- a/library/cpp/http/misc/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -LIBRARY() - -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/push_parser/ya.make b/library/cpp/http/push_parser/ya.make deleted file mode 100644 index 18289d2e9d..0000000000 --- a/library/cpp/http/push_parser/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -SRCS( - http_parser.cpp -) - -PEERDIR( - library/cpp/http/io - library/cpp/blockcodecs -) - -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 78911fc4f1..0000000000 --- a/library/cpp/http/server/ut/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -UNITTEST_FOR(library/cpp/http/server) - -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 a37783e7ed..0000000000 --- a/library/cpp/http/server/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -LIBRARY() - -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 - library/cpp/deprecated/atomic -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/http/simple/ut/https_server/ya.make b/library/cpp/http/simple/ut/https_server/ya.make deleted file mode 100644 index 6a0765382d..0000000000 --- a/library/cpp/http/simple/ut/https_server/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -GO_PROGRAM() - -SRCS(main.go) - -END() diff --git a/library/cpp/http/simple/ut/ya.make b/library/cpp/http/simple/ut/ya.make deleted file mode 100644 index 3f77967ea6..0000000000 --- a/library/cpp/http/simple/ut/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -UNITTEST_FOR(library/cpp/http/simple) - -PEERDIR( - library/cpp/http/misc - library/cpp/testing/mock_server -) - -SRCS( - http_ut.cpp - https_ut.cpp -) - -DEPENDS(library/cpp/http/simple/ut/https_server) - -DATA(arcadia/library/cpp/http/simple/ut/https_server) - -END() - -RECURSE( - https_server -) diff --git a/library/cpp/http/simple/ya.make b/library/cpp/http/simple/ya.make deleted file mode 100644 index 3ef55c852c..0000000000 --- a/library/cpp/http/simple/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/http/io - library/cpp/openssl/io - library/cpp/string_utils/url - library/cpp/uri -) - -SRCS( - http_client.cpp -) - -END() - -IF (NOT OS_WINDOWS) - RECURSE_FOR_TESTS( - ut - ) -ENDIF() diff --git a/library/cpp/hyperloglog/ut/ya.make b/library/cpp/hyperloglog/ut/ya.make deleted file mode 100644 index a910146b67..0000000000 --- a/library/cpp/hyperloglog/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/hyperloglog) - -SRCS( - hyperloglog_ut.cpp -) - -END() diff --git a/library/cpp/hyperloglog/ya.make b/library/cpp/hyperloglog/ya.make deleted file mode 100644 index 8268acc561..0000000000 --- a/library/cpp/hyperloglog/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -SRCS( - hyperloglog.h - hyperloglog.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/int128/bench/ya.make b/library/cpp/int128/bench/ya.make deleted file mode 100644 index 0dbc45e21f..0000000000 --- a/library/cpp/int128/bench/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -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 22ef97d566..0000000000 --- a/library/cpp/int128/ut/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -UNITTEST_FOR(library/cpp/int128) - -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 095d7e3cb6..0000000000 --- a/library/cpp/int128/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -SRCS( - int128.cpp - int128.h -) - -END() - -RECURSE( - bench - ut -) diff --git a/library/cpp/ipmath/ut/ya.make b/library/cpp/ipmath/ut/ya.make deleted file mode 100644 index b974ba7b03..0000000000 --- a/library/cpp/ipmath/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST_FOR(library/cpp/ipmath) - -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 04cd721f5b..0000000000 --- a/library/cpp/ipmath/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -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 1bb25059bf..0000000000 --- a/library/cpp/ipv6_address/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -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 6ee5211431..0000000000 --- a/library/cpp/ipv6_address/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -SRCS( - ipv6_address.cpp - ipv6_address.h - ipv6_address_p.h -) - -PEERDIR( - library/cpp/int128 -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/iterator/ut/ya.make b/library/cpp/iterator/ut/ya.make deleted file mode 100644 index 4a5fb14c58..0000000000 --- a/library/cpp/iterator/ut/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -GTEST() - -PEERDIR( - library/cpp/iterator -) - -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 1fd418e64a..0000000000 --- a/library/cpp/iterator/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -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 ae064167e6..0000000000 --- a/library/cpp/json/common/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -SRCS( - defs.cpp -) - -END() diff --git a/library/cpp/json/converter/ut/ya.make b/library/cpp/json/converter/ut/ya.make deleted file mode 100644 index 15c555d3d4..0000000000 --- a/library/cpp/json/converter/ut/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -UNITTEST_FOR(library/cpp/json/converter) - -SIZE(SMALL) - -SRCS( - test_conversion.cpp -) - -PEERDIR( - library/cpp/json - library/cpp/json/writer -) - -END() diff --git a/library/cpp/json/converter/ya.make b/library/cpp/json/converter/ya.make deleted file mode 100644 index 0458d1cefa..0000000000 --- a/library/cpp/json/converter/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -SRCS( - converter.cpp -) - -PEERDIR( - library/cpp/json/writer -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/json/easy_parse/ya.make b/library/cpp/json/easy_parse/ya.make deleted file mode 100644 index 89a2d5bd84..0000000000 --- a/library/cpp/json/easy_parse/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -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 2b6aaab19c..0000000000 --- a/library/cpp/json/fast_sax/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/json/common -) - -SRCS( - parser.rl6 - unescape.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 224f3ab6f2..0000000000 --- a/library/cpp/json/fuzzy_test/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -FUZZ() - -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 1f14dd8f6f..0000000000 --- a/library/cpp/json/ut/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -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 256b950a6e..0000000000 --- a/library/cpp/json/writer/ut/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -UNITTEST() - -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 15340ed6dc..0000000000 --- a/library/cpp/json/writer/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/json/common -) - -SRCS( - json_value.cpp - json.cpp -) - -GENERATE_ENUM_SERIALIZATION(json_value.h) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/json/ya.make b/library/cpp/json/ya.make deleted file mode 100644 index bdcf9a12c7..0000000000 --- a/library/cpp/json/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -LIBRARY() - -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() - -RECURSE( - converter - fuzzy_test - ut - writer - yson -) diff --git a/library/cpp/json/yson/ut/ya.make b/library/cpp/json/yson/ut/ya.make deleted file mode 100644 index 8fce6dbe2f..0000000000 --- a/library/cpp/json/yson/ut/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -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 258a78efcc..0000000000 --- a/library/cpp/json/yson/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/json - library/cpp/yson - library/cpp/yson/json -) - -SRCS( - json2yson.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/lcs/ut/ya.make b/library/cpp/lcs/ut/ya.make deleted file mode 100644 index e893bc9527..0000000000 --- a/library/cpp/lcs/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -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 8c63b44e79..0000000000 --- a/library/cpp/lcs/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/containers/paged_vector -) - -SRCS( - lcs_via_lis.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) 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 a93b86e365..0000000000 --- a/library/cpp/lfalloc/alloc_profiler/ut/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -UNITTEST_FOR(library/cpp/lfalloc/alloc_profiler) - -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 73542891c7..0000000000 --- a/library/cpp/lfalloc/alloc_profiler/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -LIBRARY() - -SRCS( - profiler.cpp - stackcollect.cpp -) - -PEERDIR( - library/cpp/lfalloc/dbg_info - library/cpp/cache - library/cpp/deprecated/atomic -) - -END() - -RECURSE( - ut -) diff --git a/library/cpp/lfalloc/dbg/ya.make b/library/cpp/lfalloc/dbg/ya.make deleted file mode 100644 index e192ea875b..0000000000 --- a/library/cpp/lfalloc/dbg/ya.make +++ /dev/null @@ -1,30 +0,0 @@ -LIBRARY() - -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 47b7a59f95..0000000000 --- a/library/cpp/lfalloc/dbg_info/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -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 457df8c4b6..0000000000 --- a/library/cpp/lfalloc/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -LIBRARY() - -BUILD_ONLY_IF(FATAL_ERROR ARCH_TYPE_64) - -NO_UTIL() - -NO_COMPILER_WARNINGS() - -SRCS( - lf_allocX64.cpp -) - -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 2a0906b235..0000000000 --- a/library/cpp/lfalloc/yt/ya.make +++ /dev/null @@ -1,27 +0,0 @@ -LIBRARY() - -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 5a2f1ebb5d..0000000000 --- a/library/cpp/linear_regression/benchmark/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROGRAM(linear_regression_benchmark) - -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 18e8e5eff0..0000000000 --- a/library/cpp/linear_regression/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -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 504de7ee6e..0000000000 --- a/library/cpp/linear_regression/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -LIBRARY() - -SRCS( - linear_regression.cpp - unimodal.cpp - welford.cpp -) - -PEERDIR( - library/cpp/accurate_accumulate -) - -END() - -RECURSE( - benchmark - ut -) diff --git a/library/cpp/logger/global/ut/ya.make b/library/cpp/logger/global/ut/ya.make deleted file mode 100644 index df11609b6c..0000000000 --- a/library/cpp/logger/global/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -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 40f2c49a07..0000000000 --- a/library/cpp/logger/global/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/logger -) - -SRCS( - common.cpp - global.cpp - rty_formater.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/logger/init_context/ya.make b/library/cpp/logger/init_context/ya.make deleted file mode 100644 index 282999948f..0000000000 --- a/library/cpp/logger/init_context/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -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 c6fe244bd7..0000000000 --- a/library/cpp/logger/ut/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -UNITTEST() - -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 - reopen_ut.cpp -) - -END() diff --git a/library/cpp/logger/ya.make b/library/cpp/logger/ya.make deleted file mode 100644 index 5e426eb32e..0000000000 --- a/library/cpp/logger/ya.make +++ /dev/null @@ -1,45 +0,0 @@ -LIBRARY() - -GENERATE_ENUM_SERIALIZATION(priority.h) - -PEERDIR( - library/cpp/json - library/cpp/deprecated/atomic -) - -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 - reopen.h -) - -END() - -RECURSE( - global - ut -) diff --git a/library/cpp/lua/ya.make b/library/cpp/lua/ya.make deleted file mode 100644 index b9cc204d9e..0000000000 --- a/library/cpp/lua/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/json - contrib/libs/lua - library/cpp/string_utils/ztstrbuf -) - -SRCS( - eval.cpp - json.cpp - wrapper.cpp -) - -END() diff --git a/library/cpp/lwtrace/example1/ya.make b/library/cpp/lwtrace/example1/ya.make deleted file mode 100644 index b447f7ddcc..0000000000 --- a/library/cpp/lwtrace/example1/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PROGRAM(lwtrace-example1) - -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 9b10bf4e03..0000000000 --- a/library/cpp/lwtrace/example2/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -PROGRAM(lwtrace-example2) - -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 970037228e..0000000000 --- a/library/cpp/lwtrace/example3/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PROGRAM(lwtrace-example3) - -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 fb20185c55..0000000000 --- a/library/cpp/lwtrace/example4/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PROGRAM(lwtrace-example4) - -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 235d457c05..0000000000 --- a/library/cpp/lwtrace/example5/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PROGRAM(lwtrace-example5) - -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 84f1909308..0000000000 --- a/library/cpp/lwtrace/mon/analytics/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -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 f6d60f8e7d..0000000000 --- a/library/cpp/lwtrace/mon/ya.make +++ /dev/null @@ -1,53 +0,0 @@ -LIBRARY() - -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 4ddd5476bb..0000000000 --- a/library/cpp/lwtrace/protos/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -PROTO_LIBRARY() - -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 908fdf2330..0000000000 --- a/library/cpp/lwtrace/tests/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -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 8b7c885786..0000000000 --- a/library/cpp/lwtrace/ut/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -UNITTEST_FOR(library/cpp/lwtrace) - -FORK_SUBTESTS() - -SRCS( - log_ut.cpp - trace_ut.cpp -) - -END() diff --git a/library/cpp/lwtrace/ya.make b/library/cpp/lwtrace/ya.make deleted file mode 100644 index e3a92bec1f..0000000000 --- a/library/cpp/lwtrace/ya.make +++ /dev/null @@ -1,35 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/lwtrace/protos - library/cpp/deprecated/atomic -) - -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( - example1 - example2 - example3 - example4 - example5 - mon - 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 b09146f2fe..0000000000 --- a/library/cpp/malloc/api/helpers/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -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 5580da99d7..0000000000 --- a/library/cpp/malloc/api/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST() - -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 499792ba19..0000000000 --- a/library/cpp/malloc/api/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -NO_UTIL() - -SRCS( - malloc.cpp -) - -END() - -RECURSE( - helpers - ut -) diff --git a/library/cpp/malloc/jemalloc/ya.make b/library/cpp/malloc/jemalloc/ya.make deleted file mode 100644 index 335ae2c0b2..0000000000 --- a/library/cpp/malloc/jemalloc/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -LIBRARY() - -NO_UTIL() - -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/mimalloc/link_test/ya.make b/library/cpp/malloc/mimalloc/link_test/ya.make deleted file mode 100644 index 1488b55072..0000000000 --- a/library/cpp/malloc/mimalloc/link_test/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -PROGRAM() - -ALLOCATOR(MIM) - -SRCS( - main.cpp -) - -END() diff --git a/library/cpp/malloc/mimalloc/ya.make b/library/cpp/malloc/mimalloc/ya.make deleted file mode 100644 index 87b3a6420a..0000000000 --- a/library/cpp/malloc/mimalloc/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -LIBRARY() - -NO_UTIL() - -PEERDIR( - library/cpp/malloc/api - contrib/libs/mimalloc -) - -SRCS( - info.cpp -) - -END() - -RECURSE( - link_test -) diff --git a/library/cpp/malloc/system/ya.make b/library/cpp/malloc/system/ya.make deleted file mode 100644 index 23d341f65f..0000000000 --- a/library/cpp/malloc/system/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -NO_UTIL() - -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 43650c8fce..0000000000 --- a/library/cpp/malloc/tcmalloc/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -NO_UTIL() - -PEERDIR( - library/cpp/malloc/api - contrib/libs/tcmalloc/malloc_extension -) -SRCS( - malloc-info.cpp -) - -END() diff --git a/library/cpp/messagebus/actor/ut/ya.make b/library/cpp/messagebus/actor/ut/ya.make deleted file mode 100644 index c2078d41b5..0000000000 --- a/library/cpp/messagebus/actor/ut/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -UNITTEST() - -PEERDIR( - library/cpp/messagebus/actor -) - -SRCS( - ../actor_ut.cpp - ../ring_buffer_ut.cpp - ../tasks_ut.cpp - ../what_thread_does_guard_ut.cpp -) - -END() diff --git a/library/cpp/messagebus/actor/ya.make b/library/cpp/messagebus/actor/ya.make deleted file mode 100644 index bd871502b6..0000000000 --- a/library/cpp/messagebus/actor/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY(messagebus_actor) - -SRCS( - executor.cpp - thread_extra.cpp - what_thread_does.cpp -) - -PEERDIR( - library/cpp/deprecated/atomic -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/messagebus/config/ya.make b/library/cpp/messagebus/config/ya.make deleted file mode 100644 index 81ffbef0c6..0000000000 --- a/library/cpp/messagebus/config/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -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 fe6904bdd7..0000000000 --- a/library/cpp/messagebus/debug_receiver/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -PROGRAM(messagebus_debug_receiver) - -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 7176d83951..0000000000 --- a/library/cpp/messagebus/monitoring/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROTO_LIBRARY() - -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 b9ada63467..0000000000 --- a/library/cpp/messagebus/oldmodule/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -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 cbe79df675..0000000000 --- a/library/cpp/messagebus/protobuf/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY(messagebus_protobuf) - -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 dfbbb1446b..0000000000 --- a/library/cpp/messagebus/rain_check/core/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -LIBRARY() - -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 f9aaf08fbf..0000000000 --- a/library/cpp/messagebus/rain_check/http/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -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 a2f9c2825a..0000000000 --- a/library/cpp/messagebus/rain_check/messagebus/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -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 4cbdeeb441..0000000000 --- a/library/cpp/messagebus/rain_check/test/helper/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY(messagebus-rain_check-test-helper) - -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 79d2884835..0000000000 --- a/library/cpp/messagebus/rain_check/test/perftest/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -PROGRAM(messagebus_rain_check_perftest) - -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 ba6fa9fc8e..0000000000 --- a/library/cpp/messagebus/rain_check/test/ut/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -PROGRAM(library-messagebus-rain_check-test-ut) - -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 347086cbc3..0000000000 --- a/library/cpp/messagebus/rain_check/test/ya.make +++ /dev/null @@ -1,4 +0,0 @@ -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 c871464744..0000000000 --- a/library/cpp/messagebus/rain_check/ya.make +++ /dev/null @@ -1,6 +0,0 @@ -RECURSE( - core - http - messagebus - test -) diff --git a/library/cpp/messagebus/scheduler/ut/ya.make b/library/cpp/messagebus/scheduler/ut/ya.make deleted file mode 100644 index b43dc6f2d5..0000000000 --- a/library/cpp/messagebus/scheduler/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST() - -PEERDIR( - library/cpp/messagebus/scheduler -) - -SRCS( - ../scheduler_ut.cpp -) - -END() diff --git a/library/cpp/messagebus/scheduler/ya.make b/library/cpp/messagebus/scheduler/ya.make deleted file mode 100644 index 9ad77875de..0000000000 --- a/library/cpp/messagebus/scheduler/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/threading/future - library/cpp/deprecated/atomic -) - -SRCS( - scheduler.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) 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 41dace996a..0000000000 --- a/library/cpp/messagebus/test/example/client/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PROGRAM(messagebus_example_client) - -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 1281f6b16a..0000000000 --- a/library/cpp/messagebus/test/example/common/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY(messagebus_test_example_common) - -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 70101f175c..0000000000 --- a/library/cpp/messagebus/test/example/server/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PROGRAM(messagebus_example_server) - -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 3635124115..0000000000 --- a/library/cpp/messagebus/test/example/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -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 bf65ab4ea0..0000000000 --- a/library/cpp/messagebus/test/helper/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY(messagebus_test_helper) - -SRCS( - example.cpp - example_module.cpp - fixed_port.cpp - message_handler_error.cpp - hanging_server.cpp -) - -PEERDIR( - library/cpp/messagebus/oldmodule - library/cpp/deprecated/atomic -) - -END() diff --git a/library/cpp/messagebus/test/perftest/ya.make b/library/cpp/messagebus/test/perftest/ya.make deleted file mode 100644 index 4e71ae64cb..0000000000 --- a/library/cpp/messagebus/test/perftest/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -PROGRAM(messagebus_perftest) - -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 561c6743a1..0000000000 --- a/library/cpp/messagebus/test/ut/ya.make +++ /dev/null @@ -1,51 +0,0 @@ -UNITTEST_FOR(library/cpp/messagebus) - -TIMEOUT(1200) - -SIZE(LARGE) - -TAG( - ya:not_autocheck - ya:fat -) - -FORK_SUBTESTS() - -PEERDIR( - library/cpp/messagebus - library/cpp/messagebus/test/helper - library/cpp/messagebus/www - library/cpp/resource - library/cpp/deprecated/atomic -) - -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 - ../../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 - ../../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 ec6d54b093..0000000000 --- a/library/cpp/messagebus/test/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -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 18329845ba..0000000000 --- a/library/cpp/messagebus/www/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -LIBRARY() - -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 c6ee800bb8..0000000000 --- a/library/cpp/messagebus/ya.make +++ /dev/null @@ -1,79 +0,0 @@ -LIBRARY() - -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 - library/cpp/deprecated/atomic -) - -END() - -RECURSE( - actor - config - debug_receiver - monitoring - oldmodule - rain_check - scheduler - test - www -) diff --git a/library/cpp/mime/types/ya.make b/library/cpp/mime/types/ya.make deleted file mode 100644 index 6c6489003b..0000000000 --- a/library/cpp/mime/types/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -SRCS( - mime.cpp -) - -GENERATE_ENUM_SERIALIZATION(mime.h) - -END() diff --git a/library/cpp/monlib/consumers/ya.make b/library/cpp/monlib/consumers/ya.make deleted file mode 100644 index 8ac0bd54e7..0000000000 --- a/library/cpp/monlib/consumers/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -SRCS( - collecting_consumer.cpp -) - -PEERDIR( - library/cpp/monlib/metrics -) - -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 77930f1bf3..0000000000 --- a/library/cpp/monlib/deprecated/json/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/deprecated/json) - -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 87f63a5c90..0000000000 --- a/library/cpp/monlib/deprecated/json/ya.make +++ /dev/null @@ -1,21 +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. - -SRCS( - writer.h - writer.cpp -) - -PEERDIR( - library/cpp/json -) - -END() - -RECURSE_FOR_TESTS(ut) 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 f97dcbd92e..0000000000 --- a/library/cpp/monlib/dynamic_counters/percentile/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/dynamic_counters/percentile) - - 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 d6ab61f66f..0000000000 --- a/library/cpp/monlib/dynamic_counters/percentile/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - - SRCS( - percentile.h - percentile_lg.h - ) - - PEERDIR( - library/cpp/containers/stack_vector - library/cpp/monlib/dynamic_counters - ) - -END() - -RECURSE_FOR_TESTS( - ut -) 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 9c272eaea1..0000000000 --- a/library/cpp/monlib/dynamic_counters/ut/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/dynamic_counters) - -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 67ad8e1948..0000000000 --- a/library/cpp/monlib/dynamic_counters/ya.make +++ /dev/null @@ -1,27 +0,0 @@ -LIBRARY() - -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() - -RECURSE( - percentile - ut -) 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 365b6e4740..0000000000 --- a/library/cpp/monlib/encode/buffered/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/encode/buffered) - -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 e3d77932b1..0000000000 --- a/library/cpp/monlib/encode/buffered/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -SRCS( - buffered_encoder_base.cpp - string_pool.cpp -) - -PEERDIR( - library/cpp/monlib/encode - library/cpp/monlib/metrics -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/monlib/encode/fake/ya.make b/library/cpp/monlib/encode/fake/ya.make deleted file mode 100644 index e5849dd8e9..0000000000 --- a/library/cpp/monlib/encode/fake/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -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 545900c5c1..0000000000 --- a/library/cpp/monlib/encode/json/fuzz/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -FUZZ() - -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 9be38d2fd4..0000000000 --- a/library/cpp/monlib/encode/json/ut/ya.make +++ /dev/null @@ -1,41 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/encode/json) - -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 45997b5037..0000000000 --- a/library/cpp/monlib/encode/json/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -LIBRARY() - -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() - -RECURSE_FOR_TESTS( - ut -) 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 3623e094b5..0000000000 --- a/library/cpp/monlib/encode/legacy_protobuf/protos/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PROTO_LIBRARY() - -SRCS( - metric_meta.proto -) - -IF (NOT PY_PROTOS_FOR) - EXCLUDE_TAGS(GO_PROTO) -ENDIF() - -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 22c3ca5783..0000000000 --- a/library/cpp/monlib/encode/prometheus/fuzz/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -FUZZ() - -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 735e48d05f..0000000000 --- a/library/cpp/monlib/encode/prometheus/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/encode/prometheus) - -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 c43e4c5e88..0000000000 --- a/library/cpp/monlib/encode/prometheus/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -LIBRARY() - -SRCS( - prometheus_decoder.cpp - prometheus_encoder.cpp -) - -PEERDIR( - library/cpp/monlib/encode - library/cpp/monlib/encode/buffered -) - -END() - -RECURSE( - fuzz - ut -) 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 a1c3ea1d58..0000000000 --- a/library/cpp/monlib/encode/protobuf/protos/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -PROTO_LIBRARY() - -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 2c11e9b793..0000000000 --- a/library/cpp/monlib/encode/protobuf/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -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 bacb1f50a6..0000000000 --- a/library/cpp/monlib/encode/spack/fuzz/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -FUZZ() - -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 ff42d19b70..0000000000 --- a/library/cpp/monlib/encode/spack/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/encode/spack) - -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 22ccf0d786..0000000000 --- a/library/cpp/monlib/encode/spack/ya.make +++ /dev/null @@ -1,25 +0,0 @@ -LIBRARY() - -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() - -RECURSE( - fuzz - ut -) 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 beb4081959..0000000000 --- a/library/cpp/monlib/encode/text/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/encode/text) - -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 d328c1784e..0000000000 --- a/library/cpp/monlib/encode/text/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -SRCS( - text_encoder.cpp -) - -PEERDIR( - library/cpp/monlib/encode -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/monlib/encode/ut/ya.make b/library/cpp/monlib/encode/ut/ya.make deleted file mode 100644 index 96e75d067c..0000000000 --- a/library/cpp/monlib/encode/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/encode) - -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 9052c73911..0000000000 --- a/library/cpp/monlib/encode/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -LIBRARY() - -SRCS( - encoder.cpp - encoder_state.cpp - format.cpp -) - -PEERDIR( - library/cpp/monlib/metrics -) - -GENERATE_ENUM_SERIALIZATION_WITH_HEADER(encoder_state_enum.h) - -END() - -RECURSE( - fuzz - ut -) diff --git a/library/cpp/monlib/exception/ya.make b/library/cpp/monlib/exception/ya.make deleted file mode 100644 index b70228efd8..0000000000 --- a/library/cpp/monlib/exception/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -LIBRARY() - -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 117ba8e992..0000000000 --- a/library/cpp/monlib/messagebus/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -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 b0f3440750..0000000000 --- a/library/cpp/monlib/metrics/ut/ya.make +++ /dev/null @@ -1,27 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/metrics) - -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 6e6997030f..0000000000 --- a/library/cpp/monlib/metrics/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -LIBRARY() - -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_collector.cpp - summary_snapshot.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) 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 7906d696ae..0000000000 --- a/library/cpp/monlib/service/pages/tablesorter/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -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 956530ed55..0000000000 --- a/library/cpp/monlib/service/pages/ya.make +++ /dev/null @@ -1,29 +0,0 @@ -LIBRARY() - -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 b07b3c9d12..0000000000 --- a/library/cpp/monlib/service/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -LIBRARY() - -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/neh/asio/ya.make b/library/cpp/neh/asio/ya.make deleted file mode 100644 index 8e26bb7930..0000000000 --- a/library/cpp/neh/asio/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -LIBRARY() - -PEERDIR( - contrib/libs/libc_compat - library/cpp/coroutine/engine - library/cpp/dns - library/cpp/deprecated/atomic -) - -SRCS( - asio.cpp - deadline_timer_impl.cpp - executor.cpp - io_service_impl.cpp - poll_interrupter.cpp - tcp_acceptor_impl.cpp - tcp_socket_impl.cpp -) - -END() diff --git a/library/cpp/neh/ya.make b/library/cpp/neh/ya.make deleted file mode 100644 index f24f9fac60..0000000000 --- a/library/cpp/neh/ya.make +++ /dev/null @@ -1,53 +0,0 @@ -LIBRARY() - -PEERDIR( - contrib/libs/openssl - library/cpp/containers/intrusive_rb_tree - library/cpp/coroutine/engine - library/cpp/coroutine/listener - library/cpp/dns - library/cpp/http/io - library/cpp/http/misc - library/cpp/http/push_parser - library/cpp/neh/asio - library/cpp/netliba/v6 - library/cpp/openssl/init - library/cpp/openssl/method - library/cpp/threading/atomic - library/cpp/threading/thread_local - library/cpp/deprecated/atomic -) - -SRCS( - conn_cache.cpp - factory.cpp - https.cpp - http_common.cpp - http_headers.cpp - http2.cpp - inproc.cpp - jobqueue.cpp - location.cpp - multi.cpp - multiclient.cpp - netliba.cpp - netliba_udp_http.cpp - neh.cpp - pipequeue.cpp - rpc.cpp - rq.cpp - smart_ptr.cpp - stat.cpp - tcp.cpp - tcp2.cpp - udp.cpp - utils.cpp -) - -GENERATE_ENUM_SERIALIZATION(http_common.h) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/netliba/socket/ya.make b/library/cpp/netliba/socket/ya.make deleted file mode 100644 index 01ed1b5766..0000000000 --- a/library/cpp/netliba/socket/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -LIBRARY() - -IF (MUSL) - # TODO - NO_COMPILER_WARNINGS() -ENDIF() - -PEERDIR( - contrib/libs/libc_compat - library/cpp/threading/chunk_queue - library/cpp/deprecated/atomic -) - -SRCS( - creators.cpp - socket.cpp - stdafx.cpp -) - -END() diff --git a/library/cpp/netliba/v6/ya.make b/library/cpp/netliba/v6/ya.make deleted file mode 100644 index bb9982356c..0000000000 --- a/library/cpp/netliba/v6/ya.make +++ /dev/null @@ -1,44 +0,0 @@ -LIBRARY() - -SRCS( - stdafx.cpp - udp_address.cpp - udp_client_server.cpp - udp_http.cpp - net_acks.cpp - udp_test.cpp - block_chain.cpp - net_test.cpp - udp_debug.cpp - udp_socket.cpp - net_queue_stat.h - ib_low.cpp - ib_buffers.cpp - ib_mem.cpp - ib_cs.cpp - ib_test.cpp - cpu_affinity.cpp - net_request.cpp - ib_collective.cpp - ib_memstream.cpp -) - -IF (OS_LINUX AND NOT CATBOOST_OPENSOURCE) - PEERDIR( - contrib/libs/ibdrv - ) -ENDIF() - -IF (CATBOOST_OPENSOURCE) - CFLAGS(-DCATBOOST_OPENSOURCE=yes) -ENDIF() - -PEERDIR( - library/cpp/binsaver - library/cpp/netliba/socket - library/cpp/string_utils/url - library/cpp/threading/atomic - library/cpp/threading/mux_event -) - -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 3289aa5074..0000000000 --- a/library/cpp/on_disk/chunks/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/on_disk/chunks) - -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 b67e7ec32c..0000000000 --- a/library/cpp/on_disk/chunks/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -SRCS( - chunked_helpers.cpp - reader.cpp - writer.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/openssl/holders/ut/ya.make b/library/cpp/openssl/holders/ut/ya.make deleted file mode 100644 index cae373a4a9..0000000000 --- a/library/cpp/openssl/holders/ut/ya.make +++ /dev/null @@ -1,8 +0,0 @@ -UNITTEST_FOR(library/cpp/openssl/holders) - -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 07e12af1ba..0000000000 --- a/library/cpp/openssl/holders/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -PEERDIR( - contrib/libs/openssl -) - -SRCS( - bio.cpp - x509_vfy.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/openssl/init/ya.make b/library/cpp/openssl/init/ya.make deleted file mode 100644 index 1c39d27380..0000000000 --- a/library/cpp/openssl/init/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -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 54a88ddad3..0000000000 --- a/library/cpp/openssl/io/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/openssl/io) - -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 3fbb74fb9f..0000000000 --- a/library/cpp/openssl/io/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -LIBRARY() - -PEERDIR( - certs - contrib/libs/openssl - library/cpp/openssl/init - library/cpp/openssl/method -) - -SRCS( - stream.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/openssl/method/ut/ya.make b/library/cpp/openssl/method/ut/ya.make deleted file mode 100644 index 493e582a68..0000000000 --- a/library/cpp/openssl/method/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/openssl/method) - -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 21e5007a85..0000000000 --- a/library/cpp/openssl/method/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -PEERDIR( - contrib/libs/openssl - library/cpp/openssl/holders -) - -SRCS( - io.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/packedtypes/ut/ya.make b/library/cpp/packedtypes/ut/ya.make deleted file mode 100644 index 3254037ad8..0000000000 --- a/library/cpp/packedtypes/ut/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -UNITTEST_FOR(library/cpp/packedtypes) - -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 0b7e6d78fc..0000000000 --- a/library/cpp/packedtypes/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/streams/zc_memory_input -) - -SRCS( - fixed_point.h - longs.cpp - packed.h - packedfloat.cpp - packedfloat.h - zigzag.h -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/packers/ut/ya.make b/library/cpp/packers/ut/ya.make deleted file mode 100644 index 0aae24a72f..0000000000 --- a/library/cpp/packers/ut/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -UNITTEST_FOR(library/cpp/packers) - -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 87a90c822c..0000000000 --- a/library/cpp/packers/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -SRCS( - packers.cpp - proto_packer.cpp - region_packer.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/pop_count/benchmark/ya.make b/library/cpp/pop_count/benchmark/ya.make deleted file mode 100644 index e7ea9418db..0000000000 --- a/library/cpp/pop_count/benchmark/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -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 179d47f064..0000000000 --- a/library/cpp/pop_count/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/pop_count) - -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 d858f3e87e..0000000000 --- a/library/cpp/pop_count/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -SRCS( - popcount.cpp -) - -END() - -RECURSE( - benchmark - ut -) diff --git a/library/cpp/presort/ya.make b/library/cpp/presort/ya.make deleted file mode 100644 index 21204b9ef1..0000000000 --- a/library/cpp/presort/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -SRCS( - presort.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 07813fe5df..0000000000 --- a/library/cpp/protobuf/interop/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST_FOR(library/cpp/protobuf/interop) - -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 ed6fcd65cd..0000000000 --- a/library/cpp/protobuf/interop/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -SRCS( - cast.cpp -) - -PEERDIR( - contrib/libs/protobuf -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/protobuf/json/ut/ya.make b/library/cpp/protobuf/json/ut/ya.make deleted file mode 100644 index 2a5391e375..0000000000 --- a/library/cpp/protobuf/json/ut/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -UNITTEST_FOR(library/cpp/protobuf/json) - -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/interop - 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 7dbd055a3a..0000000000 --- a/library/cpp/protobuf/json/ya.make +++ /dev/null @@ -1,27 +0,0 @@ -LIBRARY() - -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() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/protobuf/util/proto/ya.make b/library/cpp/protobuf/util/proto/ya.make deleted file mode 100644 index f3fedf54cd..0000000000 --- a/library/cpp/protobuf/util/proto/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -PROTO_LIBRARY() - -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 1f321085b1..0000000000 --- a/library/cpp/protobuf/util/ut/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -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 98c6a0306d..0000000000 --- a/library/cpp/protobuf/util/ya.make +++ /dev/null @@ -1,24 +0,0 @@ -LIBRARY() - -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/pybind/ya.make b/library/cpp/pybind/ya.make deleted file mode 100644 index 9b7b3413f2..0000000000 --- a/library/cpp/pybind/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -PY23_NATIVE_LIBRARY() - -SRCS( - cast.cpp - pod.cpp - typedesc.cpp - module.cpp - exceptions.cpp - embedding.cpp - empty.cpp - v2.cpp -) - -END() diff --git a/library/cpp/random_provider/ya.make b/library/cpp/random_provider/ya.make deleted file mode 100644 index f4cf8ed7df..0000000000 --- a/library/cpp/random_provider/ya.make +++ /dev/null @@ -1,8 +0,0 @@ -LIBRARY() - -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 ea5fa1b21b..0000000000 --- a/library/cpp/regex/hyperscan/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST() - -PEERDIR( - library/cpp/regex/hyperscan -) - -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 72abbef9a2..0000000000 --- a/library/cpp/regex/hyperscan/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -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 7f138f7012..0000000000 --- a/library/cpp/regex/pcre/benchmark/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -G_BENCHMARK() - -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 f3742e02b8..0000000000 --- a/library/cpp/regex/pcre/ut/ya.make +++ /dev/null @@ -1,8 +0,0 @@ -UNITTEST_FOR(library/cpp/regex/pcre) - -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 a1f5f3d4d6..0000000000 --- a/library/cpp/regex/pcre/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -LIBRARY() - -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 fb6aab0839..0000000000 --- a/library/cpp/regex/pire/inline/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -PROGRAM(pire_inline) - -CFLAGS(-DPIRE_NO_CONFIG) - -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 0e106cf6b3..0000000000 --- a/library/cpp/regex/pire/ut/ya.make +++ /dev/null @@ -1,39 +0,0 @@ -# this test in not linked into build tree with ReCURSE and is built by unittest/library - -UNITTEST() - -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 b2579a73df..0000000000 --- a/library/cpp/regex/pire/ya.make +++ /dev/null @@ -1,33 +0,0 @@ -LIBRARY() - -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/resource/ut/lib/ya.make b/library/cpp/resource/ut/lib/ya.make deleted file mode 100644 index a6524b06b8..0000000000 --- a/library/cpp/resource/ut/lib/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -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 a07e24f4d8..0000000000 --- a/library/cpp/resource/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/resource/ut/lib) - -SRCS( - resource_ut.cpp -) - -END() diff --git a/library/cpp/resource/ya.make b/library/cpp/resource/ya.make deleted file mode 100644 index e6961d2bb2..0000000000 --- a/library/cpp/resource/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/blockcodecs/core - library/cpp/blockcodecs/codecs/zstd -) - -SRCS( - registry.cpp - resource.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/retry/protos/ya.make b/library/cpp/retry/protos/ya.make deleted file mode 100644 index 5530fbfb0d..0000000000 --- a/library/cpp/retry/protos/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -PROTO_LIBRARY() - -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 10825edd32..0000000000 --- a/library/cpp/retry/ut/ya.make +++ /dev/null @@ -1,8 +0,0 @@ -UNITTEST_FOR(library/cpp/retry) - -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 8f901085b0..0000000000 --- a/library/cpp/retry/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -SRCS( - retry.cpp - utils.cpp -) - -PEERDIR( - library/cpp/retry/protos -) - -END() - -RECURSE( - protos - ut -) 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 471f9624d7..0000000000 --- a/library/cpp/scheme/tests/fuzz_json/lib/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -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 1a00d69d57..0000000000 --- a/library/cpp/scheme/tests/fuzz_json/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -FUZZ() - -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 642e76862c..0000000000 --- a/library/cpp/scheme/tests/fuzz_ops/lib/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -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 042a103867..0000000000 --- a/library/cpp/scheme/tests/fuzz_ops/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -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 7f11242f2d..0000000000 --- a/library/cpp/scheme/tests/fuzz_ops/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -FUZZ() - -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 ceea46500f..0000000000 --- a/library/cpp/scheme/tests/ut/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -UNITTEST() - -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 4e3d579127..0000000000 --- a/library/cpp/scheme/tests/ya.make +++ /dev/null @@ -1,6 +0,0 @@ -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 15200afca3..0000000000 --- a/library/cpp/scheme/ut_utils/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -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 274c481a99..0000000000 --- a/library/cpp/scheme/util/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -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 2b6c79a2e0..0000000000 --- a/library/cpp/scheme/ya.make +++ /dev/null @@ -1,29 +0,0 @@ -LIBRARY() - -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() - -RECURSE( - tests - ut_utils - util -) diff --git a/library/cpp/sighandler/ya.make b/library/cpp/sighandler/ya.make deleted file mode 100644 index d303178df4..0000000000 --- a/library/cpp/sighandler/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -SRCS( - async_signals_handler.cpp - async_signals_handler.h -) - -PEERDIR( - library/cpp/deprecated/atomic -) - -END() diff --git a/library/cpp/sliding_window/ut/ya.make b/library/cpp/sliding_window/ut/ya.make deleted file mode 100644 index f38df817a9..0000000000 --- a/library/cpp/sliding_window/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/sliding_window) - -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 3a81e86494..0000000000 --- a/library/cpp/sliding_window/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -SRCS( - sliding_window.cpp - sliding_window.h -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/sse/ut/ya.make b/library/cpp/sse/ut/ya.make deleted file mode 100644 index bdcbac1d69..0000000000 --- a/library/cpp/sse/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST_FOR(library/cpp/sse) - -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 15c7cde0c1..0000000000 --- a/library/cpp/sse/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -SRCS( - sse.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/streams/brotli/ut/ya.make b/library/cpp/streams/brotli/ut/ya.make deleted file mode 100644 index ffa9c0748a..0000000000 --- a/library/cpp/streams/brotli/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/streams/brotli) - -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 abc1006372..0000000000 --- a/library/cpp/streams/brotli/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -PEERDIR( - contrib/libs/brotli/enc - contrib/libs/brotli/dec -) - -SRCS( - brotli.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/streams/bzip2/ut/ya.make b/library/cpp/streams/bzip2/ut/ya.make deleted file mode 100644 index 86e36216a4..0000000000 --- a/library/cpp/streams/bzip2/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/streams/bzip2) - -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 bdbc706a86..0000000000 --- a/library/cpp/streams/bzip2/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -PEERDIR( - contrib/libs/libbz2 -) - -SRCS( - bzip2.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/streams/lzma/ut/ya.make b/library/cpp/streams/lzma/ut/ya.make deleted file mode 100644 index 99b7e5e401..0000000000 --- a/library/cpp/streams/lzma/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/streams/lzma) - -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 2b2e352ebd..0000000000 --- a/library/cpp/streams/lzma/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -PEERDIR( - contrib/libs/lzmasdk -) - -SRCS( - lzma.cpp -) - -END() - -RECURSE_FOR_TESTS( - 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 3909706ffa..0000000000 --- a/library/cpp/streams/zc_memory_input/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -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 3e490b9bc1..0000000000 --- a/library/cpp/streams/zstd/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/streams/zstd) - -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 e920a0fab4..0000000000 --- a/library/cpp/streams/zstd/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -PEERDIR( - contrib/libs/zstd -) - -SRCS( - zstd.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) 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 d941438e1a..0000000000 --- a/library/cpp/string_utils/base64/bench/metrics/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -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 6e47492f27..0000000000 --- a/library/cpp/string_utils/base64/bench/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -Y_BENCHMARK() - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/string_utils/base64 -) - -END() - -RECURSE( - metrics -) 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 42200698ea..0000000000 --- a/library/cpp/string_utils/base64/fuzz/generic/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -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 9ce31c3299..0000000000 --- a/library/cpp/string_utils/base64/fuzz/lib/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -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 b43737fccf..0000000000 --- a/library/cpp/string_utils/base64/fuzz/uneven/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -FUZZ() - -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 87a10e7ac4..0000000000 --- a/library/cpp/string_utils/base64/fuzz/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -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 bfab185e89..0000000000 --- a/library/cpp/string_utils/base64/ut/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -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 695da9a14b..0000000000 --- a/library/cpp/string_utils/base64/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -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( - bench - fuzz - ut -) diff --git a/library/cpp/string_utils/csv/ya.make b/library/cpp/string_utils/csv/ya.make deleted file mode 100644 index 16682d40e5..0000000000 --- a/library/cpp/string_utils/csv/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -SRCS( - csv.cpp -) - -END() 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 28a5e77cfe..0000000000 --- a/library/cpp/string_utils/indent_text/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -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 30ff29f97b..0000000000 --- a/library/cpp/string_utils/levenshtein_diff/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/string_utils/levenshtein_diff) - -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 3baf79d7ad..0000000000 --- a/library/cpp/string_utils/levenshtein_diff/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -SRCS( - levenshtein_diff.cpp -) - -PEERDIR( - util/draft -) - -END() - -RECURSE_FOR_TESTS( - ut -) 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 f570c5cfba..0000000000 --- a/library/cpp/string_utils/parse_size/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/string_utils/parse_size) - -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 d960d156bb..0000000000 --- a/library/cpp/string_utils/parse_size/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -SRCS( - parse_size.cpp - parse_size.h -) - -END() - -RECURSE_FOR_TESTS( - ut -) 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 ad951b1ed1..0000000000 --- a/library/cpp/string_utils/quote/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/string_utils/quote) - -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 109592c235..0000000000 --- a/library/cpp/string_utils/quote/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -SRCS( - quote.cpp - quote.h -) - -END() - -RECURSE_FOR_TESTS( - ut -) 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 d437907e5b..0000000000 --- a/library/cpp/string_utils/relaxed_escaper/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/string_utils/relaxed_escaper) - -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 2f9e92a578..0000000000 --- a/library/cpp/string_utils/relaxed_escaper/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -SRCS( - relaxed_escaper.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/string_utils/scan/ya.make b/library/cpp/string_utils/scan/ya.make deleted file mode 100644 index e90dbf3154..0000000000 --- a/library/cpp/string_utils/scan/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -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 c876bb2888..0000000000 --- a/library/cpp/string_utils/url/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/string_utils/url) - -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 bccc1c332b..0000000000 --- a/library/cpp/string_utils/url/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -SRCS( - url.cpp - url.h -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/string_utils/ztstrbuf/ya.make b/library/cpp/string_utils/ztstrbuf/ya.make deleted file mode 100644 index 019d9e890b..0000000000 --- a/library/cpp/string_utils/ztstrbuf/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -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 e503745261..0000000000 --- a/library/cpp/svnversion/test/ya.make +++ /dev/null @@ -1,4 +0,0 @@ -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 3789c4b38a..0000000000 --- a/library/cpp/svnversion/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -LIBRARY() - -SRCS( - svnversion.cpp - svn_interface.c -) -END() -RECURSE( - test -) diff --git a/library/cpp/tdigest/ya.make b/library/cpp/tdigest/ya.make deleted file mode 100644 index 2546443726..0000000000 --- a/library/cpp/tdigest/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -SRCS( - tdigest.cpp - tdigest.proto -) - -PEERDIR( - contrib/libs/protobuf -) - -END() 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 c43de8348e..0000000000 --- a/library/cpp/terminate_handler/sample/exception/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PROGRAM(exception_sample) - -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 ae4a907f40..0000000000 --- a/library/cpp/terminate_handler/sample/pure-virtual/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PROGRAM() - -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 ae4a907f40..0000000000 --- a/library/cpp/terminate_handler/sample/rethrow/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PROGRAM() - -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 ae4a907f40..0000000000 --- a/library/cpp/terminate_handler/sample/segv/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PROGRAM() - -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 79ce28968d..0000000000 --- a/library/cpp/terminate_handler/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -SRCS( - GLOBAL terminate_handler.cpp - segv_handler.cpp -) - -END() - -RECURSE( - sample -) 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 56eb58fc7f..0000000000 --- a/library/cpp/testing/benchmark/examples/metrics/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -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 857c43519c..0000000000 --- a/library/cpp/testing/benchmark/examples/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -Y_BENCHMARK() - -SRCS( - main.cpp -) - -END() - -RECURSE( - metrics -) diff --git a/library/cpp/testing/benchmark/main/ya.make b/library/cpp/testing/benchmark/main/ya.make deleted file mode 100644 index 684435b94f..0000000000 --- a/library/cpp/testing/benchmark/main/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -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 8ded7f4ec2..0000000000 --- a/library/cpp/testing/benchmark/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -LIBRARY() - -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() - -RECURSE( - examples - main -) diff --git a/library/cpp/testing/common/ut/ya.make b/library/cpp/testing/common/ut/ya.make deleted file mode 100644 index 100c42f835..0000000000 --- a/library/cpp/testing/common/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -GTEST() -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 c0ec98af53..0000000000 --- a/library/cpp/testing/common/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -SRCS( - env.cpp - network.cpp - probe.cpp - scope.cpp -) - -PEERDIR( - library/cpp/json -) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/testing/gbenchmark_main/ya.make b/library/cpp/testing/gbenchmark_main/ya.make deleted file mode 100644 index e5fefc54d0..0000000000 --- a/library/cpp/testing/gbenchmark_main/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -SRCS( - main.cpp -) - -PEERDIR( - contrib/libs/benchmark - library/cpp/testing/hook -) - -END() 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 38d3aae811..0000000000 --- a/library/cpp/testing/gmock_in_unittest/example_ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST() - -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 cd2fa65b48..0000000000 --- a/library/cpp/testing/gmock_in_unittest/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -LIBRARY() - -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() - -RECURSE_FOR_TESTS( - example_ut -) diff --git a/library/cpp/testing/gtest/ut/ya.make b/library/cpp/testing/gtest/ut/ya.make deleted file mode 100644 index d06bbefd49..0000000000 --- a/library/cpp/testing/gtest/ut/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -GTEST() -SRCS( - matchers_ut.cpp - ut.cpp -) - -DATA( - arcadia/library/cpp/testing/gtest/ut/golden -) - -PEERDIR( - library/cpp/testing/hook -) - -END() diff --git a/library/cpp/testing/gtest/ya.make b/library/cpp/testing/gtest/ya.make deleted file mode 100644 index 74beb1a051..0000000000 --- a/library/cpp/testing/gtest/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -LIBRARY() - -PROVIDES(test_framework) - -SRCS( - gtest.cpp - main.cpp - matchers.cpp -) - -PEERDIR( - contrib/restricted/googletest/googlemock - contrib/restricted/googletest/googletest - library/cpp/string_utils/relaxed_escaper - library/cpp/testing/common - library/cpp/testing/gtest_extensions - library/cpp/testing/hook -) - -END() - -RECURSE_FOR_TESTS(ut) 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 61c20583b4..0000000000 --- a/library/cpp/testing/gtest_extensions/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -GTEST() -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 e954914d78..0000000000 --- a/library/cpp/testing/gtest_extensions/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() -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/gtest_main/ya.make b/library/cpp/testing/gtest_main/ya.make deleted file mode 100644 index e005ab9237..0000000000 --- a/library/cpp/testing/gtest_main/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/testing/gtest -) - -END() diff --git a/library/cpp/testing/hook/ya.make b/library/cpp/testing/hook/ya.make deleted file mode 100644 index a5935ceb87..0000000000 --- a/library/cpp/testing/hook/ya.make +++ /dev/null @@ -1,6 +0,0 @@ -LIBRARY() -SRCS( - hook.cpp -) - -END() diff --git a/library/cpp/testing/mock_server/ya.make b/library/cpp/testing/mock_server/ya.make deleted file mode 100644 index 4b9fc8371d..0000000000 --- a/library/cpp/testing/mock_server/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/http/misc - library/cpp/http/server -) - -SRCS( - server.cpp -) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/cpp/testing/unittest/fat/ya.make b/library/cpp/testing/unittest/fat/ya.make deleted file mode 100644 index 464f26818f..0000000000 --- a/library/cpp/testing/unittest/fat/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -UNITTEST() - -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/pytests/test_subject/ya.make b/library/cpp/testing/unittest/pytests/test_subject/ya.make deleted file mode 100644 index c9990b674f..0000000000 --- a/library/cpp/testing/unittest/pytests/test_subject/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -TAG(ya:manual) - -SRCS( - tests.cpp -) - -PEERDIR( - library/cpp/testing/unittest -) - -END() diff --git a/library/cpp/testing/unittest/pytests/ya.make b/library/cpp/testing/unittest/pytests/ya.make deleted file mode 100644 index bbc1c9dec3..0000000000 --- a/library/cpp/testing/unittest/pytests/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -PY3TEST() - -SIZE(MEDIUM) - -TEST_SRCS( - test_tear_down.py -) - -PEERDIR( - library/python/testing/yatest_common -) - -DEPENDS( - library/cpp/testing/unittest/pytests/test_subject -) - -END() - -RECURSE( - test_subject -) diff --git a/library/cpp/testing/unittest/ut/ya.make b/library/cpp/testing/unittest/ut/ya.make deleted file mode 100644 index 86efa0d788..0000000000 --- a/library/cpp/testing/unittest/ut/ya.make +++ /dev/null @@ -1,8 +0,0 @@ -UNITTEST_FOR(library/cpp/testing/unittest) - -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 f9fa7a09b3..0000000000 --- a/library/cpp/testing/unittest/ya.make +++ /dev/null @@ -1,31 +0,0 @@ -LIBRARY() - -PROVIDES(test_framework) - -PEERDIR( - contrib/libs/libxml - 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 - junit.cpp - plugin.cpp - registar.cpp - tests_data.cpp - utmain.cpp -) - -END() - -RECURSE_FOR_TESTS( - fat - pytests - ut -) diff --git a/library/cpp/testing/unittest_main/ya.make b/library/cpp/testing/unittest_main/ya.make deleted file mode 100644 index 8502296143..0000000000 --- a/library/cpp/testing/unittest_main/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/testing/unittest - library/cpp/terminate_handler -) - -SRCS( - main.cpp -) - -END() diff --git a/library/cpp/threading/atomic/ut/ya.make b/library/cpp/threading/atomic/ut/ya.make deleted file mode 100644 index fe2a5ac8f9..0000000000 --- a/library/cpp/threading/atomic/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/atomic) - -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 e4dd81d9d3..0000000000 --- a/library/cpp/threading/atomic/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -SRCS( - bool.cpp -) - -PEERDIR( - library/cpp/deprecated/atomic -) - -END() - -RECURSE_FOR_TESTS( - ut -) 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 a58422ce02..0000000000 --- a/library/cpp/threading/chunk_queue/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/chunk_queue) - -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 a0d7c556ef..0000000000 --- a/library/cpp/threading/chunk_queue/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -SRCS( - queue.cpp -) - -PEERDIR( - library/cpp/deprecated/atomic -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/threading/equeue/ut/ya.make b/library/cpp/threading/equeue/ut/ya.make deleted file mode 100644 index 60bc0aa604..0000000000 --- a/library/cpp/threading/equeue/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -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 445797aa12..0000000000 --- a/library/cpp/threading/equeue/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -SRCS( - equeue.h - equeue.cpp -) - -PEERDIR( - library/cpp/deprecated/atomic -) - -END() - -RECURSE_FOR_TESTS( - ut -) 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 fee088813a..0000000000 --- a/library/cpp/threading/future/mt_ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/future) - -SRCS( - future_mt_ut.cpp -) - -IF(SANITIZER_TYPE) - 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 0677420107..0000000000 --- a/library/cpp/threading/future/perf/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -Y_BENCHMARK(library-threading-future-perf) - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/threading/future -) - -END() diff --git a/library/cpp/threading/future/ut/ya.make b/library/cpp/threading/future/ut/ya.make deleted file mode 100644 index 7b18274169..0000000000 --- a/library/cpp/threading/future/ut/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/future) - -SRCS( - async_semaphore_ut.cpp - 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 32b54ff518..0000000000 --- a/library/cpp/threading/future/ya.make +++ /dev/null @@ -1,25 +0,0 @@ -SUBSCRIBER( - swarmer -) - -LIBRARY() - -SRCS( - async_semaphore.cpp - 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( - mt_ut - perf - ut -) diff --git a/library/cpp/threading/hot_swap/ya.make b/library/cpp/threading/hot_swap/ya.make deleted file mode 100644 index 82eb6490a4..0000000000 --- a/library/cpp/threading/hot_swap/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -SRCS( - hot_swap.cpp -) - -PEERDIR( - library/cpp/deprecated/atomic -) - -END() 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 297cfe1d0a..0000000000 --- a/library/cpp/threading/light_rw_lock/bench/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PROGRAM(lightrwlock_test) - -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 780dd65803..0000000000 --- a/library/cpp/threading/light_rw_lock/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/light_rw_lock) - -SRCS( - rwlock_ut.cpp -) - -PEERDIR( - library/cpp/deprecated/atomic -) - -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 a2452336c3..0000000000 --- a/library/cpp/threading/light_rw_lock/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -SRCS( - lightrwlock.cpp - lightrwlock.h -) - -END() - -RECURSE( - bench - ut -) 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 c571115f60..0000000000 --- a/library/cpp/threading/local_executor/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -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 2ccaa3031a..0000000000 --- a/library/cpp/threading/local_executor/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -LIBRARY() - -SRCS( - local_executor.cpp - tbb_local_executor.cpp -) - -PEERDIR( - contrib/libs/tbb - library/cpp/threading/future - library/cpp/deprecated/atomic -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/threading/mux_event/ya.make b/library/cpp/threading/mux_event/ya.make deleted file mode 100644 index 0e112b5ef9..0000000000 --- a/library/cpp/threading/mux_event/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -SRCS( - mux_event.cpp -) - -PEERDIR( - library/cpp/deprecated/atomic -) - -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 570b8788f0..0000000000 --- a/library/cpp/threading/poor_man_openmp/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/poor_man_openmp) - -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 976b2b6b3c..0000000000 --- a/library/cpp/threading/poor_man_openmp/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -SRCS( - thread_helper.cpp -) - -PEERDIR( - library/cpp/deprecated/atomic -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/threading/queue/ut/ya.make b/library/cpp/threading/queue/ut/ya.make deleted file mode 100644 index 28246305df..0000000000 --- a/library/cpp/threading/queue/ut/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/queue) - -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 507c80b072..0000000000 --- a/library/cpp/threading/queue/ya.make +++ /dev/null @@ -1,24 +0,0 @@ -LIBRARY() - -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 -) - -PEERDIR( - library/cpp/deprecated/atomic -) - -END() - -RECURSE_FOR_TESTS( - ut -) 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 476d2eaff4..0000000000 --- a/library/cpp/threading/skip_list/perf/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROGRAM(skiplist-perf) - -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 6748e4e43a..0000000000 --- a/library/cpp/threading/skip_list/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/skip_list) - -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 0c3f91046e..0000000000 --- a/library/cpp/threading/skip_list/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -SRCS( - skiplist.cpp -) - -PEERDIR( - library/cpp/deprecated/atomic -) - -END() - -RECURSE( - perf - ut -) 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 93e77b8e9a..0000000000 --- a/library/cpp/threading/task_scheduler/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/task_scheduler) - -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 33cb6bba2f..0000000000 --- a/library/cpp/threading/task_scheduler/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -SRCS( - task_scheduler.cpp -) - -PEERDIR( - library/cpp/deprecated/atomic -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/threading/thread_local/ya.make b/library/cpp/threading/thread_local/ya.make deleted file mode 100644 index 676381ab0f..0000000000 --- a/library/cpp/threading/thread_local/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/threading/hot_swap - library/cpp/threading/skip_list -) - -GENERATE_ENUM_SERIALIZATION(thread_local.h) - -SRCS(thread_local.cpp) - -END() diff --git a/library/cpp/time_provider/ya.make b/library/cpp/time_provider/ya.make deleted file mode 100644 index 3f7f4b3601..0000000000 --- a/library/cpp/time_provider/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -SRCS( - monotonic.cpp - time_provider.cpp - monotonic_provider.cpp -) - -END() diff --git a/library/cpp/timezone_conversion/ut/ya.make b/library/cpp/timezone_conversion/ut/ya.make deleted file mode 100644 index 1c797135bf..0000000000 --- a/library/cpp/timezone_conversion/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -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 8ccc87db1c..0000000000 --- a/library/cpp/timezone_conversion/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -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 9b2516e259..0000000000 --- a/library/cpp/tld/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -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 64815a2a0c..0000000000 --- a/library/cpp/tld/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -LIBRARY() - -RUN_PYTHON3( - 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() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/unicode/normalization/ut/ya.make b/library/cpp/unicode/normalization/ut/ya.make deleted file mode 100644 index 3cd271e620..0000000000 --- a/library/cpp/unicode/normalization/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -UNITTEST() - -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 0646cfb8b0..0000000000 --- a/library/cpp/unicode/normalization/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -LIBRARY() - -NO_UTIL() - -SRCS( - generated/composition.cpp - generated/decomposition.cpp - decomposition_table.h - normalization.cpp -) - -IF(NOT OPENSOURCE) - SRCS( - custom_encoder.cpp - ) - PEERDIR( - library/cpp/charset - ) - GENERATE_ENUM_SERIALIZATION(normalization.h) -ENDIF() - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/unicode/punycode/ut/ya.make b/library/cpp/unicode/punycode/ut/ya.make deleted file mode 100644 index b242ab48cc..0000000000 --- a/library/cpp/unicode/punycode/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/unicode/punycode) - -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 4c5effa07b..0000000000 --- a/library/cpp/unicode/punycode/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -PEERDIR( - contrib/libs/libidn -) - -SRCS( - punycode.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/unicode/set/ya.make b/library/cpp/unicode/set/ya.make deleted file mode 100644 index b06845f923..0000000000 --- a/library/cpp/unicode/set/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -SRCS( - set.cpp - quoted_pair.cpp - unicode_set.cpp - unicode_set_parser.cpp - unicode_set_token.cpp - generated/category_ranges.cpp - unicode_set_lexer.rl6 -) - -GENERATE_ENUM_SERIALIZATION(unicode_set_token.h) - -END() diff --git a/library/cpp/unified_agent_client/examples/ua_grpc_client/ya.make b/library/cpp/unified_agent_client/examples/ua_grpc_client/ya.make deleted file mode 100644 index 7700d7b49a..0000000000 --- a/library/cpp/unified_agent_client/examples/ua_grpc_client/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -PROGRAM(ua_grpc_client) - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/unified_agent_client - library/cpp/getopt -) - -END() diff --git a/library/cpp/unified_agent_client/examples/ya.make b/library/cpp/unified_agent_client/examples/ya.make deleted file mode 100644 index 6162b86b84..0000000000 --- a/library/cpp/unified_agent_client/examples/ya.make +++ /dev/null @@ -1,3 +0,0 @@ -RECURSE( - ua_grpc_client -) diff --git a/library/cpp/unified_agent_client/proto/ya.make b/library/cpp/unified_agent_client/proto/ya.make deleted file mode 100644 index fe017da6d5..0000000000 --- a/library/cpp/unified_agent_client/proto/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROTO_LIBRARY() - -INCLUDE_TAGS(GO_PROTO) - -GRPC() - -SRCS( - unified_agent.proto -) - -GENERATE_ENUM_SERIALIZATION(unified_agent.pb.h) - -END() diff --git a/library/cpp/unified_agent_client/ya.make b/library/cpp/unified_agent_client/ya.make deleted file mode 100644 index 6771471974..0000000000 --- a/library/cpp/unified_agent_client/ya.make +++ /dev/null @@ -1,38 +0,0 @@ -LIBRARY() - -ADDINCL( - contrib/libs/grpc - contrib/libs/grpc/include -) - -SRCS( - backend.cpp - backend_creator.cpp - client_impl.cpp - counters.cpp - helpers.cpp - grpc_io.cpp - grpc_status_code.cpp - clock.cpp - duration_counter.cpp - logger.cpp - throttling.cpp - proto_weighing.cpp - GLOBAL registrar.cpp -) - -PEERDIR( - contrib/libs/grpc - library/cpp/logger/global - library/cpp/threading/future - library/cpp/monlib/dynamic_counters - library/cpp/unified_agent_client/proto -) - -GENERATE_ENUM_SERIALIZATION(grpc_io.h) - -END() - -RECURSE( - examples -) diff --git a/library/cpp/uri/benchmark/ya.make b/library/cpp/uri/benchmark/ya.make deleted file mode 100644 index 6822537c45..0000000000 --- a/library/cpp/uri/benchmark/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -Y_BENCHMARK() - -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 e990749721..0000000000 --- a/library/cpp/uri/ut/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -UNITTEST_FOR(library/cpp/uri) - -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 4b75161555..0000000000 --- a/library/cpp/uri/ya.make +++ /dev/null @@ -1,27 +0,0 @@ -LIBRARY() - -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 0ddf387bcb..0000000000 --- a/library/cpp/xml/document/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/xml/document) - -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 f95e0bbf07..0000000000 --- a/library/cpp/xml/document/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -LIBRARY() - -SRCS( - xml-document.cpp - xml-textreader.cpp - xml-options.cpp -) - -PEERDIR( - library/cpp/xml/init - contrib/libs/libxml - library/cpp/string_utils/ztstrbuf -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/xml/init/ya.make b/library/cpp/xml/init/ya.make deleted file mode 100644 index 1df06392e3..0000000000 --- a/library/cpp/xml/init/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -PEERDIR( - contrib/libs/libxml - library/cpp/charset -) - -SRCS( - ptr.cpp - init.cpp -) - -END() diff --git a/library/cpp/yaml/as/ut/ya.make b/library/cpp/yaml/as/ut/ya.make deleted file mode 100644 index e254b4c076..0000000000 --- a/library/cpp/yaml/as/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST() - -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 3cc3bf754f..0000000000 --- a/library/cpp/yaml/as/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -PEERDIR( - contrib/libs/yaml-cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/yaml/fyamlcpp/ut/ya.make b/library/cpp/yaml/fyamlcpp/ut/ya.make deleted file mode 100644 index 1ac2b25438..0000000000 --- a/library/cpp/yaml/fyamlcpp/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/yaml/fyamlcpp) - -SRCS( - fyamlcpp_ut.cpp - libfyaml_ut.cpp -) - -END() - diff --git a/library/cpp/yaml/fyamlcpp/ya.make b/library/cpp/yaml/fyamlcpp/ya.make deleted file mode 100644 index 06ce8066ee..0000000000 --- a/library/cpp/yaml/fyamlcpp/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -SRCS( - fyamlcpp.cpp - fyamlcpp.h -) - -PEERDIR( - contrib/libs/libfyaml -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/yconf/patcher/ya.make b/library/cpp/yconf/patcher/ya.make deleted file mode 100644 index a3888c4f3b..0000000000 --- a/library/cpp/yconf/patcher/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -PEERDIR( - library/cpp/json - library/cpp/yconf -) - -SRCS( - config_patcher.cpp - unstrict_config.cpp -) - -END() diff --git a/library/cpp/yconf/ya.make b/library/cpp/yconf/ya.make deleted file mode 100644 index a444e5e057..0000000000 --- a/library/cpp/yconf/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -SRCS( - conf.cpp -) - -PEERDIR( - library/cpp/charset - library/cpp/logger -) - -END() diff --git a/library/cpp/yson/json/ya.make b/library/cpp/yson/json/ya.make deleted file mode 100644 index cdf7bd2b10..0000000000 --- a/library/cpp/yson/json/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY() - -SRCS( - json_writer.cpp - yson2json_adapter.cpp -) - -PEERDIR( - library/cpp/json -) - -END() diff --git a/library/cpp/yson/node/benchmark/ya.make b/library/cpp/yson/node/benchmark/ya.make deleted file mode 100644 index dd2035b1fa..0000000000 --- a/library/cpp/yson/node/benchmark/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -G_BENCHMARK() - -SRCS( - reserve.cpp -) - -PEERDIR( - library/cpp/yson/node -) - -SIZE(SMALL) - -END() diff --git a/library/cpp/yson/node/ut/ya.make b/library/cpp/yson/node/ut/ya.make deleted file mode 100644 index a3f79f7403..0000000000 --- a/library/cpp/yson/node/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/yson/node) - -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 18fcd10168..0000000000 --- a/library/cpp/yson/node/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -LIBRARY() - -GENERATE_ENUM_SERIALIZATION(node.h) - -PEERDIR( - library/cpp/yson - library/cpp/yson/json -) - -SRCS( - node.cpp - node_io.cpp - node_builder.cpp - node_visitor.cpp - serialize.cpp -) - -END() - -RECURSE( - benchmark - ut -) diff --git a/library/cpp/yson/ut/ya.make b/library/cpp/yson/ut/ya.make deleted file mode 100644 index 489735f772..0000000000 --- a/library/cpp/yson/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -GTEST() - -SRCS( - yson_ut.cpp -) - -PEERDIR( - library/cpp/yson -) - -END() diff --git a/library/cpp/yson/ya.make b/library/cpp/yson/ya.make deleted file mode 100644 index cc973356bd..0000000000 --- a/library/cpp/yson/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -LIBRARY() - -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() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/yson_pull/ut/ya.make b/library/cpp/yson_pull/ut/ya.make deleted file mode 100644 index 04b6a7e713..0000000000 --- a/library/cpp/yson_pull/ut/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -UNITTEST_FOR(library/cpp/yson_pull) - -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 bbe2f23d03..0000000000 --- a/library/cpp/yson_pull/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -LIBRARY(yson_pull) - -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() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/yt/assert/ya.make b/library/cpp/yt/assert/ya.make deleted file mode 100644 index a9833ab70e..0000000000 --- a/library/cpp/yt/assert/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) - -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 ab94ee8796..0000000000 --- a/library/cpp/yt/coding/unittests/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -GTEST() - -INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) - -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 639d94e755..0000000000 --- a/library/cpp/yt/coding/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -LIBRARY() - -INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) - -SRCS( -) - -PEERDIR( - library/cpp/yt/exception -) - -END() - -RECURSE_FOR_TESTS( - unittests -) - -IF (NOT OPENSOURCE) - RECURSE( - benchmark - ) -ENDIF() diff --git a/library/cpp/yt/containers/ya.make b/library/cpp/yt/containers/ya.make deleted file mode 100644 index fbc70dbd7c..0000000000 --- a/library/cpp/yt/containers/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) - -SRCS( -) - -PEERDIR( - library/cpp/yt/assert -) - -END() - -RECURSE_FOR_TESTS( - unittests -) diff --git a/library/cpp/yt/cpu_clock/ya.make b/library/cpp/yt/cpu_clock/ya.make deleted file mode 100644 index 60ea0e940e..0000000000 --- a/library/cpp/yt/cpu_clock/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -LIBRARY() - -INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) - -SRCS( - clock.cpp -) - -PEERDIR( - library/cpp/yt/assert -) - -END() - -RECURSE( - benchmark -) - -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 ff0014adcf..0000000000 --- a/library/cpp/yt/exception/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) - -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 252f7f7b3d..0000000000 --- a/library/cpp/yt/malloc/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) - -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 684fd1ad26..0000000000 --- a/library/cpp/yt/memory/unittests/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -GTEST(unittester-library-memory) - -INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) - -IF (NOT OS_WINDOWS) - ALLOCATOR(YT) -ENDIF() - -SRCS( - atomic_intrusive_ptr_ut.cpp - chunked_memory_pool_ut.cpp - chunked_memory_pool_output_ut.cpp - free_list_ut.cpp - 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 c83121673d..0000000000 --- a/library/cpp/yt/memory/ya.make +++ /dev/null @@ -1,38 +0,0 @@ -LIBRARY() - -INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) - -SRCS( - blob.cpp - chunked_input_stream.cpp - chunked_memory_allocator.cpp - chunked_memory_pool.cpp - chunked_memory_pool_output.cpp - chunked_output_stream.cpp - ref.cpp - ref_tracked.cpp - shared_range.cpp -) - -PEERDIR( - library/cpp/yt/assert - library/cpp/yt/misc - library/cpp/yt/malloc -) - -CHECK_DEPENDENT_DIRS( - ALLOW_ONLY ALL - build - contrib - library - util - library/cpp/yt/assert - library/cpp/yt/misc - library/cpp/yt/malloc -) - -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 bc985812ed..0000000000 --- a/library/cpp/yt/misc/unittests/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -GTEST(unittester-library-misc) - -INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) - -SRCS( - enum_ut.cpp - guid_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 6b3605f387..0000000000 --- a/library/cpp/yt/misc/ya.make +++ /dev/null @@ -1,28 +0,0 @@ -LIBRARY() - -INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) - -SRCS( - guid.cpp - source_location.cpp - variant.cpp -) - -PEERDIR( - 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 bf3deade90..0000000000 --- a/library/cpp/yt/small_containers/unittests/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -GTEST(unittester-small-containers) - -INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) - -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 a8bf8029d0..0000000000 --- a/library/cpp/yt/small_containers/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -LIBRARY() - -INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) - -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 8fd64d3662..0000000000 --- a/library/cpp/yt/string/unittests/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -GTEST(unittester-library-string) - -INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) - -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 95b07ee0d1..0000000000 --- a/library/cpp/yt/string/ya.make +++ /dev/null @@ -1,34 +0,0 @@ -LIBRARY() - -INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) - -SRCS( - enum.cpp - guid.cpp - string.cpp - format.cpp -) - -PEERDIR( - library/cpp/yt/assert - library/cpp/yt/exception - library/cpp/yt/misc - library/cpp/yt/small_containers -) - -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/system/ya.make b/library/cpp/yt/system/ya.make deleted file mode 100644 index 22aab5151e..0000000000 --- a/library/cpp/yt/system/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) - -SRCS( - thread_id.cpp -) - -END() diff --git a/library/cpp/yt/threading/ya.make b/library/cpp/yt/threading/ya.make deleted file mode 100644 index 5c1f3d1408..0000000000 --- a/library/cpp/yt/threading/ya.make +++ /dev/null @@ -1,29 +0,0 @@ -LIBRARY() - -INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) - -SRCS( - at_fork.cpp - event_count.cpp - fork_aware_spin_lock.cpp - fork_aware_rw_spin_lock.cpp - futex.cpp - public.cpp - recursive_spin_lock.cpp - rw_spin_lock.cpp - spin_lock_base.cpp - spin_lock.cpp - spin_wait.cpp - spin_wait_hook.cpp -) - -PEERDIR( - library/cpp/yt/assert - library/cpp/yt/cpu_clock - library/cpp/yt/system - library/cpp/yt/memory -) - -END() - -RECURSE_FOR_TESTS(unittests) diff --git a/library/cpp/yt/yson/ya.make b/library/cpp/yt/yson/ya.make deleted file mode 100644 index f8bd9fc15d..0000000000 --- a/library/cpp/yt/yson/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) - -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 f301e5b438..0000000000 --- a/library/cpp/yt/yson_string/unittests/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -GTEST() - -INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) - -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 ba693760f1..0000000000 --- a/library/cpp/yt/yson_string/ya.make +++ /dev/null @@ -1,23 +0,0 @@ -LIBRARY() - -INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) - -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 7e7852df14..0000000000 --- a/library/cpp/ytalloc/api/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -SRCS( - fallback.cpp -) - -PEERDIR( - library/cpp/yt/misc -) - -END() diff --git a/library/cpp/ytalloc/impl/ya.make b/library/cpp/ytalloc/impl/ya.make deleted file mode 100644 index 2c2fb44023..0000000000 --- a/library/cpp/ytalloc/impl/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -SRCS( - bridge.cpp -) - -PEERDIR( - library/cpp/malloc/api - library/cpp/yt/containers - library/cpp/yt/threading -) - -END() diff --git a/library/go/core/buildinfo/ya.make b/library/go/core/buildinfo/ya.make deleted file mode 100644 index 5b0ae3c638..0000000000 --- a/library/go/core/buildinfo/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -GO_LIBRARY() - -SRCS(buildinfo.go) - -END() - -RECURSE(test) diff --git a/library/python/archive/ya.make b/library/python/archive/ya.make deleted file mode 100644 index daddfcc7bd..0000000000 --- a/library/python/archive/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -PEERDIR( - contrib/python/python-libarchive -) - -END() - -RECURSE_FOR_TESTS( - benchmark - test -) diff --git a/library/python/certifi/ya.make b/library/python/certifi/ya.make deleted file mode 100644 index ba8f150ea0..0000000000 --- a/library/python/certifi/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -PY23_LIBRARY() - -RESOURCE_FILES( - PREFIX library/python/certifi/ - .dist-info/METADATA - .dist-info/top_level.txt -) - -PY_SRCS( - TOP_LEVEL - certifi/__init__.py - certifi/binary.py - certifi/source.py -) - -END() diff --git a/library/python/cityhash/ya.make b/library/python/cityhash/ya.make deleted file mode 100644 index 41ba7449fc..0000000000 --- a/library/python/cityhash/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -PY23_LIBRARY() - -SRCS( - hash.cpp -) - -PY_SRCS( - TOP_LEVEL - cityhash.pyx -) - -END() diff --git a/library/python/codecs/ya.make b/library/python/codecs/ya.make deleted file mode 100644 index f42d115d5d..0000000000 --- a/library/python/codecs/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -PY23_LIBRARY() - -PEERDIR( - library/cpp/blockcodecs - contrib/python/six -) - -PY_SRCS( - __init__.py -) - -BUILDWITH_CYTHON_CPP(__codecs.pyx) - -PY_REGISTER(__codecs) - -END() diff --git a/library/python/compress/ya.make b/library/python/compress/ya.make deleted file mode 100644 index e0b5dbe9e0..0000000000 --- a/library/python/compress/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -PY23_LIBRARY() - -PEERDIR( - library/python/codecs - library/python/par_apply -) - -PY_SRCS( - __init__.py -) - -END() diff --git a/library/python/cores/ya.make b/library/python/cores/ya.make deleted file mode 100644 index 0a828cb58b..0000000000 --- a/library/python/cores/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -PEERDIR( - contrib/python/six - library/python/reservoir_sampling -) - -END() diff --git a/library/python/filelock/ya.make b/library/python/filelock/ya.make deleted file mode 100644 index 00302eb3d8..0000000000 --- a/library/python/filelock/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -PEERDIR( - library/python/windows -) - -END() diff --git a/library/python/find_root/ya.make b/library/python/find_root/ya.make deleted file mode 100644 index 3582136180..0000000000 --- a/library/python/find_root/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -END() diff --git a/library/python/fs/test/ya.make b/library/python/fs/test/ya.make deleted file mode 100644 index e5e1b738b6..0000000000 --- a/library/python/fs/test/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -PY23_TEST() - -TEST_SRCS( - test_fs.py -) - -PEERDIR( - library/python/fs - library/python/tmp -) - -END() diff --git a/library/python/fs/ya.make b/library/python/fs/ya.make deleted file mode 100644 index 836f49b6d8..0000000000 --- a/library/python/fs/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS( - __init__.py -) - -IF (OS_DARWIN) - PY_SRCS( - clonefile.pyx - ) -ENDIF() - -PEERDIR( - library/python/func - library/python/strings - library/python/windows -) - -END() - -RECURSE_FOR_TESTS(test) diff --git a/library/python/func/ut/ya.make b/library/python/func/ut/ya.make deleted file mode 100644 index 4e8f326de7..0000000000 --- a/library/python/func/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -PY23_TEST() - -TEST_SRCS(test_func.py) - -PEERDIR( - library/python/func -) - -END() diff --git a/library/python/func/ya.make b/library/python/func/ya.make deleted file mode 100644 index 47ab634913..0000000000 --- a/library/python/func/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/python/import_test/ya.make b/library/python/import_test/ya.make deleted file mode 100644 index 11e098cfe6..0000000000 --- a/library/python/import_test/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -PEERDIR( - library/python/testing/import_test -) - -END() diff --git a/library/python/json/ya.make b/library/python/json/ya.make deleted file mode 100644 index 74a82de9d8..0000000000 --- a/library/python/json/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -PY23_LIBRARY() - -PEERDIR( - contrib/python/simplejson - library/cpp/json/fast_sax -) - -PY_SRCS( - __init__.py - loads.pyx -) - -SRCS( - loads.cpp -) - -END() diff --git a/library/python/par_apply/ya.make b/library/python/par_apply/ya.make deleted file mode 100644 index b14592ab79..0000000000 --- a/library/python/par_apply/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PY23_LIBRARY() - -PEERDIR( - contrib/python/six -) - -PY_SRCS( - __init__.py -) - -END() diff --git a/library/python/pytest/plugins/ya.make b/library/python/pytest/plugins/ya.make deleted file mode 100644 index 41e20f6e2f..0000000000 --- a/library/python/pytest/plugins/ya.make +++ /dev/null @@ -1,32 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS( - ya.py - collection.py - conftests.py - fixtures.py - metrics.py -) - -PEERDIR( - library/python/filelock - library/python/find_root - library/python/testing/filter - library/python/testing/yatest_common -) - -IF (PYTHON2) - PY_SRCS( - fakeid_py2.py - ) - - PEERDIR( - contrib/deprecated/python/faulthandler - ) -ELSE() - PY_SRCS( - fakeid_py3.py - ) -ENDIF() - -END() diff --git a/library/python/pytest/ut/ya.make b/library/python/pytest/ut/ya.make deleted file mode 100644 index bb94c24c70..0000000000 --- a/library/python/pytest/ut/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -PY23_TEST() - -TEST_SRCS( - test_tools.py -) - -PEERDIR( - contrib/python/pytest-mock - library/python/pytest -) - -STYLE_PYTHON() - -END() diff --git a/library/python/pytest/ya.make b/library/python/pytest/ya.make deleted file mode 100644 index b04788cc47..0000000000 --- a/library/python/pytest/ya.make +++ /dev/null @@ -1,36 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS( - __init__.py - config.py - context.py - main.py - rewrite.py - yatest_tools.py -) - -PEERDIR( - contrib/python/python-dateutil - contrib/python/ipdb - contrib/python/py - contrib/python/pytest - contrib/python/requests - library/python/pytest/plugins - library/python/testing/yatest_common - library/python/testing/yatest_lib -) - -IF (NOT OPENSOURCE) - PEERDIR(contrib/tools/gprof2dot) -ENDIF() - -RESOURCE_FILES( - PREFIX library/python/pytest/ - pytest.yatest.ini -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/python/reservoir_sampling/ya.make b/library/python/reservoir_sampling/ya.make deleted file mode 100644 index 3582136180..0000000000 --- a/library/python/reservoir_sampling/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -END() diff --git a/library/python/resource/ut/lib/ya.make b/library/python/resource/ut/lib/ya.make deleted file mode 100644 index f5e28cad29..0000000000 --- a/library/python/resource/ut/lib/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -PY23_LIBRARY() - -TEST_SRCS(test_simple.py) - -PEERDIR( - library/python/resource -) - -RESOURCE( - qw.txt /qw.txt - qw.txt /prefix/1.txt - qw.txt /prefix/2.txt -) - -END() diff --git a/library/python/resource/ut/py2/ya.make b/library/python/resource/ut/py2/ya.make deleted file mode 100644 index 073e4a68ac..0000000000 --- a/library/python/resource/ut/py2/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -PY2TEST() - -PEERDIR( - library/python/resource/ut/lib -) - -END() diff --git a/library/python/resource/ut/py3/ya.make b/library/python/resource/ut/py3/ya.make deleted file mode 100644 index 6525628592..0000000000 --- a/library/python/resource/ut/py3/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -PY3TEST() - -PEERDIR( - library/python/resource/ut/lib -) - -END() diff --git a/library/python/resource/ut/ya.make b/library/python/resource/ut/ya.make deleted file mode 100644 index 4cedc9fb3e..0000000000 --- a/library/python/resource/ut/ya.make +++ /dev/null @@ -1,4 +0,0 @@ -RECURSE( - py2 - py3 -) diff --git a/library/python/resource/ya.make b/library/python/resource/ya.make deleted file mode 100644 index 2642f0b42b..0000000000 --- a/library/python/resource/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PY23_LIBRARY() - -PEERDIR( - contrib/python/six -) - -PY_SRCS(__init__.py) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/python/retry/ya.make b/library/python/retry/ya.make deleted file mode 100644 index 3582136180..0000000000 --- a/library/python/retry/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -END() diff --git a/library/python/strings/ut/ya.make b/library/python/strings/ut/ya.make deleted file mode 100644 index df95e366fa..0000000000 --- a/library/python/strings/ut/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PY23_TEST() - -TEST_SRCS(test_strings.py) - -PEERDIR( - library/python/strings -) - -STYLE_PYTHON() - -END() diff --git a/library/python/strings/ya.make b/library/python/strings/ya.make deleted file mode 100644 index 1cd6137b7e..0000000000 --- a/library/python/strings/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS( - __init__.py - CYTHONIZE_PY - strings.py -) - -PEERDIR( - library/python/func - contrib/python/six -) - -STYLE_PYTHON() - -END() - -RECURSE( - ut -) diff --git a/library/python/svn_version/ya.make b/library/python/svn_version/ya.make deleted file mode 100644 index f168ea4a94..0000000000 --- a/library/python/svn_version/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PY23_LIBRARY() - -PEERDIR( - library/cpp/svnversion - contrib/python/future -) - -PY_SRCS( - __init__.py - __svn_version.pyx -) - -END() diff --git a/library/python/symbols/libc/ya.make b/library/python/symbols/libc/ya.make deleted file mode 100644 index 1aa4d90ac8..0000000000 --- a/library/python/symbols/libc/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -LIBRARY() - -PEERDIR( - library/python/symbols/registry -) - -IF (GCC OR CLANG) - CFLAGS( - -Wno-deprecated-declarations # For sem_getvalue. - ) -ENDIF() - -SRCS( - GLOBAL syms.cpp -) - -END() diff --git a/library/python/symbols/module/ya.make b/library/python/symbols/module/ya.make deleted file mode 100644 index 87bcd72b4a..0000000000 --- a/library/python/symbols/module/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -PY23_LIBRARY() - -NO_PYTHON_INCLUDES() - -PEERDIR( - contrib/libs/python/Include -) - -SRCS( - module.cpp -) - -PY_REGISTER( - library.python.symbols.module.syms -) - -PY_SRCS( - __init__.py -) - -END() diff --git a/library/python/symbols/python/ut/py2/ya.make b/library/python/symbols/python/ut/py2/ya.make deleted file mode 100644 index 991cbedf65..0000000000 --- a/library/python/symbols/python/ut/py2/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -PY2TEST() - -PEERDIR( - library/python/symbols/python/ut -) - -END() diff --git a/library/python/symbols/python/ut/py3/ya.make b/library/python/symbols/python/ut/py3/ya.make deleted file mode 100644 index e5542a6c4e..0000000000 --- a/library/python/symbols/python/ut/py3/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -PY3TEST() - -PEERDIR( - library/python/symbols/python/ut -) - -END() diff --git a/library/python/symbols/python/ut/ya.make b/library/python/symbols/python/ut/ya.make deleted file mode 100644 index 933c81781f..0000000000 --- a/library/python/symbols/python/ut/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -PY23_LIBRARY() - -TEST_SRCS(test_ctypes.py) - -PEERDIR( - library/python/symbols/python -) - -END() - -RECURSE_FOR_TESTS( - py2 - py3 -) diff --git a/library/python/symbols/python/ya.make b/library/python/symbols/python/ya.make deleted file mode 100644 index e19c591608..0000000000 --- a/library/python/symbols/python/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -LIBRARY() - -PEERDIR( - library/python/symbols/registry -) - -SRCS( - GLOBAL syms.cpp -) - -END() - -RECURSE_FOR_TESTS(ut) diff --git a/library/python/symbols/registry/ya.make b/library/python/symbols/registry/ya.make deleted file mode 100644 index 16cf260372..0000000000 --- a/library/python/symbols/registry/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -LIBRARY() - -SRCS( - syms.cpp -) - -END() diff --git a/library/python/symbols/win_unicode_console/ya.make b/library/python/symbols/win_unicode_console/ya.make deleted file mode 100644 index f1fe4ad2ce..0000000000 --- a/library/python/symbols/win_unicode_console/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -PEERDIR( - library/python/symbols/registry -) - -SRCS( - GLOBAL syms.cpp -) - -END() diff --git a/library/python/testing/custom_linter_util/ya.make b/library/python/testing/custom_linter_util/ya.make deleted file mode 100644 index c761b09afc..0000000000 --- a/library/python/testing/custom_linter_util/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -PY3_LIBRARY() - -PY_SRCS( - linter_params.py - reporter.py -) - -END() - -RECURSE_FOR_TESTS( - tests -) diff --git a/library/python/testing/filter/ya.make b/library/python/testing/filter/ya.make deleted file mode 100644 index 8703f5dcd2..0000000000 --- a/library/python/testing/filter/ya.make +++ /dev/null @@ -1,4 +0,0 @@ -PY23_LIBRARY() -PY_SRCS(filter.py) - -END() diff --git a/library/python/testing/import_test/ya.make b/library/python/testing/import_test/ya.make deleted file mode 100644 index 3f95288f4d..0000000000 --- a/library/python/testing/import_test/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(import_test.py) - -END() diff --git a/library/python/testing/recipe/ya.make b/library/python/testing/recipe/ya.make deleted file mode 100644 index 6e05a5a1ea..0000000000 --- a/library/python/testing/recipe/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS( - __init__.py - ports.py -) - -PEERDIR( - contrib/python/ipdb - library/python/testing/yatest_common - library/python/testing/yatest_lib -) - -END() diff --git a/library/python/testing/yatest_common/ya.make b/library/python/testing/yatest_common/ya.make deleted file mode 100644 index 2f5aa3bf39..0000000000 --- a/library/python/testing/yatest_common/ya.make +++ /dev/null @@ -1,38 +0,0 @@ -PY23_LIBRARY() - -NO_EXTENDED_SOURCE_SEARCH() - -PY_SRCS( - TOP_LEVEL - yatest/__init__.py - yatest/common/__init__.py - yatest/common/benchmark.py - yatest/common/canonical.py - yatest/common/environment.py - yatest/common/errors.py - yatest/common/misc.py - yatest/common/network.py - yatest/common/path.py - yatest/common/process.py - yatest/common/runtime.py - yatest/common/runtime_java.py -) - -STYLE_PYTHON() - -PEERDIR( - contrib/python/packaging - contrib/python/six - library/python/cores - library/python/filelock - library/python/fs - library/python/testing/yatest_lib -) - -IF (NOT CATBOOST_OPENSOURCE) - PEERDIR( - library/python/coredump_filter - ) -ENDIF() - -END() diff --git a/library/python/testing/yatest_common_standalone/ya.make b/library/python/testing/yatest_common_standalone/ya.make deleted file mode 100644 index 8f2d5f52c3..0000000000 --- a/library/python/testing/yatest_common_standalone/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS( - __init__.py -) - -STYLE_PYTHON() - -PEERDIR( - library/python/testing/yatest_common -) - -PY_CONSTRUCTOR(library.python.testing.yatest_common_standalone) - -END() diff --git a/library/python/testing/yatest_lib/tests/ya.make b/library/python/testing/yatest_lib/tests/ya.make deleted file mode 100644 index fe7b1c7837..0000000000 --- a/library/python/testing/yatest_lib/tests/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -PY23_TEST() - -PEERDIR( - library/python/testing/yatest_lib -) - -TEST_SRCS( - test_external.py - test_testsplitter.py -) - -END() diff --git a/library/python/testing/yatest_lib/ya.make b/library/python/testing/yatest_lib/ya.make deleted file mode 100644 index 79442b8faf..0000000000 --- a/library/python/testing/yatest_lib/ya.make +++ /dev/null @@ -1,24 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS( - NAMESPACE - yatest_lib - external.py - test_splitter.py - tools.py - ya.py -) - -PEERDIR( - contrib/python/six -) - -IF(PYTHON2) - PEERDIR( - contrib/deprecated/python/enum34 - ) -ENDIF() - -END() - -RECURSE_FOR_TESTS(tests) diff --git a/library/python/tmp/ya.make b/library/python/tmp/ya.make deleted file mode 100644 index 478db75256..0000000000 --- a/library/python/tmp/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -PEERDIR( - library/python/fs - library/python/unique_id -) - -END() - -RECURSE_FOR_TESTS(test) diff --git a/library/python/unique_id/ya.make b/library/python/unique_id/ya.make deleted file mode 100644 index 3582136180..0000000000 --- a/library/python/unique_id/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -END() diff --git a/library/python/windows/ya.make b/library/python/windows/ya.make deleted file mode 100644 index 97c6f48f23..0000000000 --- a/library/python/windows/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -PEERDIR( - library/python/func - library/python/strings - contrib/python/six -) - -END() diff --git a/library/recipes/common/ya.make b/library/recipes/common/ya.make deleted file mode 100644 index bb8569f57d..0000000000 --- a/library/recipes/common/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -PY23_LIBRARY() - -PEERDIR( - contrib/python/psutil -) - -PY_SRCS( - __init__.py -) - -END() |