-
Notifications
You must be signed in to change notification settings - Fork 587
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x-stable-origin-commit: b811b1684545fab05c671444cb7194cf6d39d28d
- Loading branch information
1 parent
e84c813
commit 568ecc4
Showing
229 changed files
with
10,410 additions
and
1,239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 52 additions & 0 deletions
52
library/cpp/monlib/service/pages/resources/CMakeLists.darwin-x86_64.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
|
||
# This file was generated 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. | ||
|
||
|
||
get_built_tool_path( | ||
TOOL_rescompiler_bin | ||
TOOL_rescompiler_dependency | ||
tools/rescompiler/bin | ||
rescompiler | ||
) | ||
|
||
add_library(service-pages-resources INTERFACE) | ||
target_link_libraries(service-pages-resources INTERFACE | ||
contrib-libs-cxxsupp | ||
yutil | ||
library-cpp-resource | ||
cpp-monlib-dynamic_counters | ||
) | ||
|
||
add_global_library_for(service-pages-resources.global service-pages-resources) | ||
target_link_libraries(service-pages-resources.global PUBLIC | ||
contrib-libs-cxxsupp | ||
yutil | ||
library-cpp-resource | ||
cpp-monlib-dynamic_counters | ||
) | ||
target_sources(service-pages-resources.global PRIVATE | ||
${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/resources/ff1cb2429e1fce561e9b0ed0d5522c37.cpp | ||
) | ||
resources(service-pages-resources.global | ||
${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/resources/ff1cb2429e1fce561e9b0ed0d5522c37.cpp | ||
INPUTS | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/css/bootstrap.min.css | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.eot | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.svg | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.ttf | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.woff | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/js/bootstrap.min.js | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/js/jquery.min.js | ||
KEYS | ||
static/css/bootstrap.min.css | ||
static/fonts/glyphicons-halflings-regular.eot | ||
static/fonts/glyphicons-halflings-regular.svg | ||
static/fonts/glyphicons-halflings-regular.ttf | ||
static/fonts/glyphicons-halflings-regular.woff | ||
static/js/bootstrap.min.js | ||
static/js/jquery.min.js | ||
) |
54 changes: 54 additions & 0 deletions
54
library/cpp/monlib/service/pages/resources/CMakeLists.linux-aarch64.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
|
||
# This file was generated 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. | ||
|
||
|
||
get_built_tool_path( | ||
TOOL_rescompiler_bin | ||
TOOL_rescompiler_dependency | ||
tools/rescompiler/bin | ||
rescompiler | ||
) | ||
|
||
add_library(service-pages-resources INTERFACE) | ||
target_link_libraries(service-pages-resources INTERFACE | ||
contrib-libs-linux-headers | ||
contrib-libs-cxxsupp | ||
yutil | ||
library-cpp-resource | ||
cpp-monlib-dynamic_counters | ||
) | ||
|
||
add_global_library_for(service-pages-resources.global service-pages-resources) | ||
target_link_libraries(service-pages-resources.global PUBLIC | ||
contrib-libs-linux-headers | ||
contrib-libs-cxxsupp | ||
yutil | ||
library-cpp-resource | ||
cpp-monlib-dynamic_counters | ||
) | ||
target_sources(service-pages-resources.global PRIVATE | ||
${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/resources/ff1cb2429e1fce561e9b0ed0d5522c37.cpp | ||
) | ||
resources(service-pages-resources.global | ||
${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/resources/ff1cb2429e1fce561e9b0ed0d5522c37.cpp | ||
INPUTS | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/css/bootstrap.min.css | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.eot | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.svg | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.ttf | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.woff | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/js/bootstrap.min.js | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/js/jquery.min.js | ||
KEYS | ||
static/css/bootstrap.min.css | ||
static/fonts/glyphicons-halflings-regular.eot | ||
static/fonts/glyphicons-halflings-regular.svg | ||
static/fonts/glyphicons-halflings-regular.ttf | ||
static/fonts/glyphicons-halflings-regular.woff | ||
static/js/bootstrap.min.js | ||
static/js/jquery.min.js | ||
) |
54 changes: 54 additions & 0 deletions
54
library/cpp/monlib/service/pages/resources/CMakeLists.linux-x86_64.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
|
||
# This file was generated 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. | ||
|
||
|
||
get_built_tool_path( | ||
TOOL_rescompiler_bin | ||
TOOL_rescompiler_dependency | ||
tools/rescompiler/bin | ||
rescompiler | ||
) | ||
|
||
add_library(service-pages-resources INTERFACE) | ||
target_link_libraries(service-pages-resources INTERFACE | ||
contrib-libs-linux-headers | ||
contrib-libs-cxxsupp | ||
yutil | ||
library-cpp-resource | ||
cpp-monlib-dynamic_counters | ||
) | ||
|
||
add_global_library_for(service-pages-resources.global service-pages-resources) | ||
target_link_libraries(service-pages-resources.global PUBLIC | ||
contrib-libs-linux-headers | ||
contrib-libs-cxxsupp | ||
yutil | ||
library-cpp-resource | ||
cpp-monlib-dynamic_counters | ||
) | ||
target_sources(service-pages-resources.global PRIVATE | ||
${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/resources/ff1cb2429e1fce561e9b0ed0d5522c37.cpp | ||
) | ||
resources(service-pages-resources.global | ||
${CMAKE_BINARY_DIR}/library/cpp/monlib/service/pages/resources/ff1cb2429e1fce561e9b0ed0d5522c37.cpp | ||
INPUTS | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/css/bootstrap.min.css | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.eot | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.svg | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.ttf | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/fonts/glyphicons-halflings-regular.woff | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/js/bootstrap.min.js | ||
${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/pages/resources/static/js/jquery.min.js | ||
KEYS | ||
static/css/bootstrap.min.css | ||
static/fonts/glyphicons-halflings-regular.eot | ||
static/fonts/glyphicons-halflings-regular.svg | ||
static/fonts/glyphicons-halflings-regular.ttf | ||
static/fonts/glyphicons-halflings-regular.woff | ||
static/js/bootstrap.min.js | ||
static/js/jquery.min.js | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
# This file was generated 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_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) | ||
include(CMakeLists.linux-aarch64.txt) | ||
elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") | ||
include(CMakeLists.darwin-x86_64.txt) | ||
elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) | ||
include(CMakeLists.windows-x86_64.txt) | ||
elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) | ||
include(CMakeLists.linux-x86_64.txt) | ||
endif() |
Oops, something went wrong.