diff options
author | Mikhail Borisov <borisov.mikhail@gmail.com> | 2022-02-10 16:45:40 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:40 +0300 |
commit | 5d50718e66d9c037dc587a0211110b7d25a66185 (patch) | |
tree | e98df59de24d2ef7c77baed9f41e4875a2fef972 /contrib/restricted/boost | |
parent | a6a92afe03e02795227d2641b49819b687f088f8 (diff) | |
download | ydb-5d50718e66d9c037dc587a0211110b7d25a66185.tar.gz |
Restoring authorship annotation for Mikhail Borisov <borisov.mikhail@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'contrib/restricted/boost')
28 files changed, 103 insertions, 103 deletions
diff --git a/contrib/restricted/boost/arcadia_test/ya.make b/contrib/restricted/boost/arcadia_test/ya.make index 79a9340cfd..9d9ba18de9 100644 --- a/contrib/restricted/boost/arcadia_test/ya.make +++ b/contrib/restricted/boost/arcadia_test/ya.make @@ -9,7 +9,7 @@ SRCS( ) PEERDIR( - contrib/restricted/boost + contrib/restricted/boost ) END() diff --git a/contrib/restricted/boost/boost_common.inc b/contrib/restricted/boost/boost_common.inc index 6b6be28d4d..892bae5b39 100644 --- a/contrib/restricted/boost/boost_common.inc +++ b/contrib/restricted/boost/boost_common.inc @@ -4,19 +4,19 @@ NO_UTIL() LICENSE(BSL-1.0) -SET(BOOST_ROOT contrib/restricted/boost) - -PEERDIR( - ${BOOST_ROOT} -) - -ADDINCL( - ${BOOST_ROOT}/boost/predef -) - -# XXX: fix selective checkout -SRCDIR(${BOOST_ROOT}/boost) - +SET(BOOST_ROOT contrib/restricted/boost) + +PEERDIR( + ${BOOST_ROOT} +) + +ADDINCL( + ${BOOST_ROOT}/boost/predef +) + +# XXX: fix selective checkout +SRCDIR(${BOOST_ROOT}/boost) + IF (DYNAMIC_BOOST) CFLAGS( -DBOOST_ATOMIC_DYN_LINK=1 diff --git a/contrib/restricted/boost/libs/asio/ya.make b/contrib/restricted/boost/libs/asio/ya.make index 70a3dc72a6..127ba91c55 100644 --- a/contrib/restricted/boost/libs/asio/ya.make +++ b/contrib/restricted/boost/libs/asio/ya.make @@ -1,23 +1,23 @@ -LIBRARY() - +LIBRARY() + WITHOUT_LICENSE_TEXTS() LICENSE(BSL-1.0) -VERSION(1.67) - +VERSION(1.67) + OWNER( antoshkka g:cpp-committee g:cpp-contrib ) - -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) - -PEERDIR( - ${BOOST_ROOT}/libs/date_time - ${BOOST_ROOT}/libs/system - contrib/libs/openssl -) - -END() + +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) + +PEERDIR( + ${BOOST_ROOT}/libs/date_time + ${BOOST_ROOT}/libs/system + contrib/libs/openssl +) + +END() diff --git a/contrib/restricted/boost/libs/atomic/ya.make b/contrib/restricted/boost/libs/atomic/ya.make index 9fd7a7f2bd..7bbe714418 100644 --- a/contrib/restricted/boost/libs/atomic/ya.make +++ b/contrib/restricted/boost/libs/atomic/ya.make @@ -10,7 +10,7 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) SRCS( src/lockpool.cpp diff --git a/contrib/restricted/boost/libs/chrono/ya.make b/contrib/restricted/boost/libs/chrono/ya.make index 5747d6c2ec..e9f2172645 100644 --- a/contrib/restricted/boost/libs/chrono/ya.make +++ b/contrib/restricted/boost/libs/chrono/ya.make @@ -10,7 +10,7 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) SRCS( src/chrono.cpp diff --git a/contrib/restricted/boost/libs/container/ya.make b/contrib/restricted/boost/libs/container/ya.make index c3c5db2a1c..bc9a2cd150 100644 --- a/contrib/restricted/boost/libs/container/ya.make +++ b/contrib/restricted/boost/libs/container/ya.make @@ -13,7 +13,7 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) SRCS( src/alloc_lib.c diff --git a/contrib/restricted/boost/libs/context/ya.make b/contrib/restricted/boost/libs/context/ya.make index b5587231b0..0ed9d696fe 100644 --- a/contrib/restricted/boost/libs/context/ya.make +++ b/contrib/restricted/boost/libs/context/ya.make @@ -10,7 +10,7 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) CFLAGS( -DBOOST_CONTEXT_SOURCE diff --git a/contrib/restricted/boost/libs/coroutine/ya.make b/contrib/restricted/boost/libs/coroutine/ya.make index a7ded84844..b0093b9475 100644 --- a/contrib/restricted/boost/libs/coroutine/ya.make +++ b/contrib/restricted/boost/libs/coroutine/ya.make @@ -10,10 +10,10 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) PEERDIR( - ${BOOST_ROOT}/libs/context + ${BOOST_ROOT}/libs/context ) IF (OS_WINDOWS) diff --git a/contrib/restricted/boost/libs/date_time/ya.make b/contrib/restricted/boost/libs/date_time/ya.make index 0864ffc302..21ad128e07 100644 --- a/contrib/restricted/boost/libs/date_time/ya.make +++ b/contrib/restricted/boost/libs/date_time/ya.make @@ -10,7 +10,7 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) SRCS( src/gregorian/date_generators.cpp diff --git a/contrib/restricted/boost/libs/exception/ya.make b/contrib/restricted/boost/libs/exception/ya.make index 8f5901b2f2..bef34a6144 100644 --- a/contrib/restricted/boost/libs/exception/ya.make +++ b/contrib/restricted/boost/libs/exception/ya.make @@ -10,7 +10,7 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) SRCS( src/clone_current_exception_non_intrusive.cpp diff --git a/contrib/restricted/boost/libs/filesystem/ya.make b/contrib/restricted/boost/libs/filesystem/ya.make index 4222417c2d..bfad363675 100644 --- a/contrib/restricted/boost/libs/filesystem/ya.make +++ b/contrib/restricted/boost/libs/filesystem/ya.make @@ -10,7 +10,7 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) IF (DYNAMIC_BOOST) CFLAGS( @@ -22,9 +22,9 @@ ELSE() ) ENDIF() -PEERDIR( - ${BOOST_ROOT}/libs/system -) +PEERDIR( + ${BOOST_ROOT}/libs/system +) SRCS( src/codecvt_error_category.cpp diff --git a/contrib/restricted/boost/libs/iostreams/ya.make b/contrib/restricted/boost/libs/iostreams/ya.make index 14d10a06f7..a2a0614496 100644 --- a/contrib/restricted/boost/libs/iostreams/ya.make +++ b/contrib/restricted/boost/libs/iostreams/ya.make @@ -10,11 +10,11 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) PEERDIR( - contrib/libs/zlib - contrib/libs/libbz2 + contrib/libs/zlib + contrib/libs/libbz2 ) CFLAGS( diff --git a/contrib/restricted/boost/libs/locale/ya.make b/contrib/restricted/boost/libs/locale/ya.make index 2ebf2e7e2d..c214b86dbc 100644 --- a/contrib/restricted/boost/libs/locale/ya.make +++ b/contrib/restricted/boost/libs/locale/ya.make @@ -10,12 +10,12 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) PEERDIR( contrib/libs/icu ) - + CFLAGS( -DBOOST_LOCALE_WITH_ICU -DBOOST_HAS_ICU=1 diff --git a/contrib/restricted/boost/libs/log/ya.make b/contrib/restricted/boost/libs/log/ya.make index f24945a188..09429ee0cd 100644 --- a/contrib/restricted/boost/libs/log/ya.make +++ b/contrib/restricted/boost/libs/log/ya.make @@ -10,10 +10,10 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) ADDINCL( - ${BOOST_ROOT}/libs/log/src + ${BOOST_ROOT}/libs/log/src ) CFLAGS( diff --git a/contrib/restricted/boost/libs/program_options/ya.make b/contrib/restricted/boost/libs/program_options/ya.make index ba313cfdc6..bc228af72f 100644 --- a/contrib/restricted/boost/libs/program_options/ya.make +++ b/contrib/restricted/boost/libs/program_options/ya.make @@ -10,7 +10,7 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) SRCS( src/cmdline.cpp diff --git a/contrib/restricted/boost/libs/python/arcadia_test/mod/ya.make b/contrib/restricted/boost/libs/python/arcadia_test/mod/ya.make index 34f605663c..ff4c0e70e4 100644 --- a/contrib/restricted/boost/libs/python/arcadia_test/mod/ya.make +++ b/contrib/restricted/boost/libs/python/arcadia_test/mod/ya.make @@ -11,7 +11,7 @@ OWNER( ) PEERDIR( - contrib/restricted/boost/libs/python + contrib/restricted/boost/libs/python ) NO_COMPILER_WARNINGS() diff --git a/contrib/restricted/boost/libs/python/ya.make b/contrib/restricted/boost/libs/python/ya.make index aacb0f76b2..8a9607986f 100644 --- a/contrib/restricted/boost/libs/python/ya.make +++ b/contrib/restricted/boost/libs/python/ya.make @@ -10,7 +10,7 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) CFLAGS( GLOBAL -DBOOST_PYTHON_STATIC_LIB diff --git a/contrib/restricted/boost/libs/random/ya.make b/contrib/restricted/boost/libs/random/ya.make index a19de4fcf0..5d319bcb88 100644 --- a/contrib/restricted/boost/libs/random/ya.make +++ b/contrib/restricted/boost/libs/random/ya.make @@ -10,7 +10,7 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) SRCS( src/random_device.cpp diff --git a/contrib/restricted/boost/libs/regex/ya.make b/contrib/restricted/boost/libs/regex/ya.make index d095e2a862..379c0831ae 100644 --- a/contrib/restricted/boost/libs/regex/ya.make +++ b/contrib/restricted/boost/libs/regex/ya.make @@ -10,7 +10,7 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) PEERDIR( contrib/libs/icu diff --git a/contrib/restricted/boost/libs/serialization/ya.make b/contrib/restricted/boost/libs/serialization/ya.make index a52141ca8d..5576e6a7ed 100644 --- a/contrib/restricted/boost/libs/serialization/ya.make +++ b/contrib/restricted/boost/libs/serialization/ya.make @@ -10,7 +10,7 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) SRCS( src/archive_exception.cpp diff --git a/contrib/restricted/boost/libs/system/ya.make b/contrib/restricted/boost/libs/system/ya.make index a0e3b514c5..4571531ed1 100644 --- a/contrib/restricted/boost/libs/system/ya.make +++ b/contrib/restricted/boost/libs/system/ya.make @@ -10,7 +10,7 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) SRCS( src/error_code.cpp diff --git a/contrib/restricted/boost/libs/test/targets/lib/ya.make b/contrib/restricted/boost/libs/test/targets/lib/ya.make index c3aac0dfae..4058af6c64 100644 --- a/contrib/restricted/boost/libs/test/targets/lib/ya.make +++ b/contrib/restricted/boost/libs/test/targets/lib/ya.make @@ -10,7 +10,7 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) SRCDIR(${BOOST_ROOT}/libs/test/src) diff --git a/contrib/restricted/boost/libs/test/targets/prog/ya.make b/contrib/restricted/boost/libs/test/targets/prog/ya.make index 28ff142945..0111d202fb 100644 --- a/contrib/restricted/boost/libs/test/targets/prog/ya.make +++ b/contrib/restricted/boost/libs/test/targets/prog/ya.make @@ -10,7 +10,7 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) SRCDIR(${BOOST_ROOT}/libs/test/src) diff --git a/contrib/restricted/boost/libs/test/targets/test/ya.make b/contrib/restricted/boost/libs/test/targets/test/ya.make index 3b001149d2..34111fc0a8 100644 --- a/contrib/restricted/boost/libs/test/targets/test/ya.make +++ b/contrib/restricted/boost/libs/test/targets/test/ya.make @@ -10,7 +10,7 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) SRCDIR(${BOOST_ROOT}/libs/test/src) diff --git a/contrib/restricted/boost/libs/thread/ya.make b/contrib/restricted/boost/libs/thread/ya.make index b2fd96b706..880df0ebc6 100644 --- a/contrib/restricted/boost/libs/thread/ya.make +++ b/contrib/restricted/boost/libs/thread/ya.make @@ -10,11 +10,11 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) -PEERDIR( - ${BOOST_ROOT}/libs/chrono - ${BOOST_ROOT}/libs/system +PEERDIR( + ${BOOST_ROOT}/libs/chrono + ${BOOST_ROOT}/libs/system ) IF (OS_WINDOWS) diff --git a/contrib/restricted/boost/libs/timer/ya.make b/contrib/restricted/boost/libs/timer/ya.make index ff020fdf37..897693bdf7 100644 --- a/contrib/restricted/boost/libs/timer/ya.make +++ b/contrib/restricted/boost/libs/timer/ya.make @@ -10,7 +10,7 @@ OWNER( g:cpp-contrib ) -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) SRCS( src/auto_timers_construction.cpp diff --git a/contrib/restricted/boost/libs/ya.make b/contrib/restricted/boost/libs/ya.make index 4e6df3366b..c42a994cdc 100644 --- a/contrib/restricted/boost/libs/ya.make +++ b/contrib/restricted/boost/libs/ya.make @@ -1,48 +1,48 @@ -LIBRARY() - +LIBRARY() + LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.67) - +VERSION(1.67) + OWNER( antoshkka g:cpp-committee g:cpp-contrib ) - -INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) - -# This is an "all batteries included" version of boost with a full set of components -# It should be avoided in common libraries or projects that care for binary size - -PEERDIR( - ${BOOST_ROOT}/libs/asio - ${BOOST_ROOT}/libs/atomic - ${BOOST_ROOT}/libs/chrono - ${BOOST_ROOT}/libs/context - ${BOOST_ROOT}/libs/container - ${BOOST_ROOT}/libs/coroutine - ${BOOST_ROOT}/libs/date_time - ${BOOST_ROOT}/libs/exception - ${BOOST_ROOT}/libs/filesystem - ${BOOST_ROOT}/libs/iostreams - ${BOOST_ROOT}/libs/locale - ${BOOST_ROOT}/libs/program_options - ${BOOST_ROOT}/libs/random - ${BOOST_ROOT}/libs/regex - ${BOOST_ROOT}/libs/timer - ${BOOST_ROOT}/libs/log - ${BOOST_ROOT}/libs/serialization - ${BOOST_ROOT}/libs/system - ${BOOST_ROOT}/libs/thread -) - -END() - + +INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) + +# This is an "all batteries included" version of boost with a full set of components +# It should be avoided in common libraries or projects that care for binary size + +PEERDIR( + ${BOOST_ROOT}/libs/asio + ${BOOST_ROOT}/libs/atomic + ${BOOST_ROOT}/libs/chrono + ${BOOST_ROOT}/libs/context + ${BOOST_ROOT}/libs/container + ${BOOST_ROOT}/libs/coroutine + ${BOOST_ROOT}/libs/date_time + ${BOOST_ROOT}/libs/exception + ${BOOST_ROOT}/libs/filesystem + ${BOOST_ROOT}/libs/iostreams + ${BOOST_ROOT}/libs/locale + ${BOOST_ROOT}/libs/program_options + ${BOOST_ROOT}/libs/random + ${BOOST_ROOT}/libs/regex + ${BOOST_ROOT}/libs/timer + ${BOOST_ROOT}/libs/log + ${BOOST_ROOT}/libs/serialization + ${BOOST_ROOT}/libs/system + ${BOOST_ROOT}/libs/thread +) + +END() + RECURSE( - asio + asio atomic chrono container diff --git a/contrib/restricted/boost/ya.make b/contrib/restricted/boost/ya.make index 764e7285e5..77e2dc66c0 100644 --- a/contrib/restricted/boost/ya.make +++ b/contrib/restricted/boost/ya.make @@ -20,14 +20,14 @@ OWNER( g:cpp-contrib ) -NO_UTIL() +NO_UTIL() + +# This is the header-only version of boost +# To use a boost library with separate compilation units, +# one should use `contrib/restricted/boost/libs/$lib` -# This is the header-only version of boost -# To use a boost library with separate compilation units, -# one should use `contrib/restricted/boost/libs/$lib` - ADDINCL( - GLOBAL contrib/restricted/boost + GLOBAL contrib/restricted/boost ) END() |