Skip to content

Commit

Permalink
Ydb stable 23-1-26
Browse files Browse the repository at this point in the history
x-stable-origin-commit: 22184a7e157553d447f17a2dffc4ea2d32dfd74d
  • Loading branch information
dcherednik committed May 5, 2023
1 parent fc1cffc commit b5a989b
Show file tree
Hide file tree
Showing 3,658 changed files with 67,877 additions and 5,270 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions contrib/libs/CMakeLists.darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ add_subdirectory(jwt-cpp)
add_subdirectory(libbz2)
add_subdirectory(libc_compat)
add_subdirectory(libevent)
add_subdirectory(libfyaml)
add_subdirectory(libunwind)
add_subdirectory(libxml)
add_subdirectory(linuxvdso)
Expand Down
1 change: 1 addition & 0 deletions contrib/libs/CMakeLists.linux-aarch64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ add_subdirectory(jwt-cpp)
add_subdirectory(libbz2)
add_subdirectory(libc_compat)
add_subdirectory(libevent)
add_subdirectory(libfyaml)
add_subdirectory(libunwind)
add_subdirectory(liburing)
add_subdirectory(libxml)
Expand Down
1 change: 1 addition & 0 deletions contrib/libs/CMakeLists.linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ add_subdirectory(jwt-cpp)
add_subdirectory(libbz2)
add_subdirectory(libc_compat)
add_subdirectory(libevent)
add_subdirectory(libfyaml)
add_subdirectory(libunwind)
add_subdirectory(liburing)
add_subdirectory(libxml)
Expand Down
1 change: 1 addition & 0 deletions contrib/libs/libfyaml/AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pantelis Antoniou <pantelis.antoniou@konsulko.com>
45 changes: 45 additions & 0 deletions contrib/libs/libfyaml/CMakeLists.darwin.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@

# This file was gererated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
# original buildsystem will not be accepted.



add_library(contrib-libs-libfyaml)
target_compile_options(contrib-libs-libfyaml PRIVATE
-DHAVE_CONFIG_H
-Wno-everything
)
target_include_directories(contrib-libs-libfyaml PRIVATE
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/include
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib
${CMAKE_SOURCE_DIR}/contrib/libs/xxhash
)
target_link_libraries(contrib-libs-libfyaml PUBLIC
contrib-libs-xxhash
)
target_sources(contrib-libs-libfyaml PRIVATE
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-accel.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-atom.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-composer.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-ctype.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-diag.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-doc.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-docbuilder.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-docstate.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-dump.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-emit.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-event.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-input.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-parse.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-path.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-token.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-types.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-utf8.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-utils.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-walk.c
)
46 changes: 46 additions & 0 deletions contrib/libs/libfyaml/CMakeLists.linux-aarch64.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@

# This file was gererated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
# original buildsystem will not be accepted.



add_library(contrib-libs-libfyaml)
target_compile_options(contrib-libs-libfyaml PRIVATE
-DHAVE_CONFIG_H
-Wno-everything
)
target_include_directories(contrib-libs-libfyaml PRIVATE
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/include
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib
${CMAKE_SOURCE_DIR}/contrib/libs/xxhash
)
target_link_libraries(contrib-libs-libfyaml PUBLIC
contrib-libs-linux-headers
contrib-libs-xxhash
)
target_sources(contrib-libs-libfyaml PRIVATE
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-accel.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-atom.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-composer.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-ctype.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-diag.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-doc.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-docbuilder.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-docstate.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-dump.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-emit.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-event.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-input.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-parse.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-path.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-token.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-types.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-utf8.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-utils.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-walk.c
)
46 changes: 46 additions & 0 deletions contrib/libs/libfyaml/CMakeLists.linux.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@

# This file was gererated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
# original buildsystem will not be accepted.



add_library(contrib-libs-libfyaml)
target_compile_options(contrib-libs-libfyaml PRIVATE
-DHAVE_CONFIG_H
-Wno-everything
)
target_include_directories(contrib-libs-libfyaml PRIVATE
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/include
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib
${CMAKE_SOURCE_DIR}/contrib/libs/xxhash
)
target_link_libraries(contrib-libs-libfyaml PUBLIC
contrib-libs-linux-headers
contrib-libs-xxhash
)
target_sources(contrib-libs-libfyaml PRIVATE
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-accel.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-atom.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-composer.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-ctype.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-diag.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-doc.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-docbuilder.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-docstate.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-dump.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-emit.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-event.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-input.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-parse.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-path.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-token.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-types.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-utf8.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-utils.c
${CMAKE_SOURCE_DIR}/contrib/libs/libfyaml/src/lib/fy-walk.c
)
15 changes: 15 additions & 0 deletions contrib/libs/libfyaml/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

# This file was gererated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
# original buildsystem will not be accepted.


if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
include(CMakeLists.linux-aarch64.txt)
elseif (APPLE)
include(CMakeLists.darwin.txt)
elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID)
include(CMakeLists.linux.txt)
endif()
19 changes: 19 additions & 0 deletions contrib/libs/libfyaml/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2019 Pantelis Antoniou <pantelis.antoniou@konsulko.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit b5a989b

Please sign in to comment.