diff options
author | Mikhail Borisov <borisov.mikhail@gmail.com> | 2022-02-10 16:45:39 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:39 +0300 |
commit | a6a92afe03e02795227d2641b49819b687f088f8 (patch) | |
tree | f6984a1d27d5a7ec88a6fdd6e20cd5b7693b6ece /contrib/restricted/boost/libs | |
parent | c6dc8b8bd530985bc4cce0137e9a5de32f1087cb (diff) | |
download | ydb-a6a92afe03e02795227d2641b49819b687f088f8.tar.gz |
Restoring authorship annotation for Mikhail Borisov <borisov.mikhail@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'contrib/restricted/boost/libs')
25 files changed, 83 insertions, 83 deletions
diff --git a/contrib/restricted/boost/libs/asio/ya.make b/contrib/restricted/boost/libs/asio/ya.make index 127ba91c55..70a3dc72a6 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 7bbe714418..9fd7a7f2bd 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 e9f2172645..5747d6c2ec 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 bc9a2cd150..c3c5db2a1c 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 0ed9d696fe..b5587231b0 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 b0093b9475..a7ded84844 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 21ad128e07..0864ffc302 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 bef34a6144..8f5901b2f2 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 bfad363675..4222417c2d 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 a2a0614496..14d10a06f7 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 c214b86dbc..2ebf2e7e2d 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 09429ee0cd..f24945a188 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 bc228af72f..ba313cfdc6 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 ff4c0e70e4..34f605663c 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 8a9607986f..aacb0f76b2 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 5d319bcb88..a19de4fcf0 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 379c0831ae..d095e2a862 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 5576e6a7ed..a52141ca8d 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 4571531ed1..a0e3b514c5 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 4058af6c64..c3aac0dfae 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 0111d202fb..28ff142945 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 34111fc0a8..3b001149d2 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 880df0ebc6..b2fd96b706 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 897693bdf7..ff020fdf37 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 c42a994cdc..4e6df3366b 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 |