aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/tbb/ya.make
diff options
context:
space:
mode:
authorStanislav Kirillov <staskirillov@gmail.com>2022-02-10 16:46:08 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:08 +0300
commitcb68f224c46a8ee52ac3fdd2a32534b8bb8dc134 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/tbb/ya.make
parent92fe2b1e7bc79f7b95adef61714fc003f6ea4a1c (diff)
downloadydb-cb68f224c46a8ee52ac3fdd2a32534b8bb8dc134.tar.gz
Restoring authorship annotation for Stanislav Kirillov <staskirillov@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/tbb/ya.make')
-rw-r--r--contrib/libs/tbb/ya.make40
1 files changed, 20 insertions, 20 deletions
diff --git a/contrib/libs/tbb/ya.make b/contrib/libs/tbb/ya.make
index a54e1cd031..97b9caf037 100644
--- a/contrib/libs/tbb/ya.make
+++ b/contrib/libs/tbb/ya.make
@@ -1,6 +1,6 @@
# Generated by devtools/yamaker from nixpkgs 32f7980afb5e33f1e078a51e715b9f102f396a69.
-LIBRARY()
+LIBRARY()
OWNER(
orivej
@@ -11,8 +11,8 @@ VERSION(2021.2.0)
ORIGINAL_SOURCE(https://github.com/oneapi-src/oneTBB/archive/v2021.2.0.tar.gz)
-LICENSE(Apache-2.0)
-
+LICENSE(Apache-2.0)
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
ADDINCL(
@@ -28,32 +28,32 @@ CFLAGS(
)
SRCS(
- src/tbb/allocator.cpp
+ src/tbb/allocator.cpp
src/tbb/arena.cpp
- src/tbb/arena_slot.cpp
- src/tbb/concurrent_bounded_queue.cpp
+ src/tbb/arena_slot.cpp
+ src/tbb/concurrent_bounded_queue.cpp
src/tbb/dynamic_link.cpp
- src/tbb/exception.cpp
- src/tbb/global_control.cpp
+ src/tbb/exception.cpp
+ src/tbb/global_control.cpp
src/tbb/governor.cpp
- src/tbb/main.cpp
+ src/tbb/main.cpp
src/tbb/market.cpp
- src/tbb/misc.cpp
- src/tbb/misc_ex.cpp
+ src/tbb/misc.cpp
+ src/tbb/misc_ex.cpp
src/tbb/observer_proxy.cpp
- src/tbb/parallel_pipeline.cpp
+ src/tbb/parallel_pipeline.cpp
src/tbb/private_server.cpp
- src/tbb/profiling.cpp
+ src/tbb/profiling.cpp
src/tbb/queuing_rw_mutex.cpp
- src/tbb/rml_tbb.cpp
- src/tbb/rtm_mutex.cpp
- src/tbb/rtm_rw_mutex.cpp
+ src/tbb/rml_tbb.cpp
+ src/tbb/rtm_mutex.cpp
+ src/tbb/rtm_rw_mutex.cpp
src/tbb/semaphore.cpp
- src/tbb/small_object_pool.cpp
+ src/tbb/small_object_pool.cpp
src/tbb/task.cpp
- src/tbb/task_dispatcher.cpp
+ src/tbb/task_dispatcher.cpp
src/tbb/task_group_context.cpp
- src/tbb/version.cpp
+ src/tbb/version.cpp
)
IF (CLANG OR CLANG_CL)
@@ -84,7 +84,7 @@ ENDIF()
IF (NOT ARCH_ARM64)
CFLAGS(
- -D__TBB_USE_ITT_NOTIFY
+ -D__TBB_USE_ITT_NOTIFY
-DDO_ITT_NOTIFY
)
SRCS(